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