aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-16kernel/pid.c: convert struct pid count to refcount_tGravatar Joel Fernandes (Google) 1-2/+3
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskGravatar Oleg Nesterov 3-8/+11
2019-07-16signal: reorder struct sighand_structGravatar Alexey Dobriyan 1-2/+2
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestGravatar Elvira Khabirova 2-3/+41
2019-07-16coda: add hinting support for partial file cachingGravatar Pedro Cuadra 1-2/+27
2019-07-16coda: remove uapi/linux/coda_psdev.hGravatar Jan Harkes 1-10/+0
2019-07-16coda: move internal defs out of include/linux/ [ver #2]Gravatar David Howells 1-89/+0
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecGravatar Jan Harkes 1-26/+7
2019-07-16coda: stop using 'struct timespec' in user APIGravatar Arnd Bergmann 1-3/+17
2019-07-16uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersGravatar Jan Harkes 2-5/+5
2019-07-16coda: fix build using bare-metal toolchainGravatar Sam Protsenko 1-2/+1
2019-07-16coda: potential buffer overflow in coda_psdev_write()Gravatar Jan Harkes 1-1/+2
2019-07-16uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Gravatar Mikko Rapeli 2-13/+11
2019-07-16uapi linux/coda.h: use __kernel_pid_t for userspaceGravatar Mikko Rapeli 1-2/+2
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-0/+19
2019-07-16lib/rbtree: avoid generating code twice for the cached versionsGravatar Michel Lespinasse 2-41/+56
2019-07-16mm/ioremap: probe platform for p4d huge map supportGravatar Anshuman Khandual 1-0/+1
2019-07-16lib/list: tweak LIST_POISON2 for better code generation on x86_64Gravatar Alexey Dobriyan 1-1/+1
2019-07-16asm-generic: fix a compilation warningGravatar Qian Cai 1-14/+60
2019-07-16linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyGravatar Masahiro Yamada 1-7/+10
2019-07-16include/linux/kernel.h: add typeof_member() macroGravatar Alexey Dobriyan 1-0/+2
2019-07-16mm: stub out all of swapops.h for !CONFIG_MMUGravatar Christoph Hellwig 1-2/+3
2019-07-16mm: provide a print_vma_addr stub for !CONFIG_MMUGravatar Christoph Hellwig 1-0/+6
2019-07-16mm: fix the MAP_UNINITIALIZED flagGravatar Christoph Hellwig 1-5/+3
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-28/+81
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 2-53/+47
2019-07-15Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 1-0/+15
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-15/+89
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 22-588/+980
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 10-111/+828
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 47-196/+1515
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Gravatar Dave Airlie 4-37/+2
2019-07-16Revert "mm: adjust apply_to_pfn_range interface for dropped token."Gravatar Dave Airlie 1-1/+1
2019-07-15mm: adjust apply_to_pfn_range interface for dropped token.Gravatar Dave Airlie 1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 6-337/+92
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 6-6/+212
2019-07-14Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 1-1/+3
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Gravatar Linus Torvalds 1-1/+9
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-8/+11
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-3/+17
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 1-136/+136
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 8-7/+196
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 7-35/+23
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+76
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-2/+13
2019-07-13perf/core: Fix exclusive events' groupingGravatar Alexander Shishkin 1-0/+5
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-5/+6
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-0/+12
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-3/+1273