summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-238-42/+635
|\
| * PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban2012-05-181-0/+13
| * PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki2012-05-112-39/+67
| * PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki2012-05-112-5/+32
| * PM / Sleep: Fix a mistake in a conditional in autosleep_store()Arve Hjønnevåg2012-05-051-1/+1
| * PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-015-0/+274
| * PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2012-05-011-1/+5
| * PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-015-19/+250
| * PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver2012-05-011-23/+39
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-232-11/+12
|\ \ \
| | * | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-232-11/+12
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \ \ \
| * | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-2/+0
* | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-1/+7
|\ \ \ \ \
| * | | | | extable: Skip sorting if sorted at build time.David Daney2012-04-191-1/+7
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-231-6/+0
|\ \ \ \ \ \
| * | | | | | irq: Remove irq_chip->release()Richard Weinberger2012-05-211-6/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-222-2/+2
|\ \ \ \ \ \
| * | | | | | Fix "the the" in various KconfigMasanari Iida2012-04-181-1/+1
| * | | | | | Merge branch 'master' into for-nextJiri Kosina2012-04-08108-3143/+5001
| |\ \ \ \ \ \
| * | | | | | | semaphore: fix improper comment reference to mutexLucia Rosculete2012-04-051-1/+1
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-226-608/+352
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov2012-05-181-0/+1
| * | | | | | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-172-367/+2
| * | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-05-171-0/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra2012-05-141-2/+8
| * | | | | | | | | sched/fair: Improve the ->group_imb logicPeter Zijlstra2012-05-141-6/+14
| * | | | | | | | | sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-05-143-16/+41
| * | | | | | | | | sched/numa: Don't scale the imbalancePeter Zijlstra2012-05-141-6/+1
| * | | | | | | | | sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2012-05-142-14/+7
| * | | | | | | | | sched/numa: Fix the new NUMA topology bitsPeter Zijlstra2012-05-141-2/+1
| * | | | | | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-95/+185
| * | | | | | | | | sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra2012-05-091-93/+82
| * | | | | | | | | sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2012-05-092-2/+9
| * | | | | | | | | sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra2012-05-091-5/+5
| * | | | | | | | | sched: Change rq->nr_running to unsigned intPeter Zijlstra2012-05-093-8/+8
| * | | | | | | | | sched: Update documentation and commentsHiroshi Shimamoto2012-05-071-1/+1
| * | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-05-0711-53/+87
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-04-141-30/+26
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...Kirill Tkhai2012-04-121-30/+26
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-228-499/+874
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-212-29/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tracing: Remove kernel_lock annotationsRichard Weinberger2012-05-191-2/+0
| | * | | | | | | | | tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik2012-05-191-1/+2
| | * | | | | | | | | ring-buffer: Merge separate resize loopsVaibhav Nagarnaik2012-05-191-26/+15
| * | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-2113-54/+92
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-1813-54/+92
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt2012-05-161-1/+0
| * | | | | | | | | | | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-2/+2
| * | | | | | | | | | | ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-8/+13