aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou1-8/+90
2018-12-07blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe1-2/+1
2018-12-07scsi: t10-pi: Return correct ref tag when queue has no integrity profileMartin K. Petersen1-4/+5
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp1-3/+11
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche1-0/+1
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2-2/+0
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche1-0/+7
2018-12-07scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche1-1/+2
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche1-1/+0
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2-1/+2
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche1-1/+0
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-07neighbor: Improve garbage collectionDavid Ahern1-0/+3
2018-12-07drm/amdkfd: Add DMABuf import functionalityFelix Kuehling1-1/+25
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-2/+2
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann1-1/+1
2018-12-07y2038: futex: Move compat implementation into futex.cArnd Bergmann1-8/+0
2018-12-07bridge: Add br_fdb_clear_offload()Petr Machata1-0/+6
2018-12-07vxlan: Add vxlan_fdb_clear_offload()Petr Machata1-0/+6
2018-12-07vxlan: Add vxlan_fdb_replay()Petr Machata1-0/+9
2018-12-07Merge branch 'mlx5-packet-credit-fc' into rdma.gitJason Gunthorpe2-2/+6
2018-12-07IB/mlx5: Report packet based credit mode device capabilityDanit Goldberg1-0/+1
2018-12-07IB/mlx5: Add packet based credit mode supportDanit Goldberg1-0/+1
2018-12-07drm/v3d: Document cache flushing ABI.Eric Anholt1-0/+8
2018-12-07HID: input: use the Resolution Multiplier for high-resolution scrollingPeter Hutterer1-0/+3
2018-12-07HID: core: process the Resolution MultiplierPeter Hutterer1-0/+5
2018-12-07HID: core: store the collections as a basic treePeter Hutterer1-0/+2
2018-12-07Input: add `REL_WHEEL_HI_RES` and `REL_HWHEEL_HI_RES`Peter Hutterer1-0/+2
2018-12-07Input: restore EV_ABS ABS_RESERVEDPeter Hutterer1-0/+9
2018-12-07media: v4l2-subdev: document controls need _FL_HAS_DEVNODELuca Ceresoli1-1/+5
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon1-3/+0
2018-12-07Revert "sysctl: clean up nr_pdflush_threads leftover"Greg Kroah-Hartman1-2/+2
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-2/+2
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-7/+15
2018-12-07Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+4
2018-12-07dt-bindings: tegra186-gpio: Add Tegra186 specific prefixThierry Reding1-0/+41
2018-12-07mtd: spinand: add support for GigaDevice GD5FxGQ4xAChuanhong Guo1-0/+1
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon1-3/+3
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-6/+14
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon1-50/+49
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon1-2/+2
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon1-1/+10
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon1-1/+4
2018-12-07mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flagBoris Brezillon1-4/+0
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon1-9/+0
2018-12-07mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder1-0/+1
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe1-0/+3
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe2-21/+21
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe1-62/+118
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe8-272/+126