summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-251-0/+1
|\
| * futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
* | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-192-3/+3
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-102-4/+6
|\
| * signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sigEric W. Biederman2021-10-291-2/+2
| * signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer failsEric W. Biederman2021-10-291-2/+4
* | Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-091-68/+8
|\ \
| * | sparc32: use DMA_DIRECT_REMAPChristoph Hellwig2021-10-211-54/+0
| * | sparc32: remove dma_make_coherentChristoph Hellwig2021-10-211-15/+10
| * | sparc32: remove the call to dma_make_coherent in arch_dma_freeChristoph Hellwig2021-10-211-1/+0
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ \
| * | | PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \ \
| * | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| |/ /
* | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-012-10/+15
|\ \ \
| * | | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+4
| * | | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-10/+11
| | |/ | |/|
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-11/+6
|\ \ \
| * | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-5/+5
| * | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| | |/ | |/|
* / | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-8/+2
|/ /
* | Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-171-1/+3
|\ \
| * | sparc32: page align size in arch_dma_allocAndreas Larsson2021-09-141-1/+3
* | | sparc: avoid stringop-overread errorsLinus Torvalds2021-09-151-1/+2
| |/ |/|
* | arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-083-11/+11
* | compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-6/+0
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-6/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\ \ \
| * | | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
| |/ /
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-022-8/+4
|\ \ \ | | |/ | |/|
| * | sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-092-4/+0
| * | sparc/iommu: return error codes from .map_sg() opsMartin Oliveira2021-08-092-4/+4
| |/
* | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \
| * | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| |/
* | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-018-40/+107
|\ \
| * | signal: Verify the alignment and size of siginfo_tEric W. Biederman2021-07-232-0/+4
| * | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-236-40/+34
| * | sparc64: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-232-0/+69
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-14/+4
|\
| * sparc: syscalls: use pattern rules to generate syscall headersMasahiro Yamada2021-07-051-14/+4
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-052-8/+2
|\ \
| * | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman2021-05-211-1/+1
| |\|
| * | sparc/vio: make remove callback return voidUwe Kleine-König2021-05-142-8/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \ \
| * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | | | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-1/+1
|\ \ \ \