summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()Stephane Eranian2011-03-231-2/+0Star
* Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-171-0/+7
|\
| * oprofile, s390: Rework hwsampler implementationRobert Richter2011-02-151-21/+0Star
| * oprofile, s390: Enhance OProfile to support System zs hardware sampling featureHeinz Graalfs2011-02-151-0/+21
| * oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam...Heinz Graalfs2011-02-151-0/+7
* | perf: Reorder & optimize perf_event_context to remove alignment padding on 64...Richard Kennedy2011-03-161-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-164-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/+4Star
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-162-2/+1Star
|\ \ \ \ \
| * \ \ \ \ 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/+0Star
| * | | | | | 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-163-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/+0Star
| | * | | | | | | 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/+0Star
| | * | | | | | | 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/+0Star
| | * | | | | | | genirq: Add IRQ_INPROGRESS to coreThomas Gleixner2011-02-191-1/+5
| | * | | | | | | genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner2011-02-191-1/+0Star
| | * | | | | | | genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2011-02-191-3/+13