aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
AgeCommit message (Expand)Author
2024-04-13sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap
2024-03-26sparc32: Fix section mismatch in leon_pci_grpciSam Ravnborg
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-04-05dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2021-09-30sparc: avoid stringop-overread errorsLinus Torvalds
2021-09-30sparc32: page align size in arch_dma_allocAndreas Larsson
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner
2020-11-05sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin
2020-06-30fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro
2020-06-22sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro
2020-06-22sparc32: fix register window handling in genregs32_[gs]et()Al Viro
2020-02-24sparc: Add .exit.data section.David S. Miller
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-28arch: wire-up pidfd_open()Christian Brauner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-02sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao
2019-06-02mdesc: fix a missing-check bug in get_vdev_port_node_info()Gen Zhang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar
2019-05-09sparc: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-05-08arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-10sparc64/pci_sun4v: fix ATU checks for large DMA masksChristoph Hellwig
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-20sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig
2019-02-20sparc64/iommu: allow large DMA masksChristoph Hellwig
2019-02-20sparc64: refactor the ali DMA quirkChristoph Hellwig
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann