Age | Commit message (Expand) | Author | Files | Lines |
2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 1 | -0/+2 |
2019-07-15 | arch: mark syscall number 435 reserved for clone3 | Christian Brauner | 1 | -0/+1 |
2019-07-10 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+3 |
2019-07-08 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -14/+5 |
2019-06-28 | arch: wire-up pidfd_open() | Christian Brauner | 1 | -0/+1 |
2019-06-23 | smp: Remove smp_call_function() and on_each_cpu() return values | Nadav Amit | 1 | -14/+5 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -17/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -13/+1 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -1/+1 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -2/+2 |
2019-05-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+6 |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+0 |
2019-05-16 | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] | David Howells | 1 | -0/+6 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -10/+10 |
2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 2 | -2/+0 |
2019-04-15 | arch: add pidfd and io_uring syscalls everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -10/+10 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 5 | -3/+42 |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) | Mike Rapoport | 3 | -4/+4 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+1 |
2019-02-07 | y2038: add 64-bit time_t syscalls to all 32-bit architectures | Arnd Bergmann | 1 | -0/+2 |
2019-02-07 | timex: use __kernel_timex internally | Deepa Dinamani | 1 | -2/+3 |
2019-01-25 | alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls | Arnd Bergmann | 1 | -0/+3 |
2019-01-25 | alpha: add standard statfs64/fstatfs64 syscalls | Arnd Bergmann | 1 | -0/+2 |
2019-01-25 | arch: add pkey and rseq syscall numbers everywhere | Arnd Bergmann | 1 | -0/+4 |
2019-01-25 | ipc: rename old-style shmctl/semctl/msgctl syscalls | Arnd Bergmann | 1 | -3/+3 |
2019-01-25 | alpha: update syscall macro definitions | Arnd Bergmann | 1 | -2/+2 |
2019-01-25 | alpha: wire up io_pgetevents system call | Arnd Bergmann | 1 | -0/+1 |
2019-01-21 | perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE | Andrew Murray | 1 | -6/+1 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -6/+6 |
2018-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 8 | -557/+580 |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -11/+5 |
2018-12-21 | alpha: Remove some unused variables | Matt Turner | 1 | -2/+1 |
2018-12-21 | alpha: rtc: simplify alpha_rtc_init | Alexandre Belloni | 1 | -12/+10 |
2018-12-21 | alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE | Colin Ian King | 1 | -1/+1 |
2018-12-21 | alpha: generate uapi header and syscall table header files | Firoz Khan | 1 | -534/+3 |
2018-12-21 | alpha: add system call table generation support | Firoz Khan | 4 | -0/+559 |
2018-12-21 | alpha: remove CONFIG_OSF4_COMPAT flag from syscall table | Firoz Khan | 2 | -8/+6 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-14 | alpha: fix hang caused by the bootmem removal | Mike Rapoport | 1 | -0/+1 |
2018-12-06 | alpha: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -10/+4 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 11 | -19/+29 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 10 | -10/+8 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -2/+1 |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 4 | -8/+8 |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 3 | -4/+4 |
2018-10-31 | memblock: replace alloc_bootmem_node with memblock_alloc_node | Mike Rapoport | 1 | -2/+2 |
2018-10-26 | alpha: switch to NO_BOOTMEM | Mike Rapoport | 2 | -88/+14 |
2018-10-25 | Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -188/+183 |