aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-34/+104
|\
| * printk: do not mangle valid userspace syslog prefixesKay Sievers2011-03-141-34/+104
* | sched.c: fix kernel-doc for runqueue_is_locked()Randy Dunlap2011-03-161-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-167-142/+147
|\ \
| * | PM / Hibernate: Reduce autotuned default image sizeRafael J. Wysocki2011-03-151-4/+4
| * | PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki2011-03-153-0/+17
| * | PM QoS: Make pm_qos settings readableThomas Renninger2011-03-151-0/+24
| * | PM: Simplify kernel/power/KconfigJan Beulich2011-03-151-9/+3
| * | PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-13/+0
| * | PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig optionRafael J. Wysocki2011-03-151-6/+1
| * | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-5/+0
| * | PM: Reorder power management Kconfig optionsRafael J. Wysocki2011-03-151-111/+111
| * | PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME)Rafael J. Wysocki2011-03-151-23/+6
| * | PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki2011-03-151-1/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-5/+0
|\ \ \
| * \ \ Merge branch 'next' into for-linusJames Morris2011-03-161-5/+0
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-5/+0
| | |\ \
| | | * | security: remove unused security_sysctl hookLucian Adrian Grijincu2011-02-011-5/+0
* | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+5
|\ \ \ \ \
| * | | | | workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo2011-02-211-5/+5
| * | | | | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2123-186/+241
| |\ \ \ \ \
| * | | | | | workqueue: add system_freezeable_wqTejun Heo2011-02-091-1/+5
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-163-7/+6
|\ \ \ \ \ \ \
| * | | | | | | rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.Paul E. McKenney2011-03-041-0/+5
| * | | | | | | rcupdate: remove dead codeAmerigo Wang2011-03-041-5/+0
| * | | | | | | rcutorture: Get rid of duplicate sched.h includeJesper Juhl2011-03-041-1/+0
| * | | | | | | rcu: call __rcu_read_unlock() in exit_rcu for tiny RCULai Jiangshan2011-03-041-1/+1
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-1517-712/+1427
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-4/+18
| * | | | | | | | genirq: Add comments to Kconfig switchesThomas Gleixner2011-03-081-0/+10
| * | | | | | | | genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner2011-03-021-0/+4
| * | | | | | | | genirq: Provide forced interrupt threadingThomas Gleixner2011-02-264-6/+82
| * | | | | | | | sched: Switch wait_task_inactive to schedule_hrtimeout()Thomas Gleixner2011-02-251-1/+4
| * | | | | | | | genirq: Allow shared oneshot interruptsThomas Gleixner2011-02-251-6/+4
| * | | | | | | | genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-252-19/+111
| * | | | | | | | genirq: Make warning in handle_percpu_event usefulThomas Gleixner2011-02-251-1/+2
| * | | | | | | | genirq: Streamline kernel/irq/KconfigJan Beulich2011-02-221-10/+10
| * | | | | | | | genirq: Use the correct variable for note_interruptThomas Gleixner2011-02-221-7/+9
| * | | | | | | | genirq: Add missing break in __irq_set_trigger()Thomas Gleixner2011-02-211-0/+1
| * | | | | | | | genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu2011-02-211-7/+8
| * | | | | | | | genirq: Fix misplaced status update in irq_disable()Thomas Gleixner2011-02-211-1/+1
| * | | | | | | | genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-9/+19
| * | | | | | | | genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+8
| * | | | | | | | genirq: Add preflow handler supportThomas Gleixner2011-02-192-0/+14
| * | | | | | | | genirq: Consolidate set_chip_handler functionsThomas Gleixner2011-02-191-12/+4
| * | | | | | | | genirq: Use irq_get/put functionsThomas Gleixner2011-02-192-117/+57
| * | | | | | | | genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2011-02-192-0/+48
| * | | | | | | | genirq: Remove real old transition functionsThomas Gleixner2011-02-194-34/+5
| * | | | | | | | genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner2011-02-192-0/+5
| * | | | | | | | genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2011-02-191-1/+3