aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 6-15/+185
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+39
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 4-17/+25
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 6-6/+20
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-3/+11
2017-03-02give up on gcc ilog2() constant optimizationsGravatar Linus Torvalds 1-11/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusGravatar Al Viro 1-13/+39
2017-03-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 8-39/+235
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 2-56/+103
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 2-3/+11
2017-03-01objtool, modules: Discard objtool annotation sections for modulesGravatar Josh Poimboeuf 2-2/+2
2017-03-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-2/+2
2017-03-01Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-18/+15
2017-03-01objtool, compiler.h: Fix __unreachable section relocation sizeGravatar Josh Poimboeuf 1-1/+1
2017-02-28Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmiGravatar Linus Torvalds 1-1/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-148/+179
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-16/+30
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-24/+54
2017-02-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-265/+13
2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+13
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-1/+1
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-60/+167
2017-02-28objtool: Enclose contents of unreachable() macro in a blockGravatar Josh Poimboeuf 1-1/+2
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-2/+2
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 6-29/+113
2017-02-27Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 2-16/+1
2017-02-27mm: add arch-independent testcases for RODATAGravatar Jinbum Park 1-0/+23
2017-02-27mm: clarify mm_struct.mm_{users,count} documentationGravatar Vegard Nossum 1-2/+21
2017-02-27mm: add new mmget() helperGravatar Vegard Nossum 1-0/+21
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-0/+22
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "disassocation" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesGravatar Masahiro Yamada 2-2/+2
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesGravatar Masahiro Yamada 3-5/+5
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-0/+5
2017-02-27ipc/sem: add hysteresisGravatar Manfred Spraul 1-1/+1
2017-02-27include/linux/pid.h: use for_each_thread() in do_each_pid_thread()Gravatar Tetsuo Handa 1-2/+2
2017-02-27sigaltstack: support SS_AUTODISARM for CONFIG_COMPATGravatar Stas Sergeev 1-1/+3
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionGravatar Tomohiro Kusumi 1-2/+2
2017-02-27autofs: add command enum/macros for root-dir ioctlsGravatar Tomohiro Kusumi 3-14/+29
2017-02-27autofs: remove wrong commentGravatar Tomohiro Kusumi 1-4/+0
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 3-24/+28
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 4-20/+46
2017-02-27virtio_scsi: use virtio IRQ affinityGravatar Christoph Hellwig 1-1/+0
2017-02-27blk-mq: provide a default queue mapping for virtio deviceGravatar Christoph Hellwig 1-0/+10
2017-02-27virtio: provide a method to get the IRQ affinity mask for a virtqueueGravatar Christoph Hellwig 1-0/+3
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-4/+5
2017-02-27virtio_pci: don't duplicate the msix_enable flag in struct pci_devGravatar Christoph Hellwig 1-1/+1