aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-13/+34
2023-06-16sparc/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-18/+0
2023-06-05locking/atomic: sparc: add preprocessor symbolsGravatar Mark Rutland 2-2/+32
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 2-11/+2
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+5
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 2-5/+5
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-0/+8
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-50/+66
2023-04-18sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...Gravatar David Hildenbrand 1-50/+66
2023-04-10of: Make devtree_lock declaration privateGravatar Rob Herring 1-0/+3
2023-03-16mm: Expose untagging mask in /proc/$PID/statusGravatar Kirill A. Shutemov 1-0/+6
2023-03-16mm: Introduce untagged_addr_remote()Gravatar Kirill A. Shutemov 1-0/+2
2023-03-08sparc/cpu: Mark cpu_play_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-16/+62
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-13char/agp: introduce asm-generic/agp.hGravatar Mike Rapoport 2-11/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Gravatar Mike Rapoport 1-6/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 2-2/+0
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitGravatar David Hildenbrand 1-3/+35
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitGravatar David Hildenbrand 2-12/+29
2023-01-27vio: move to_vio_dev() to use container_of_const()Gravatar Greg Kroah-Hartman 1-4/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itGravatar Juergen Gross 1-0/+1
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 1-6/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-6/+0
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-147/+0
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+24
2022-09-29sparc: Unbreak the buildGravatar Bart Van Assche 1-9/+6
2022-09-11kernel: exit: cleanup release_thread()Gravatar Kefeng Wang 2-6/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hGravatar Al Viro 1-8/+0
2022-09-09termios: convert the last (sparc) INIT_C_CC to arrayGravatar Al Viro 1-9/+0
2022-09-09termios: consolidate values for VDISCARD in INIT_C_CCGravatar Al Viro 1-2/+2
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hGravatar Al Viro 1-7/+1
2022-09-09termios: uninline conversion helpersGravatar Al Viro 1-130/+6
2022-09-08sparc: Fix the generic IO helpersGravatar Linus Walleij 2-0/+24
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-9/+9
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-38/+0
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-17/+1
2022-08-04Merge branch 'pci/header-cleanup-immutable'Gravatar Bjorn Helgaas 2-17/+0
2022-07-29sparc: Use generic pci_mmap_resource_range()Gravatar Arnd Bergmann 1-0/+1
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hGravatar Stafford Horne 1-8/+0
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 1-2/+0
2022-07-17sparc/mm: move protection_map[] inside the platformGravatar Anshuman Khandual 2-38/+0
2022-06-30bitops: wrap non-atomic bitops with a transparent macroGravatar Alexander Lobakin 1-9/+9
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-46/+16
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-8/+3