summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta2019-01-171-4/+9
* ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev2019-01-171-1/+2
* arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso2019-01-041-1/+1
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-20/+5
|\
| * arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-20/+5
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-2/+2
|\ \
| * | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
| * | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
| |/
* | ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev2018-11-121-1/+1
* | ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev2018-11-121-3/+17
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-15/+5
|\
| * signal/arc: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-15/+5
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-22/+3
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-9/+7
* | ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev2018-09-041-18/+14
* | ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev2018-09-041-0/+13
* | ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev2018-09-042-40/+37
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+3
* arc: fix type warnings in arc/mm/cache.cRandy Dunlap2018-07-301-3/+4
* ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev2018-07-301-0/+10
* ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev2018-07-271-2/+47
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+2
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-191-127/+13
* | arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig2018-05-191-25/+2
* | arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig2018-05-191-2/+3
* | arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig2018-05-191-12/+12
|/
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-1/+1
* Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-011-1/+4
|\
| * ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev2018-01-171-1/+4
* | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-091-7/+7
|/
* ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta2017-11-061-24/+33
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-3/+0
* ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-012-4/+4
* ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev2017-09-011-8/+19
* ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta2017-08-301-1/+53
* ARC: set boot print log level to PR_INFONoam Camus2017-08-282-2/+2
* ARC: [plat-eznps] Fix TLB ErrataNoam Camus2017-08-281-0/+9
* ARC: typo fix in mm/fault.cLiav Rehana2017-08-281-1/+1
* Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-213-9/+98
|\
| * ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-042-7/+39
| * ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-041-2/+11
| * ARC: dma: implement dma_unmap_page and sg variantVineet Gupta2017-08-041-0/+45
| * ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin2017-08-041-0/+3
* | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
|/
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-1/+1