| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2022-03-29 | 1 | -1/+1 |
|\ |
|
| * | sparc: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 2022-02-25 | 1 | -1/+1 |
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-03-29 | 5 | -11/+8 |
|\ \ |
|
| * | | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2022-03-10 | 3 | -5/+4 |
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 2022-03-10 | 2 | -6/+4 |
| |/ |
|
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 2 | -1/+3 |
|\ \ |
|
| * \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-10 | 1 | -1/+1 |
| |\ \ |
|
| | * | | bpf: Fix leftover header->pages in sparc and powerpc code. | Song Liu | 2022-02-08 | 1 | -1/+1 |
| * | | | txhash: Add socket option to control TX hash rethink behavior | Akhmat Karakotov | 2022-01-31 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 2022-03-24 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 2022-02-17 | 1 | -5/+5 |
| |/ / |
|
* | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-24 | 16 | -100/+96 |
|\ \ \ |
|
| * \ \ | Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Arnd Bergmann | 2022-02-25 | 14 | -98/+90 |
| |\ \ \ |
|
| | * | | | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2022-02-25 | 4 | -22/+0 |
| | * | | | sparc64: remove CONFIG_SET_FS support | Arnd Bergmann | 2022-02-25 | 9 | -49/+9 |
| | * | | | uaccess: generalize access_ok() | Arnd Bergmann | 2022-02-25 | 4 | -28/+6 |
| | * | | | uaccess: fix type mismatch warnings from access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -1/+1 |
| | * | | | uaccess: add generic __{get,put}_kernel_nofault | Arnd Bergmann | 2022-02-25 | 1 | -2/+0 |
| | * | | | sparc64: add __{get,put}_kernel_nofault() | Arnd Bergmann | 2022-02-25 | 1 | -0/+78 |
| | |/ / |
|
| * | | | sparc64: fix building assembly files | Arnd Bergmann | 2022-02-18 | 1 | -1/+1 |
| * | | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage | Masahiro Yamada | 2022-02-17 | 1 | -1/+4 |
| * | | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage | Masahiro Yamada | 2022-02-17 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | agp: define proper stubs for empty helpers | Arnd Bergmann | 2022-01-29 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | sparc32: Add pmd_pfn() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+6 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-23 | 2 | -12/+1 |
|\ \ \ |
|
| * | | | drivers/base/node: consolidate node device subsystem initialization in node_d... | David Hildenbrand | 2022-03-22 | 1 | -12/+0 |
| * | | | mm: merge pte_mkhuge() call into arch_make_huge_pte() | Anshuman Khandual | 2022-03-22 | 1 | -0/+1 |
| |/ / |
|
* / / | lib/xor: make xor prototypes more friendly to compiler vectorization | Ard Biesheuvel | 2022-02-11 | 2 | -21/+42 |
|/ / |
|
* | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 2 | -3/+0 |
|\ \
| |/
|/| |
|
| * | include: move find.h from asm_generic to linux | Yury Norov | 2022-01-15 | 2 | -3/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 3 | -113/+10 |
|\ \ |
|
| * | | proc: make the proc_create[_data]() stubs static inlines | Hans de Goede | 2022-01-20 | 1 | -5/+3 |
| * | | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 2022-01-20 | 1 | -55/+1 |
| * | | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 2022-01-20 | 1 | -49/+1 |
| * | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 2022-01-20 | 1 | -3/+10 |
| * | | mm: percpu: generalize percpu related config | Kefeng Wang | 2022-01-20 | 1 | -9/+3 |
| |/ |
|
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 2 | -6/+2 |
|\ \ |
|
| * | | exit: Add and use make_task_dead. | Eric W. Biederman | 2021-12-13 | 2 | -6/+2 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 3 | -18/+15 |
|\ \ \ |
|
| * | | | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 2022-01-15 | 1 | -0/+1 |
| * | | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 2022-01-15 | 2 | -18/+14 |
| | |/
| |/| |
|
* | | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner | 2021-12-09 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2022-01-11 | 3 | -80/+8 |
|\ \ \ |
|
| * | | | crypto: sparc/sha - remove duplicate hash init function | Tianjia Zhang | 2021-12-31 | 3 | -80/+8 |
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-12-11 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | bpf, docs: Prune all references to "internal BPF" | Christoph Hellwig | 2021-11-30 | 1 | -1/+1 |
| * | | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2021-11-16 | 1 | -1/+1 |
| |/ / |
|