summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng11 days1-0/+1
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-011-1/+1
* Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-291-1/+1
|\
| * sparc: Replace one-element array with flexible array memberThorsten Blum2024-11-161-1/+1
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-0/+1
|\ \
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-202-62/+0
|\ \
| * | sparc: get rid of asm/vga.hAl Viro2024-11-111-44/+0
| * | asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro2024-11-111-16/+0
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-2/+0
| |/
* / vdso: Introduce vdso/page.hVincenzo Frascino2024-10-162-6/+2
|/
* mm: always define pxx_pgprot()Peter Xu2024-09-171-0/+1
* arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-031-4/+0
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-5/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-5/+1
* | Merge tag 'sparc-for-6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-183-4/+8
|\ \
| * | sparc64: Fix incorrect function signature and add prototype for prom_cif_initAndreas Larsson2024-07-111-0/+1
| * | sparc64: Fix prototype warnings for floppy_64.hAndreas Larsson2024-07-111-2/+3
| * | sparc32: Fix truncated relocation errors when linking large kernelsAndreas Larsson2024-07-111-2/+4
| |/
* / clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-0/+2
|/
* Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-234-14/+15
|\
| * sparc: parport: Convert to platform remove callback returning voidUwe Kleine-König2024-04-221-4/+2
| * sparc: Use swap() to fix Coccinelle warningThorsten Blum2024-04-221-3/+1
| * sparc32: Fix version generation failed warningsSam Ravnborg2024-04-221-5/+12
| * sparc64: Fix number of online CPUsSam Ravnborg2024-04-221-2/+0
* | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-7/+8
|\ \
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| * | arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-031-3/+4
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+2
|\ \
| * | mm: remove "prot" parameter from move_pte()David Hildenbrand2024-04-251-1/+1
| * | mm/arch: provide pud_pfn() fallbackPeter Xu2024-04-251-0/+1
| |/
* | sparc: simplify module_alloc()Mike Rapoport (IBM)2024-05-141-0/+2
* | sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizesAl Viro2024-04-091-9/+7
* | sparc32: make the first argument of __cmpxchg_u64() volatile u64 *Al Viro2024-04-091-1/+1
* | sparc32: make __cmpxchg_u32() return u32Al Viro2024-04-091-2/+2
|/
* Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-156-259/+270
|\
| * sparc32: Fix parport build with sparc32Sam Ravnborg2024-03-082-252/+263
| * sparc: Fix typosBjorn Helgaas2024-02-164-7/+7
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-4/+20
|\ \
| * | mm/treewide: align up pXd_leaf() retval across archsPeter Xu2024-03-061-2/+2
| * | mm/treewide: drop pXd_large()Peter Xu2024-03-061-4/+4
| * | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+14
| * | sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* | | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-3/+2
|/ /
* / work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-182-0/+2
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-142-0/+2
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-7/+0
|\ \
| * | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| |/