summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2026-06-01ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-05-07parisc: Drop ip_fast_csum() inline assembly implementationHelge Deller
2026-05-07parisc: _llseek syscall is only available for 32-bit userspaceHelge Deller
2026-03-25parisc: Flush correct cache in cacheflush() syscallHelge Deller
2026-03-19parisc: Check kernel mapping earlier at bootupHelge Deller
2026-03-19parisc: Fix initial page table creation for bootHelge Deller
2026-03-19parisc: Increase initial mapping to 64 MB with KALLSYMSHelge Deller
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor
2026-03-04parisc: kernel: replace kfree() with put_device() in create_tree_node()Haoxiang Li
2026-03-04parisc: Prevent interrupts during rebootHelge Deller
2026-01-08parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()Sven Schnelle
2026-01-08parisc: entry.S: fix space adjustment on interruption for 64-bit userspaceSven Schnelle
2025-11-04parisc: Avoid crash due to unaligned access in unwinderHelge Deller
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-13Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o
2025-10-10Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-09parisc: Fix iodc and device path return values on old machinesHelge Deller
2025-10-09parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machinesHelge Deller
2025-10-07parisc: Add initial kernel-side perf_event supportHelge Deller
2025-10-07parisc: Report software alignment faults via perfHelge Deller
2025-10-07parisc: Report emulation faults via perfHelge Deller
2025-10-07parisc: don't reference obsolete termio struct for TC* constantsSam James
2025-10-07parisc: Remove spurious if statement from raw_copy_from_user()John David Anglin
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-09-21parisc: constify mmap_upper_limit() parameterMax Kellermann
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-10Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)
2025-09-08parisc: Add __attribute_const__ to ffs()-family implementationsKees Cook
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko
2025-08-01Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-25parisc: Revise __get_user() to probe user read accessJohn David Anglin
2025-07-25parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin
2025-07-25parisc: Drop WARN_ON_ONCE() from flush_cache_vmapJohn David Anglin
2025-07-25parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page...John David Anglin
2025-07-25parisc: Define and use set_pte_at()John David Anglin
2025-07-25parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.cJohn David Anglin
2025-07-25parisc: Check region is readable by user in raw_copy_from_user()John David Anglin
2025-07-25parisc: Update comments in make_insert_tlbJohn David Anglin