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
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-29
arm64: Add workaround for Arm Cortex-A77 erratum 1508412
Rob Herring
1
-1
/
+1
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-10-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-20
/
+10
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-3
/
+4
2020-10-15
arm64: mm: use single quantity to represent the PA to VA translation
Ard Biesheuvel
1
-20
/
+10
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
1
-1
/
+1
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2
-13
/
+8
2020-10-13
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
1
-7
/
+4
2020-10-13
arm64: numa: simplify dummy_numa_init()
Mike Rapoport
1
-8
/
+5
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+0
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-2
/
+1
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-0
/
+1
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
7
-12
/
+162
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
7
-13
/
+113
2020-10-01
arm64: mm: Make flush_tlb_fix_spurious_fault() a no-op
Will Deacon
1
-1
/
+3
2020-09-28
arm64: mm: Pin down ASIDs for sharing mm with devices
Jean-Philippe Brucker
1
-6
/
+99
2020-09-21
arm64/mm: return cpu_all_mask when node is NUMA_NO_NODE
Zhengyuan Liu
1
-1
/
+5
2020-09-18
arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM
Will Deacon
1
-3
/
+1
2020-09-18
arm64: mm: Fix missing-prototypes in pageattr.c
Tian Tao
1
-0
/
+1
2020-09-07
arm64/mm/ptdump: Add address markers for BPF regions
Anshuman Khandual
2
-1
/
+3
2020-09-07
arm64/numa: Fix a typo in comment of arm64_numa_init
Yanfei Xu
1
-1
/
+1
2020-09-04
arm64: mte: Enable swap of tagged pages
Steven Price
2
-0
/
+84
2020-09-04
arm64: Avoid unnecessary clear_user_page() indirection
Catalin Marinas
1
-6
/
+0
2020-09-04
arm64: mte: Tags-aware copy_{user_,}highpage() implementations
Vincenzo Frascino
1
-4
/
+21
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
1
-1
/
+8
2020-09-03
arm64: mte: CPU feature detection and initial sysreg configuration
Vincenzo Frascino
1
-0
/
+24
2020-09-03
arm64: mte: Use Normal Tagged attributes for the linear map
Catalin Marinas
3
-4
/
+28
2020-09-01
arm64/mm: Remove needless section quotes
Kees Cook
1
-1
/
+1
2020-09-01
arm64: mm: reserve per-numa CMA to localize coherent dma buffers
Barry Song
1
-0
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
mm/arm64: use general page fault accounting
Peter Xu
1
-23
/
+6
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-12
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
1
-10
/
+0
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-4
/
+2
2020-08-07
arm64/mm: enable vmem_altmap support for vmemmap mappings
Anshuman Khandual
1
-20
/
+38
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
Anshuman Khandual
1
-1
/
+1
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
1
-1
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
3
-2
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-3
/
+9
2020-07-31
bpf, arm64: Add BPF exception tables
Jean-Philippe Brucker
1
-3
/
+9
2020-07-30
arm64/mm: save memory access in check_and_switch_context() fast switch path
Pingfan Liu
1
-4
/
+6
2020-07-15
arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs
Anshuman Khandual
2
-2
/
+40
2020-07-03
arm64/mm: Redefine CONT_{PTE, PMD}_SHIFT
Gavin Shan
1
-2
/
+2
2020-07-02
arm64/panic: Unify all three existing notifier blocks
Anshuman Khandual
1
-17
/
+1
2020-06-18
arm64: mm: reserve hugetlb CMA after numa_init
Barry Song
1
-5
/
+10
2020-06-15
arm64: mm: reset address tag set by kasan sw tagging
Shyam Thombre
1
-0
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-4
/
+4
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2
-5
/
+5
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
[next]