summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2020-06-20ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij1-1/+2
2019-11-10ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-11-10ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-15/+2
2019-11-10ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2019-11-10ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2019-11-10ARM: spectre-v2: harden user aborts in kernel spaceRussell King3-8/+76
2019-11-10ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2019-11-10ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2019-11-10ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2019-11-10ARM: bugs: add support for per-processor bug checkingRussell King1-1/+2
2019-11-10ARM: mm: fix alignment handler faults under memory pressureRussell King1-8/+36
2019-10-07ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2-2/+3
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger1-1/+2
2019-04-03ARM: 8494/1: mm: Enable PXN when running non-LPAE kernel on LPAE processorJungseung Lee1-1/+1
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-11-10ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-08-24ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)1-0/+9
2017-12-25ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King1-1/+19
2017-11-30ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin1-2/+2
2017-11-30ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin1-2/+2
2017-09-14ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-07-05ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger1-4/+4
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-02-15ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin2-2/+6
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-1/+1
2015-12-15ARM: 8471/1: need to save/restore arm register(r11) when it is corruptedAnson Huang1-2/+2
2015-12-04ARM: 8464/1: Update all mm structures with section adjustmentsLaura Abbott1-30/+62
2015-12-03ARM: 8465/1: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon1-12/+26
2015-11-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-0/+566
2015-11-10kmap_atomic_to_page() has no users, remove itNicolas Pitre1-10/+0
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-3/+3
2015-11-06uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1
2015-10-29Merge branches 'fixes' and 'misc' into for-nextRussell King5-12/+34
2015-10-27ARM: uniphier: add outer cache supportMasahiro Yamada3-0/+566
2015-10-19ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach3-1/+25
2015-10-03ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski1-0/+2
2015-10-03ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski1-0/+5
2015-10-03ARM: remove user cmpxchg syscallRussell King1-12/+0
2015-09-24ARM: alignment: fix alignment handling for uaccess changesRussell King1-5/+25
2015-09-22ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach1-0/+3
2015-09-20Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+3
2015-09-17ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara1-1/+3
2015-09-11Merge branch 'uaccess' into fixesRussell King9-15/+33
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-12/+0
2015-09-04Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds16-39/+187
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King19-68/+253
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King7-3/+11