summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-02-06ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignmentGiulio Benetti1-1/+1
2022-12-14ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti1-0/+19
2022-07-21ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idleArd Biesheuvel1-3/+3
2022-07-21ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel1-0/+3
2022-07-21ARM: 9213/1: Print message about disabled Spectre workarounds only onceDmitry Osipenko1-2/+1
2022-05-25ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel1-0/+1
2022-03-11ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)1-1/+2
2022-03-11ARM: Spectre-BHB workaroundRussell King (Oracle)2-0/+86
2022-03-11ARM: report Spectre v2 status through sysfsRussell King (Oracle)2-31/+102
2022-03-08ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap1-0/+2
2021-12-22ARM: 8805/2: remove unneeded naked function usageNicolas Pitre7-194/+178
2021-11-26ARM: 9155/1: fix early early_iounmap()Michał Mirosław1-2/+2
2021-11-26ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann1-1/+1
2021-11-02ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers1-0/+1
2020-10-29ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT valuesGuillaume Tucker1-4/+12
2020-06-22ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij1-1/+2
2020-02-15ARM: 8949/1: mm: mark free_memmap as __initOlof Johansson1-1/+1
2020-01-04ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardeningDoug Berger1-0/+3
2019-12-01ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin1-0/+3
2019-11-10ARM: 8926/1: v7m: remove register save to stack before svcafzal mohammed1-1/+0
2019-11-10ARM: mm: fix alignment handler faults under memory pressureRussell King1-8/+36
2019-11-06ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin1-3/+2
2019-10-07arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-10-07arm: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-10-07ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport1-0/+16
2019-10-07ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2-2/+3
2019-09-21ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang1-0/+5
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger1-1/+2
2019-04-05ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin1-0/+3
2019-03-23ARM: 8835/1: dma-mapping: Clear DMA ops on teardownRobin Murphy1-0/+2
2019-02-20ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-02-20ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-02-20ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-15/+2
2018-12-21ARM: 8816/1: dma-mapping: fix potential uninitialized returnNathan Jones1-1/+1
2018-12-21ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin1-5/+9
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-11-21ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel1-1/+1
2018-09-19ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-08-18kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski1-2/+3
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-3/+4
2018-08-16Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+6
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King3-3/+3
2018-07-30ARM: 8784/1: NOMMU: Allow enter in Hyp modeVladimir Murzin1-1/+0
2018-07-30ARM: 8783/1: NOMMU: Extend check for VBAR supportVladimir Murzin1-1/+2
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+9
2018-07-16ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()Thierry Reding1-6/+6
2018-07-14ARM: tcm: ensure inline stub functions are marked staticRussell King1-1/+1
2018-07-12ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)1-0/+9
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3