aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04parisc: Avoid crash due to unaligned access in unwinderHelge Deller1-3/+10
2025-10-10Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-1/+101
2025-10-09parisc: Fix iodc and device path return values on old machinesHelge Deller1-0/+6
2025-10-09parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machinesHelge Deller1-1/+2
2025-10-07parisc: Add initial kernel-side perf_event supportHelge Deller3-0/+89
2025-10-07parisc: Report software alignment faults via perfHelge Deller1-0/+2
2025-10-07parisc: Report emulation faults via perfHelge Deller1-0/+2
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+4
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-21parisc: constify mmap_upper_limit() parameterMax Kellermann1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-01Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-17/+36
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2025-07-25parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin1-9/+21
2025-07-25parisc: Drop WARN_ON_ONCE() from flush_cache_vmapJohn David Anglin1-1/+1
2025-07-25parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.cJohn David Anglin1-2/+2
2025-07-25parisc: Update comments in make_insert_tlbJohn David Anglin1-5/+12
2025-07-14parisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-4/+4
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-31parisc/unaligned: Fix hex output to show 8 hex charsHelge Deller1-1/+1
2025-03-29Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-4/+5
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-02-28parisc: perf: use named initializers for struct miscdeviceThadeu Lima de Souza Cascardo1-3/+3
2025-02-28parisc: PDT: Fix missing prototype warningYu-Chun Lin1-0/+2
2025-02-21vdso: Rename included MakefileThomas Weißschuh2-2/+2
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-02-03parisc: Remove memcpy_fromioJulian Vetter1-1/+0
2025-01-24Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-4/+2
2025-01-20parisc: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2-2/+2
2024-12-07parisc: Remove memcpy_toio and memset_ioJulian Vetter1-2/+0
2024-11-26Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-5/+5
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-16parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)5-5/+5
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-01parisc: get rid of private asm/unaligned.hAl Viro3-0/+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/kernel/git/akpm/mmLinus Torvalds1-2/+3
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-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+3
2024-09-09parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-09-09parisc: Convert to generic clockeventsHelge Deller2-157/+106
2024-07-25Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-12/+106