summaryrefslogtreecommitdiff
path: root/arch/arc/mm/cache.c
AgeCommit message (Expand)Author
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2022-10-17ARC: Fix comment typoJilin Yuan
2022-04-18ARC: fix typos in commentsJulia Lawall
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-02ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy 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-07-30arc: fix type warnings in arc/mm/cache.cRandy Dunlap
2018-07-30ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-01-17ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev
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-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-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin
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
2017-03-30ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin
2017-01-18ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta
2017-01-18ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta
2017-01-18ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta
2017-01-18ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta
2017-01-18ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta
2017-01-04ARC: mmu: clarify the MMUv3 programming modelVineet Gupta
2016-12-19ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcacheVineet Gupta
2016-12-19ARC: mm: No need to save cache version in @cpuinfoVineet Gupta
2016-11-28ARC: mm: IOC: Don't enable IOC by defaultVineet Gupta
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta
2016-10-24ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta
2016-08-10ARC: Elide redundant setup of DMA callbacksVineet Gupta
2016-05-30Fix typosAndrea Gelmini
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder