summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-5/+5
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-292-5/+5
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sparc/cpu: Mark cpu_play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-0/+8
|\ \
| * | mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+6
| * | mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-0/+2
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-50/+66
|\ \
| * | sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...David Hildenbrand2023-04-181-50/+66
| |/
* / of: Make devtree_lock declaration privateRob Herring2023-04-101-0/+3
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-5/+2
|\
| * dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman2023-02-151-1/+1
| * vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-16/+62
|\ \
| * | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
| * | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-2/+0
| * | sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand2023-02-021-3/+35
| * | sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand2023-02-022-12/+29
| |/
* | char/agp: introduce asm-generic/agp.hMike Rapoport2023-02-132-11/+1
* | char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-6/+0
|/
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
|\
| * mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-6/+0
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-6/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-6/+0
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-147/+0
|\ \
| * | termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-8/+0
| * | termios: convert the last (sparc) INIT_C_CC to arrayAl Viro2022-09-091-9/+0
| * | termios: consolidate values for VDISCARD in INIT_C_CCAl Viro2022-09-091-2/+2
| * | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-7/+1
| * | termios: uninline conversion helpersAl Viro2022-09-091-130/+6
| |/
* | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-062-0/+24
|\ \
| * | sparc: Fix the generic IO helpersLinus Walleij2022-09-082-0/+24
| |/
* / sparc: Unbreak the buildBart Van Assche2022-09-291-9/+6
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-9/+9
|\
| * bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin2022-06-301-9/+9
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-38/+0
|\ \
| * | sparc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-172-38/+0
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-17/+1
|\ \
| * \ 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-291-0/+1
| |/
* / mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-211-2/+0
|/
* 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