Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleep | Rafael J. Wysocki | 2012-02-09 | 3 | -6/+31 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| / / / / / / | | | |/ / / / / / | ||||||
| | * | | | | | | | PM / Sleep: Introduce "late suspend" and "early resume" of devices | Rafael J. Wysocki | 2012-01-29 | 4 | -20/+24 | |
* | | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 | 2 | -16/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | power: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -14/+14 | |
| * | | | | | | | | | kdb: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-03-20 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kernel/resource.c: move EXPORT_SYMBOL right after definition | Cong Wang | 2012-02-03 | 1 | -2/+1 | |
* | | | | | | | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-03-20 | 1 | -19/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | workqueue: use percpu allocator for cwq on UP | Lai Jiangshan | 2012-03-12 | 1 | -19/+3 | |
* | | | | | | | | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-03-20 | 5 | -229/+158 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list | Frederic Weisbecker | 2012-02-21 | 1 | -0/+20 | |
| * | | | | | | | | | | | cgroup: Remove wrong comment on cgroup_enable_task_cg_list() | Frederic Weisbecker | 2012-02-21 | 1 | -3/+0 | |
| * | | | | | | | | | | | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 5 | -60/+43 | |
| * | | | | | | | | | | | cgroup: remove extra calls to find_existing_css_set | Mandeep Singh Baines | 2012-01-30 | 1 | -113/+27 | |
| * | | | | | | | | | | | cgroup: replace tasklist_lock with rcu_read_lock | Mandeep Singh Baines | 2012-01-20 | 1 | -3/+7 | |
| * | | | | | | | | | | | cgroup: simplify double-check locking in cgroup_attach_proc | Mandeep Singh Baines | 2012-01-20 | 1 | -50/+29 | |
| * | | | | | | | | | | | cgroup: move struct cgroup_pidlist out from the header file | Li Zefan | 2012-01-20 | 1 | -0/+32 | |
* | | | | | | | | | | | | exit_signal: fix the "parent has changed security domain" logic | Oleg Nesterov | 2012-03-20 | 2 | -14/+9 | |
* | | | | | | | | | | | | exit_signal: simplify the "we have changed execution domain" logic | Oleg Nesterov | 2012-03-20 | 1 | -6/+1 | |
* | | | | | | | | | | | | CLONE_PARENT shouldn't allow to set ->exit_signal | Oleg Nesterov | 2012-03-20 | 1 | -1/+7 | |
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-20 | 5 | -186/+260 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ntp: Fix integer overflow when setting time | Sasha Levin | 2012-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2012-02-15 | 2 | -174/+247 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | time: Move common updates to a function | Thomas Gleixner | 2012-01-26 | 1 | -22/+17 | |
| | * | | | | | | | | | | | | time: Reorder so the hot data is together | Thomas Gleixner | 2012-01-26 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | time: Remove most of xtime_lock usage in timekeeping.c | John Stultz | 2012-01-26 | 1 | -29/+15 | |
| | * | | | | | | | | | | | | ntp: Add ntp_lock to replace xtime_locking | John Stultz | 2012-01-26 | 1 | -19/+44 | |
| | * | | | | | | | | | | | | ntp: Access tick_length variable via ntp_tick_length() | John Stultz | 2012-01-26 | 2 | -4/+11 | |
| | * | | | | | | | | | | | | ntp: Cleanup timex.h | John Stultz | 2012-01-26 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | time: Add timekeeper lock | John Stultz | 2012-01-26 | 1 | -44/+82 | |
| | * | | | | | | | | | | | | time: Cleanup global variables and move them to the top | John Stultz | 2012-01-26 | 1 | -12/+12 | |
| | * | | | | | | | | | | | | time: Move raw_time into timekeeper structure | John Stultz | 2012-01-26 | 1 | -13/+10 | |
| | * | | | | | | | | | | | | time: Move xtime into timekeeeper structure | John Stultz | 2012-01-26 | 1 | -44/+47 | |
| | * | | | | | | | | | | | | time: Move wall_to_monotonic into the timekeeper structure | John Stultz | 2012-01-26 | 1 | -32/+37 | |
| | * | | | | | | | | | | | | time: Move total_sleep_time into the timekeeper structure | John Stultz | 2012-01-26 | 1 | -9/+15 | |
| * | | | | | | | | | | | | | timer: Fix bad idle check on irq entry | Frederic Weisbecker | 2012-02-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | nohz: Remove ts->Einidle checks before restarting the tick | Frederic Weisbecker | 2012-02-15 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | nohz: Remove update_ts_time_stat from tick_nohz_start_idle | Michal Hocko | 2012-02-15 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | clockevents: Leave the broadcast device in shutdown mode when not needed | Suresh Siddha | 2012-02-15 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-20 | 10 | -300/+348 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | printk: Make it compile with !CONFIG_PRINTK | Peter Zijlstra | 2012-03-15 | 1 | -20/+20 | |
| * | | | | | | | | | | | | | Merge tag 'v3.3-rc7' into sched/core | Ingo Molnar | 2012-03-13 | 6 | -38/+99 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | sched: Fix nohz load accounting -- again! | Peter Zijlstra | 2012-03-12 | 1 | -27/+26 | |
| * | | | | | | | | | | | | | sched: Update yield() docs | Peter Zijlstra | 2012-03-12 | 1 | -2/+18 | |
| * | | | | | | | | | | | | | printk/sched: Introduce special printk_sched() for those awkward moments | Peter Zijlstra | 2012-03-12 | 3 | -5/+45 | |
| * | | | | | | | | | | | | | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer | Diwakar Tundlam | 2012-03-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | sched: Cleanup cpu_active madness | Peter Zijlstra | 2012-03-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | sched: Fix load-balance wreckage | Peter Zijlstra | 2012-03-12 | 1 | -71/+39 | |
| * | | | | | | | | | | | | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice() | Hiroshi Shimamoto | 2012-03-02 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | sched: Ditch per cgroup task lists for load-balancing | Peter Zijlstra | 2012-03-01 | 3 | -109/+80 |