aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-162-13/+150
|\
| * percpu: Generic support for this_cpu_cmpxchg_double()Christoph Lameter2011-02-281-0/+128
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-13/+22
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-0/+4
|\ \
| * | workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo2011-02-211-3/+3
| * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2147-124/+221
| |\ \
| * | | workqueue: add system_freezeable_wqTejun Heo2011-02-091-0/+4
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-154-9/+25
|\ \ \
| * | | rtc: cmos: Add OF bindingsSebastian Andrzej Siewior2011-02-231-0/+12
| * | | Merge branch 'linus' into x86/platformThomas Gleixner2011-02-2334-96/+200
| |\ \ \
| * | | | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-041-0/+9
| * | | | Merge commit 'v2.6.38-rc3' into devicetree/nextGrant Likely2011-02-0451-108/+191
| |\ \ \ \
| * | | | | driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-213-9/+4
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-152-2/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-1536-83/+154
| |\ \ \ \ \ \
| * | | | | | | bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2011-02-241-2/+0
| * | | | | | | Merge branch 'x86/amd-nb' into x86/mmIngo Molnar2011-02-161-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld2011-01-261-0/+1
* | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-153-94/+427
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'irq/core' into x86/irqThomas Gleixner2011-03-123-95/+429
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-0/+2
| | * | | | | | | | genirq: Add desc->irq_data accessorThomas Gleixner2011-03-111-0/+5
| | * | | | | | | | genirq: Provide forced interrupt threadingThomas Gleixner2011-02-261-0/+7
| | * | | | | | | | genirq: Add IRQF_NO_THREADThomas Gleixner2011-02-251-1/+3
| | * | | | | | | | genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-252-0/+4
| | * | | | | | | | genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-0/+4
| | * | | | | | | | genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+3
| | * | | | | | | | genirq: Add preflow handler supportThomas Gleixner2011-02-192-1/+16
| | * | | | | | | | genirq: Consolidate set_chip_handler functionsThomas Gleixner2011-02-191-12/+39
| | * | | | | | | | genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner2011-02-191-0/+6
| | * | | | | | | | genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner2011-02-191-0/+8
| | * | | | | | | | genirq: Move wakeup state to irq_dataThomas Gleixner2011-02-191-0/+8
| | * | | | | | | | genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner2011-02-191-0/+9
| | * | | | | | | | genirq: Add flags to irq_chipThomas Gleixner2011-02-191-0/+3
| | * | | | | | | | genirq: Cleanup irq.hThomas Gleixner2011-02-191-33/+62
| | * | | | | | | | genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner2011-02-191-1/+25
| | * | | | | | | | genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner2011-02-191-1/+8
| | * | | | | | | | genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner2011-02-191-1/+15
| | * | | | | | | | genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate itThomas Gleixner2011-02-191-2/+6
| | * | | | | | | | genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner2011-02-191-5/+0
| | * | | | | | | | genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner2011-02-191-2/+18
| | * | | | | | | | genirq: Add state field to irq_dataThomas Gleixner2011-02-192-0/+4
| | * | | | | | | | genirq: Move IRQ_SUSPENDED to coreThomas Gleixner2011-02-191-2/+0
| | * | | | | | | | genirq: Move IRQ_MASKED to coreThomas Gleixner2011-02-191-1/+1
| | * | | | | | | | genirq: Move IRQ_PENDING flag to coreThomas Gleixner2011-02-191-1/+1
| | * | | | | | | | genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-2/+2
| | * | | | | | | | genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner2011-02-191-4/+5
| | * | | | | | | | genirq: Move IRQ_ONESHOT to coreThomas Gleixner2011-02-191-1/+0
| | * | | | | | | | genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-1/+5
| | * | | | | | | | genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-1/+0