index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-26
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-01-26
arc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+2
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-1
/
+1
2017-01-19
ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"
Vineet Gupta
1
-1
/
+1
2017-01-19
ARC: mm: split arc_cache_init to allow __init reaping of bulk
Vineet Gupta
1
-14
/
+19
2017-01-19
ARCv2: IOC: Use actual memory size to setup aperture size
Vineet Gupta
2
-2
/
+15
2017-01-19
ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption
Vineet Gupta
1
-0
/
+46
2017-01-19
ARCv2: IOC: refactor the IOC and SLC operations into own functions
Vineet Gupta
1
-21
/
+47
2017-01-05
ARC: mmu: clarify the MMUv3 programming model
Vineet Gupta
1
-1
/
+5
2016-12-23
Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+13
2016-12-19
ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
Vineet Gupta
1
-4
/
+9
2016-12-19
ARC: mm: No need to save cache version in @cpuinfo
Vineet Gupta
1
-11
/
+4
2016-12-15
arch/arc: add option to skip sync on DMA mapping
Alexander Duyck
1
-1
/
+4
2016-11-28
ARC: mm: IOC: Don't enable IOC by default
Vineet Gupta
1
-1
/
+1
2016-11-03
arc: Implement arch-specific dma_map_ops.mmap
Alexey Brodkin
1
-0
/
+26
2016-10-28
ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...
Vineet Gupta
1
-21
/
+0
2016-10-28
ARC: boot log: remove awkward space comma from MMU line
Vineet Gupta
1
-3
/
+3
2016-10-28
ARCv2: boot log: print IOC exists as well as enabled status
Vineet Gupta
1
-6
/
+3
2016-10-24
ARCv2: IOC: use @ioc_enable not @ioc_exist where intended
Vineet Gupta
2
-6
/
+8
2016-10-01
ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores
Vineet Gupta
2
-6
/
+19
2016-08-19
ARC: export kmap
Vineet Gupta
1
-0
/
+1
2016-08-10
ARC: Elide redundant setup of DMA callbacks
Vineet Gupta
1
-0
/
+9
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-6
/
+6
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-1
/
+1
2016-07-29
Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2
-2
/
+3
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-07-20
ARC: dma: fix address translation in arc_dma_free
Vladimir Kondratiev
1
-1
/
+2
2016-07-19
ARC: typo fix in mm/ioremap.c
Alexey Brodkin
1
-1
/
+1
2016-05-30
Fix typos
Andrea Gelmini
2
-4
/
+4
2016-05-09
ARC: [plat-eznps] Use dedicated user stack top
Noam Camus
1
-0
/
+6
2016-05-09
ARC: Make vmalloc size configurable
Noam Camus
1
-0
/
+5
2016-05-05
ARC: support HIGHMEM even without PAE40
Vineet Gupta
1
-15
/
+39
2016-04-27
ARC: add support for reserved memory defined by device tree
Alexey Brodkin
1
-0
/
+4
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-03-19
ARCv2: ioremap: Support dynamic peripheral address space
Vineet Gupta
2
-2
/
+22
2016-03-19
ARC: dma: reintroduce platform specific dma<->phys
Vineet Gupta
1
-5
/
+4
2016-03-19
ARC: dma: ioremap: use phys_addr_t consistenctly in code paths
Vineet Gupta
3
-30
/
+32
2016-03-19
ARC: dma: pass_phys() not sg_virt() to cache ops
Vineet Gupta
1
-2
/
+2
2016-03-19
ARC: dma: non-coherent pages need V-P mapping if in HIGHMEM
Vineet Gupta
1
-15
/
+32
2016-03-19
ARC: dma: Use struct page based page allocator helpers
Vineet Gupta
1
-8
/
+17
2016-03-11
ARC: Fix misspellings in comments.
Adam Buchbinder
3
-6
/
+6
2016-01-21
arc: convert to dma_map_ops
Christoph Hellwig
1
-47
/
+105
2016-01-16
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
1
-2
/
+2
2015-12-21
ARC: mm: HIGHMEM: Fix section mismatch splat
Vineet Gupta
1
-2
/
+2
2015-12-17
ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASE
Vineet Gupta
1
-1
/
+3
2015-11-16
ARC: comments update
Vineet Gupta
1
-2
/
+2
2015-11-14
ARC: use ASL assembler mnemonic
Vineet Gupta
1
-3
/
+3
2015-10-29
ARC: mm: PAE40 support
Vineet Gupta
3
-10
/
+72
2015-10-28
ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_t
Vineet Gupta
1
-9
/
+12
2015-10-28
ARC: mm: PAE40: switch to using phys_addr_t for physical addresses
Vineet Gupta
2
-18
/
+18
[next]