summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
12 daysMerge tag 'parisc-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-206/+39
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-45/+30
13 daysmodule.lds.S: Fix modules on 32-bit parisc architectureHelge Deller-0/+1
13 daysparisc: Allow to build without VDSO32Helge Deller-3/+6
13 daysparisc: Include 32-bit VDSO only when building for 32-bit or compat modeHelge Deller-0/+2
13 daysparisc: Allow to disable COMPAT mode on 64-bit kernelHelge Deller-1/+2
13 daysparisc: Fix default stack size when COMPAT=nHelge Deller-0/+4
13 daysparisc: Fix signal code to depend on CONFIG_COMPAT instead of CONFIG_64BITHelge Deller-9/+9
13 daysparisc: is_compat_task() shall return false for COMPAT=nHelge Deller-1/+1
13 daysparisc: Avoid compat syscalls when COMPAT=nHelge Deller-4/+7
13 daysparisc: _llseek syscall is only available for 32-bit userspaceHelge Deller-1/+1
13 daysparisc: Drop ip_fast_csum() inline assembly implementationHelge Deller-187/+6
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai-44/+29
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+10
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-25/+9
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+0
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+1
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-2/+0
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner-2/+2
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers-2/+0
2026-04-06eth: remove the driver for acenic / tigon1&2Jakub Kicinski-2/+0
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang-5/+5
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang-3/+4
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-17/+0
2026-03-27PCI: Align head space betterIlpo Järvinen-0/+3
2026-03-27parisc/PCI: Clean up align handlingIlpo Järvinen-6/+4
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen-1/+3
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig-2/+2
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-10/+21
2026-03-15parisc: Flush correct cache in cacheflush() syscallHelge Deller-2/+2
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor-1/+1
2026-03-12parisc: Remove unused clocksource flagsThomas Gleixner-4/+1
2026-03-07Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+19
2026-03-06parisc: Fix initial page table creation for bootHelge Deller-1/+6
2026-03-06parisc: Check kernel mapping earlier at bootupHelge Deller-8/+12
2026-03-06parisc: Increase initial mapping to 64 MB with KALLSYMSHelge Deller-1/+1
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+5
2026-02-10Merge tag 'parisc-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-20/+88
2026-02-10Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+14
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2026-02-06parisc: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng-2/+3
2026-02-07parisc: Detect 64-bit free running platform counterHelge Deller-0/+20
2026-02-07parisc: Enhance debug code for PAT firmwareHelge Deller-0/+13
2026-02-07parisc: Add PDC PAT call to get free running 64-bit counterHelge Deller-3/+31