index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
cpuset: remove remaining pointers to cpumask_t
Li Zefan
2
-17
/
+21
2009-01-08
cpuset: convert cpuset->cpus_allowed to cpumask_var_t
Li Zefan
1
-40
/
+60
2009-01-08
cpuset: don't allocate trial cpuset on stack
Li Zefan
1
-33
/
+60
2009-01-08
cpuset: convert cpuset_attach() to use cpumask_var_t
Li Zefan
1
-5
/
+9
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_can_attach()
Li Zefan
1
-6
/
+5
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()
Li Zefan
1
-3
/
+3
2009-01-08
cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...
Miao Xie
1
-3
/
+7
2009-01-08
cpuset: rcu_read_lock() to protect task_cs()
Lai Jiangshan
1
-8
/
+3
2009-01-08
cgroups: add css_tryget()
Paul Menage
2
-11
/
+88
2009-01-08
cgroups: use hierarchy_mutex in memory controller
Paul Menage
1
-8
/
+6
2009-01-08
cgroups: add a per-subsystem hierarchy_mutex
Paul Menage
3
-4
/
+52
2009-01-08
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
4
-102
/
+76
2009-01-08
memcg: fix LRU accounting for SwapCache
KAMEZAWA Hiroyuki
1
-9
/
+50
2009-01-08
memcg: use css_tryget in memcg
KAMEZAWA Hiroyuki
1
-36
/
+62
2009-01-08
memcg: fix double free and make refcnt sane
KAMEZAWA Hiroyuki
1
-15
/
+6
2009-01-08
memcg: fix swap accounting leak
KAMEZAWA Hiroyuki
3
-13
/
+46
2009-01-08
memcg: change try_to_free_pages to hierarchical_reclaim
Daisuke Nishimura
1
-8
/
+4
2009-01-08
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
2
-2
/
+5
2009-01-08
memcg: remove mem_cgroup_try_charge
Daisuke Nishimura
2
-28
/
+1
2009-01-08
memcg: don't trigger oom at page migration
Daisuke Nishimura
1
-1
/
+1
2009-01-08
memcg: explain details and test document
KAMEZAWA Hiroyuki
1
-0
/
+311
2009-01-08
memcg: show real limit under hierarchy mode
KAMEZAWA Hiroyuki
1
-0
/
+35
2009-01-08
memcg: fix calculation of active_ratio
KOSAKI Motohiro
3
-37
/
+34
2009-01-08
memcg: swappiness
KOSAKI Motohiro
4
-11
/
+86
2009-01-08
memcg: protect prev_priority
KOSAKI Motohiro
1
-1
/
+17
2009-01-08
memcg: rename scan global lru
KAMEZAWA Hiroyuki
1
-16
/
+16
2009-01-08
memcg: show reclaim stat
KOSAKI Motohiro
2
-0
/
+55
2009-01-08
memcg: remove mem_cgroup_cal_reclaim()
KOSAKI Motohiro
3
-48
/
+10
2009-01-08
memcg: add zone_reclaim_stat
KOSAKI Motohiro
4
-23
/
+83
2009-01-08
memcg: add mem_cgroup_zone_nr_pages()
KOSAKI Motohiro
3
-1
/
+25
2009-01-08
memcg: add inactive_anon_is_low()
KOSAKI Motohiro
3
-15
/
+77
2009-01-08
memcg: add null check to page_cgroup_zoneinfo()
KOSAKI Motohiro
1
-0
/
+3
2009-01-08
mm: make get_scan_ratio() safe for memcg
KOSAKI Motohiro
1
-6
/
+9
2009-01-08
mm: add zone nr_pages helper function
KOSAKI Motohiro
1
-4
/
+11
2009-01-08
mm: introduce zone_reclaim struct
KOSAKI Motohiro
4
-35
/
+56
2009-01-08
inactive_anon_is_low: move to vmscan
KOSAKI Motohiro
2
-19
/
+20
2009-01-08
memcg: hierarchy avoid unnecessary reclaim
Daisuke Nishimura
1
-0
/
+2
2009-01-08
memcg: swapout refcnt fix
KAMEZAWA Hiroyuki
1
-1
/
+5
2009-01-08
memcg: memory swap controller: fix limit check
Daisuke Nishimura
1
-9
/
+17
2009-01-08
memcg: check group leader fix
Nikanth Karthikesan
1
-17
/
+2
2009-01-08
memcg: revert gfp mask fix
KAMEZAWA Hiroyuki
6
-18
/
+25
2009-01-08
memcg: fix reclaim result checks
KAMEZAWA Hiroyuki
1
-8
/
+8
2009-01-08
memcg: avoid unnecessary system-wide-oom-killer
KAMEZAWA Hiroyuki
3
-4
/
+44
2009-01-08
memcontrol: rcu_read_lock() to protect mm_match_cgroup()
Lai Jiangshan
1
-2
/
+9
2009-01-08
memcg: memory cgroup hierarchy feature selector
Balbir Singh
1
-4
/
+57
2009-01-08
memcg: memory cgroup hierarchical reclaim
Balbir Singh
1
-4
/
+162
2009-01-08
memcg: memory cgroup resource counters for hierarchy
Balbir Singh
3
-18
/
+54
2009-01-08
memcg: memory cgroup hierarchy documentation
Balbir Singh
1
-1
/
+37
2009-01-08
memcg: add mem_cgroup_disabled()
Hirokazu Takahashi
3
-17
/
+30
2009-01-08
memcg: synchronized LRU
KAMEZAWA Hiroyuki
8
-206
/
+178
[next]