Age | Commit message (Expand) | Author |
2023-12-08 | ARC: mm: retire support for aliasing VIPT D$ | Vineet Gupta |
2023-09-04 | Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds |
2023-08-24 | arc: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-17 | ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISA | Vineet Gupta |
2023-08-17 | ARC: boot log: eliminate struct cpuinfo_arc #1: mm | Vineet Gupta |
2023-08-13 | ARC: -Wmissing-prototype warning fixes | Vineet Gupta |
2021-08-26 | ARC: mm: support 3 levels of page tables | Vineet Gupta |
2021-08-26 | ARC: mm: switch pgtable_t back to struct page * | Vineet Gupta |
2021-08-24 | ARC: mm: move MMU specific bits out of ASID allocator | Vineet Gupta |
2021-08-24 | ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS | Vineet Gupta |
2021-08-24 | ARC: mm: remove tlb paranoid code | Vineet Gupta |
2021-08-24 | ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only | Vineet Gupta |
2021-08-24 | ARC: retire MMUv1 and MMUv2 support | Vineet Gupta |
2021-05-10 | ARC: mm: PAE: use 40-bit physical page mask | Vladimir Isaev |
2020-11-17 | ARC: mm: fix spelling mistakes | Flavio Suligoi |
2019-10-28 | ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3 | Vineet Gupta |
2019-10-28 | ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop | Vineet Gupta |
2019-10-28 | ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg | Vineet Gupta |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-20 | ARC: fix build warnings | Vineet Gupta |
2017-11-06 | ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checking | Vineet Gupta |
2017-09-01 | ARC: Re-enable MMU upon Machine Check exception | Jose Abreu |
2017-08-28 | ARC: set boot print log level to PR_INFO | Noam Camus |
2017-08-04 | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC | Vineet Gupta |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2016-10-28 | ARC: boot log: remove awkward space comma from MMU line | Vineet Gupta |
2016-05-09 | ARC: [plat-eznps] Use dedicated user stack top | Noam Camus |
2016-05-09 | ARC: Make vmalloc size configurable | Noam Camus |
2016-03-11 | ARC: Fix misspellings in comments. | Adam Buchbinder |
2015-11-16 | ARC: comments update | Vineet Gupta |
2015-10-29 | ARC: mm: PAE40 support | Vineet Gupta |
2015-10-28 | ARC: mm: PAE40: switch to using phys_addr_t for physical addresses | Vineet Gupta |
2015-10-28 | ARC: mm: Improve Duplicate PD Fault handler | Vineet Gupta |
2015-10-17 | ARC: boot log: decode more mmu config items | Vineet Gupta |
2015-10-17 | ARC: boot log: move helper macros to header for reuse | Vineet Gupta |
2015-10-17 | ARC: mm: compute TLB size as needed from ways * sets | Vineet Gupta |
2015-10-17 | ARCv2: mm: THP: flush_pmd_tlb_range make SMP safe | Vineet Gupta |
2015-10-17 | ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization | Vineet Gupta |
2015-10-17 | ARCv2: mm: THP: boot validation/reporting | Vineet Gupta |
2015-10-17 | ARCv2: mm: THP support | Vineet Gupta |
2015-06-22 | ARCv2: MMUv4: TLB programming Model changes | Vineet Gupta |
2015-06-19 | ARC: compress cpuinfo_arc_mmu (mainly save page size in KB) | Vineet Gupta |
2014-10-13 | ARC: boot: cpu feature print enhancements | Vineet Gupta |
2013-11-06 | ARC: [SMP] TLB flush | Vineet Gupta |
2013-11-06 | ARC: [SMP] ASID allocation | Vineet Gupta |
2013-11-06 | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop | Vineet Gupta |
2013-08-30 | ARC: [ASID] Track ASID allocation cycles/generations | Vineet Gupta |
2013-08-30 | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID | Vineet Gupta |
2013-08-30 | ARC: [ASID] Refactor the TLB paranoid debug code | Vineet Gupta |
2013-08-30 | ARC: No need to flush the TLB in early boot | Vineet Gupta |