summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-072-15/+15
|\
| * bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin2022-06-302-15/+15
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-072-11/+0
|\ \
| * | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-292-11/+0
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-057-39/+32
|\ \
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | sparc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-175-39/+24
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-162-0/+9
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+2
|\ \
| * | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+2
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-043-162/+5
|\ \
| * \ Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas2022-08-042-17/+0
| |\ \
| | * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-8/+0
| | * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-9/+0
| | |/
| * | sparc: Use generic pci_mmap_resource_range()Arnd Bergmann2022-07-292-150/+5
| * | PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann2022-07-291-4/+9
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-1/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner2022-06-101-1/+1
| |/
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-2/+2
|\ \
| * | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-2/+2
| |/
* | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-011-3/+0
|\ \
| * | jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-3/+0
| |/
* / mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-212-2/+2
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-032-10/+14
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-072-8/+6
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-072-4/+10
* | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-139/+84
|\ \
| * | termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-191-2/+0
| * | termbits.h: Align lines & formatIlpo Järvinen2022-05-191-85/+83
| * | termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-191-52/+1
* | | Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-021-2/+2
|\ \ \
| * | | sparc: fix mis-use of __kernel_{uid,gid}_t in uapi/asm/stat.hMasahiro Yamada2022-06-021-2/+2
* | | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-313-51/+16
|\ \ \ \
| * | | | asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-261-25/+14
| * | | | fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1
| * | | | arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren2022-04-261-5/+0
| * | | | compat: consolidate the compat_flock{,64} definitionChristoph Hellwig2022-04-261-17/+1
| * | | | uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig2022-04-261-4/+0
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-264-8/+16
|\ \ \ \
| * | | | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| * | | | sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-283-6/+13
| | |_|/ | |/| |
* | | | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-262-24/+1
|\ \ \ \
| * | | | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-112-24/+1
| | |/ / | |/| |
* | | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | sparc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-6/+6
| |/ /
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-0/+1
|\ \ \
| * | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-0/+1
| | |/ | |/|
* | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-1/+2
|\ \ \
| * | | randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-081-1/+2
| | |/ | |/|
* | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-3/+1
|\ \ \