| Commit message (Expand) | Author | Age | Files | Lines |
* | ARC: Fix typos | Bjorn Helgaas | 2024-04-02 | 1 | -4/+4 |
* | ARC: mm: support 4 levels of page tables | Vineet Gupta | 2021-08-26 | 1 | -0/+9 |
* | ARC: mm: support 3 levels of page tables | Vineet Gupta | 2021-08-26 | 1 | -0/+9 |
* | ARC: mm: hack to allow 2 level build with 4 level code | Vineet Gupta | 2021-08-26 | 1 | -0/+8 |
* | ARC: mm: remove tlb paranoid code | Vineet Gupta | 2021-08-24 | 1 | -50/+0 |
* | ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only | Vineet Gupta | 2021-08-24 | 1 | -1/+1 |
* | ARC: retire MMUv1 and MMUv2 support | Vineet Gupta | 2021-08-24 | 1 | -9/+1 |
* | ARC: [plat-eznps]: Drop support for EZChip NPS platform | Vineet Gupta | 2020-10-06 | 1 | -7/+0 |
* | 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 |
* | ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not available | Vineet Gupta | 2019-10-28 | 1 | -4/+0 |
* | ARC: mm: TLB Miss optim: avoid re-reading ECR | Vineet Gupta | 2019-10-28 | 1 | -2/+0 |
* | ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD | Vineet Gupta | 2019-10-28 | 1 | -0/+10 |
* | ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg | Vineet Gupta | 2019-10-28 | 1 | -1/+1 |
* | ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE | Vineet Gupta | 2019-07-01 | 1 | -0/+11 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | ARC: [plat-eznps] Fix TLB Errata | Noam Camus | 2017-08-29 | 1 | -0/+9 |
* | ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... | Vineet Gupta | 2016-10-28 | 1 | -21/+0 |
* | ARC: use ASL assembler mnemonic | Vineet Gupta | 2015-11-14 | 1 | -3/+3 |
* | ARC: mm: PAE40 support | Vineet Gupta | 2015-10-29 | 1 | -1/+10 |
* | ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_t | Vineet Gupta | 2015-10-28 | 1 | -9/+12 |
* | ARCv2: mm: THP support | Vineet Gupta | 2015-10-17 | 1 | -4/+15 |
* | ARC: mm: pte flags comsetic cleanups, comments | Vineet Gupta | 2015-10-09 | 1 | -1/+1 |
* | ARCv2: [vdk] dts files and defconfig for HS38 VDK | Ruud Derwig | 2015-06-25 | 1 | -0/+2 |
* | ARCv2: MMUv4: TLB programming Model changes | Vineet Gupta | 2015-06-22 | 1 | -0/+24 |
* | ARCv2: Support for ARCv2 ISA and HS38x cores | Vineet Gupta | 2015-06-22 | 1 | -2/+0 |
* | ARC: entry.S: confine EXCEPTION_* macros to one file | Vineet Gupta | 2015-06-19 | 1 | -15/+1 |
* | ARC: update some comments | Vineet Gupta | 2014-07-23 | 1 | -2/+2 |
* | ARC: switch to generic ENTRY/END assembler annotations | Vineet Gupta | 2014-03-26 | 1 | -6/+4 |
* | ARC: Change calling convention of do_page_fault() | Vineet Gupta | 2013-11-06 | 1 | -2/+2 |
* | ARC: [ASID] Track ASID allocation cycles/generations | Vineet Gupta | 2013-08-30 | 1 | -1/+4 |
* | ARC: [ASID] Refactor the TLB paranoid debug code | Vineet Gupta | 2013-08-30 | 1 | -9/+7 |
* | ARC: MMUv4 preps/2 - Reshuffle PTE bits | Vineet Gupta | 2013-08-30 | 1 | -3/+0 |
* | ARC: MMUv4 preps/1 - Fold PTE K/U access flags | Vineet Gupta | 2013-08-29 | 1 | -21/+23 |
* | ARC: Code cosmetics (Nothing semantical) | Vineet Gupta | 2013-08-29 | 1 | -68/+63 |
* | ARC: Exception Handlers Code consolidation | Vineet Gupta | 2013-08-26 | 1 | -7/+1 |
* | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT | Vineet Gupta | 2013-06-27 | 1 | -5/+5 |
* | ARC: [tlb-miss] Extraneous PTE bit testing/setting | Vineet Gupta | 2013-06-27 | 1 | -5/+5 |
* | ARC: Remove explicit passing around of ECR | Vineet Gupta | 2013-06-26 | 1 | -1/+0 |
* | ARC: [mm] Remove @write argument to do_page_fault() | Vineet Gupta | 2013-06-22 | 1 | -12/+2 |
* | ARC: Disintegrate arcregs.h | Vineet Gupta | 2013-06-22 | 1 | -1/+1 |
* | ARC: copy_(to|from)_user() to honor usermode-access permissions | Vineet Gupta | 2013-05-23 | 1 | -3/+3 |
* | ARC: Support for single cycle Close Coupled Mem (CCM) | Vineet Gupta | 2013-02-15 | 1 | -3/+2 |
* | ARC: SMP support | Vineet Gupta | 2013-02-15 | 1 | -0/+38 |
* | ARC: Diagnostics: show_regs() etc | Vineet Gupta | 2013-02-15 | 1 | -0/+20 |
* | ARC: MMU Exception Handling | Vineet Gupta | 2013-02-15 | 1 | -0/+351 |