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