summaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days4-120/+43
|\
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| * mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador2024-11-071-108/+0
| * arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2024-11-072-12/+42
* | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8 days1-0/+2
|\ \
| * | net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko2024-10-041-0/+2
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9 days2-62/+0
|\ \
| * | sparc: get rid of asm/vga.hAl Viro2024-11-111-44/+0
| * | asm/vga.h: don't bother with scr_mem{cpy,move}v() unless we need toAl Viro2024-11-111-16/+0
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-2/+0
| |/
* | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10 days2-6/+2
|\ \
| * | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-162-6/+2
| |/
* | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11 days1-0/+4
|\ \ | |/ |/|
| * fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+4
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'sparc-for-6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-251-7/+1
|\
| * arch/sparc: remove unused varible paddrbase in function leon_swprobe()Alex Shi2024-09-131-7/+1
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-215-16/+6
|\ \
| * | mm: always define pxx_pgprot()Peter Xu2024-09-171-0/+1
| * | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-102-3/+3
| * | arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-041-7/+2
| * | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-042-6/+0
| |/
* | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+1
|\ \
| * | dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+1
| |/
* | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-121-0/+1
* | tcp: RX path for devmem TCPMina Almasry2024-09-121-0/+5
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-7/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-7/+3
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\ \
| * | kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-1/+1
|\ \ \
| * | | mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-041-1/+1
| |/ /
* | | Merge tag 'sparc-for-6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-198-13/+22
|\ \ \
| * | | sparc64: Fix prototype warnings in hibernate.cAndreas Larsson2024-07-111-0/+1
| * | | sparc64: Fix prototype warning for prom_get_mmu_ihandleAndreas Larsson2024-07-111-1/+1
| * | | sparc64: Fix incorrect function signature and add prototype for prom_cif_initAndreas Larsson2024-07-113-4/+2
| * | | sparc64: Fix prototype warnings for floppy_64.hAndreas Larsson2024-07-111-2/+3
| * | | sparc32: Fix truncated relocation errors when linking large kernelsAndreas Larsson2024-07-112-6/+15
| | |/ | |/|
* | | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-0/+2
| |/ |/|
* | sparc: fix compat recv/recvfrom syscallsArnd Bergmann2024-06-252-223/+2
* | sparc: fix old compat_sys_select()Arnd Bergmann2024-06-251-1/+1
* | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
|/
* Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-241-0/+1
|\
| * mseal: wire up mseal syscallJeff Xu2024-05-241-0/+1
* | Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-2324-114/+76
|\ \ | |/ |/|
| * sparc/leon: Remove on-stack cpumask varDawei Li2024-05-081-4/+3
| * sparc/pci_msi: Remove on-stack cpumask varDawei Li2024-05-081-4/+1
| * sparc/of: Remove on-stack cpumask varDawei Li2024-05-081-4/+1
| * sparc/irq: Remove on-stack cpumask varDawei Li2024-05-081-7/+3
| * sparc/srmmu: Remove on-stack cpumask varDawei Li2024-05-081-28/+12