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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc: Add atomic64_set_release() define to avoid CPU soft lockups
John David Anglin
2020-07-31
1
-0
/
+2
*
parisc: Fix compiler warnings in debug_core.c
Helge Deller
2020-01-12
1
-2
/
+8
*
parisc: Remove unnecessary barriers from spinlock.h
John David Anglin
2018-08-24
1
-6
/
+2
*
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
2018-08-15
1
-0
/
+32
*
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
2018-05-26
1
-21
/
+4
*
parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
Helge Deller
2018-01-10
1
-0
/
+2
*
parisc/mm: Ensure IRQs are off in switch_mm()
Helge Deller
2017-07-21
1
-2
/
+13
*
parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
Thomas Bogendoerfer
2017-07-21
1
-4
/
+7
*
parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
Helge Deller
2017-02-01
3
-5
/
+10
*
parisc: Purge TLB before setting PTE
John David Anglin
2016-12-15
1
-4
/
+4
*
parisc: Increase initial kernel mapping size
Helge Deller
2016-10-28
1
-3
/
+3
*
parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
Helge Deller
2016-10-28
1
-1
/
+1
*
parisc: fix copy_from_user()
Al Viro
2016-09-24
1
-2
/
+4
*
parisc: Fix order of EREFUSED define in errno.h
Helge Deller
2016-09-07
1
-2
/
+2
*
parisc: Unbreak handling exceptions from kernel modules
Helge Deller
2016-04-20
1
-0
/
+1
*
parisc: Fix __ARCH_SI_PREAMBLE_SIZE
Helge Deller
2016-02-17
1
-0
/
+4
*
parisc: Protect huge page pte changes with spinlocks
Helge Deller
2016-02-17
1
-16
/
+4
*
parisc: Disable huge pages on Mako machines
Helge Deller
2015-12-12
1
-1
/
+2
*
parisc: Wire up mlock2 syscall
Helge Deller
2015-12-12
1
-1
/
+2
*
Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-11-22
6
-43
/
+120
|
\
|
*
parisc: Add Huge Page and HUGETLBFS support
Helge Deller
2015-11-22
1
-0
/
+85
|
*
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
Helge Deller
2015-11-22
1
-1
/
+5
|
*
parisc: Add defines for Huge page support
Helge Deller
2015-11-22
2
-4
/
+29
|
*
parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
Helge Deller
2015-11-22
1
-10
/
+0
|
*
parisc: Drop definition of start_thread_som for HP-UX SOM binaries
Helge Deller
2015-11-20
1
-27
/
+0
|
*
parisc: Fix wrong comment regarding first pmd entry flags
Helge Deller
2015-11-20
1
-1
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-09
1
-1
/
+0
|
\
\
|
*
|
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
2015-11-09
1
-1
/
+0
*
|
|
Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-11-09
7
-52
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
parisc: Fixes and cleanups in kernel uapi header files
Helge Deller
2015-11-08
6
-21
/
+28
|
*
|
parisc: Drop hpux_stat64 struct from stat.h header file
Helge Deller
2015-11-08
1
-31
/
+0
|
|
/
*
|
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
Eric B Munson
2015-11-05
1
-0
/
+3
*
|
Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-11-04
2
-14
/
+8
|
\
\
|
*
|
parisc: Change L1_CACHE_BYTES to 16
John David Anglin
2015-10-25
1
-13
/
+5
|
*
|
parisc: Wire up userfaultfd syscall
Helge Deller
2015-10-22
1
-1
/
+2
|
*
|
parisc: allocate sys_membarrier system call number
Mathieu Desnoyers
2015-10-22
1
-1
/
+2
|
|
/
*
/
atomic, arch: Audit atomic_{read,set}()
Peter Zijlstra
2015-09-23
1
-1
/
+1
|
/
*
parisc: Define ioremap_uc and ioremap_wc
Guenter Roeck
2015-09-08
1
-0
/
+2
*
atomic: Provide atomic_{or,xor,and}
Peter Zijlstra
2015-07-27
1
-2
/
+0
*
parisc: Provide atomic_{or,xor,and}
Peter Zijlstra
2015-07-27
1
-0
/
+9
*
parisc: mm: Fix a memory leak related to pmd not attached to the pgd
Christophe Jaillet
2015-07-19
1
-1
/
+2
*
mm: clean up per architecture MM hook header files
Laurent Dufour
2015-07-17
2
-15
/
+1
*
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...
John David Anglin
2015-07-10
2
-42
/
+66
*
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
3
-3
/
+2
|
\
|
*
remove scatterlist.h generation from arch Kbuild files
Christoph Hellwig
2015-05-19
1
-1
/
+0
|
*
remove <asm/scatterlist.h>
Christoph Hellwig
2015-05-05
2
-2
/
+2
*
|
mm: new mm hook framework
Laurent Dufour
2015-06-24
1
-0
/
+15
*
|
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-06-23
1
-19
/
+0
|
\
\
|
*
|
PCI: Remove unused pci_dma_burst_advice()
Bjorn Helgaas
2015-06-08
1
-19
/
+0
|
|
/
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-0
/
+2
|
\
\
[next]