aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/pacache.S
AgeCommit message (Expand)AuthorFilesLines
2023-05-03parisc: Ensure page alignment in flush functionsGravatar Helge Deller 1-0/+2
2022-05-23parisc: Optimize tmpalias function callsGravatar Helge Deller 1-76/+13
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeGravatar John David Anglin 1-12/+14
2022-05-23parisc: Don't enforce DMA completion order in cache flushesGravatar John David Anglin 1-3/+0
2022-03-29parisc: Move disable_sr_hashing_asm() into .text sectionGravatar Helge Deller 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2019-08-12parisc: speed up flush_tlb_all_local with qemuGravatar Helge Deller 1-0/+9
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesGravatar Helge Deller 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Gravatar Thomas Gleixner 1-14/+1
2019-05-03parisc: Remove lock code to serialize TLB operations in pacache.SGravatar John David Anglin 1-43/+0
2018-10-20parisc: Optimze cache flush algorithmsGravatar John David Anglin 1-14/+202
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 1-20/+44
2018-08-13parisc: Fix and improve kernel stack unwindingGravatar Helge Deller 1-125/+0
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesGravatar John David Anglin 1-0/+1
2018-04-11parisc: Move cache flush functions into .text.hot sectionGravatar Helge Deller 1-4/+5
2018-03-02parisc: Fix ordering of cache and TLB flushesGravatar John David Anglin 1-0/+22
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelGravatar Helge Deller 1-2/+7
2016-12-07parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...Gravatar John David Anglin 1-21/+1
2016-11-25parisc: Also flush data TLB in flush_icache_page_asmGravatar John David Anglin 1-15/+22
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeGravatar Helge Deller 1-34/+34
2016-09-20parisc: Update comment regarding implementation of copy_user_page_asmGravatar John David Anglin 1-5/+11
2013-06-18parisc: Use unshadowed index register for flush instructions in flush_dcache_...Gravatar John David Anglin 1-38/+38
2013-05-24parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SGravatar Helge Deller 1-6/+6
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootGravatar Helge Deller 1-14/+19
2013-02-20parisc: fixes and cleanups in page cache flushing (2/4)Gravatar John David Anglin 1-45/+290
2012-05-16[PARISC] fix crash in flush_icache_page_asm on PA1.1Gravatar John David Anglin 1-18/+20
2011-04-15[PARISC] fix pacache .size with new binutilsGravatar Meelis Roos 1-4/+2
2011-01-15parisc: flush pages through tmpalias spaceGravatar James Bottomley 1-136/+109
2008-06-13Revert "parisc: fix trivial section name warnings"Gravatar Kyle McMartin 1-2/+1
2008-05-15parisc: use conditional macro for 64-bit wide opsGravatar Kyle McMartin 1-35/+35
2008-05-15parisc: fix trivial section name warningsGravatar Helge Deller 1-1/+2
2007-10-18[PARISC] Clean up pointless ASM_PAGE_SIZE_DIV useGravatar Kyle McMartin 1-4/+4
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroGravatar Helge Deller 1-9/+0
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsGravatar Helge Deller 1-46/+34
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-21[PARISC] Further work for multiple page sizesGravatar Helge Deller 1-13/+12
2006-03-30[PARISC] Add parisc implementation of flush_kernel_dcache_page()Gravatar James Bottomley 1-2/+2
2005-10-21[PARISC] Explicitly specify sr4 when flushing kernel spaceGravatar Matthew Wilcox 1-17/+17
2005-10-21[PARISC] Properly specify index field to I/D cache flush opsGravatar Grant Grundler 1-2/+2
2005-10-21[PARISC] Fix copy_user_page_asm to NOT access past end of pageGravatar Grant Grundler 1-4/+9
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGravatar Grant Grundler 1-14/+16
2005-10-21[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docsGravatar Grant Grundler 1-52/+53
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1086