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