Age | Commit message (Expand) | Author |
2025-01-24 | Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2025-01-20 | parisc: add vdso linker script to 'targets' instead of extra-y | Masahiro Yamada |
2024-12-07 | parisc: Remove memcpy_toio and memset_io | Julian Vetter |
2024-11-26 | Merge tag 'parisc-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-18 | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2024-11-16 | parisc/ftrace: Fix function graph tracing disablement | Josh Poimboeuf |
2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) |
2024-11-06 | fs/xattr: add *at family syscalls | Christian Göttsche |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-10-01 | parisc: get rid of private asm/unaligned.h | Al Viro |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-09-16 | parisc: Use PRIV_USER instead of hardcoded value | Helge Deller |
2024-09-16 | parisc: Fix itlb miss handler for 64-bit programs | Helge Deller |
2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default | Mark Brown |
2024-09-09 | parisc: Fix 64-bit userspace syscall path | Helge Deller |
2024-09-09 | parisc: Convert to generic clockevents | Helge Deller |
2024-07-25 | Merge tag 'parisc-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-07-24 | parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARN | Helge Deller |
2024-07-04 | parisc: Use max() to calculate parisc_tlb_flush_threshold | Thorsten Blum |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman |
2024-06-25 | parisc: use generic sys_fanotify_mark implementation | Arnd Bergmann |
2024-06-25 | parisc: use correct compat recv/recvfrom syscalls | Arnd Bergmann |
2024-06-22 | parisc: Add 64-bit gettimeofday() and clock_gettime() vDSO functions | Helge Deller |
2024-06-22 | parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functions | Helge Deller |
2024-06-12 | parisc: Try to fix random segmentation faults in package builds | John David Anglin |
2024-05-23 | mseal: wire up mseal syscall | Jeff Xu |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-05-17 | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds |
2024-05-16 | kprobe/ftrace: bail out if ftrace was killed | Stephen Brennan |
2024-05-15 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-05-14 | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-05-14 | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) |
2024-05-14 | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada |
2024-05-02 | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts | Masahiro Yamada |
2024-04-25 | parisc: use initializer for struct vm_unmapped_area_info | Rick Edgecombe |
2024-04-23 | parisc: vdso: remove unused C build rule in vdso32/Makefile | Masahiro Yamada |
2024-04-12 | genirq: Convert kstat_irqs to a struct | Bitao Hu |
2024-04-09 | parisc: add u16 support to cmpxchg() | Al Viro |
2024-04-09 | parisc: add missing export of __cmpxchg_u8() | Al Viro |
2024-02-27 | parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd() | Guenter Roeck |
2024-02-27 | parisc: make parisc_bus_type const | Ricardo B. Marliere |
2024-02-27 | parisc: Show kernel unaligned memory accesses | Helge Deller |
2024-02-27 | parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367 | Helge Deller |
2024-02-19 | parisc: Fix stack unwinder | Guenter Roeck |
2024-02-16 | parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check | Max Kellermann |