summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-2/+0
| * | | | | | | | | | | blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+2
* | | | | | | | | | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-177-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
| * | | | | | | | | | | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-155-5/+5
| * | | | | | | | | | | | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* | | | | | | | | | | | | Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-171-10/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+15
| * | | | | | | | | | | | | fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-3/+25
| * | | | | | | | | | | | | fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-2/+18
| * | | | | | | | | | | | | fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-181-7/+14
* | | | | | | | | | | | | | Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds2018-06-171-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz2018-05-141-4/+0
* | | | | | | | | | | | | | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-162-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-0/+1
| * | | | | | | | | | | | | | proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+12
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-7/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | netfilter: fix null-ptr-deref in nf_nat_decode_sessionPrashant Bhole2018-06-121-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-6/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-061-4/+6
| | * | | | | | | | | | | | | netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik2018-06-061-2/+8
* | | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-06-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | virtio_ring: switch to dma_XX barriers for rpmsgMichael S. Tsirkin2018-06-071-2/+2
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-154-5/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mm: fix oom_kill event handlingRoman Gushchin2018-06-151-4/+22
| * | | | | | | | | | | | | | sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-152-1/+15
| * | | | | | | | | | | | | | mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-151-0/+1
* | | | | | | | | | | | | | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-153-16/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-143-16/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-15/+16
| | * | | | | | | | | | | | | | pstore: Convert internal records to timespec64Kees Cook2018-06-051-1/+1
| | * | | | | | | | | | | | | | fs: add timespec64_truncate()Deepa Dinamani2018-05-251-0/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-153-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-041-4/+4
| * | | | | | | | | | | | | | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-1/+1
| * | | | | | | | | | | | | | libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-041-0/+2
| * | | | | | | | | | | | | | libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-041-0/+2
| * | | | | | | | | | | | | | ceph: always get rstat from auth mdsYan, Zheng2018-06-041-0/+1
| * | | | | | | | | | | | | | libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-1/+1
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-06-142-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | lib/string_helpers: Add missed declaration of struct task_structAndy Shevchenko2018-05-151-0/+1
| * | | | | | | | | | | | | | platform_data/mlxreg: Document fixes for hotplug deviceVadim Pasternak2018-05-121-2/+1
* | | | | | | | | | | | | | | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-148-40/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | i2c: Export of_i2c_get_board_info()Boris Brezillon2018-05-221-0/+10
| * | | | | | | | | | | | | | | Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang2018-05-1715-46/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | i2c: pnx: move header into the driverWolfram Sang2018-05-171-38/+0
| | * | | | | | | | | | | | | | | i2c: xiic: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | | | | | | | | | | | | | | i2c: pca-platform: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | | | | | | | | | | | | | | i2c: omap: move header to platform_dataWolfram Sang2018-05-171-0/+0
| | * | | | | | | | | | | | | | | i2c: ocores: move header to platform_dataWolfram Sang2018-05-171-0/+0