index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-02
Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-26
/
+112
2025-07-31
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+0
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+3
2025-07-29
Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
Linus Torvalds
1
-4
/
+4
2025-07-29
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2025-07-25
parisc: Revise __get_user() to probe user read access
John David Anglin
1
-3
/
+18
2025-07-25
parisc: Revise gateway LWS calls to probe user read access
John David Anglin
1
-9
/
+21
2025-07-25
parisc: Drop WARN_ON_ONCE() from flush_cache_vmap
John David Anglin
1
-1
/
+1
2025-07-25
parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page...
John David Anglin
1
-0
/
+4
2025-07-25
parisc: Define and use set_pte_at()
John David Anglin
1
-3
/
+4
2025-07-25
parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c
John David Anglin
1
-2
/
+2
2025-07-25
parisc: Check region is readable by user in raw_copy_from_user()
John David Anglin
2
-1
/
+46
2025-07-25
parisc: Update comments in make_insert_tlb
John David Anglin
1
-5
/
+12
2025-07-25
parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
Randy Dunlap
1
-1
/
+3
2025-07-25
parisc: Makefile: fix a typo in palo.conf
Randy Dunlap
1
-1
/
+1
2025-07-23
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
1
-1
/
+0
2025-07-15
parisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
1
-4
/
+4
2025-07-09
af_unix: Introduce SO_INQ.
Kuniyuki Iwashima
1
-0
/
+3
2025-07-02
fs: introduce file_getattr and file_setattr syscalls
Andrey Albershteyn
1
-0
/
+2
2025-06-12
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
1
-1
/
+1
2025-06-01
Merge tag 'parisc-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
30
-60
/
+61
2025-06-01
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-7
/
+20
2025-05-31
parisc/unaligned: Fix hex output to show 8 hex chars
Helge Deller
1
-1
/
+1
2025-05-29
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+2
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-0
/
+2
2025-05-20
parisc: fix building with gcc-15
Arnd Bergmann
1
-0
/
+1
2025-05-12
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
Eric Biggers
1
-1
/
+0
2025-05-12
crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
Eric Biggers
1
-1
/
+1
2025-05-12
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
1
-1
/
+1
2025-05-12
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
1
-0
/
+7
2025-05-12
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
1
-0
/
+12
2025-05-12
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
1
-6
/
+0
2025-05-04
parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
26
-55
/
+55
2025-05-04
parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
Thomas Huth
2
-4
/
+4
2025-05-04
Merge tag 'parisc-for-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+13
2025-05-04
parisc: Fix double SIGFPE crash
Helge Deller
1
-3
/
+13
2025-04-04
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
Eric Biggers
1
-1
/
+0
2025-04-04
lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT
Eric Biggers
2
-2
/
+0
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-7
/
+3
2025-03-29
Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-97
/
+34
2025-03-29
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-4
/
+4
2025-03-27
Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+27
2025-03-27
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-6
/
+6
2025-03-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-1
/
+0
2025-03-25
net: Fix the devmem sock opts and msgs for parisc
Pranjal Shrivastava
1
-6
/
+6
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-4
/
+2
2025-03-24
Merge tag 'vfs-6.15-rc1.sysv' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
[next]