| Commit message (Expand) | Author | Files | Lines |
2009-01-08 | Make various things static | Roel Kluin | 3 | -6/+5 |
2009-01-08 | generic swap(): dcache: use swap() instead of private do_switch() | Wu Fengguang | 1 | -9/+5 |
2009-01-08 | generic swap(): sched: remove local swap() macro | Wu Fengguang | 1 | -2/+0 |
2009-01-08 | generic swap(): ext4: remove local swap() macro | Wu Fengguang | 1 | -4/+0 |
2009-01-08 | generic swap(): ext3: remove local swap() macro | Wu Fengguang | 1 | -4/+0 |
2009-01-08 | generic swap(): introduce global macro swap(a, b) | Wu Fengguang | 1 | -0/+6 |
2009-01-08 | generic swap(): lib/sort.c: rename swap to swap_func | Wu Fengguang | 1 | -14/+16 |
2009-01-08 | generic swap(): iphase: rename swap() to swap_byte_order() | Wu Fengguang | 1 | -3/+3 |
2009-01-08 | generic swap(): sparc: rename swap() to swap_ulong() | Wu Fengguang | 1 | -2/+3 |
2009-01-08 | remove lots of double-semicolons | Fernando Carrijo | 9 | -9/+9 |
2009-01-08 | romfs: romfs_iget() - unsigned ino >= 0 is always true | roel kluin | 1 | -6/+6 |
2009-01-08 | vmcore: remove saved_max_pfn check | Magnus Damm | 1 | -2/+0 |
2009-01-08 | w1: send status messages after command processing | Evgeniy Polyakov | 3 | -8/+76 |
2009-01-08 | w1: added w1 reset command | Evgeniy Polyakov | 3 | -0/+10 |
2009-01-08 | w1: move w1 commands from defines to enum | Evgeniy Polyakov | 1 | -5/+8 |
2009-01-08 | w1: allow master IO commands | Evgeniy Polyakov | 1 | -65/+77 |
2009-01-08 | w1: documentation update | Evgeniy Polyakov | 1 | -38/+91 |
2009-01-08 | w1: list slaves commands | Evgeniy Polyakov | 1 | -17/+85 |
2009-01-08 | w1: add touch block command | Evgeniy Polyakov | 4 | -4/+35 |
2009-01-08 | w1: add list masters w1 command | Evgeniy Polyakov | 2 | -0/+57 |
2009-01-08 | w1: add 1-wire master driver for i.MX27 / i.MX31 | Sascha Hauer | 5 | -0/+232 |
2009-01-08 | tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance | David Smith | 1 | -13/+22 |
2009-01-08 | misc: add dell-laptop driver | Matthew Garrett | 4 | -0/+454 |
2009-01-08 | dcdbas: export functionality for use in other drivers | Matthew Garrett | 2 | -4/+7 |
2009-01-08 | ELF: implement AT_RANDOM for glibc PRNG seeding | Kees Cook | 2 | -3/+15 |
2009-01-08 | mqueue: fix si_pid value in mqueue do_notify() | Sukadev Bhattiprolu | 1 | -1/+2 |
2009-01-08 | pid: generalize task_active_pid_ns | Eric W. Biederman | 3 | -7/+9 |
2009-01-08 | pid: implement ns_of_pid | Eric W. Biederman | 1 | -0/+18 |
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 |