aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-2/+0
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-30/+2
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-26/+0
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-21/+24
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-6/+9
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2023-10-28kbuild: unify vdso_install rulesGravatar Masahiro Yamada 2-30/+2
2023-10-27sparc32: fix a braino in fault handling in csum_and_copy_..._user()Gravatar Al Viro 1-1/+1
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskGravatar Eric Biggers 1-21/+24
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextGravatar Dave Airlie 2-3/+11
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 2-26/+0
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Gravatar Thomas Zimmermann 1-6/+9
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 2-3/+11
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-06sparc: Annotate struct cpuinfo_tree with __counted_byGravatar Kees Cook 1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Gravatar Ryan Roberts 2-3/+11
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-97/+0
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Gravatar Mike Rapoport (IBM) 1-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 40-40/+40
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-3/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-6/+6
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 32-33/+49
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-4/+4
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 11-89/+173
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-3/+2
2023-08-28sparc: Explicitly include correct DT includesGravatar Rob Herring 32-33/+49
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 2-5/+0
2023-08-24sparc64: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 5-67/+119
2023-08-24sparc32: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 3-8/+23
2023-08-24sparc: Remove <asm/ide.h>Gravatar Geert Uytterhoeven 1-97/+0
2023-08-22sparc: remove <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 39-39/+40
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsGravatar Vishal Moola (Oracle) 1-2/+3
2023-08-21sparc64: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 1-8/+9
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 1-3/+0
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUGravatar Douglas Anderson 2-4/+4
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tGravatar Hugh Dickins 2-0/+20
2023-08-18mm: make show_free_areas() staticGravatar Kefeng Wang 1-1/+1
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-3/+0
2023-08-11tty: vcc: convert counts to size_tGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-02x86/shstk: Add user control-protection fault handlerGravatar Rick Edgecombe 2-2/+2
2023-07-31Merge 6.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-1/+1