aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'parisc-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-8/+1
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2026-08-18Merge tag 'irq-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra1-0/+2
2026-08-16parisc: Fix alignment of asm statements in head.SHelge Deller1-0/+1
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-1/+1
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-1/+1
2026-08-04parisc: Use asm-generic/serial.hThorsten Blum1-8/+0
2026-07-27arch: hookup fchroot() system callChristian Brauner1-0/+1
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-2/+0
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()Thomas Gleixner1-6/+4
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-1/+1
2026-07-07parisc: Remove unnecessary NULL check of the kstat_irqs fieldRadu Rendec1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (headers)Uwe Kleine-König (The Capable Hub)2-3/+2
2026-07-03parisc: #include <linux/compiler.h> for unlikely() in <asm/ptrace.h>Uwe Kleine-König (The Capable Hub)1-0/+1
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+0
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-14/+14
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2026-06-09crypto: pcbc - Remove support for PCBC modeEric Biggers1-1/+0
2026-06-09crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers1-1/+0
2026-06-06vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flagsJori Koolstra1-14/+14
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-21openat2: introduce EFTYPE error codeDorjoy Chowdhury1-0/+2
2026-05-01parisc: Fix 64-bit kernel build when CONFIG_COMPAT=nHelge Deller1-3/+4
2026-04-30parisc: Fix build failure for 32-bit kernel with PA2.0 instruction setHelge Deller2-7/+16
2026-04-28parisc: drivers: switch to dynamic root deviceJohan Hovold1-11/+10
2026-04-18Merge tag 'parisc-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds12-206/+39
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-45/+30
2026-04-17module.lds.S: Fix modules on 32-bit parisc architectureHelge Deller1-0/+1
2026-04-17parisc: Allow to build without VDSO32Helge Deller2-3/+6
2026-04-17parisc: Include 32-bit VDSO only when building for 32-bit or compat modeHelge Deller1-0/+2
2026-04-17parisc: Allow to disable COMPAT mode on 64-bit kernelHelge Deller1-1/+2
2026-04-17parisc: Fix default stack size when COMPAT=nHelge Deller1-0/+4
2026-04-17parisc: Fix signal code to depend on CONFIG_COMPAT instead of CONFIG_64BITHelge Deller1-9/+9
2026-04-17parisc: is_compat_task() shall return false for COMPAT=nHelge Deller1-1/+1
2026-04-17parisc: Avoid compat syscalls when COMPAT=nHelge Deller1-4/+7
2026-04-17parisc: _llseek syscall is only available for 32-bit userspaceHelge Deller1-1/+1
2026-04-17parisc: Drop ip_fast_csum() inline assembly implementationHelge Deller4-187/+6
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-44/+29
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-7/+10
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-25/+9
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+0
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-1/+1