summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | md: raid0: Represent the size of strip zones in sectors.Andre Noll2009-01-091-1/+1
| * | | | | | | | | | | md: raid0: Represent zone->zone_offset in sectors.Andre Noll2009-01-091-1/+1
| * | | | | | | | | | | md: raid0: Represent device offset in sectors.Andre Noll2009-01-091-1/+1
| * | | | | | | | | | | md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-091-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | libata: Add 32bit PIO supportAlan Cox2009-01-081-0/+3
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-01-082-0/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | serial: Add driver for the Cell Network Processor serial port NWP deviceBenjamin Krill2009-01-082-0/+21
| |/ / / / / / / / / /
* | | | | | | | | | | generic swap(): introduce global macro swap(a, b)Wu Fengguang2009-01-081-0/+6
* | | | | | | | | | | ELF: implement AT_RANDOM for glibc PRNG seedingKees Cook2009-01-081-3/+3
* | | | | | | | | | | pid: generalize task_active_pid_nsEric W. Biederman2009-01-081-5/+1
* | | | | | | | | | | pid: implement ns_of_pidEric W. Biederman2009-01-081-0/+18
* | | | | | | | | | | cpuset: remove remaining pointers to cpumask_tLi Zefan2009-01-081-4/+6
* | | | | | | | | | | cgroups: add css_tryget()Paul Menage2009-01-081-6/+32
* | | | | | | | | | | cgroups: add a per-subsystem hierarchy_mutexPaul Menage2009-01-081-1/+16
* | | | | | | | | | | memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki2009-01-082-10/+4
* | | | | | | | | | | memcg: remove mem_cgroup_try_chargeDaisuke Nishimura2009-01-081-8/+0
* | | | | | | | | | | memcg: fix calculation of active_ratioKOSAKI Motohiro2009-01-081-3/+2
* | | | | | | | | | | memcg: swappinessKOSAKI Motohiro2009-01-081-1/+2
* | | | | | | | | | | memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro2009-01-081-10/+0
* | | | | | | | | | | memcg: add zone_reclaim_statKOSAKI Motohiro2009-01-081-0/+16
* | | | | | | | | | | memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro2009-01-081-0/+11
* | | | | | | | | | | memcg: add inactive_anon_is_low()KOSAKI Motohiro2009-01-081-0/+9
* | | | | | | | | | | mm: introduce zone_reclaim structKOSAKI Motohiro2009-01-081-10/+14
* | | | | | | | | | | inactive_anon_is_low: move to vmscanKOSAKI Motohiro2009-01-081-19/+0
* | | | | | | | | | | memcg: revert gfp mask fixKAMEZAWA Hiroyuki2009-01-081-0/+10
* | | | | | | | | | | memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki2009-01-081-0/+7
* | | | | | | | | | | memcontrol: rcu_read_lock() to protect mm_match_cgroup()Lai Jiangshan2009-01-081-2/+9
* | | | | | | | | | | memcg: memory cgroup resource counters for hierarchyBalbir Singh2009-01-081-2/+6
* | | | | | | | | | | memcg: add mem_cgroup_disabled()Hirokazu Takahashi2009-01-081-1/+14
* | | | | | | | | | | memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-083-19/+30
* | | | | | | | | | | memcg: mem+swap controller coreKAMEZAWA Hiroyuki2009-01-082-5/+20
* | | | | | | | | | | memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki2009-01-081-0/+35
* | | | | | | | | | | memcg: mem+swap controller KconfigKAMEZAWA Hiroyuki2009-01-081-0/+3
* | | | | | | | | | | memcg: handle swap cachesKAMEZAWA Hiroyuki2009-01-081-0/+22
* | | | | | | | | | | memcg: simple migration handlingKAMEZAWA Hiroyuki2009-01-081-12/+7
* | | | | | | | | | | memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki2009-01-081-2/+34
* | | | | | | | | | | cgroups: make cgroup_path() RCU-safePaul Menage2009-01-081-1/+4
* | | | | | | | | | | cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan2009-01-081-1/+0
* | | | | | | | | | | ext3: tighten restrictions on inode flagsDuane Griffin2009-01-081-0/+17
* | | | | | | | | | | ext3: don't inherit inappropriate inode flags from parentDuane Griffin2009-01-081-0/+7
* | | | | | | | | | | ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg2009-01-081-2/+2
* | | | | | | | | | | jbd: improve fsync batchingJosef Bacik2009-01-081-0/+15
* | | | | | | | | | | ext2: tighten restrictions on inode flagsDuane Griffin2009-01-081-0/+17
* | | | | | | | | | | ext2: don't inherit inappropriate inode flags from parentDuane Griffin2009-01-081-0/+7
* | | | | | | | | | | ext2: allocate ->s_blockgroup_lock separatelyPekka J Enberg2009-01-081-2/+2
* | | | | | | | | | | xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt2009-01-082-2/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-01-077-79/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfsd: get rid of NFSD_VERSIONBenny Halevy2009-01-071-1/+0
| * | | | | | | | | | nfsd: last_byte_offsetBenny Halevy2009-01-071-0/+2
| * | | | | | | | | | NLM: Rewrite IPv4 privileged requester's checkChuck Lever2009-01-061-2/+5