aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-02-17Merge branch 'linaro-android-3.3-agreen-rebase' into linaro-androidAndrey Konovalov
2012-02-16irq_domain: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely
2012-02-16irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely
2012-02-16irq_domain: Be less verboseGrant Likely
2012-02-14correct close bracketAndy Green
2012-02-14PM: Backoff suspend if repeated attempts failTodd Poynor
2012-02-14PM: Fix printing IRQ names for pending wakeup IRQsTodd Poynor
2012-02-14power: Add option to log time spent in suspendColin Cross
2012-02-14Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor
2012-02-14HACK: time: Disable alarmtimerColin Cross
2012-02-14earlysuspend: Update acquire/release_console_sem usage to console_lock/unlockJohn Stultz
2012-02-14earlysuspend: add verbose debug flagErik Gilling
2012-02-14PM: earlysuspend: Removing dependence on console.Rebecca Schultz
2012-02-14consoleearlysuspend: Fix for 2.6.32=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14PM: earlysuspend: Add console switch when user requested sleep state changes.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14PM: Enable early suspend through /sys/power/state=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14PM: Implement early suspend api=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14PM: wakelocks: Display wakelocks preventing suspend by defaultTodd Poynor
2012-02-14PM: wakelocks: Don't report wake up wakelock if suspend abortedTodd Poynor
2012-02-14power: wakelock: use get_xtime_and_monotonic_and_sleep_offset in get_expired_...Colin Cross
2012-02-14power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_mono...Erik Gilling
2012-02-14wakelock: Fix operator precedence bugColin Cross
2012-02-14power: wakelock: Print active wakelocks when has_wake_lock() is calledMike Chan
2012-02-14PM: Add user-space wake lock api.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14PM: 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-02-14power: wakelocks: fix buffer overflow in print_wake_locksErik Gilling
2012-02-14power: Prevent spinlock recursion when wake_unlock() is calledMike Chan
2012-02-14PM: Implement wakelock api.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14panic: Add board ID to panic outputNishanth Menon
2012-02-14printk: do not handle non-sleepable notification in console_cpu_notifymhban
2012-02-14kernel: printk: Add non exported function for clearing the log ring bufferSan Mehat
2012-02-14printk: Fix log_buf_copy termination.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14Revert "printk: remove unused code from kernel/printk.c"=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2012-02-14sched: Enable might_sleep before initializing drivers.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14cgroup: Set CGRP_RELEASABLE when adding to a cgroupColin Cross
2012-02-14Move x86_64 idle notifiers to genericTodd Poynor
2012-02-14Add build option to to set the default panic timeout.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14mm: Add min_free_order_shift tunable.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2012-02-14ARM: Make low-level printk workTony Lindgren
2012-02-14sched: Ensure cpu_power periodic updateVincent Guittot
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds