index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-25
19
-172
/
+276
|
\
|
*
mm/migrate: remove unneeded semicolons
Chengyang Fan
2021-02-24
1
-1
/
+1
|
*
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2021-02-24
1
-1
/
+1
|
*
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
2021-02-24
1
-1
/
+3
|
*
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
2021-02-24
1
-0
/
+10
|
*
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
2021-02-24
1
-0
/
+3
|
*
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
2021-02-24
1
-0
/
+6
|
*
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
2
-8
/
+5
|
*
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
2021-02-24
1
-0
/
+68
|
*
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
2021-02-24
1
-2
/
+0
|
*
include/linux/mm_inline.h: fold __update_lru_size() into its sole caller
Yu Zhao
2021-02-24
1
-8
/
+1
|
*
include/linux/mm_inline.h: fold page_lru_base_type() into its sole caller
Yu Zhao
2021-02-24
1
-21
/
+6
|
*
mm: VM_BUG_ON lru page flags
Yu Zhao
2021-02-24
1
-0
/
+4
|
*
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
2021-02-24
1
-18
/
+10
|
*
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
2021-02-24
1
-2
/
+3
|
*
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
2021-02-24
1
-7
/
+4
|
*
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
2021-02-24
1
-2
/
+6
|
*
include/linux/mm_inline.h: shuffle lru list addition and deletion functions
Yu Zhao
2021-02-24
1
-21
/
+21
|
*
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
2021-02-24
1
-1
/
+1
|
*
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
2021-02-24
1
-6
/
+9
|
*
mm/hugetlb: fix some comment typos
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
2021-02-24
1
-0
/
+3
|
*
mm/gfp: add kernel-doc for gfp_t
Matthew Wilcox (Oracle)
2021-02-24
1
-0
/
+14
|
*
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
2021-02-24
2
-19
/
+2
|
*
mm: simplify parater of function memmap_init_zone()
Baoquan He
2021-02-24
1
-2
/
+1
|
*
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
2021-02-24
1
-2
/
+2
|
*
mm: fix prototype warning from kernel test robot
Baoquan He
2021-02-24
1
-0
/
+2
|
*
kasan: fix bug detection via ksize for HW_TAGS mode
Andrey Konovalov
2021-02-24
2
-0
/
+23
|
*
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
2021-02-24
1
-11
/
+9
|
*
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
2021-02-24
1
-7
/
+0
|
*
mm: page_counter: re-layout structure to reduce false sharing
Feng Tang
2021-02-24
1
-1
/
+8
|
*
mm: kmem: make __memcg_kmem_(un)charge static
Roman Gushchin
2021-02-24
1
-3
/
+0
|
*
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
2021-02-24
2
-1
/
+8
|
*
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-1
/
+2
|
*
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-1
/
+2
|
*
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+2
|
*
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+2
|
*
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
2021-02-24
1
-0
/
+13
|
*
mm: memcontrol: optimize per-lruvec stats counter memory usage
Muchun Song
2021-02-24
1
-2
/
+12
|
*
mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT
Roman Gushchin
2021-02-24
1
-19
/
+0
|
*
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
2021-02-24
1
-2
/
+2
|
*
mm/filemap: pass a sleep state to put_and_wait_on_page_locked
Matthew Wilcox (Oracle)
2021-02-24
1
-2
/
+1
|
*
mm/filemap: remove unused parameter and change to void type for replace_page_...
Baolin Wang
2021-02-24
1
-1
/
+1
|
*
mm, tracing: record slab name for kmem_cache_free()
Jacob Wen
2021-02-24
1
-8
/
+16
*
|
Merge tag 'rpmsg-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...
Linus Torvalds
2021-02-24
1
-2
/
+6
|
\
\
|
*
|
rpmsg: glink: Guard qcom_glink_ssr_notify() with correct config
Bjorn Andersson
2021-01-06
1
-2
/
+6
*
|
|
Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-02-24
2
-0
/
+34
|
\
\
\
|
*
\
\
Merge commit '3e10585335b7967326ca7b4118cada0d2d00a2ab' into v5.12/vfio/next
Alex Williamson
2021-02-22
293
-1761
/
+6097
|
|
\
\
\
|
*
|
|
|
vfio: iommu driver notify callback
Steve Sistare
2021-02-01
1
-0
/
+7
|
*
|
|
|
vfio: interfaces to update vaddr
Steve Sistare
2021-02-01
1
-0
/
+19
[next]