index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
mm
/
cache-sh4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-7
/
+1
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-04
sh: add support for folded p4d page tables
Mike Rapoport
1
-1
/
+3
2018-04-05
mm: fix races between swapoff and flush dcache
Huang Ying
1
-1
/
+1
2016-01-15
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
1
-1
/
+1
2014-03-04
sh: prefix sh-specific "CCR" and "CCR2" by "SH_"
Geert Uytterhoeven
1
-2
/
+2
2012-03-30
sh: fix up fallout from system.h disintegration.
Paul Mundt
1
-0
/
+1
2012-03-20
sh: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2010-12-01
sh: Assume new page cache pages have dirty dcache lines.
Paul Mundt
1
-2
/
+2
2010-01-26
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.
Paul Mundt
1
-5
/
+5
2010-01-21
sh: Kill off the special uncached section and fixmap.
Paul Mundt
1
-2
/
+2
2010-01-02
sh: Optimise flush_dcache_page() on SH4
Matt Fleming
1
-10
/
+3
2009-12-09
sh: Can't compare physical and virtual addresses for aliases
Matt Fleming
1
-2
/
+1
2009-12-04
sh: Drop associative writes for SH-4 cache flushes.
Matt Fleming
1
-2
/
+2
2009-11-09
Merge branch 'sh/stable-updates'
Paul Mundt
1
-1
/
+4
2009-11-09
sh: Account for cache aliases in flush_icache_range()
Matt Fleming
1
-1
/
+4
2009-10-30
sh: Do not apply virt_to_phys() to a physical address
Matt Fleming
1
-2
/
+1
2009-10-16
Merge branch 'sh/stable-updates'
Paul Mundt
1
-14
/
+12
2009-10-16
sh: Fix up single page flushing to use PAGE_SIZE.
Valentin Sitdikov
1
-12
/
+10
2009-10-10
sh: Prepare for dynamic PMB support
Matt Fleming
1
-3
/
+3
2009-10-10
sh: Obliterate the P1 area macros
Matt Fleming
1
-1
/
+1
2009-10-10
Merge branch 'sh/cachetlb'
Paul Mundt
1
-421
/
+75
2009-10-09
sh: Sprinkle __uses_jump_to_uncached
Matt Fleming
1
-1
/
+1
2009-09-09
sh: Fix up redundant cache flushing for PAGE_SIZE > 4k.
Paul Mundt
1
-1
/
+1
2009-09-09
sh: Rework sh4_flush_cache_page() for coherent kmap mapping.
Paul Mundt
1
-27
/
+48
2009-09-09
sh: Kill off segment-based d-cache flushing on SH-4.
Paul Mundt
1
-271
/
+20
2009-09-09
sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page().
Paul Mundt
1
-2
/
+2
2009-09-09
sh: sh4_flush_cache_mm() optimizations.
Paul Mundt
1
-120
/
+4
2009-09-09
sh: Cleanup whitespace damage in sh4_flush_icache_range().
Paul Mundt
1
-30
/
+33
2009-09-01
Revert "sh: Kill off now redundant local irq disabling."
Paul Mundt
1
-26
/
+35
2009-09-01
Merge branch 'master' into sh/smp
Paul Mundt
1
-13
/
+61
2009-09-01
sh: Fix dcache flushing for N-way write-through caches.
Matt Fleming
1
-21
/
+27
2009-08-27
sh: Fix up sh4_flush_dcache_page() build on UP.
Paul Mundt
1
-1
/
+2
2009-08-24
sh: Fix problems with cache flushing when cache is in write-through mode
Stuart Menefy
1
-0
/
+34
2009-08-24
sh: Improve comments int SH4 cache flushing code
Stuart Menefy
1
-0
/
+11
2009-08-21
sh: Kill off now redundant local irq disabling.
Paul Mundt
1
-35
/
+26
2009-08-21
sh: Make cache flushers SMP-aware.
Paul Mundt
1
-17
/
+37
2009-08-20
sh: Fix up cache-sh4 build on SMP.
Paul Mundt
1
-1
/
+1
2009-08-15
sh: Migrate SH-4 cacheflush ops to function pointers.
Paul Mundt
1
-41
/
+46
2009-08-15
sh: Kill off unused flush_icache_user_range().
Paul Mundt
1
-14
/
+0
2009-08-15
sh: Don't export flush_dcache_all().
Paul Mundt
1
-1
/
+1
2009-08-15
sh: Move alias computation to shared cache init.
Paul Mundt
1
-53
/
+5
2009-08-15
sh: Centralize the CPU cache initialization routines.
Paul Mundt
1
-1
/
+1
2009-08-15
sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.
Paul Mundt
1
-0
/
+9
2009-08-04
sh: Split out SH-4 __flush_xxx_region() ops.
Paul Mundt
1
-60
/
+0
2009-07-22
sh: Migrate from PG_mapped to PG_dcache_dirty.
Paul Mundt
1
-1
/
+9
2008-09-08
sh: uninline flush_icache_all().
Paul Mundt
1
-1
/
+1
2008-07-28
sh: Optimized flush_icache_range() implementation.
Chris Smith
1
-31
/
+36
2008-01-28
sh: Preparation for uncached jumps through PMB.
Stuart Menefy
1
-7
/
+7
[next]