| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-03 | 1 | -4/+4 |
|\ |
|
| * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARs | Denis Efremov | 2019-10-14 | 1 | -4/+4 |
* | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 2019-12-01 | 2 | -68/+3 |
|\ \ |
|
| * | | y2038: use compat_{get,set}_itimer on alpha | Arnd Bergmann | 2019-11-15 | 2 | -67/+2 |
| * | | y2038: rusage: use __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 1 | -10/+8 |
|\ \ |
|
| * | | alpha: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook | 2019-11-04 | 1 | -1/+1 |
| * | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 2019-11-04 | 1 | -1/+1 |
| * | | vmlinux.lds.h: Replace RODATA with RO_DATA | Kees Cook | 2019-11-04 | 1 | -1/+1 |
| * | | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 2019-11-04 | 1 | -2/+0 |
| * | | vmlinux.lds.h: Move Program Header restoration into NOTES macro | Kees Cook | 2019-11-04 | 1 | -4/+1 |
| * | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes | Kees Cook | 2019-11-04 | 1 | -0/+3 |
| * | | alpha: Rename PT_LOAD identifier "kernel" to "text" | Kees Cook | 2019-11-04 | 1 | -4/+4 |
| |/ |
|
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-11-26 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | alpha: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -2/+2 |
* | | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 2019-09-04 | 1 | -0/+2 |
* | | arch: mark syscall number 435 reserved for clone3 | Christian Brauner | 2019-07-15 | 1 | -0/+1 |
* | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-07-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | arch: wire-up pidfd_open() | Christian Brauner | 2019-06-28 | 1 | -0/+1 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 2 | -3/+3 |
|\ \ |
|
| * | | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 1 | -1/+1 |
| * | | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-07-08 | 1 | -14/+5 |
|\ \ |
|
| * | | smp: Remove smp_call_function() and on_each_cpu() return values | Nadav Amit | 2019-06-23 | 1 | -14/+5 |
| |/ |
|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2019-06-05 | 1 | -17/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -13/+1 |
|/ |
|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-05-17 | 1 | -0/+6 |
|\ |
|
| * | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 2019-05-16 | 1 | -0/+6 |
* | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-16 | 2 | -2/+0 |
|\ \
| |/
|/| |
|
| * | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 2019-04-23 | 2 | -2/+0 |
* | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 1 | -10/+10 |
|\ \ |
|
| * | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -10/+10 |
* | | | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 2019-04-15 | 1 | -0/+4 |
| |/
|/| |
|
* | | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 5 | -3/+42 |
* | | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) | Mike Rapoport | 2019-03-12 | 3 | -4/+4 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-03-06 | 1 | -6/+1 |
|\ |
|
| * | perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE | Andrew Murray | 2019-01-21 | 1 | -6/+1 |
* | | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann | 2019-02-07 | 1 | -0/+2 |
* | | timex: use __kernel_timex internally | Deepa Dinamani | 2019-02-07 | 1 | -2/+3 |
* | | alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls | Arnd Bergmann | 2019-01-25 | 1 | -0/+3 |
* | | alpha: add standard statfs64/fstatfs64 syscalls | Arnd Bergmann | 2019-01-25 | 1 | -0/+2 |
* | | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann | 2019-01-25 | 1 | -0/+4 |
* | | ipc: rename old-style shmctl/semctl/msgctl syscalls | Arnd Bergmann | 2019-01-25 | 1 | -3/+3 |
* | | alpha: update syscall macro definitions | Arnd Bergmann | 2019-01-25 | 1 | -2/+2 |
* | | alpha: wire up io_pgetevents system call | Arnd Bergmann | 2019-01-25 | 1 | -0/+1 |
|/ |
|
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -6/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2018-12-31 | 8 | -557/+580 |
|\ |
|
| * | alpha: Remove some unused variables | Matt Turner | 2018-12-21 | 1 | -2/+1 |
| * | alpha: rtc: simplify alpha_rtc_init | Alexandre Belloni | 2018-12-21 | 1 | -12/+10 |
| * | alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE | Colin Ian King | 2018-12-21 | 1 | -1/+1 |