aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-11/+8
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-1/+3
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-5/+5
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds16-100/+96
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-3/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+6
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-12/+1
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand1-12/+0
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-0/+1
2022-03-21sparc32: Add pmd_pfn()Matthew Wilcox (Oracle)1-1/+6
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman3-5/+4
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2-6/+4
2022-02-25sparc: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-1/+1
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic into asm-genericArnd Bergmann14-98/+90
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann4-22/+0
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann9-49/+9
2022-02-25uaccess: generalize access_ok()Arnd Bergmann4-28/+6
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-1/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-25sparc64: add __{get,put}_kernel_nofault()Arnd Bergmann1-0/+78
2022-02-18sparc64: fix building assembly filesArnd Bergmann1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-5/+5
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+4
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+2
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2-21/+42
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu1-1/+1
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov1-0/+2
2022-01-29agp: define proper stubs for empty helpersArnd Bergmann1-3/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2-3/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-113/+10
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede1-5/+3
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-55/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-49/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+10
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-9/+3
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-6/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-18/+15
2022-01-15include: move find.h from asm_generic to linuxYury Norov2-3/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2-18/+14
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-80/+8
2021-12-31crypto: sparc/sha - remove duplicate hash init functionTianjia Zhang3-80/+8
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman2-6/+2
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-2/+2