summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong-0/+1
2025-09-21parisc: constify mmap_upper_limit() parameterMax Kellermann-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-08-01Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+36
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds-4/+4
2025-07-25parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin-9/+21
2025-07-25parisc: Drop WARN_ON_ONCE() from flush_cache_vmapJohn David Anglin-1/+1
2025-07-25parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.cJohn David Anglin-2/+2
2025-07-25parisc: Update comments in make_insert_tlbJohn David Anglin-5/+12
2025-07-14parisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin-4/+4
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn-0/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-05-31parisc/unaligned: Fix hex output to show 8 hex charsHelge Deller-1/+1
2025-03-29Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+5
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2025-02-28parisc: perf: use named initializers for struct miscdeviceThadeu Lima de Souza Cascardo-3/+3
2025-02-28parisc: PDT: Fix missing prototype warningYu-Chun Lin-0/+2
2025-02-21vdso: Rename included MakefileThomas Weißschuh-2/+2
2025-02-12fs: add open_tree_attr()Christian Brauner-0/+1
2025-02-03parisc: Remove memcpy_fromioJulian Vetter-1/+0
2025-01-24Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+2
2025-01-20parisc: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada-2/+2
2024-12-07parisc: Remove memcpy_toio and memset_ioJulian Vetter-2/+0
2024-11-26Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+4
2024-11-16parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-5/+5
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche-0/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-10-01parisc: get rid of private asm/unaligned.hAl Viro-0/+6
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2024-09-16parisc: Use PRIV_USER instead of hardcoded valueHelge Deller-1/+1
2024-09-16parisc: Fix itlb miss handler for 64-bit programsHelge Deller-4/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-2/+3
2024-09-09parisc: Fix 64-bit userspace syscall pathHelge Deller-6/+8
2024-09-09parisc: Convert to generic clockeventsHelge Deller-157/+106
2024-07-25Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+106
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-24parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARNHelge Deller-0/+2
2024-07-04parisc: Use max() to calculate parisc_tlb_flush_thresholdThorsten Blum-5/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-06-25parisc: use generic sys_fanotify_mark implementationArnd Bergmann-10/+1
2024-06-25parisc: use correct compat recv/recvfrom syscallsArnd Bergmann-2/+2
2024-06-22parisc: Add 64-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller-4/+47
2024-06-22parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller-3/+56
2024-06-12parisc: Try to fix random segmentation faults in package buildsJohn David Anglin-154/+259