summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\
| * LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-094-4/+0
|\ \
| * | arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-104-4/+0
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-095-5/+6
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-083-4/+4
| * | mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
| * | mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
| |/
* / wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-042-30/+2
|\
| * kbuild: unify vdso_install rulesMasahiro Yamada2023-10-282-30/+2
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-26/+0
|\ \
| * | vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-172-26/+0
| |/
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-21/+24
|\ \
| * | crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers2023-10-271-21/+24
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+2
|\ \ \
| * | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/ /
* | | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-011-6/+9
|\ \ \
| * \ \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-232-3/+11
| |\ \ \ | | | |/ | | |/|
| * | | fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann2023-10-121-6/+9
| | |/ | |/|
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \ \
| * | | sparc: Annotate struct cpuinfo_tree with __counted_byKees Cook2023-10-061-1/+1
| |/ /
* | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-0/+3
|\ \ \
| * \ \ Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-092-3/+11
| |\ \ \ | | | |/ | | |/|
| * | | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
| * | | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
| * | | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
| | |/ | |/|
* | | sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro2023-10-271-1/+1
| |/ |/|
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-292-3/+11
|/
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-97/+0
|\
| * sparc: Remove <asm/ide.h>Geert Uytterhoeven2023-08-241-97/+0
* | Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-051-0/+1
|\ \
| * | sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)2023-09-051-0/+1
* | | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-0540-40/+40
|\ \ \ | |/ / |/| |
| * | sparc: remove <asm/export.h>Masahiro Yamada2023-08-221-1/+0
| * | sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-2239-39/+40
* | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-3/+3
|\ \ \
| * \ \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-3/+0
| |\ \ \
| * | | | tty: vcc: convert counts to size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * | | | Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-311-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-314-6/+6
|\ \ \ \
| * | | | x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-022-2/+2
| * | | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-112-4/+4
* | | | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-3032-33/+49
|\ \ \ \ \
| * | | | | sparc: Explicitly include correct DT includesRob Herring2023-08-2832-33/+49
| |/ / / /
* | | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-4/+4
|\ \ \ \ \
| * | | | | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-182-4/+4
| | |_|/ / | |/| | |