index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
microblaze: Remove zalloc_maybe_bootmem()
Christophe Leroy
2023-08-23
1
-16
/
+0
*
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-27
1
-2
/
+3
*
microblaze: fix livelock in uaccess
Al Viro
2023-03-02
1
-1
/
+4
*
microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-18
1
-0
/
+20
*
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-06-17
1
-0
/
+4
*
microblaze: Add support for reserved memory defined by DT
Michal Simek
2022-04-21
1
-0
/
+3
*
microblaze: Wire memblock_dump_all()
Michal Simek
2022-04-21
1
-0
/
+2
*
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2022-01-15
1
-12
/
+10
*
microblaze: use is_kernel_text() helper
Kefeng Wang
2021-11-09
1
-1
/
+2
*
microblaze: simplify pte_alloc_one_kernel()
Mike Rapoport
2021-09-03
2
-21
/
+8
*
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
1
-1
/
+0
*
microblaze: tag highmem_setup() with __meminit
David Hildenbrand
2021-03-02
1
-1
/
+1
*
Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2020-12-16
3
-81
/
+1
|
\
|
*
microblaze: Remove noMMU code
Michal Simek
2020-11-26
3
-79
/
+1
*
|
microblaze/mm/highmem: Add dropped #ifdef back
Thomas Gleixner
2020-11-19
1
-0
/
+1
*
|
microblaze/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
2020-11-06
3
-85
/
+0
|
/
*
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-15
2
-2
/
+2
|
\
|
*
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
1
-1
/
+1
|
*
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
1
-1
/
+1
*
|
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-10-14
1
-4
/
+5
*
|
mircoblaze: drop unneeded NUMA and sparsemem initializations
Mike Rapoport
2020-10-14
1
-13
/
+1
|
/
*
microblaze: fix min_low_pfn/max_low_pfn build errors
Randy Dunlap
2020-08-31
1
-0
/
+3
*
mm/microblaze: use general page fault accounting
Peter Xu
2020-08-12
1
-5
/
+4
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+1
*
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2020-08-07
1
-3
/
+0
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-6
/
+6
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
1
-9
/
+0
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
arch/kmap: ensure kmap_prot visibility
Ira Weiny
2020-06-05
1
-3
/
+0
*
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-05
1
-8
/
+3
*
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
2020-06-05
1
-8
/
+2
*
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-06-04
1
-1
/
+1
*
Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-04-04
1
-8
/
+1
|
\
|
*
dma-direct: make uncached_kernel_address more general
Christoph Hellwig
2020-03-16
1
-1
/
+1
|
*
dma-direct: remove the cached_kernel_address hook
Christoph Hellwig
2020-03-16
1
-7
/
+0
*
|
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-1
/
+0
*
|
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-1
/
+1
*
|
mm: introduce fault_signal_pending()
Peter Xu
2020-04-02
1
-1
/
+1
*
|
microblaze: Stop printing the virtual memory layout
Arvind Sankar
2020-03-09
1
-12
/
+0
*
|
microblaze: Kernel parameters should be parsed earlier
Michal Simek
2020-02-24
1
-0
/
+2
|
/
*
microblaze: Wire CMA allocator
Michal Simek
2020-02-04
1
-0
/
+4
*
microblaze: use pgtable-nopmd instead of 4level-fixup
Mike Rapoport
2019-12-05
2
-4
/
+16
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-09-25
1
-4
/
+0
|
\
|
*
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-25
1
-4
/
+0
*
|
Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2019-09-24
1
-191
/
+30
|
\
\
|
|
/
|
/
|
|
*
microblaze: use the generic dma coherent remap allocator
Christoph Hellwig
2019-08-30
1
-148
/
+4
[next]