summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds4-357/+0
7 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+0
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)1-3/+0
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-10/+0
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-44/+0
2026-04-03sparc: move the XOR code to lib/raid/Christoph Hellwig4-350/+40
2026-04-03xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig2-24/+21
2026-03-11sparc64: vdso: Implement clock_gettime64()Thomas Weißschuh1-2/+18
2026-03-11sparc64: vdso2c: Drop sym_vvar_start handlingThomas Weißschuh1-2/+0
2026-03-11sparc64: vdso: Switch to the generic vDSO libraryThomas Weißschuh5-93/+69
2026-03-11sparc64: vdso: Introduce vdso/processor.hThomas Weißschuh4-27/+44
2026-03-11sparc64: vdso: Move syscall fallbacks into headerThomas Weißschuh1-0/+50
2026-03-11sparc64: vdso: Move hardware counter read into headerThomas Weißschuh1-0/+78
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+2
2026-02-07mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng1-1/+0
2026-02-06sparc: Add architecture support for clone3Ludwig Rydberg2-2/+1
2026-01-21treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-0/+1
2026-01-21sparc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky1-1/+0
2026-01-21mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-2/+0
2026-01-21sparc/mm: implement arch_flush_lazy_mmu_mode()Kevin Brodsky1-1/+1
2025-11-17mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes2-16/+8
2025-10-04Merge tag 'sparc-for-6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-175/+178
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+0
2025-09-26sparc: floppy: Replace deprecated strcpy() with strscpy() in sun_floppy_init()Thorsten Blum1-1/+2
2025-09-26sparc: parport: Replace deprecated strcpy() with strscpy() in ecpp_probe()Thorsten Blum1-1/+2
2025-09-26sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth54-170/+170
2025-09-19sparc64: fix prototypes of reads[bwl]()Al Viro1-3/+3
2025-09-19sparc/module: Add R_SPARC_UA64 relocation handlingKoakuma1-0/+1
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-09-09sparc: Add __attribute_const__ to ffs()-family implementationsKees Cook1-4/+4
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko2-6/+0
2025-07-25sparc64: remove hugetlb_free_pgd_range()Anthony Yznaga1-5/+0
2025-07-10mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-2/+2
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm2-2/+2
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-12/+27
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+12
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+10
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-12sparc32: remove custom definition of mk_pte()Matthew Wilcox (Oracle)1-10/+5
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-05-05crypto: sparc - move opcodes.h into asm directoryEric Biggers1-0/+100
2025-03-17sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptesRyan Roberts1-2/+0
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+1
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-0/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-29Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-62/+0
2024-11-16sparc: Replace one-element array with flexible array memberThorsten Blum1-1/+1