index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-02-22
2
-2
/
+8
|
\
|
*
ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate header
Hailong Liu
2021-02-01
1
-1
/
+0
|
*
ARM: 9053/1: arm/mm/ptdump:Add address markers for KASAN regions
Hailong Liu
2021-02-01
1
-1
/
+8
*
|
ARM: drop efm32 platform
Uwe Kleine-König
2021-01-15
1
-1
/
+0
|
/
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux
Linus Torvalds
2020-12-22
7
-10
/
+346
|
\
|
*
ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
Nick Desaulniers
2020-12-08
1
-0
/
+1
|
*
ARM: 9016/2: Initialize the mapping of KASan shadow memory
Linus Walleij
2020-10-27
3
-1
/
+309
|
*
ARM: 9015/2: Define the virtual space of KASan's shadow region
Linus Walleij
2020-10-27
1
-0
/
+18
|
*
ARM: 9013/2: Disable KASan instrumentation for some code
Linus Walleij
2020-10-27
1
-0
/
+2
|
*
ARM: 9012/1: move device tree mapping out of linear region
Ard Biesheuvel
2020-10-27
3
-9
/
+16
|
*
ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address
Ard Biesheuvel
2020-10-27
1
-2
/
+2
*
|
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-12-18
1
-22
/
+0
|
\
\
|
*
\
Add and use a generic version of devmem_is_allowed()
Palmer Dabbelt
2020-12-11
1
-22
/
+0
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
arm: Use the generic devmem_is_allowed()
Palmer Dabbelt
2020-12-11
1
-22
/
+0
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
1
-78
/
+0
|
\
\
\
|
*
|
|
arm, arm64: move free_unused_memmap() to generic mm
Mike Rapoport
2020-12-15
1
-78
/
+0
*
|
|
|
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-15
2
-122
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ARM: highmem: Switch to generic kmap atomic
Thomas Gleixner
2020-11-06
2
-122
/
+0
|
|
/
/
*
/
/
ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations
Ard Biesheuvel
2020-11-04
1
-2
/
+2
|
/
/
*
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2020-10-20
1
-4
/
+12
|
\
\
|
*
|
ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT values
Guillaume Tucker
2020-09-15
1
-4
/
+12
|
|
/
*
|
mm: remove duplicate include statement in mmu.c
Tian Tao
2020-10-18
1
-1
/
+0
*
|
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-15
3
-5
/
+9
|
\
\
|
*
|
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
1
-1
/
+0
|
*
|
dma-mapping: remove <asm/dma-contiguous.h>
Christoph Hellwig
2020-10-06
1
-1
/
+0
|
*
|
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
2
-2
/
+1
|
*
|
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-10-06
2
-1
/
+2
|
*
|
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
2020-09-25
2
-0
/
+6
|
|
/
*
|
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-10-14
3
-47
/
+32
*
|
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2020-10-14
1
-7
/
+4
*
|
arm, xtensa: simplify initialization of high memory pages
Mike Rapoport
2020-10-14
1
-40
/
+8
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
2
-3
/
+3
*
mm/arm: use general page fault accounting
Peter Xu
2020-08-12
1
-19
/
+6
*
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
-7
/
+2
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
2
-1
/
+1
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2020-08-06
2
-8
/
+1
|
\
|
*
ARM: 8994/1: mm: drop kimage_voffset which was only used by KVM
Ard Biesheuvel
2020-07-28
1
-5
/
+0
|
*
ARM: 8982/1: mm: Simplify act_mm macro
Linus Walleij
2020-07-21
1
-3
/
+1
*
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
|
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
|
/
*
/
ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...
Ard Biesheuvel
2020-07-21
1
-1
/
+1
|
/
*
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-18
1
-2
/
+2
*
mmap locking API: convert mmap_sem 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
-3
/
+3
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
4
-40
/
+7
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
26
-26
/
+25
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
26
-26
/
+26
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
7
-7
/
+0
*
Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2020-06-05
1
-2
/
+1
|
\
[next]