index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
cacheflush.h
Age
Commit message (
Expand
)
Author
2024-06-12
parisc: Try to fix random segmentation faults in package builds
John David Anglin
2023-12-14
mm: Introduce flush_cache_vmap_early()
Alexandre Ghiti
2023-08-24
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
2023-08-24
parisc: implement the new page table range API
Matthew Wilcox (Oracle)
2023-05-24
parisc: Fix flush_dcache_page() for usage from irq context
Helge Deller
2022-07-25
highmem: Make __kunmap_{local,atomic}() take const void pointer
Fabio M. De Francesco
2022-05-17
parisc: Rewrite cache flush code for PA8800/PA8900
John David Anglin
2022-03-16
parisc: Avoid calling SMP cache flush functions on cache-less machines
Helge Deller
2021-11-17
Add linux/cacheflush.h
Matthew Wilcox (Oracle)
2021-10-18
mm: Add flush_dcache_folio()
Matthew Wilcox (Oracle)
2021-09-03
mm: remove flush_kernel_dcache_page
Christoph Hellwig
2020-06-04
parisc/kmap: remove duplicate kmap code
Ira Weiny
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2018-04-11
page cache: use xa_lock
Matthew Wilcox
2018-03-02
parisc: Fix ordering of cache and TLB flushes
John David Anglin
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-15
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
John David Anglin
2017-02-25
parisc: Remove flush_user_dcache_range and flush_user_icache_range
John David Anglin
2016-02-22
asm-generic: Consolidate mark_rodata_ro()
Kees Cook
2015-11-09
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
2015-05-19
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
David Hildenbrand
2014-02-02
parisc: fix cache-flushing
Helge Deller
2014-01-08
parisc: Ensure full cache coherency for kmap/kunmap
John David Anglin
2013-04-25
parisc: Change kunmap macro to static inline function
John David Anglin
2013-02-20
parisc: disable preemption while flushing D- or I-caches through TMPALIAS region
John David Anglin
2012-03-20
highmem: kill all __kmap_atomic()
Cong Wang
2011-04-15
[PARISC] prevent speculative re-read on cache flush
James Bottomley
2011-02-10
Merge branch 'fixes' into for-next
James Bottomley
2011-02-09
[PARISC] fix vmap flush/invalidate
James Bottomley
2011-01-15
parisc: flush pages through tmpalias space
James Bottomley
2010-10-28
parisc: fix compile failure with kmap_atomic changes
James Bottomley
2010-08-09
kmap_atomic: make kunmap_atomic() harder to misuse
Cesar Eduardo Barros
2010-05-30
parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomic
John David Anglin
2010-02-05
parisc: add mm API for DMA to vmalloc/vmap areas
James Bottomley
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
2009-04-02
parisc: fix build when ARCH_HAS_KMAP
Kyle McMartin
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin