index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove page_mapping()
Matthew Wilcox (Oracle)
2024-07-04
1
-1
/
+1
*
mips: fix r3k_cache_init build regression
Arnd Bergmann
2023-12-21
1
-6
/
+3
*
mips: move cache declarations into header
Arnd Bergmann
2023-12-11
1
-6
/
+0
*
mips: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-10-04
1
-1
/
+1
*
mips: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-25
1
-28
/
+28
*
MIPS: mm: Remove local_cache_flush_page
Thomas Bogendoerfer
2023-04-05
1
-2
/
+0
*
MIPS: Move declaration of bcache ops to cache.c
Jiaxun Yang
2023-04-05
1
-0
/
+19
*
mips/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-18
1
-0
/
+3
*
MIPS: Remove TX39XX support
Thomas Bogendoerfer
2022-03-01
1
-5
/
+0
*
Revert "MIPS: make userspace mapping young by default"
Thomas Bogendoerfer
2021-06-05
1
-16
/
+14
*
mm: move page_mapping_file to pagemap.h
Matthew Wilcox (Oracle)
2021-04-30
1
-0
/
+1
*
MIPS: make userspace mapping young by default
Huang Pei
2021-02-26
1
-14
/
+16
*
MIPS: mm:remove function __uncached_access()
Yanteng Si
2021-01-27
1
-8
/
+0
*
MIPS: mm: Add prototype for function __update_cache
Yanteng Si
2021-01-22
1
-0
/
+1
*
MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()
Tiezhu Yang
2020-11-19
1
-10
/
+0
*
MIPS: mm: Clean up setup of protection map
Thomas Bogendoerfer
2020-11-19
1
-37
/
+18
*
MIPS: mm: shorten lines by using macro
Thomas Bogendoerfer
2020-11-19
1
-17
/
+21
*
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-05
1
-2
/
+2
*
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-05
1
-1
/
+1
*
MIPS: unexport __flush_icache_user_range
Christoph Hellwig
2020-05-11
1
-1
/
+0
*
MIPS: remove the _dma_cache_wback_inv export
Christoph Hellwig
2019-06-03
1
-2
/
+0
*
MIPS: Delete unused flush_cache_sigtramp()
Paul Burton
2019-02-07
1
-1
/
+0
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-1
/
+1
*
MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefs
Christoph Hellwig
2018-06-24
1
-2
/
+2
*
mm: fix races between swapoff and flush dcache
Huang Ying
2018-04-06
1
-1
/
+1
*
MIPS: Remove __invalidate_kernel_vmap_range
Paul Burton
2017-08-29
1
-1
/
+0
*
MIPS: Include asm/setup.h for cpu_cache_init()
Paul Burton
2017-08-29
1
-0
/
+1
*
KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
James Hogan
2017-03-28
1
-0
/
+1
*
MIPS: mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-10-05
1
-1
/
+1
*
MIPS: cacheflush: Use __flush_icache_user_range()
James Hogan
2016-10-04
1
-1
/
+1
*
MIPS: c-r4k: Split user/kernel flush_icache_range()
James Hogan
2016-10-04
1
-0
/
+4
*
MIPS: Sync icache & dcache in set_pte_at
Paul Burton
2016-05-13
1
-16
/
+3
*
MIPS: Handle highmem pages in __update_cache
Paul Burton
2016-05-13
1
-1
/
+9
*
MIPS: Flush highmem pages in __flush_dcache_page
Paul Burton
2016-05-13
1
-3
/
+9
*
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
2016-01-16
1
-1
/
+1
*
MIPS: Partially disable RIXI support.
Ralf Baechle
2015-08-03
1
-4
/
+4
*
MIPS: Fix race condition in lazy cache flushing.
Lars Persson
2015-03-25
1
-0
/
+12
*
Revert "MIPS: Remove race window in page fault handling"
Lars Persson
2015-03-25
1
-19
/
+8
*
MIPS: Remove race window in page fault handling
Lars Persson
2014-08-19
1
-8
/
+19
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next
Linus Torvalds
2014-06-04
1
-0
/
+1
|
\
|
*
MIPS: Export local_flush_icache_range for KVM
James Hogan
2014-05-30
1
-0
/
+1
*
|
mips: export flush_icache_range
Kees Cook
2014-04-19
1
-2
/
+2
|
/
*
MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT use
Manuel Lauss
2014-03-26
1
-2
/
+2
*
mips: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-24
1
-1
/
+0
*
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
2013-07-15
1
-1
/
+1
*
MIPS: Export routines needed by the KVM module.
Sanjay Lal
2013-05-08
1
-0
/
+1
*
MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'.
Steven J. Hill
2012-09-14
1
-1
/
+1
*
MIPS: cache: Provide cache flush operations for XFS
Ralf Baechle
2011-10-20
1
-0
/
+5
*
MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modules
Anton Altaparmakov
2010-04-12
1
-1
/
+1
*
MIPS: Implement Read Inhibit/eXecute Inhibit
David Daney
2010-02-27
1
-16
/
+37
[next]