summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/...Linus Torvalds3-4/+5
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/...Linus 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-27Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus 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-17parisc/ftrace: Fix function graph tracing disablementJosh Poimboeuf1-1/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)5-5/+5
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-02parisc: 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/...Linus 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-10mm: 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/...Linus Torvalds8-12/+106
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-24parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARNHelge Deller1-0/+2
2024-07-04parisc: Use max() to calculate parisc_tlb_flush_thresholdThorsten Blum1-5/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-06-25parisc: use generic sys_fanotify_mark implementationArnd Bergmann2-10/+1
2024-06-25parisc: use correct compat recv/recvfrom syscallsArnd Bergmann1-2/+2
2024-06-22parisc: Add 64-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller3-4/+47
2024-06-22parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functionsHelge Deller3-3/+56
2024-06-12parisc: Try to fix random segmentation faults in package buildsJohn David Anglin1-154/+259
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-9/+4
2024-05-18Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-20/+0
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-8/+16
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2-2/+2
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2-2/+2
2024-04-26parisc: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-3/+3