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.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
parisc: Restore __ldcw_align for PA-RISC 2.0 processors
John David Anglin
2
-21
/
+20
2023-10-10
parisc: sba: Fix compile warning wrt list of SBA devices
Helge Deller
1
-0
/
+3
2023-09-23
parisc: Drop loops_per_jiffy from per_cpu struct
Helge Deller
1
-1
/
+0
2023-09-23
parisc: led: Fix LAN receive and transmit LEDs
Helge Deller
1
-2
/
+2
2023-08-08
init: Remove check_bugs() leftovers
Thomas Gleixner
1
-20
/
+0
2023-05-30
parisc: Fix flush_dcache_page() for usage from irq context
Helge Deller
1
-0
/
+5
2023-01-18
parisc: Align parisc MADV_XXX constants with all other architectures
Helge Deller
1
-9
/
+8
2022-11-10
parisc: Avoid printing the hardware path twice
Helge Deller
1
-6
/
+6
2022-06-25
parisc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-1
/
+2
2021-10-06
parisc: Use absolute_pointer() to define PAGE0
Helge Deller
1
-1
/
+1
2021-04-14
parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers
Gao Xiang
1
-1
/
+1
2020-08-19
parisc: Implement __smp_store_release and __smp_load_acquire barriers
John David Anglin
1
-0
/
+61
2020-08-05
parisc: add support for cmpxchg on u8 pointers
Liam Beguin
1
-0
/
+2
2020-07-29
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
John David Anglin
1
-0
/
+2
2020-01-12
parisc: Fix compiler warnings in debug_core.c
Helge Deller
1
-2
/
+8
2019-05-25
parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code
Helge Deller
1
-3
/
+3
2019-04-17
parisc: also set iaoq_b in instruction_pointer_set()
Sven Schnelle
1
-1
/
+2
2019-04-17
parisc: regs_return_value() should return gpr28
Sven Schnelle
1
-1
/
+1
2018-12-29
mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
Martin Schwidefsky
1
-1
/
+1
2018-08-23
Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-20
/
+14
2018-08-21
parisc: Fix boot failure of 64-bit kernel
Helge Deller
1
-9
/
+0
2018-08-17
parisc: Consolidate unwind initialization calls
Helge Deller
1
-2
/
+4
2018-08-17
parisc: Restore possibility to execute 64-bit applications
Helge Deller
3
-9
/
+10
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+3
2018-08-14
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-18
/
+29
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-107
/
+0
2018-08-13
parisc: Fix and improve kernel stack unwinding
Helge Deller
3
-6
/
+16
2018-08-13
parisc: Remove unnecessary barriers from spinlock.h
John David Anglin
1
-6
/
+2
2018-08-13
parisc: Add HAVE_REGS_AND_STACK_ACCESS_API feature
Helge Deller
1
-0
/
+11
2018-08-13
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
1
-1
/
+0
2018-08-13
parisc: use generic dma_noncoherent_ops
Christoph Hellwig
1
-4
/
+0
2018-08-13
parisc: merge pcx_dma_ops and pcxl_dma_ops
Christoph Hellwig
1
-2
/
+1
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+32
2018-08-08
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
1
-0
/
+32
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
2
-9
/
+2
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+3
2018-06-28
parisc: Wire up io_pgetevents syscall
Helge Deller
1
-1
/
+2
2018-06-28
parisc: Drop struct sigaction from not exported header file
Helge Deller
1
-8
/
+0
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
1
-23
/
+0
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
1
-12
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
1
-22
/
+0
2018-06-21
atomics/treewide: Make atomic64_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
1
-2
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-52
/
+48
2018-06-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+0
2018-06-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+0
2018-05-14
softirq/parisc: Switch to generic local_softirq_pending() implementation
Frederic Weisbecker
1
-8
/
+0
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-23
/
+0
[next]