summaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-4/+4
|\ \ \
| * | | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-4/+4
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+3
|\ \ \ \
| * | | | sparc: Fix typo.David S. Miller2021-10-051-1/+1
| * | | | sparc: add SO_RESERVE_MEM definition.David S. Miller2021-10-011-0/+3
| | |/ / | |/| |
* | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-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-023-12/+7
|\ \ \ \
| * | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-012-6/+6
| * | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
| | |/ / | |/| |
* / | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-154-10/+4
|/ / /
* | / sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds2021-09-201-0/+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-094-30/+11
* | compat: remove some compat entry pointsArnd Bergmann2021-09-091-5/+5
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-052-4/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-162-4/+1
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-044-11/+2
|\ \ \
| * | | sparc: move the install rule to arch/sparc/MakefileMasahiro Yamada2021-09-032-5/+2
| * | | 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-023-9/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | 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-093-5/+5
| |/ /
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-021-2/+0
|\ \ \
| * | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| | |/ | |/|
* | | 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-0111-45/+109
|\ \ \
| * | | 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-239-45/+36
| * | | sparc64: Add compile-time asserts for siginfo_t offsetsMarco Elver2021-07-232-0/+69
| |/ /
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ \
| * \ \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-092-1/+3
| |\ \ \ | | | |/ | | |/|
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| | |/ | |/|
* | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-1/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-311-0/+3
| |\ \
| | * | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
| | |/
| * | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-1/+0
| |\ \ | | |/ | |/|