aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)Author
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-09-27signal/arc: Use force_sig_fault where appropriateEric W. Biederman
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-09-04ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev
2018-09-04ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-30arc: fix type warnings in arc/mm/cache.cRandy Dunlap
2018-07-30ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig
2018-05-19arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig
2018-05-19arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig
2018-05-19arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2018-01-17ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig
2017-11-06ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta
2017-08-28ARC: set boot print log level to PR_INFONoam Camus
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta
2017-08-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2017-05-02ARCv2: mm: Merge 2 updates to DC_CTRL for region flushVineet Gupta
2017-05-02ARCv2: mm: Implement cache region flush operationsVineet Gupta
2017-05-02ARC: mm: Move full_page computation into cache version agnostic wrapperVineet Gupta