summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'linus' into releaseLen Brown2009-01-09569-14848/+17061
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'suspend' into releaseLen Brown2009-01-092-0/+14
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvsRafael J. Wysocki2008-12-191-0/+1
| | * | | | | | | | | | | ACPI hibernate: Add a mechanism to save/restore ACPI NVS memoryRafael J. Wysocki2008-12-191-0/+13
| * | | | | | | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-091-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-0/+1
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | ACPICA: hide private headersLen Brown2009-01-0921-7416/+0
| * | | | | | | | | | | | ACPICA: delete acdisasm.hLen Brown2009-01-081-453/+0
| * | | | | | | | | | | | ACPICA: Update version to 20081204.robert.moore@intel.com2008-12-311-1/+1
| * | | | | | | | | | | | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com2008-12-311-1/+1
| * | | | | | | | | | | | ACPICA: FADT parsing changes and fixesBob Moore2008-12-312-1/+13
| * | | | | | | | | | | | ACPICA: Add ACPI_MUTEX_TYPE configuration optionBob Moore2008-12-314-28/+75
| * | | | | | | | | | | | ACPICA: Fixes for various ACPI data tablesBob Moore2008-12-312-1/+9
| * | | | | | | | | | | | ACPICA: Restructure includes into public/privateBob Moore2008-12-3114-615/+815
| * | | | | | | | | | | | ACPI: remove private acpica headers from driver filesLin Ming2008-12-311-1/+0
| * | | | | | | | | | | | ACPICA: New: acpi_reset interface - write to reset registerBob Moore2008-12-311-0/+2
| * | | | | | | | | | | | ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2008-12-312-13/+8
| * | | | | | | | | | | | ACPICA: New: Public GPE group enable/disable interfacesBob Moore2008-12-311-4/+11
| * | | | | | | | | | | | ACPICA: New: acpi_get_gpe_device interfaceBob Moore2008-12-315-9/+20
| * | | | | | | | | | | | ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming2008-12-312-1/+2
| * | | | | | | | | | | | ACPICA: Update version to 20081031Bob Moore2008-12-291-1/+1
| * | | | | | | | | | | | ACPICA: Consolidate method arg count validation codeBob Moore2008-12-291-0/+3
| * | | | | | | | | | | | ACPICA: Add Buffer->String conversion for predefined methodsBob Moore2008-12-291-1/+1
| * | | | | | | | | | | | ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2008-12-292-0/+3
| * | | | | | | | | | | | ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore2008-12-293-1/+8
| * | | | | | | | | | | | ACPICA: Update FACS waking vector interfacesBob Moore2008-12-291-4/+2
| * | | | | | | | | | | | ACPICA: Fix several warnings under gcc 4 compilerBob Moore2008-12-291-4/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-096-168/+81
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | dmaengine: use idr for registering dma device numbersDan Williams2009-01-061-0/+4
| * | | | | | | | | | | dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-061-3/+16
| * | | | | | | | | | | dmaengine: kill enum dma_state_clientDan Williams2009-01-061-14/+3
| * | | | | | | | | | | dmaengine: remove 'bigref' infrastructureDan Williams2009-01-061-7/+0
| * | | | | | | | | | | dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-49/+1
| * | | | | | | | | | | dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-2/+2
| * | | | | | | | | | | atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-062-46/+23
| * | | | | | | | | | | dmatest: convert to dma_request_channelDan Williams2009-01-061-0/+6
| * | | | | | | | | | | dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-061-0/+16
| * | | | | | | | | | | net_dma: convert to dma_find_channelDan Williams2009-01-062-14/+0
| * | | | | | | | | | | dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-062-1/+2
| * | | | | | | | | | | dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-0/+3
| * | | | | | | | | | | dmaengine: up-level reference counting to the module levelDan Williams2009-01-062-23/+2
| * | | | | | | | | | | dmaengine: remove dependency on async_txDan Williams2009-01-052-15/+9
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-085-4/+67
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-051-0/+2
| * | | | | | | | | | | ext4: Remove code to create the journal inodeTheodore Ts'o2009-01-061-1/+0
| * | | | | | | | | | | add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o2009-01-031-0/+2
| * | | | | | | | | | | jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-061-2/+2
| * | | | | | | | | | | jbd2: Remove a large array of bh's from the stack of the checkpoint routineTheodore Ts'o2008-11-051-0/+10
| * | | | | | | | | | | ext4: add fsync batch tuning knobsTheodore Ts'o2009-01-031-0/+8
| * | | | | | | | | | | jbd2: improve jbd2 fsync batchingJosef Bacik2008-11-261-0/+15
OpenPOWER on IntegriCloud