summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-30Merge 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-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-62/+0
2024-11-19Merge 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-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-108/+0
2024-11-06arch/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-28asm-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-02move 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-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+1
2024-09-11tcp: RX path for devmem TCPMina Almasry1-0/+5
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2-3/+3
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-7/+2
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2-6/+0
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+3
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-18Merge tag 'sparc-for-6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-13/+22
2024-07-11sparc64: Fix prototype warnings in hibernate.cAndreas Larsson1-0/+1
2024-07-11sparc64: Fix prototype warning for prom_get_mmu_ihandleAndreas Larsson1-1/+1
2024-07-11sparc64: Fix incorrect function signature and add prototype for prom_cif_initAndreas Larsson3-4/+2
2024-07-11sparc64: Fix prototype warnings for floppy_64.hAndreas Larsson1-2/+3
2024-07-11sparc32: Fix truncated relocation errors when linking large kernelsAndreas Larsson2-6/+15
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-0/+2
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2-7/+3
2024-06-25sparc: fix compat recv/recvfrom syscallsArnd Bergmann2-223/+2
2024-06-25sparc: fix old compat_sys_select()Arnd Bergmann1-1/+1