index
:
linux-stable.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
Age
Commit message (
Expand
)
Author
2023-11-28
parisc/pdc: Add width field to struct pdc_model
Helge Deller
2023-10-10
parisc: Restore __ldcw_align for PA-RISC 2.0 processors
John David Anglin
2023-10-10
parisc: sba: Fix compile warning wrt list of SBA devices
Helge Deller
2023-09-23
parisc: Drop loops_per_jiffy from per_cpu struct
Helge Deller
2023-09-23
parisc: led: Fix LAN receive and transmit LEDs
Helge Deller
2023-08-08
init: Remove check_bugs() leftovers
Thomas Gleixner
2023-05-30
parisc: Fix flush_dcache_page() for usage from irq context
Helge Deller
2023-01-18
parisc: Align parisc MADV_XXX constants with all other architectures
Helge Deller
2022-11-10
parisc: Avoid printing the hardware path twice
Helge Deller
2022-06-22
parisc: define get_cycles macro for arch-override
Jason A. Donenfeld
2021-09-30
parisc: Use absolute_pointer() to define PAGE0
Helge Deller
2021-09-03
Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...
Helge Deller
2021-04-14
parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers
Gao Xiang
2020-08-19
parisc: Implement __smp_store_release and __smp_load_acquire barriers
John David Anglin
2020-08-19
Revert "parisc: Revert "Release spinlocks using ordered store""
Helge Deller
2020-08-19
Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"
Helge Deller
2020-08-05
parisc: add support for cmpxchg on u8 pointers
Liam Beguin
2020-07-29
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
John David Anglin
2020-01-12
parisc: Fix compiler warnings in debug_core.c
Helge Deller
2020-01-12
parisc: fix compilation when KEXEC=n and KEXEC_FILE=y
Sven Schnelle
2019-10-14
parisc: prefer __section from compiler_attributes.h
Nick Desaulniers
2019-09-25
mm: introduce MADV_PAGEOUT
Minchan Kim
2019-09-25
mm: introduce MADV_COLD
Minchan Kim
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-16
Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-09-08
parisc: add kexec syscall support
Sven Schnelle
2019-09-08
parisc: add __pdc_cpu_rendezvous()
Sven Schnelle
2019-08-24
parisc: fix compilation errrors
Qian Cai
2019-08-12
parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMU
Helge Deller
2019-08-03
parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...
Helge Deller
2019-08-03
parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
Sven Schnelle
2019-07-21
parisc: add kprobe_fault_handler()
Sven Schnelle
2019-07-18
Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-17
parisc: Wire up clone3 syscall
Helge Deller
2019-07-16
parisc: define syscall_get_error()
Dmitry V. Levin
2019-07-12
parisc: switch to generic version of pte allocation
Mike Rapoport
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-09
Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-06-25
parisc: asm: psw.h: missing header guard
Denis Efremov
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-15
bpf: net: Add SO_DETACH_REUSEPORT_BPF
Martin KaFai Lau
2019-06-08
parisc: add dynamic ftrace
Sven Schnelle
2019-06-08
parisc: add support for patching multiple words
Sven Schnelle
2019-06-06
Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-06-06
parisc: Use lpa instruction to load physical addresses in driver code
John David Anglin
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176
Thomas Gleixner
[next]