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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
14
-34
/
+324
2022-01-15
mm: rearrange madvise code to allow for reuse
Colin Cross
1
-160
/
+178
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
22
-168
/
+134
2022-01-15
tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner
chiminghao
1
-7
/
+2
2022-01-15
memcg: add per-memcg vmalloc stat
Shakeel Butt
4
-2
/
+36
2022-01-15
mm/memcg: use struct_size() helper in kzalloc()
Wang Weiyang
1
-5
/
+1
2022-01-15
memcg: better bounds on the memcg stats updates
Shakeel Butt
1
-7
/
+13
2022-01-15
mm/memcg: add oom_group_kill memory event
Dan Schatzberg
4
-0
/
+7
2022-01-15
mm/page_counter: remove an incorrect call to propagate_protected_usage()
Donghai Qiao
1
-1
/
+0
2022-01-15
mm: memcontrol: make cgroup_memory_nokmem static
Muchun Song
3
-7
/
+2
2022-01-15
mm/frontswap.c: use non-atomic '__set_bit()' when possible
Christophe JAILLET
1
-2
/
+2
2022-01-15
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
1
-16
/
+21
2022-01-15
mm: shmem: don't truncate page if memory failure happens
Yang Shi
3
-9
/
+61
2022-01-15
mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
Li Xinhai
1
-4
/
+9
2022-01-15
gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able
Christophe Leroy
1
-8
/
+10
2022-01-15
mm/truncate.c: remove unneeded variable
chiminghao
1
-4
/
+1
2022-01-15
mm/debug_vm_pgtable: update comments regarding migration swap entries
Anshuman Khandual
2
-9
/
+9
2022-01-15
mm,fs: split dump_mapping() out from dump_page()
Matthew Wilcox (Oracle)
3
-50
/
+52
2022-01-15
kasan: fix quarantine conflicting with init_on_free
Andrey Konovalov
1
-0
/
+11
2022-01-15
kasan: test: add test case for double-kmem_cache_destroy()
Marco Elver
1
-0
/
+11
2022-01-15
kasan: add ability to detect double-kmem_cache_destroy()
Marco Elver
1
-1
/
+1
2022-01-15
kasan: test: add globals left-out-of-bounds test
Marco Elver
1
-2
/
+17
2022-01-15
device-dax: compound devmap support
Joao Martins
1
-0
/
+9
2022-01-15
device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()
Joao Martins
1
-17
/
+19
2022-01-15
device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
Joao Martins
1
-6
/
+6
2022-01-15
device-dax: factor out page mapping initialization
Joao Martins
1
-22
/
+23
2022-01-15
device-dax: ensure dev_dax->pgmap is valid for dynamic devices
Joao Martins
3
-8
/
+54
2022-01-15
device-dax: use struct_size()
Joao Martins
1
-2
/
+3
2022-01-15
device-dax: use ALIGN() for determining pgoff
Joao Martins
1
-2
/
+2
2022-01-15
mm/memremap: add ZONE_DEVICE support for compound pages
Joao Martins
3
-7
/
+60
2022-01-15
mm/page_alloc: refactor memmap_init_zone_device() page init
Joao Martins
1
-33
/
+41
2022-01-15
mm/page_alloc: split prep_compound_page into head and tail subparts
Joao Martins
1
-10
/
+20
2022-01-15
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
7
-12
/
+27
2022-01-15
mm: kmemleak: alloc gray object for reserved region with direct map
Calvin Zhang
1
-1
/
+5
2022-01-15
kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
Kuan-Ying Lee
1
-7
/
+14
2022-01-15
mm: slab: make slab iterator functions static
Muchun Song
3
-20
/
+15
2022-01-15
mm/slab_common: use WARN() if cache still has objects on destroy
Marco Elver
1
-8
/
+3
2022-01-15
fs/ioctl: remove unnecessary __user annotation
Amit Daniel Kachhap
1
-1
/
+1
2022-01-15
ocfs2: remove redundant assignment to variable free_space
Colin Ian King
1
-1
/
+1
2022-01-15
ocfs2: cluster: use default_groups in kobj_type
Greg Kroah-Hartman
1
-5
/
+6
2022-01-15
ocfs2: remove redundant assignment to pointer root_bh
Colin Ian King
1
-1
/
+1
2022-01-15
ocfs2: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-15
ocfs2: clearly handle ocfs2_grab_pages_for_write() return value
Joseph Qi
1
-13
/
+13
2022-01-15
ocfs2: use BUG_ON instead of if condition followed by BUG.
Zhang Mingyu
1
-4
/
+2
2022-01-15
squashfs: provide backing_dev_info in order to disable read-ahead
Zheng Liang
1
-0
/
+33
2022-01-15
fs/ntfs/attrib.c: fix one kernel-doc comment
Yang Li
1
-1
/
+1
2022-01-15
scripts/spelling.txt: add "oveflow"
Drew Fustini
1
-0
/
+1
2022-01-15
ia64: topology: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-15
ia64: fix typo in a comment
Jason Wang
1
-1
/
+1
2022-01-15
arch/ia64/kernel/setup.c: use swap() to make code cleaner
Yang Guang
1
-4
/
+1
[next]