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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
1
-0
/
+1
2021-06-29
mm: charge active memcg when no mm is set
Dan Schatzberg
3
-17
/
+30
2021-06-29
mm: vmscan: remove noinline_for_stack
Muchun Song
1
-3
/
+3
2021-06-29
mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
Muchun Song
1
-1
/
+2
2021-06-29
mm: memcontrol: simplify the logic of objcg pinning memcg
Muchun Song
1
-14
/
+6
2021-06-29
mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
Muchun Song
1
-1
/
+1
2021-06-29
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
4
-9
/
+6
2021-06-29
mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
Muchun Song
1
-11
/
+14
2021-06-29
mm: memcontrol: fix page charging in page replacement
Muchun Song
1
-3
/
+5
2021-06-29
mm: memcontrol: fix root_mem_cgroup charging
Muchun Song
1
-5
/
+12
2021-06-29
mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
Waiman Long
1
-0
/
+7
2021-06-29
mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
Waiman Long
3
-10
/
+29
2021-06-29
mm: memcg/slab: properly set up gfp flags for objcg pointer array
Waiman Long
2
-1
/
+8
2021-06-29
mm/memcg: optimize user context object stock access
Waiman Long
1
-28
/
+72
2021-06-29
mm/memcg: improve refill_obj_stock() performance
Waiman Long
1
-13
/
+35
2021-06-29
mm/memcg: cache vmstat data in percpu memcg_stock_pcp
Waiman Long
1
-3
/
+87
2021-06-29
mm/memcg: move mod_objcg_state() to memcontrol.c
Waiman Long
2
-14
/
+15
2021-06-29
swap: check mapping_empty() for swap cache before being freed
Huang Ying
1
-1
/
+6
2021-06-29
mm: free idle swap cache page after COW
Huang Ying
2
-1
/
+3
2021-06-29
mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
Huang Ying
1
-9
/
+6
2021-06-29
mm/swap_slots.c: delete meaningless forward declarations
Miaohe Lin
1
-2
/
+0
2021-06-29
mm/swap: remove unused local variable nr_shadows
Miaohe Lin
1
-5
/
+0
2021-06-29
mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
Miaohe Lin
1
-52
/
+31
2021-06-29
mm/shmem: fix shmem_swapin() race with swapoff
Miaohe Lin
1
-1
/
+13
2021-06-29
mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
Miaohe Lin
1
-6
/
+0
2021-06-29
swap: fix do_swap_page() race with swapoff
Miaohe Lin
1
-2
/
+9
2021-06-29
mm/swapfile: use percpu_ref to serialize against concurrent swapoff
Miaohe Lin
1
-30
/
+49
2021-06-29
mm: pagewalk: fix walk for hugepage tables
Christophe Leroy
1
-5
/
+53
2021-06-29
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
1
-4
/
+15
2021-06-29
mm: gup: allow FOLL_PIN to scale in SMP
Andrea Arcangeli
1
-2
/
+2
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-06-29
mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
1
-9
/
+1
2021-06-29
mm/writeback: move __set_page_dirty() to core mm
Matthew Wilcox (Oracle)
1
-1
/
+26
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-14
/
+4
2021-06-29
writeback, cgroup: release dying cgwbs by switching attached inodes
Roman Gushchin
1
-2
/
+62
2021-06-29
writeback, cgroup: keep list of inodes attached to bdi_writeback
Roman Gushchin
1
-0
/
+2
2021-06-29
mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()
Chi Wu
1
-1
/
+1
2021-06-29
mm/page-writeback: update the comment of Dirty position control
Chi Wu
1
-1
/
+1
2021-06-29
mm/page-writeback: Fix performance when BDI's share of ratio is 0.
Chi Wu
1
-4
/
+16
2021-06-29
mm: page-writeback: kill get_writeback_state() comments
Kefeng Wang
1
-6
/
+3
2021-06-29
mm/page_reporting: allow driver to specify reporting order
Gavin Shan
1
-0
/
+6
2021-06-29
mm/page_reporting: export reporting order as module parameter
Gavin Shan
2
-5
/
+9
2021-06-29
mm/page_reporting: fix code style in __page_reporting_request()
Gavin Shan
1
-2
/
+2
2021-06-29
mm: mmap_lock: use local locks instead of disabling preemption
Nicolas Saenz Julienne
1
-11
/
+22
2021-06-29
mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
Anshuman Khandual
1
-12
/
+51
2021-06-29
mm/kmemleak: fix possible wrong memory scanning period
Yanfei Xu
1
-6
/
+12
2021-06-29
mm/slub: add taint after the errors are printed
Georgi Djakov
1
-2
/
+3
2021-06-29
mm: slub: move sysfs slab alloc/free interfaces to debugfs
Faiyaz Mohammed
3
-93
/
+189
2021-06-29
slub: force on no_hash_pointers when slub_debug is enabled
Stephen Boyd
1
-1
/
+19
2021-06-29
slub: indicate slab_fix() uses printf formats
Joe Perches
1
-3
/
+4
[prev]
[next]