summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-143-0/+35
|\
| * cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-0/+2
| * Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0590-296/+553
| |\
| * | x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-07-151-12/+12
| * | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-0/+2
| * | cpu/hotplug: Expose SMT control init functionJiri Kosina2018-07-131-0/+2
| * | cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-06-211-0/+13
| * | x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-06-201-0/+2
| * | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+12
| * | x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-201-0/+2
* | | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-141-0/+31
|\ \ \
| * | | iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-111-0/+31
| * | | Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-111-0/+16
| |\ \ \
* | \ \ \ Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-131-0/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-201-0/+2
| * | | | iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-191-0/+3
| * | | | iomap: add private pointer to struct iomapAndreas Gruenbacher2018-06-191-0/+1
| * | | | iomap: add a page_done callbackChristoph Hellwig2018-06-191-0/+9
| * | | | iomap: generic inline data handlingAndreas Gruenbacher2018-06-191-0/+1
| | |/ / | |/| |
* | | | Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-131-2/+1
|\ \ \ \
| * | | | btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-1/+1
| * | | | btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-1/+0
* | | | | Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-08-131-1/+4
|\ \ \ \ \
| * | | | | locks: add tracepoint in flock codepathJeff Layton2018-08-061-1/+4
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds2018-08-132-6/+3
|\ \ \ \ \ \ \
| | * | | | | | kill dentry_update_name_case()Al Viro2018-06-231-2/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | fs: shave 8 bytes off of struct inodeAmir Goldstein2018-07-081-2/+3
| * | | | | | removed extra extern file_fdatawait_rangeVasily Averin2018-06-181-2/+0
| |/ / / / /
* | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-08-131-4/+2
|\ \ \ \ \ \
| * | | | | | aio: implement IOCB_CMD_POLLChristoph Hellwig2018-08-061-4/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-132-2/+16
|\ \ \ \ \ \
| * | | | | | new helper: inode_fake_hash()Al Viro2018-08-031-0/+11
| * | | | | | new primitive: discard_new_inode()Al Viro2018-08-031-1/+5
| * | | | | | kill d_instantiate_no_diralias()Al Viro2018-08-011-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-135-17/+19
|\ \ \ \ \ \
| * | | | | | make alloc_file() staticAl Viro2018-07-121-2/+0
| * | | | | | new helper: alloc_file_clone()Al Viro2018-07-121-0/+2
| * | | | | | new wrapper: alloc_file_pseudo()Al Viro2018-07-121-0/+3
| * | | | | | kill FILE_{CREATED,OPENED}Al Viro2018-07-121-4/+0
| * | | | | | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
| * | | | | | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-2/+1
| * | | | | | IMA: don't propagate opened through the entire thingAl Viro2018-07-121-2/+2
| * | | | | | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-0/+1
| * | | | | | fold put_filp() into fput()Al Viro2018-07-121-1/+0
| * | | | | | introduce FMODE_OPENEDAl Viro2018-07-121-0/+2
| * | | | | | ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
| * | | | | | security_file_open(): lose cred argumentAl Viro2018-07-121-3/+2
| * | | | | | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-1/+1
| * | | | | | turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-1/+4
* | | | | | | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-132-0/+10
|\ \ \ \ \ \ \