Age | Commit message (Expand) | Author |
2018-06-04 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-05-19 | arc: use generic dma_noncoherent_ops | Christoph Hellwig |
2018-05-19 | arc: fix arc_dma_{map,unmap}_page | Christoph Hellwig |
2018-05-19 | arc: fix arc_dma_sync_sg_for_{cpu,device} | Christoph Hellwig |
2018-05-19 | arc: simplify arc_dma_sync_single_for_{cpu,device} | Christoph Hellwig |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman |
2018-04-05 | mm: fix races between swapoff and flush dcache | Huang Ying |
2018-03-01 | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds |
2018-01-17 | ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-inv | Eugeniy Paltsev |
2018-01-09 | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA | Christoph Hellwig |
2017-11-06 | ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checking | Vineet Gupta |
2017-09-01 | ARC: Re-enable MMU upon Machine Check exception | Jose Abreu |
2017-09-01 | ARC: mm: Decouple RAM base address from kernel link address | Eugeniy Paltsev |
2017-09-01 | ARCv2: IOC: Tighten up the contraints (specifically base / size alignment) | Eugeniy Paltsev |
2017-08-30 | ARCv2: SLC: provide a line based flush routine for debugging | Vineet Gupta |
2017-08-28 | ARC: set boot print log level to PR_INFO | Noam Camus |
2017-08-28 | ARC: [plat-eznps] Fix TLB Errata | Noam Camus |
2017-08-28 | ARC: typo fix in mm/fault.c | Liav Rehana |
2017-08-21 | Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-08-04 | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC | Vineet Gupta |
2017-08-04 | ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses | Alexey Brodkin |
2017-08-04 | ARC: dma: implement dma_unmap_page and sg variant | Vineet Gupta |
2017-08-04 | ARCv2: SLC: Make sure busy bit is set properly for region ops | Alexey Brodkin |
2017-07-20 | dma-coherent: introduce interface for default DMA pool | Vladimir Murzin |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins |
2017-05-09 | Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds |
2017-05-02 | ARCv2: mm: Merge 2 updates to DC_CTRL for region flush | Vineet Gupta |
2017-05-02 | ARCv2: mm: Implement cache region flush operations | Vineet Gupta |
2017-05-02 | ARC: mm: Move full_page computation into cache version agnostic wrapper | Vineet Gupta |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-03-30 | ARCv2: SLC: Make sure busy bit is set properly on SLC flushing | Alexey Brodkin |
2017-03-30 | ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... | Vineet Gupta |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-01-26 | arc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche |
2017-01-18 | ARC: Revert "ARC: mm: IOC: Don't enable IOC by default" | Vineet Gupta |
2017-01-18 | ARC: mm: split arc_cache_init to allow __init reaping of bulk | Vineet Gupta |
2017-01-18 | ARCv2: IOC: Use actual memory size to setup aperture size | Vineet Gupta |
2017-01-18 | ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption | Vineet Gupta |
2017-01-18 | ARCv2: IOC: refactor the IOC and SLC operations into own functions | Vineet Gupta |
2017-01-04 | ARC: mmu: clarify the MMUv3 programming model | Vineet Gupta |
2016-12-23 | Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-12-19 | ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache | Vineet Gupta |
2016-12-19 | ARC: mm: No need to save cache version in @cpuinfo | Vineet Gupta |
2016-12-14 | arch/arc: add option to skip sync on DMA mapping | Alexander Duyck |
2016-11-28 | ARC: mm: IOC: Don't enable IOC by default | Vineet Gupta |
2016-11-03 | arc: Implement arch-specific dma_map_ops.mmap | Alexey Brodkin |