summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-12Merge 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-06eth: 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-21Convert '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-10Merge tag 'parisc-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-20/+88
2026-02-10Merge 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-06parisc: 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
2026-02-07parisc: Fix module path output in qemu tablesHelge Deller1-2/+2
2026-02-07parisc: Export model name for MPE/ixHelge Deller1-1/+5
2026-02-07parisc: Prevent interrupts during rebootHelge Deller1-0/+3
2026-02-07parisc: Print hardware IDs as 4 digit hex stringsHelge Deller1-13/+13
2026-02-07parisc: kernel: replace kfree() with put_device() in create_tree_node()Haoxiang Li1-1/+1
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-2/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-9/+0
2026-01-26parisc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-2/+6
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner1-0/+1
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-14parisc: Inline a type punning version of get_unaligned_le32()Ian Rogers1-1/+14
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-0/+2
2025-12-06Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+0
2025-12-06Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+16
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)2-2/+0
2025-11-21Merge branch 'objtool/core'Peter Zijlstra23-39/+208