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
/
sh
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+1
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-9
/
+0
2018-05-11
sh: switch to NO_BOOTMEM
Rob Herring
2
-81
/
+6
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
1
-9
/
+0
2018-05-05
sh: mm: Fix unprotected access to struct device
Jacopo Mondi
1
-3
/
+8
2018-04-25
signal/sh: Use force_sig_fault where appropriate
Eric W. Biederman
1
-9
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+2
2018-04-14
mm/gup.c: document return value
Michael S. Tsirkin
1
-0
/
+2
2018-04-13
Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh
Linus Torvalds
1
-2
/
+2
2018-04-13
arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset
Thomas Petazzoni
1
-2
/
+2
2018-04-06
mm: fix races between swapoff and flush dcache
Huang Ying
2
-2
/
+2
2018-01-08
mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
Christoph Hellwig
1
-2
/
+2
2018-01-08
mm: pass the vmem_altmap to arch_add_memory and __add_pages
Christoph Hellwig
1
-2
/
+3
2018-01-08
mm: don't export arch_add_memory
Christoph Hellwig
1
-1
/
+0
2017-11-15
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
9
-0
/
+9
2017-10-19
sh: make dma_cache_sync a no-op
Christoph Hellwig
1
-3
/
+3
2017-07-13
sh: move inline before return type
Joe Perches
1
-1
/
+1
2017-07-11
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
1
-16
/
+18
2017-07-07
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
1
-1
/
+2
2017-07-07
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
Michal Hocko
1
-2
/
+2
2017-07-07
mm, memory_hotplug: do not associate hotadded memory to zones until online
Michal Hocko
1
-7
/
+1
2017-07-07
mm, memory_hotplug: get rid of is_zone_device_section
Michal Hocko
1
-1
/
+1
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-2
/
+2
2017-03-03
sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-0
/
+3
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-24
sh: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2
-2
/
+2
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
11
-11
/
+11
2016-10-19
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+2
2016-08-06
Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh
Linus Torvalds
4
-6
/
+80
2016-08-05
sh: do not perform IPI-based cache flush except on boards that need it
Rich Felker
1
-0
/
+3
2016-08-05
sh: add support for J-Core J2 processor
Rich Felker
3
-2
/
+72
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-2
/
+2
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-1
/
+1
2016-07-31
sh: make mm/asids-debugfs explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2016-07-31
sh: disable aliased page logic on NOMMU models
Rich Felker
1
-0
/
+4
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-06-25
sh: get rid of superfluous __GFP_REPEAT
Michal Hocko
1
-1
/
+1
2016-03-21
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2016-03-20
Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh
Linus Torvalds
1
-0
/
+2
2016-03-18
mm: cleanup *pte_alloc* interfaces
Kirill A. Shutemov
1
-1
/
+1
2016-03-17
sched/preempt, sh: kmap_coherent relies on disabled preemption
David Hildenbrand
1
-0
/
+2
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
1
-1
/
+1
2016-01-16
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
2
-5
/
+5
2015-09-09
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
[next]