summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm2-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-28/+42
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2025-05-28Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+47
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds23-513/+188
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+2
2025-05-21sparc/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers1-1/+1
2025-05-12sparc64: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-14/+13
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky2-2/+2
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+12
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+10
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-12sparc32: remove custom definition of mk_pte()Matthew Wilcox (Oracle)1-10/+5
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers1-1/+1
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu1-1/+1
2025-05-05crypto: sparc/sha256 - implement library instead of shashEric Biggers8-141/+78
2025-05-05crypto: sparc - move opcodes.h into asm directoryEric Biggers16-33/+18
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu1-1/+0
2025-04-28sparc/crc: drop "glue" from filenamesEric Biggers2-2/+2
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-04-23crypto: sparc/sha512 - Use API partial block handlingHerbert Xu1-87/+15
2025-04-23crypto: sparc/sha256 - Use API partial block handlingHerbert Xu1-101/+20
2025-04-23crypto: sparc/sha1 - Use API partial block handlingHerbert Xu1-94/+15
2025-04-23crypto: sparc/md5 - Use API partial block handlingHerbert Xu1-78/+63
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados2-0/+47
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC16Eric Biggers1-1/+0
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-37/+5
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-7/+5
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+3
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)2-7/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-1/+4
2025-03-18arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-25/+0
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)2-3/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-03-17sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptesRyan Roberts1-2/+0
2025-03-17sparc/mm: disable preemption in lazy mmu modeRyan Roberts1-1/+4
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu1-1/+1
2025-03-11sparc/vdso: Always reject undefined references during linkingThomas Weißschuh2-14/+3
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CEric Biggers2-2/+0