summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-06-14power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_mono...Erik Gilling
2011-06-14wakelock: Fix operator precedence bugColin Cross
2011-06-14scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan
2011-06-14scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan
2011-06-14sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2011-06-14power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan
2011-06-14kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2011-06-14printk: Fix log_buf_copy termination.Arve Hjønnevåg
2011-06-14Revert "printk: remove unused code from kernel/printk.c"Arve Hjønnevåg
2011-06-14cgroup: Add generic cgroup subsystem permission checks.San Mehat
2011-06-14PM: earlysuspend: Removing dependence on console.Rebecca Schultz
2011-06-14consoleearlysuspend: Fix for 2.6.32Arve Hjønnevåg
2011-06-14PM: earlysuspend: Add console switch when user requested sleep state changes.Arve Hjønnevåg
2011-06-14PM: wakelock: Don't dump unfrozen task list when aborting try_to_freeze_tasks...Arve Hjønnevåg
2011-06-14PM: wakelock: Abort task freezing if a wake lock is held.Arve Hjønnevåg
2011-06-14PM: Add user-space wake lock api.Arve Hjønnevåg
2011-06-14PM: Enable early suspend through /sys/power/stateArve Hjønnevåg
2011-06-14PM: Implement early suspend apiArve Hjønnevåg
2011-06-14PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of...Arve Hjønnevåg
2011-06-14power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling
2011-06-14power: Prevent spinlock recursion when wake_unlock() is calledMike Chan
2011-06-14PM: Implement wakelock api.Arve Hjønnevåg
2011-06-14sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2011-06-14Add build option to to set the default panic timeout.Arve Hjønnevåg
2011-06-14mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2011-06-14ARM: Make low-level printk workTony Lindgren
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior
2011-06-03clockevents: Handle empty cpumask gracefullyThomas Gleixner
2011-05-31perf, cgroups: Fix up for new APIPeter Zijlstra
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra
2011-05-31sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra
2011-05-31rcu: Cure load woesPeter Zijlstra
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds