summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2024-07-09Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_bina...Greg Kroah-Hartman1-5/+1
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-1/+5
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-06-12kbuild: unify vdso_install rulesMasahiro Yamada2-30/+2
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2024-04-10mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-04-03sparc32: Fix parport build with sparc32Sam Ravnborg2-252/+263
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-03-01sparc: Fix undefined reference to fb_is_primary_deviceJavier Martinez Canillas2-2/+2
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2-0/+2
2023-10-28sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-3/+11
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-97/+0
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)1-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds40-40/+40
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-3/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-6/+6
2023-08-31Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds32-33/+49
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+4
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-89/+173
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-3/+2
2023-08-28sparc: Explicitly include correct DT includesRob Herring32-33/+49
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2-5/+0
2023-08-25sparc64: implement the new page table range APIMatthew Wilcox (Oracle)5-67/+119
2023-08-25sparc32: implement the new page table range APIMatthew Wilcox (Oracle)3-8/+23
2023-08-24sparc: Remove <asm/ide.h>Geert Uytterhoeven1-97/+0
2023-08-22sparc: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada39-39/+40
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)1-2/+3
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)1-8/+9
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-3/+0
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2-4/+4
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2-0/+20
2023-08-18mm: make show_free_areas() staticKefeng Wang1-1/+1
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-11tty: vcc: convert counts to size_tJiri Slaby (SUSE)1-1/+1
2023-08-03x86/shstk: Add user control-protection fault handlerRick Edgecombe2-2/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim1-1/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1