index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
kernel
/
cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc: Use max() to calculate parisc_tlb_flush_threshold
Thorsten Blum
2024-07-04
1
-5
/
+1
*
parisc: Try to fix random segmentation faults in package builds
John David Anglin
2024-06-12
1
-154
/
+259
*
parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
Helge Deller
2024-01-31
1
-1
/
+1
*
parisc: Fix random data corruption from exception handler
Helge Deller
2024-01-30
1
-2
/
+2
*
parisc: Check for valid stride size for cache flushes
Helge Deller
2024-01-28
1
-0
/
+4
*
parisc: BTLB: Initialize BTLB tables at CPU startup
Helge Deller
2023-09-07
1
-7
/
+1
*
parisc: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-25
1
-34
/
+73
*
parisc: Add cacheflush() syscall
Helge Deller
2023-06-30
1
-0
/
+49
*
parisc: add pte_unmap() to balance get_ptep()
Hugh Dickins
2023-06-20
1
-5
/
+21
*
parisc: Fix flush_dcache_page() for usage from irq context
Helge Deller
2023-05-24
1
-2
/
+3
*
parisc: remove mmap linked list from cache handling
Matthew Wilcox (Oracle)
2022-09-27
1
-2
/
+7
*
Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-05
1
-3
/
+0
|
\
|
*
parisc: Drop pa_swapper_pg_lock spinlock
Helge Deller
2022-08-01
1
-3
/
+0
*
|
highmem: Make __kunmap_{local,atomic}() take const void pointer
Fabio M. De Francesco
2022-07-25
1
-1
/
+1
|
/
*
parisc: Fix flush_anon_page on PA8800/PA8900
John David Anglin
2022-06-26
1
-1
/
+4
*
parisc: Don't enforce DMA completion order in cache flushes
John David Anglin
2022-05-23
1
-0
/
+3
*
parisc: Rewrite cache flush code for PA8800/PA8900
John David Anglin
2022-05-17
1
-101
/
+225
*
Revert "parisc: Increase parisc_cache_flush_threshold setting"
Helge Deller
2022-05-08
1
-15
/
+3
*
parisc: Move CPU startup-related functions into .text section
Helge Deller
2022-03-29
1
-1
/
+1
*
Revert "parisc: Fix invalidate/flush vmap routines"
Helge Deller
2022-03-29
1
-19
/
+5
*
parisc: Fix invalidate/flush vmap routines
John David Anglin
2022-03-21
1
-5
/
+19
*
parisc: Avoid flushing cache on cache-less machines
Helge Deller
2022-03-18
1
-0
/
+4
*
parisc: Avoid calling SMP cache flush functions on cache-less machines
Helge Deller
2022-03-16
1
-24
/
+25
*
parisc: Increase parisc_cache_flush_threshold setting
John David Anglin
2022-03-11
1
-3
/
+15
*
parisc: Use constants to encode the space registers like SR_KERNEL
Helge Deller
2022-03-11
1
-4
/
+4
*
parisc: Add vDSO support
Helge Deller
2022-03-11
1
-3
/
+3
*
parisc: Fix non-access data TLB cache flush faults
John David Anglin
2022-03-11
1
-27
/
+1
*
parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...
John David Anglin
2021-11-13
1
-2
/
+2
*
parisc: deduplicate code in flush_cache_mm() and flush_cache_range()
Sven Schnelle
2021-10-30
1
-51
/
+30
*
parisc: disable preemption during local tlb flush
Sven Schnelle
2021-10-30
1
-0
/
+6
*
mm: remove flush_kernel_dcache_page
Christoph Hellwig
2021-09-03
1
-2
/
+1
*
parisc: Rewrite tlb flush threshold calculation
John David Anglin
2020-10-15
1
-10
/
+8
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
parisc: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
2019-12-05
1
-5
/
+8
*
parisc: Avoid spurious inequivalent alias kernel error messages
John David Anglin
2019-11-04
1
-1
/
+1
*
parisc: Use __ro_after_init in cache.c
Helge Deller
2019-05-10
1
-8
/
+8
*
parisc: Use per-pagetable spinlock
Mikulas Patocka
2019-05-03
1
-4
/
+11
*
parisc: Optimze cache flush algorithms
John David Anglin
2018-10-20
1
-6
/
+27
*
parisc: Add alternative coding infrastructure
Helge Deller
2018-10-17
1
-12
/
+0
*
parisc: Reorder TLB flush timing calculation
John David Anglin
2018-10-17
1
-8
/
+10
*
parisc: Move cache flush functions into .text.hot section
Helge Deller
2018-04-11
1
-1
/
+1
*
mm: fix races between swapoff and flush dcache
Huang Ying
2018-04-06
1
-2
/
+3
*
parisc: Handle case where flush_cache_range is called with no context
John David Anglin
2018-03-17
1
-9
/
+32
*
parisc: Fix ordering of cache and TLB flushes
John David Anglin
2018-03-02
1
-26
/
+31
*
parisc: Handle vma's whose context is not current in flush_cache_range
John David Anglin
2017-07-31
1
-3
/
+2
*
parisc: Extend disabled preemption in copy_user_page
John David Anglin
2017-07-25
1
-1
/
+1
*
parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq...
John David Anglin
2017-07-25
1
-20
/
+14
*
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
John David Anglin
2017-03-15
1
-0
/
+22
*
Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-04
1
-18
/
+0
|
\
|
*
parisc: Remove flush_user_dcache_range and flush_user_icache_range
John David Anglin
2017-02-25
1
-18
/
+0
[next]