summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/pacache.S
AgeCommit message (Expand)AuthorLines
2019-08-12parisc: speed up flush_tlb_all_local with qemuHelge Deller-0/+9
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner-14/+1
2019-05-03parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin-43/+0
2018-10-20parisc: Optimze cache flush algorithmsJohn David Anglin-14/+202
2018-10-17parisc: Add alternative coding infrastructureHelge Deller-20/+44
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller-125/+0
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin-0/+1
2018-04-11parisc: Move cache flush functions into .text.hot sectionHelge Deller-4/+5
2018-03-02parisc: Fix ordering of cache and TLB flushesJohn David Anglin-0/+22
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller-2/+7
2016-12-07parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin-21/+1
2016-11-25parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin-15/+22
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller-34/+34
2016-09-20parisc: Update comment regarding implementation of copy_user_page_asmJohn David Anglin-5/+11
2013-06-18parisc: Use unshadowed index register for flush instructions in flush_dcache_...John David Anglin-38/+38
2013-05-24parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller-6/+6
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller-14/+19
2013-02-20parisc: fixes and cleanups in page cache flushing (2/4)John David Anglin-45/+290
2012-05-16[PARISC] fix crash in flush_icache_page_asm on PA1.1John David Anglin-18/+20
2011-04-15[PARISC] fix pacache .size with new binutilsMeelis Roos-4/+2
2011-01-15parisc: flush pages through tmpalias spaceJames Bottomley-136/+109
2008-06-13Revert "parisc: fix trivial section name warnings"Kyle McMartin-2/+1
2008-05-15parisc: use conditional macro for 64-bit wide opsKyle McMartin-35/+35
2008-05-15parisc: fix trivial section name warningsHelge Deller-1/+2
2007-10-18[PARISC] Clean up pointless ASM_PAGE_SIZE_DIV useKyle McMartin-4/+4
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller-9/+0
2007-02-17[PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller-46/+34
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller-13/+12
2006-03-30[PARISC] Add parisc implementation of flush_kernel_dcache_page()James Bottomley-2/+2
2005-10-21[PARISC] Explicitly specify sr4 when flushing kernel spaceMatthew Wilcox-17/+17
2005-10-21[PARISC] Properly specify index field to I/D cache flush opsGrant Grundler-2/+2
2005-10-21[PARISC] Fix copy_user_page_asm to NOT access past end of pageGrant Grundler-4/+9
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler-14/+16
2005-10-21[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docsGrant Grundler-52/+53
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1086