summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2025-12-07sparc64: fix prototypes of reads[bwl]()Al Viro1-3/+3
2025-12-07sparc/module: Add R_SPARC_UA64 relocation handlingKoakuma2-0/+2
2025-12-07arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-10-19sparc: fix error handling in scan_one_device()Ma Ke2-0/+2
2025-10-19sparc64: fix hugetlb for sun4uAnthony Yznaga1-0/+20
2025-10-15sparc: fix accurate exception reporting in copy_{from,to}_user for M7Michael Karcher2-10/+19
2025-10-15sparc: fix accurate exception reporting in copy_to_user for Niagara 4Michael Karcher1-1/+1
2025-10-15sparc: fix accurate exception reporting in copy_{from_to}_user for NiagaraMichael Karcher1-11/+18
2025-10-15sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC...Michael Karcher1-1/+1
2025-10-15sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARCMichael Karcher1-9/+10
2025-04-25sparc/mm: disable preemption in lazy mmu modeRyan Roberts1-1/+4
2024-11-08mm: remove kern_addr_valid() completelyKefeng Wang3-9/+1
2024-08-03sparc64: Fix incorrect function signature and add prototype for prom_cif_initAndreas Larsson3-4/+2
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05sparc: fix compat recv/recvfrom syscallsArnd Bergmann2-223/+2
2024-07-05sparc: fix old compat_sys_select()Arnd Bergmann1-1/+1
2024-06-16sparc: move struct termio to asm/termios.hMike Gilbert2-10/+9
2024-06-16sparc64: Fix number of online CPUsSam Ravnborg4-18/+3
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+1
2024-04-03sparc32: Fix parport build with sparc32Sam Ravnborg2-252/+263
2024-04-03sparc: Explicitly include correct DT includesRob Herring32-33/+49
2024-04-03sparc: vDSO: fix return value of __setup handlerRandy Dunlap1-4/+3
2024-04-03sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap1-1/+1
2024-03-27sparc32: Fix section mismatch in leon_pci_grpciSam Ravnborg2-2/+2
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2023-11-02sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro1-1/+1
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-18/+8
2023-07-01sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds1-3/+5
2023-07-01mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-24/+9
2023-03-10sparc: allow PM configs for sparc32 COMPILE_TESTRandy Dunlap1-1/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+0
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+90
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-4/+1
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-148/+118
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+24
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-39/+39
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+1
2022-09-30sparc: Unbreak the buildBart Van Assche5-39/+39
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-1/+1
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang2-6/+0
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-8/+0
2022-09-09termios: convert the last (sparc) INIT_C_CC to arrayAl Viro1-9/+0
2022-09-09termios: consolidate values for VDISCARD in INIT_C_CCAl Viro1-2/+2