aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-01-09PM: Backoff suspend if repeated attempts failTodd Poynor
2012-01-09PM: Fix printing IRQ names for pending wakeup IRQsTodd Poynor
2012-01-09power: Add option to log time spent in suspendColin Cross
2012-01-09Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor
2012-01-09HACK: time: Disable alarmtimerColin Cross
2012-01-09earlysuspend: Update acquire/release_console_sem usage to console_lock/unlockJohn Stultz
2012-01-09earlysuspend: add verbose debug flagErik Gilling
2012-01-09PM: earlysuspend: Removing dependence on console.Rebecca Schultz
2012-01-09consoleearlysuspend: Fix for 2.6.32=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: earlysuspend: Add console switch when user requested sleep state changes.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: Enable early suspend through /sys/power/state=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: Implement early suspend api=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: wakelocks: Display wakelocks preventing suspend by defaultTodd Poynor
2012-01-09PM: wakelocks: Don't report wake up wakelock if suspend abortedTodd Poynor
2012-01-09power: wakelock: use get_xtime_and_monotonic_and_sleep_offset in get_expired_...Colin Cross
2012-01-09power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_mono...Erik Gilling
2012-01-09wakelock: Fix operator precedence bugColin Cross
2012-01-09power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan
2012-01-09PM: wakelock: Don't dump unfrozen task list when aborting try_to_freeze_tasks...=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: wakelock: Abort task freezing if a wake lock is held.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: Add user-space wake lock api.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of...=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling
2012-01-09power: Prevent spinlock recursion when wake_unlock() is calledMike Chan
2012-01-09PM: Implement wakelock api.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09panic: Add board ID to panic outputNishanth Menon
2012-01-09printk: do not handle non-sleepable notification in console_cpu_notifymhban
2012-01-09kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2012-01-09printk: Fix log_buf_copy termination.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09Revert "printk: remove unused code from kernel/printk.c"=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2012-01-09scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan
2012-01-09scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan
2012-01-09sched: Enable might_sleep before initializing drivers.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09cgroup: Add generic cgroup subsystem permission checksColin Cross
2012-01-09cgroup: Remove call to synchronize_rcu in cgroup_attach_taskColin Cross
2012-01-09cgroup: Set CGRP_RELEASABLE when adding to a cgroupColin Cross
2012-01-09Move x86_64 idle notifiers to genericTodd Poynor
2012-01-09Add build option to to set the default panic timeout.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09mm: Add min_free_order_shift tunable.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-01-09ARM: Make low-level printk workTony Lindgren
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines
2011-12-31futex: Fix uninterruptible loop due to gate_areaHugh Dickins
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-20Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-12-20binary_sysctl(): fix memory leakMichel Lespinasse
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes