index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
xtensa: fix format string warning in init_pmd
Max Filippov
1
-1
/
+1
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2
-0
/
+7
2019-03-12
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
1
-0
/
+3
2019-03-12
memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
Mike Rapoport
1
-2
/
+1
2018-12-29
Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-0
/
+3
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
1
-7
/
+11
2018-12-17
xtensa: support memtest
Max Filippov
1
-0
/
+3
2018-11-01
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
4
-5
/
+4
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-15
xtensa: remove ZONE_DMA
Christoph Hellwig
1
-1
/
+1
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-25
signal/xtensa: Use force_sig_fault where appropriate
Eric W. Biederman
1
-14
/
+5
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-05
mm: fix races between swapoff and flush dcache
Huang Ying
1
-1
/
+1
2018-02-15
xtensa: fix high memory/reserved memory collision
Max Filippov
1
-7
/
+63
2017-12-17
xtensa: print kernel sections info in mem_init
Max Filippov
1
-2
/
+17
2017-12-16
xtensa: add support for KASAN
Max Filippov
3
-0
/
+107
2017-12-16
xtensa: move fixmap and kmap just above the KSEG
Max Filippov
1
-6
/
+6
2017-12-16
xtensa: don't clear swapper_pg_dir in paging_init
Max Filippov
1
-1
/
+0
2017-12-16
xtensa: extract init_kio
Max Filippov
1
-13
/
+17
2017-12-16
xtensa: clean up custom-controlled debug output
Max Filippov
3
-20
/
+11
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-01
xtensa: mm/cache: add missing EXPORT_SYMBOLs
Max Filippov
1
-1
/
+5
2017-07-28
xtensa: fix cache aliasing handling code for WT cache
Max Filippov
1
-7
/
+3
2017-01-24
xtensa: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-12-15
xtensa: enable HAVE_DMA_CONTIGUOUS
Max Filippov
1
-0
/
+2
2016-10-05
Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-260
/
+19
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-07-24
xtensa: support reserved-memory DT node
Max Filippov
1
-0
/
+2
2016-07-24
xtensa: drop sysmem and switch to memblock
Max Filippov
1
-257
/
+15
2016-07-24
xtensa: add alternative kernel memory layouts
Max Filippov
1
-2
/
+1
2016-07-24
xtensa: move kernel mapping addresses into kmem_layout.h
Max Filippov
1
-1
/
+1
2016-03-20
Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux
Linus Torvalds
3
-5
/
+73
2016-03-17
mm: remove VM_FAULT_MINOR
Jan Kara
1
-1
/
+1
2016-03-11
xtensa: fix preemption in {clear,copy}_user_highpage
Max Filippov
1
-4
/
+4
2016-01-15
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
1
-1
/
+1
2016-01-11
xtensa: support ioremap for memory outside KIO region
Max Filippov
2
-1
/
+69
2015-08-17
xtensa: count software page fault perf events
Max Filippov
1
-0
/
+7
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-2
/
+2
2015-05-19
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
David Hildenbrand
1
-0
/
+2
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-10-21
xtensa: nommu: clean up memory map dump
Max Filippov
1
-1
/
+7
2014-10-21
xtensa: nommu: reserve memory below PLATFORM_DEFAULT_MEM_START
Max Filippov
1
-0
/
+11
2014-10-21
xtensa: nommu: don't build most of the cache flushing code
Max Filippov
1
-2
/
+2
2014-08-14
xtensa: support highmem in aliasing cache flushing code
Max Filippov
1
-10
/
+6
2014-08-14
xtensa: support aliasing cache in kmap
Max Filippov
1
-0
/
+18
2014-08-14
xtensa: support aliasing cache in k[un]map_atomic
Max Filippov
1
-7
/
+10
[next]