summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-41/+18
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-15/+5
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-15/+1
2025-01-26parisc: mm: ensure pagetable_pmd_[cd]tor are calledKevin Brodsky1-11/+12
2025-01-24Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-57/+4
2025-01-20parisc: Temporarily disable jump label supportHelge Deller1-2/+2
2025-01-20parisc: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2-2/+2
2024-12-17sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-12-07parisc: Remove memcpy_toio and memset_ioJulian Vetter3-53/+0
2024-11-27Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-41/+8
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-11/+4
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-17parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes1-0/+3
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)6-5/+5
2024-11-07mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador1-15/+0
2024-11-07mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-21/+0
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-11-06mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-2/+3
2024-10-30net: checksum: Move from32to16() to generic headerPuranjay Mohan1-11/+2
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-1/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-3/+1
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 Viro3-3/+3
2024-10-02parisc: get rid of private asm/unaligned.hAl Viro4-11/+6
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+4
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-09-19Merge tag 'parisc-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-170/+133
2024-09-17parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller1-0/+14
2024-09-16parisc: Use PRIV_USER instead of hardcoded valueHelge Deller1-1/+1
2024-09-16parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
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/+4
2024-09-09parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-09-09parisc: Convert to generic clockeventsHelge Deller4-159/+108
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-1/+1
2024-09-03parisc: Delay write-protection until mark_rodata_ro() callHelge Deller1-5/+11
2024-07-29parisc: fix a possible DMA corruptionMikulas Patocka2-1/+11
2024-07-29parisc: fix unaligned accesses in BPFMikulas Patocka1-1/+1
2024-07-25Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-52/+124
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2024-07-24parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARNHelge Deller2-0/+3
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2