index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
7 days
Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-9
/
+18
9 days
parisc: Fix initial page table creation for boot
Helge Deller
-1
/
+6
9 days
parisc: Check kernel mapping earlier at bootup
Helge Deller
-8
/
+12
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-02-10
Merge tag 'parisc-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-18
/
+83
2026-02-07
parisc: Detect 64-bit free running platform counter
Helge Deller
-0
/
+20
2026-02-07
parisc: Enhance debug code for PAT firmware
Helge Deller
-0
/
+13
2026-02-07
parisc: Add PDC PAT call to get free running 64-bit counter
Helge Deller
-1
/
+26
2026-02-07
parisc: Fix module path output in qemu tables
Helge Deller
-2
/
+2
2026-02-07
parisc: Export model name for MPE/ix
Helge Deller
-1
/
+5
2026-02-07
parisc: Prevent interrupts during reboot
Helge Deller
-0
/
+3
2026-02-07
parisc: Print hardware IDs as 4 digit hex strings
Helge Deller
-13
/
+13
2026-02-07
parisc: kernel: replace kfree() with put_device() in create_tree_node()
Haoxiang Li
-1
/
+1
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
-0
/
+1
2025-12-06
Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-12
/
+16
2025-12-01
Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2025-11-08
parisc: remove unneeded semicolon in perf_regs.c
Jiapeng Chong
-1
/
+1
2025-11-04
parisc: Avoid crash due to unaligned access in unwinder
Helge Deller
-3
/
+10
2025-11-03
arch: hookup listns() system call
Christian Brauner
-0
/
+1
2025-10-30
parisc: entry.S: fix space adjustment on interruption for 64-bit userspace
Sven Schnelle
-3
/
+8
2025-10-16
parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()
Sven Schnelle
-1
/
+6
2025-10-13
parisc: Drop padding fields and layers entries from inventory log
Helge Deller
-7
/
+1
2025-10-10
Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+101
2025-10-09
parisc: Fix iodc and device path return values on old machines
Helge Deller
-0
/
+6
2025-10-09
parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machines
Helge Deller
-1
/
+2
2025-10-07
parisc: Add initial kernel-side perf_event support
Helge Deller
-0
/
+89
2025-10-07
parisc: Report software alignment faults via perf
Helge Deller
-0
/
+2
2025-10-07
parisc: Report emulation faults via perf
Helge Deller
-0
/
+2
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
-0
/
+1
2025-09-21
parisc: constify mmap_upper_limit() parameter
Max Kellermann
-1
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
-3
/
+3
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
-1
/
+1
2025-08-01
Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-17
/
+36
2025-07-28
Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
Linus Torvalds
-4
/
+4
2025-07-25
parisc: Revise gateway LWS calls to probe user read access
John David Anglin
-9
/
+21
2025-07-25
parisc: Drop WARN_ON_ONCE() from flush_cache_vmap
John David Anglin
-1
/
+1
2025-07-25
parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c
John David Anglin
-2
/
+2
2025-07-25
parisc: Update comments in make_insert_tlb
John David Anglin
-5
/
+12
2025-07-14
parisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
-4
/
+4
2025-07-02
fs: introduce file_getattr and file_setattr syscalls
Andrey Albershteyn
-0
/
+2
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
-1
/
+1
2025-05-31
parisc/unaligned: Fix hex output to show 8 hex chars
Helge Deller
-1
/
+1
2025-03-29
Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+5
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2025-02-28
parisc: perf: use named initializers for struct miscdevice
Thadeu Lima de Souza Cascardo
-3
/
+3
[next]