Age | Commit message (Expand) | Author | Files | Lines |
2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 1 | -1/+1 |
2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -80/+22 |
2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+1 |
2022-03-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+0 |
2022-03-23 | drivers/base/node: consolidate node device subsystem initialization in node_d... | David Hildenbrand | 1 | -5/+0 |
2022-03-22 | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 8 | -8/+0 |
2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
2022-03-11 | arch: Remove references to CONFIG_NFSD_V3 in the default configs | Chuck Lever | 8 | -8/+0 |
2022-03-11 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
2022-02-26 | usercopy: Check valid lifetime via stack depth | Kees Cook | 1 | -0/+1 |
2022-02-25 | sh: remove CONFIG_SET_FS support | Arnd Bergmann | 8 | -61/+21 |
2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -20/+2 |
2022-02-18 | PCI: Add defines for normal and subtractive PCI bridges | Pali Rohár | 1 | -1/+1 |
2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
2022-01-31 | asm/user.h: killed unused macros | Al Viro | 1 | -6/+0 |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+0 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 1 | -1/+1 |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -23/+19 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -11/+10 |
2022-01-15 | include: move find.h from asm_generic to linux | Yury Norov | 1 | -1/+0 |
2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 1 | -0/+1 |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -11/+9 |
2022-01-13 | arch: decompressor: remove useless vmlinux.bin.all-y | Masahiro Yamada | 1 | -7/+5 |
2022-01-13 | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} | Masahiro Yamada | 1 | -4/+4 |
2022-01-13 | sh: rename suffix-y to suffix_y | Masahiro Yamada | 2 | -9/+9 |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2022-01-12 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+1 |
2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 1 | -3/+1 |
2022-01-05 | sh: sq: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2021-12-17 | Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH | Alexandre Ghiti | 1 | -1/+0 |
2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -1/+1 |
2021-12-13 | Merge tag 'v5.16-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2 | -1/+1 |
2021-12-07 | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h | Sebastian Andrzej Siewior | 1 | -1/+1 |
2021-11-25 | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2021-11-25 | futex: Wireup futex_waitv syscall | André Almeida | 1 | -0/+1 |
2021-11-25 | futex: Remove futex_cmpxchg detection | Arnd Bergmann | 1 | -1/+0 |
2021-11-17 | Add linux/cacheflush.h | Matthew Wilcox (Oracle) | 1 | -1/+0 |
2021-11-14 | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh | Linus Torvalds | 20 | -179/+74 |
2021-11-11 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -7/+7 |
2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+0 |
2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -4/+3 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -7/+7 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 5 | -7/+7 |
2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+2 |
2021-11-03 | Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -2/+2 |
2021-11-03 | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+2 |
2021-11-02 | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |