summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-218-301/+349
|\
| * Merge branch 'linus' into irq/coreIngo Molnar2010-10-2015-51/+67
| |\
| * | genirq: Remove the now unused sparse irq leftoversThomas Gleixner2010-10-121-10/+2
| * | genirq: Sanitize dynamic irq handlingThomas Gleixner2010-10-121-4/+8
| * | genirq: Remove arch_init_chip_data()Thomas Gleixner2010-10-121-3/+0
| * | genirq: Remove irq_2_iommuThomas Gleixner2010-10-122-22/+0
| * | x86: Speed up the irq_remapped check in hot pathesThomas Gleixner2010-10-121-2/+0
| * | x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner2010-10-121-0/+1
| * | pci: intr_remap: Remove unused functionsThomas Gleixner2010-10-121-2/+0
| * | ht: Convert to new irq_chip functionsThomas Gleixner2010-10-121-2/+3
| * | dmar: Convert to new irq chip functionsThomas Gleixner2010-10-121-2/+3
| * | pci: Cleanup the irq_desc mess in msiThomas Gleixner2010-10-121-4/+4
| * | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-2/+3
| * | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-129-5/+20
| |\ \
| * | | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-0/+4
| * | | genirq: Implement irq reservationThomas Gleixner2010-10-121-0/+1
| * | | genirq: Implement sane enumerationThomas Gleixner2010-10-121-0/+5
| * | | genirq: Implement a sane sparse_irq allocatorThomas Gleixner2010-10-121-0/+23
| * | | genirq: Provide default irq init flagsThomas Gleixner2010-10-121-0/+6
| * | | genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-8/+0
| * | | genirq: Sanitize irq_data accessorsThomas Gleixner2010-10-121-4/+58
| * | | genirq: Provide status modifierThomas Gleixner2010-10-121-2/+25
| * | | genirq: Remove unsused inlineThomas Gleixner2010-10-121-7/+1
| * | | genirq: Distangle irq.hThomas Gleixner2010-10-122-279/+184
| * | | genirq: Provide config option to disable deprecated codeThomas Gleixner2010-10-041-1/+7
| * | | genirq: Provide advanced irq chip functionsThomas Gleixner2010-10-041-16/+50
| * | | genirq: Convert core code to irq_dataThomas Gleixner2010-10-041-5/+5
| * | | genirq: Create irq_dataThomas Gleixner2010-10-041-27/+63
| * | | genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-6/+0
* | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-2/+2
|\ \ \ \
| * | | | futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim2010-09-181-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-10-211-0/+4
|\ \ \ \ \
| * | | | | EDAC: Export edac sysfs class to users.Borislav Petkov2010-10-211-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-213-0/+17
|\ \ \ \ \
| * | | | | x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin2010-10-211-1/+1
| * | | | | percpu: Introduce a read-mostly percpu APIShaohua Li2010-10-202-0/+13
| * | | | | x86, mm: Avoid unnecessary TLB flushShaohua Li2010-08-231-0/+4
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-211-2/+0
|\ \ \ \ \ \
| * | | | | | x86: Remove stale pmtimer_64.cThomas Gleixner2010-10-151-2/+0
* | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-0/+1
|\ \ \ \ \ \ \
| * | | | | | | x86, amd_nb: Enable GART support for AMD family 0x15 CPUsAndreas Herrmann2010-10-011-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-214-6/+61
|\ \ \ \ \ \ \
| * | | | | | | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2010-10-182-1/+14
| * | | | | | | sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi2010-10-181-0/+1
| * | | | | | | sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi2010-10-181-0/+2
| * | | | | | | sched: Fix softirq time accountingVenkatesh Pallipadi2010-10-182-3/+8
| * | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-10-1422-23/+71
| |\ \ \ \ \ \ \
| * | | | | | | | tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt2010-09-211-0/+29
| * | | | | | | | Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar2010-09-2138-98/+254
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | sched: Remove unused PF_ALIGNWARN flagDave Young2010-09-131-2/+0
OpenPOWER on IntegriCloud