summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | vlan: Add GRO interfacesHerbert Xu2009-01-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | gro: Add internal interfaces for VLANHerbert Xu2009-01-06
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: Allow md devices to be created by name.NeilBrown2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: make devices disappear when they are no longer needed.NeilBrown2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: need another print_sb for mdp_superblock_1Cheng Renquan2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: use list_for_each_entry macro directlyCheng Renquan2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: raid0: make hash_spacing and preshift sector-based.Andre Noll2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: raid0: Represent the size of strip zones in sectors.Andre Noll2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: raid0: Represent zone->zone_offset in sectors.Andre Noll2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: raid0: Represent device offset in sectors.Andre Noll2009-01-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-09
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | libata: Add 32bit PIO supportAlan Cox2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | serial: Add driver for the Cell Network Processor serial port NWP deviceBenjamin Krill2009-01-08
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | generic swap(): introduce global macro swap(a, b)Wu Fengguang2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | ELF: implement AT_RANDOM for glibc PRNG seedingKees Cook2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | pid: generalize task_active_pid_nsEric W. Biederman2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | pid: implement ns_of_pidEric W. Biederman2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | cpuset: remove remaining pointers to cpumask_tLi Zefan2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | cgroups: add css_tryget()Paul Menage2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | cgroups: add a per-subsystem hierarchy_mutexPaul Menage2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: remove mem_cgroup_try_chargeDaisuke Nishimura2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: fix calculation of active_ratioKOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: swappinessKOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: add zone_reclaim_statKOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: add inactive_anon_is_low()KOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce zone_reclaim structKOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | inactive_anon_is_low: move to vmscanKOSAKI Motohiro2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: revert gfp mask fixKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcontrol: rcu_read_lock() to protect mm_match_cgroup()Lai Jiangshan2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: memory cgroup resource counters for hierarchyBalbir Singh2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: add mem_cgroup_disabled()Hirokazu Takahashi2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: mem+swap controller coreKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: mem+swap controller KconfigKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: handle swap cachesKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: simple migration handlingKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | cgroups: make cgroup_path() RCU-safePaul Menage2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | ext3: tighten restrictions on inode flagsDuane Griffin2009-01-08
* | | | | | | | | | | | | | | | | | | | | | | | | | ext3: don't inherit inappropriate inode flags from parentDuane Griffin2009-01-08