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.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
2018-11-21
parisc: Fix map_pages() to not overwrite existing pte entries
Helge Deller
1
-6
/
+2
2018-11-21
parisc: Fix address in HPMC IVA
John David Anglin
2
-2
/
+3
2018-08-24
parisc: Remove unnecessary barriers from spinlock.h
John David Anglin
1
-6
/
+2
2018-08-24
parisc: Remove ordered stores from syscall.S
John David Anglin
1
-12
/
+12
2018-08-15
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
4
-0
/
+39
2018-08-15
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
1
-1
/
+1
2018-05-26
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
1
-21
/
+4
2018-04-24
parisc: Fix out of array access in match_pci_device()
Helge Deller
1
-0
/
+4
2018-01-10
parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Helge Deller
3
-4
/
+20
2017-11-30
parisc: Fix validity check of pointer size argument in new CAS implementation
John David Anglin
1
-3
/
+3
2017-10-27
parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels
John David Anglin
1
-3
/
+3
2017-10-27
parisc: Avoid trashing sr2 and sr3 in LWS code
John David Anglin
1
-29
/
+24
2017-10-08
parisc: perf: Fix potential NULL pointer dereference
Arvind Yadav
1
-45
/
+49
2017-07-21
parisc/mm: Ensure IRQs are off in switch_mm()
Helge Deller
1
-2
/
+13
2017-07-21
parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
Thomas Bogendoerfer
1
-4
/
+7
2017-07-21
parisc: use compat_sys_keyctl()
Eric Biggers
1
-1
/
+1
2017-07-21
parisc: Report SIGSEGV instead of SIGBUS when running out of stack
Helge Deller
1
-1
/
+1
2017-06-26
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-6
/
+9
2017-02-01
parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
Helge Deller
3
-5
/
+10
2016-12-15
parisc: Fix TLB related boot crash on SMP machines
Helge Deller
1
-0
/
+11
2016-12-15
parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...
John David Anglin
1
-21
/
+1
2016-12-15
parisc: Purge TLB before setting PTE
John David Anglin
1
-4
/
+4
2016-12-02
parisc: Also flush data TLB in flush_icache_page_asm
John David Anglin
1
-15
/
+22
2016-12-02
parisc: Fix race in pci-dma.c
John David Anglin
1
-1
/
+1
2016-12-02
parisc: Fix races in parisc_setup_cache_timing()
John David Anglin
2
-19
/
+16
2016-11-10
parisc: Ensure consistent state when switching to kernel stack at syscall entry
John David Anglin
1
-2
/
+9
2016-10-28
parisc: Increase initial kernel mapping size
Helge Deller
1
-3
/
+3
2016-10-28
parisc: Fix kernel memory layout regarding position of __gp
Helge Deller
1
-2
/
+5
2016-10-28
parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
Helge Deller
2
-1
/
+9
2016-09-24
parisc: fix copy_from_user()
Al Viro
1
-2
/
+4
2016-09-07
parisc: Fix order of EREFUSED define in errno.h
Helge Deller
1
-2
/
+2
2016-06-24
parisc: Fix pagefault crash in unaligned __get_user() call
Helge Deller
1
-1
/
+9
2016-04-20
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
4
-0
/
+9
2016-04-20
parisc: Fix kernel crash with reversed copy_from_user()
Helge Deller
1
-0
/
+3
2016-04-20
parisc: Avoid function pointers for kernel exception routines
Helge Deller
1
-5
/
+5
2016-03-10
parisc: Fix ptrace syscall number and return value modification
Helge Deller
2
-6
/
+15
2016-02-17
parisc: Fix __ARCH_SI_PREAMBLE_SIZE
Helge Deller
1
-0
/
+4
2016-02-17
parisc: Protect huge page pte changes with spinlocks
Helge Deller
2
-28
/
+52
2015-12-21
parisc: Fix syscall restarts
Helge Deller
1
-12
/
+52
2015-12-12
parisc: Disable huge pages on Mako machines
Helge Deller
1
-1
/
+2
2015-12-12
parisc: Wire up mlock2 syscall
Helge Deller
2
-1
/
+3
2015-12-12
parisc: Remove unused pcibios_init_bus()
Bjorn Helgaas
1
-18
/
+0
2015-11-22
Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-116
/
+382
2015-11-22
parisc: Map kernel text and data on huge pages
Helge Deller
3
-26
/
+31
2015-11-22
parisc: Add Huge Page and HUGETLBFS support
Helge Deller
6
-15
/
+291
2015-11-22
parisc: Use long branch to do_syscall_trace_exit
Helge Deller
1
-2
/
+2
2015-11-22
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
Helge Deller
2
-3
/
+7
2015-11-22
parisc: Initialize the fault vector earlier in the boot process.
Helge Deller
3
-28
/
+21
2015-11-22
parisc: Add defines for Huge page support
Helge Deller
2
-4
/
+29
2015-11-22
parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
Helge Deller
1
-10
/
+0
[next]