aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hGravatar Stafford Horne 1-9/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Gravatar Peter Zijlstra 2-2/+2
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-1/+0
2022-07-17sparc/mm: move protection_map[] inside the platformGravatar Anshuman Khandual 5-39/+24
2022-06-30bitops: wrap non-atomic bitops with a transparent macroGravatar Alexander Lobakin 2-15/+15
2022-06-29context_tracking: Split user tracking KconfigGravatar Frederic Weisbecker 2-2/+2
2022-06-24jump_label: mips: move module NOP patching into arch codeGravatar Ard Biesheuvel 1-3/+0
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 2-0/+9
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Gravatar Sebastian Andrzej Siewior 1-0/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEGravatar Thomas Gleixner 1-1/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+14
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-139/+84
2022-06-02Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-06-02sparc: fix mis-use of __kernel_{uid,gid}_t in uapi/asm/stat.hGravatar Masahiro Yamada 1-2/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-51/+16
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-8/+16
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-24/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+1
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+2
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+1
2022-05-19termbits.h: Remove posix_types.h includeGravatar Ilpo Järvinen 1-2/+0
2022-05-19termbits.h: Align lines & formatGravatar Ilpo Järvinen 1-85/+83
2022-05-19termbits.h: create termbits-common.h for identical bitsGravatar Ilpo Järvinen 1-52/+1
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteGravatar Baolin Wang 1-2/+3
2022-05-13sparc: use fallback for random_get_entropy() instead of zeroGravatar Jason A. Donenfeld 1-3/+1
2022-05-13sparc: add asm/stat.h to UAPI compile-test coverageGravatar Masahiro Yamada 1-6/+6
2022-05-11Merge branch 'v5.18-rc5'Gravatar Peter Zijlstra 1-0/+1
2022-05-11kbuild: factor out the common installation code into scripts/install.shGravatar Masahiro Yamada 2-24/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSGravatar Kees Cook 1-1/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 2-8/+6
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 2-4/+10
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 3-6/+13
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Gravatar Erin MacNeil 1-0/+1
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGravatar Guo Ren 1-25/+14
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGravatar Guo Ren 1-0/+1
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGravatar Guo Ren 1-5/+0
2022-04-26compat: consolidate the compat_flock{,64} definitionGravatar Christoph Hellwig 1-17/+1
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hGravatar Christoph Hellwig 1-4/+0
2022-04-23sparc: cacheflush_32.h needs struct pageGravatar Randy Dunlap 1-0/+1
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedGravatar Marco Elver 2-0/+2
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-11/+8
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-1/+3
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-5/+5
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 16-100/+96
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+6