summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-031-2/+5
|\
| * panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-131-1/+3
| * Merge branch 'x86/core' into core/ipiIngo Molnar2009-03-1334-156/+644
| |\
| * \ Merge branch 'linus' into core/ipiIngo Molnar2009-03-1327-42/+124
| |\ \
| * | | generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra2009-02-251-1/+2
* | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-031-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking-for-linusIngo Molnar2009-03-31400-4852/+10072
| |\ \ \ \
| * | | | | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar2009-03-131-4/+4
| * | | | | Merge branch 'linus' into core/lockingIngo Molnar2009-03-1312-22/+34
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge commit 'v2.6.29-rc7' into core/lockingIngo Molnar2009-03-0557-180/+301
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-16/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'autosuspend' into for-nextJiri Kosina2009-03-301-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | HID: autosuspend support for USB HIDOliver Neukum2009-03-251-0/+6
| * | | | | | | | HID: remove compat stuffJiri Slaby2009-03-301-16/+0
| * | | | | | | | HID: bring back possibility to specify vid/pid ignore on module loadJiri Kosina2009-03-301-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-035-6/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | trivial: jbd header comment typo fix for JBD_PARANOID_IOFAILKazuo Moriwaka2009-03-301-1/+1
| * | | | | | | | | trivial: wusb: Storage class should be before const qualifierTobias Klauser2009-03-301-2/+1
| * | | | | | | | | trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo2009-03-301-1/+4
| * | | | | | | | | trivial: PWM: fix of #endif commentMark Vels2009-03-301-1/+1
| * | | | | | | | | trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-033-3/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2009-04-011-0/+19
| * | | | | | | | | dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+9
| * | | | | | | | | dmaengine: allow dma support for async_tx to be toggledDan Williams2009-03-251-0/+18
| * | | | | | | | | async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-251-0/+9
| * | | | | | | | | dmaengine: kill some unused headersDan Williams2009-03-251-3/+0
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-032-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o2009-04-031-0/+1
| * | | | | | | | | ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-271-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-04-037-13/+144
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | regulator: Support disabling of unused regulators by machinesMark Brown2009-03-311-0/+2
| * | | | | | | | | regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-1/+3
| * | | | | | | | | MMC: regulator utilitiesDavid Brownell2009-03-311-0/+5
| * | | | | | | | | regulator: twl4030 regulatorsDavid Brownell2009-03-311-0/+47
| * | | | | | | | | regulator: get_status() grows kerneldocDavid Brownell2009-03-311-9/+10
| * | | | | | | | | regulator: enumerate voltages (v2)David Brownell2009-03-312-0/+11
| * | | | | | | | | regulator: Allow regulators to set the initial operating modeMark Brown2009-03-311-0/+4
| * | | | | | | | | regulator: email - update email address and regulator webpage.Liam Girdwood2009-03-313-3/+3
| * | | | | | | | | regulator: fix header file missing kernel-docRandy Dunlap2009-03-311-0/+1
| * | | | | | | | | regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown2009-03-311-0/+32
| * | | | | | | | | regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown2009-03-311-0/+3
| * | | | | | | | | regulator: Allow init data to be supplied for bq24022Mark Brown2009-03-311-0/+3
| * | | | | | | | | regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-311-1/+2
| * | | | | | | | | Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2009-03-311-0/+2
| * | | | | | | | | regulator: add get_status()David Brownell2009-03-311-0/+17
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-033-1/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | intel-iommu: VT-d page table to support snooping control bitSheng Yang2009-03-242-0/+2
| * | | | | | | | | iommu: Add domain_has_cap iommu_opsSheng Yang2009-03-241-0/+12
| * | | | | | | | | intel-iommu: Snooping control supportSheng Yang2009-03-241-1/+1
OpenPOWER on IntegriCloud