| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2020-08-06 | 1 | -2/+2 |
|\ |
|
| * | MIPS: Unify naming style of vendor CP0.Config6 bits | Huacai Chen | 2020-07-08 | 1 | -2/+2 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 2 | -4/+4 |
|/ |
|
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse | 2020-06-09 | 1 | -5/+5 |
* | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 2020-06-09 | 4 | -25/+7 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 13 | -13/+0 |
* | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 2020-06-04 | 1 | -3/+3 |
* | arch/kmap: don't hard code kmap_prot values | Ira Weiny | 2020-06-04 | 1 | -1/+1 |
* | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 2020-06-04 | 2 | -10/+5 |
* | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 2020-06-04 | 2 | -17/+3 |
* | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny | 2020-06-04 | 1 | -9/+0 |
* | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 2020-06-04 | 1 | -11/+3 |
* | arch/kmap: remove BUG_ON() | Ira Weiny | 2020-06-04 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-03 | 1 | -1/+1 |
|\ |
|
| * | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 2020-06-03 | 1 | -1/+1 |
* | | MIPS: CPU_LOONGSON2EF need software to maintain cache consistency | Lichao Liu | 2020-05-28 | 1 | -0/+1 |
* | | MIPS: Tidy up CP0.Config6 bits definition | Huacai Chen | 2020-05-24 | 1 | -2/+2 |
* | | mips: Add MIPS Release 5 support | Serge Semin | 2020-05-22 | 2 | -6/+8 |
* | | mips: MAAR: Add XPA mode support | Serge Semin | 2020-05-19 | 1 | -1/+7 |
* | | MIPS: unexport __flush_icache_user_range | Christoph Hellwig | 2020-05-11 | 1 | -1/+0 |
* | | MIPS: Use fallthrough for arch/mips | Liangliang Huang | 2020-05-07 | 2 | -4/+4 |
* | | MIPS: Kernel: Identify Loongson-2K processors | Jiaxun Yang | 2020-04-26 | 1 | -3/+9 |
* | | MIPS: Rename the "Fill" cache ops to avoid build failure | Huacai Chen | 2020-04-26 | 1 | -1/+1 |
* | | MIPS: use ioremap_page_range | Christoph Hellwig | 2020-04-19 | 1 | -101/+11 |
* | | MIPS: move ioremap_prot und iounmap out of line | Christoph Hellwig | 2020-04-19 | 3 | -24/+46 |
|/ |
|
* | mm/vma: append unlikely() while testing VMA access permissions | Anshuman Khandual | 2020-04-07 | 1 | -1/+1 |
* | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 2020-04-07 | 1 | -1/+1 |
* | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-04-04 | 1 | -6/+1 |
|\ |
|
| * | dma-direct: make uncached_kernel_address more general | Christoph Hellwig | 2020-03-16 | 1 | -1/+1 |
| * | dma-direct: remove the cached_kernel_address hook | Christoph Hellwig | 2020-03-16 | 1 | -5/+0 |
* | | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 2020-04-02 | 1 | -1/+0 |
* | | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | mm: introduce fault_signal_pending() | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 | Huacai Chen | 2020-03-25 | 1 | -1/+4 |
* | | MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch lines | Kamal Dasu | 2020-03-16 | 1 | -0/+29 |
* | | MIPS: reduce print level for cache information | Oleksij Rempel | 2020-02-28 | 4 | -23/+23 |
|/ |
|
* | MIPS: mm: Place per_cpu on different nodes, if NUMA is enabled | Thomas Bogendoerfer | 2020-01-09 | 1 | -0/+45 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -12/+6 |
|\ |
|
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 2019-11-20 | 1 | -6/+6 |
| * | dma-direct: provide mmap and get_sgtable method overrides | Christoph Hellwig | 2019-11-11 | 1 | -6/+0 |
* | | mips: add support for folded p4d page tables | Mike Rapoport | 2019-11-22 | 8 | -12/+38 |
* | | mips: drop __pXd_offset() macros that duplicate pXd_index() ones | Mike Rapoport | 2019-11-22 | 3 | -5/+5 |
* | | Merge tag 'mips_fixes_5.4_3' into mips-next | Paul Burton | 2019-11-01 | 1 | -8/+15 |
|\| |
|
| * | MIPS: tlbex: Fix build_restore_pagemask KScratch restore | Paul Burton | 2019-10-23 | 1 | -8/+15 |
* | | MIPS: Loongson64: Rename CPU TYPES | Jiaxun Yang | 2019-10-31 | 4 | -22/+22 |
* | | MIPS: Provide unroll() macro, use it for cache ops | Paul Burton | 2019-10-09 | 1 | -4/+8 |
* | | MIPS: Loongson: Add Loongson-3A R4 basic support | Huacai Chen | 2019-10-07 | 1 | -1/+2 |
|/ |
|