summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-18rtc: m48t59: Use platform_data struct for year offset valueFinn Thain2-0/+2
2024-11-18sparc/vdso: Add helper function for 64-bit right shift on 32-bit targetKoakuma1-4/+24
2024-11-16sparc: Replace one-element array with flexible array memberThorsten Blum2-4/+2
2024-11-16sparc/build: Put usage of -fcall-used* flags behind cc-optionKoakuma2-3/+3
2024-11-11sparc: get rid of asm/vga.hAl Viro1-44/+0
2024-11-11asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro1-16/+0
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-07mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-108/+0
2024-11-07arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2-12/+42
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-2/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino2-6/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-0/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-25Merge tag 'sparc-for-6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-16/+6
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-13arch/sparc: remove unused varible paddrbase in function leon_swprobe()Alex Shi1-7/+1
2024-09-12net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+1
2024-09-12tcp: RX path for devmem TCPMina Almasry1-0/+5
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2-3/+3
2024-09-04arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-7/+2
2024-09-04arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2-6/+0