index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
28
-170
/
+419
2020-08-07
mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
Joonsoo Kim
1
-7
/
+1
2020-08-07
mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...
Wei Yang
2
-7
/
+4
2020-08-07
mm/page_alloc.c: simplify pageblock bitmap access
Wei Yang
1
-15
/
+7
2020-08-07
mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...
Wei Yang
1
-2
/
+1
2020-08-07
mm/page_alloc: remove nr_free_pagecache_pages()
David Hildenbrand
1
-1
/
+0
2020-08-07
mm: remove vm_total_pages
David Hildenbrand
1
-1
/
+0
2020-08-07
efi: provide empty efi_enter_virtual_mode implementation
Andrey Konovalov
1
-0
/
+4
2020-08-07
kasan: remove kasan_unpoison_stack_above_sp_to()
Vincenzo Frascino
1
-2
/
+0
2020-08-07
rcu: kasan: record and print call_rcu() call stack
Walter Wu
1
-0
/
+2
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2
-18
/
+0
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
1
-1
/
+1
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
2
-12
/
+2
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
Anshuman Khandual
1
-2
/
+2
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
1
-2
/
+3
2020-08-07
mm: adjust vm_committed_as_batch according to vm overcommit policy
Feng Tang
2
-0
/
+6
2020-08-07
percpu_counter: add percpu_counter_sync()
Feng Tang
1
-0
/
+4
2020-08-07
mm: move p?d_alloc_track to separate header file
Joerg Roedel
1
-45
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-0
/
+7
2020-08-07
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
1
-0
/
+30
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-0
/
+43
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-08-07
mm, memcg: decouple e{low,min} state mutations from protection checks
Chris Down
1
-11
/
+42
2020-08-07
mm, memcg: avoid stale protection values when cgroup is above protection
Yafang Shao
1
-2
/
+40
2020-08-07
mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()
Roman Gushchin
1
-1
/
+1
2020-08-07
mm: memcontrol: account kernel stack per node
Shakeel Butt
2
-6
/
+23
2020-08-07
mm: memcg/slab: use a single set of kmem_caches for all allocations
Roman Gushchin
3
-15
/
+0
2020-08-07
mm: memcg/slab: remove memcg_kmem_get_cache()
Roman Gushchin
1
-2
/
+0
2020-08-07
mm: memcg/slab: simplify memcg cache creation
Roman Gushchin
1
-1
/
+0
2020-08-07
mm: memcg/slab: use a single set of kmem_caches for all accounted allocations
Roman Gushchin
2
-8
/
+2
2020-08-07
mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
Roman Gushchin
1
-0
/
+12
2020-08-07
mm: memcg/slab: save obj_cgroup for non-root slab objects
Roman Gushchin
1
-1
/
+2
2020-08-07
mm: memcg/slab: allocate obj_cgroups for non-root slab pages
Roman Gushchin
3
-1
/
+15
2020-08-07
mm: memcg/slab: obj_cgroup API
Roman Gushchin
1
-0
/
+51
2020-08-07
mm: slub: implement SLUB version of obj_to_index()
Roman Gushchin
1
-0
/
+16
2020-08-07
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
1
-3
/
+13
2020-08-07
mm: memcg: prepare for byte-sized vmstat items
Roman Gushchin
2
-1
/
+23
2020-08-07
mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...
Roman Gushchin
1
-0
/
+17
2020-08-07
tmpfs: support 64-bit inums per-sb
Chris Down
1
-0
/
+1
2020-08-07
tmpfs: per-superblock i_ino support
Chris Down
2
-0
/
+17
2020-08-07
mm, dump_page: do not crash with bad compound_mapcount()
John Hubbard
1
-2
/
+12
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
8
-8
/
+10
2020-08-07
mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER
Ralph Campbell
1
-0
/
+13
2020-08-07
Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+5
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-76
/
+75
2020-08-07
Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-34
/
+37
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-102
/
+31
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-157
/
+61
2020-08-07
Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-0
/
+1
2020-08-07
Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-72
/
+127
[next]