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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
195
-2199
/
+2200
2020-06-02
kasan: move kasan_report() into report.c
Andrey Konovalov
2
-21
/
+20
2020-06-02
mm/mm_init.c: report kasan-tag information stored in page->flags
Jing Xia
1
-6
/
+10
2020-06-02
ubsan: entirely disable alignment checks under UBSAN_TRAP
Kees Cook
1
-1
/
+1
2020-06-02
kasan: fix clang compilation warning due to stack protector
Andrey Konovalov
1
-8
/
+13
2020-06-02
x86/mm: remove vmalloc faulting
Joerg Roedel
5
-204
/
+4
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
7
-91
/
+0
2020-06-02
x86/mm/32: implement arch_sync_kernel_mappings()
Joerg Roedel
3
-9
/
+20
2020-06-02
x86/mm/64: implement arch_sync_kernel_mappings()
Joerg Roedel
2
-0
/
+7
2020-06-02
mm/ioremap: track which page-table levels were modified
Joerg Roedel
1
-15
/
+31
2020-06-02
mm/vmalloc: track which page-table levels were modified
Joerg Roedel
2
-26
/
+85
2020-06-02
mm: add functions to track page directory modifications
Joerg Roedel
3
-2
/
+72
2020-06-02
s390: use __vmalloc_node in stack_alloc
Christoph Hellwig
1
-6
/
+3
2020-06-02
powerpc: use __vmalloc_node in alloc_vm_stack
Christoph Hellwig
1
-3
/
+2
2020-06-02
arm64: use __vmalloc_node in arch_alloc_vmap_stack
Christoph Hellwig
1
-4
/
+2
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
4
-37
/
+22
2020-06-02
mm: switch the test_vmalloc module to use __vmalloc_node
Christoph Hellwig
3
-30
/
+17
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
5
-18
/
+9
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
3
-24
/
+8
2020-06-02
mm: remove the prot argument to __vmalloc_node
Christoph Hellwig
1
-21
/
+14
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
29
-59
/
+47
2020-06-02
gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
Christoph Hellwig
1
-10
/
+1
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
4
-1
/
+14
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
8
-12
/
+9
2020-06-02
mm: remove unmap_vmap_area
Christoph Hellwig
1
-9
/
+1
2020-06-02
mm: remove map_vm_range
Christoph Hellwig
5
-24
/
+16
2020-06-02
mm: don't return the number of pages from map_kernel_range{,_noflush}
Christoph Hellwig
1
-2
/
+2
2020-06-02
mm: rename vmap_page_range to map_kernel_range
Christoph Hellwig
1
-6
/
+5
2020-06-02
mm: remove vmap_page_range_noflush and vunmap_page_range
Christoph Hellwig
1
-58
/
+40
2020-06-02
mm: pass addr as unsigned long to vb_free
Christoph Hellwig
1
-9
/
+7
2020-06-02
mm: only allow page table mappings for built-in zsmalloc
Christoph Hellwig
2
-3
/
+1
2020-06-02
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
4
-7
/
+7
2020-06-02
mm: unexport unmap_kernel_range_noflush
Christoph Hellwig
1
-1
/
+0
2020-06-02
mm: remove __get_vm_area
Christoph Hellwig
4
-12
/
+4
2020-06-02
powerpc: remove __ioremap_at and __iounmap_at
Christoph Hellwig
3
-65
/
+21
2020-06-02
powerpc: add an ioremap_phb helper
Christoph Hellwig
4
-48
/
+54
2020-06-02
dma-mapping: use vmap insted of reimplementing it
Christoph Hellwig
1
-36
/
+12
2020-06-02
staging: media: ipu3: use vmap instead of reimplementing it
Christoph Hellwig
2
-25
/
+9
2020-06-02
staging: android: ion: use vmap instead of vm_map_ram
Christoph Hellwig
1
-2
/
+2
2020-06-02
x86: fix vmap arguments in map_irq_stack
Christoph Hellwig
1
-1
/
+1
2020-06-02
x86/hyperv: use vmalloc_exec for the hypercall page
Christoph Hellwig
2
-3
/
+1
2020-06-02
mm, memory_failure: don't send BUS_MCEERR_AO for action required error
Wetp Zhang
1
-6
/
+9
2020-06-02
mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
chenqiwu
1
-2
/
+0
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
1
-5
/
+11
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
4
-4
/
+4
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
3
-14
/
+37
2020-06-02
memcg: fix memcg_kmem_bypass() for remote memcg charging
Zefan Li
1
-1
/
+6
2020-06-02
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
3
-7
/
+102
2020-06-02
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
3
-11
/
+19
2020-06-02
mm/memcg: move penalty delay clamping out of calculate_high_delay()
Jakub Kicinski
1
-8
/
+8
[next]