summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-2/+2
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-5/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-01-28Merge tag 'sparc-for-6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-13/+12
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-16/+7
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-14/+4
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-0/+1
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng2-2/+2
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds7-199/+97
2025-01-17sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs()Thorsten Blum1-3/+1
2025-01-17sparc/irq: Use str_enabled_disabled() helper functionThorsten Blum1-1/+2
2025-01-17sparc: replace zero-length array with flexible-array memberZhang Kunbo1-1/+1
2025-01-17sparc/irq: use seq_put_decimal_ull_width() for decimal valuesDavid Wang2-8/+8
2025-01-16sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources()Bjorn Helgaas1-1/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-3/+3
2024-12-17sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-12-02sparc/crc32: expose CRC32 functions through libEric Biggers7-199/+97
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+5
2024-11-30Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-0/+2
2024-11-29Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+29
2024-11-27vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu1-0/+5
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-120/+43
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-62/+0
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+2