aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-34/+29
3 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+5
4 daysarch: make execmem setup available regardless of CONFIG_MODULESGravatar Mike Rapoport (IBM) 3-19/+23
4 daysmm/execmem, arch: convert simple overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-4/+16
4 daysmm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 1-4/+4
4 dayssparc: simplify module_alloc()Gravatar Mike Rapoport (IBM) 2-24/+3
2024-04-09sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizesGravatar Al Viro 2-9/+11
2024-04-09sparc32: unify __cmpxchg_u{32,64}Gravatar Al Viro 1-25/+16
2024-04-09sparc32: make the first argument of __cmpxchg_u64() volatile u64 *Gravatar Al Viro 2-2/+2
2024-04-09sparc32: make __cmpxchg_u32() return u32Gravatar Al Viro 2-4/+4
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+5
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 37-720/+328
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Gravatar Christophe Leroy 1-1/+5
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-2/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-7/+24
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+4
2024-03-08sparc32: Fix section mismatch in leon_pci_grpciGravatar Sam Ravnborg 2-2/+2
2024-03-08sparc32: Fix parport build with sparc32Gravatar Sam Ravnborg 2-252/+263
2024-03-08sparc32: Do not select GENERIC_ISA_DMAGravatar Sam Ravnborg 1-4/+0
2024-03-08sparc32: Fix build with trapbaseGravatar Sam Ravnborg 5-14/+14
2024-03-08sparc32: Use generic cmpdi2/ucmpdi2 variantsGravatar Sam Ravnborg 4-50/+4
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Gravatar Ahelenia Ziemiańska 2-2/+2
2024-03-06mm/treewide: align up pXd_leaf() retval across archsGravatar Peter Xu 1-2/+2
2024-03-06mm/treewide: drop pXd_large()Gravatar Peter Xu 1-4/+4
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Gravatar Peter Xu 1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Gravatar Peter Xu 1-2/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 3-3/+4
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-4/+0
2024-02-29sparc: vdso: Disable UBSAN instrumentationGravatar Kees Cook 1-0/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+15
2024-02-23Merge tag 'drm-misc-fixes-2024-02-22' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 2-2/+2
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTGravatar David Hildenbrand 1-0/+2
2024-02-21sparc: Fix undefined reference to fb_is_primary_deviceGravatar Javier Martinez Canillas 2-2/+2
2024-02-16sparc: select FRAME_POINTER instead of redefining itGravatar Masahiro Yamada 1-5/+2
2024-02-16sparc: vDSO: fix return value of __setup handlerGravatar Randy Dunlap 1-4/+3
2024-02-16sparc64: NMI watchdog: fix return value of __setup handlerGravatar Randy Dunlap 1-1/+1
2024-02-16sparc: vio: make vio_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-16sparc: Fix typosGravatar Bjorn Helgaas 20-27/+27
2024-02-16sparc: Use shared font dataGravatar Dr. David Alan Gilbert 2-356/+11
2024-02-15sparc: remove obsolete config ARCH_ATUGravatar Lukas Bulwahn 1-4/+0
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-19sparc: Use device_get_match_data()Gravatar Rob Herring 2-10/+12
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-14/+4
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-0/+2
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-15/+10
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-4/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-5/+6
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 3-4/+4