Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | ACPICA: hide private headers | Len Brown | 2009-01-09 | |
| * | | | | | | | | | | | | | ACPICA: delete acdisasm.h | Len Brown | 2009-01-08 | |
| * | | | | | | | | | | | | | ACPICA: Update version to 20081204. | robert.moore@intel.com | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default | robert.moore@intel.com | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: FADT parsing changes and fixes | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: Add ACPI_MUTEX_TYPE configuration option | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: Fixes for various ACPI data tables | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: Restructure includes into public/private | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPI: remove private acpica headers from driver files | Lin Ming | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: New: acpi_reset interface - write to reset register | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: New: acpi_read and acpi_write public interfaces | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: New: Public GPE group enable/disable interfaces | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: New: acpi_get_gpe_device interface | Bob Moore | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPI: osl.c: replace return_ACPI_STATUS with return | Lin Ming | 2008-12-31 | |
| * | | | | | | | | | | | | | ACPICA: Update version to 20081031 | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Consolidate method arg count validation code | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Add Buffer->String conversion for predefined methods | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Add global pointer for FACS table to simplify FACS access | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Add a mechanism to escape infinite AML While() loops | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Update FACS waking vector interfaces | Bob Moore | 2008-12-29 | |
| * | | | | | | | | | | | | | ACPICA: Fix several warnings under gcc 4 compiler | Bob Moore | 2008-12-29 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | dmaengine: use idr for registering dma device numbers | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: add a release for dma class devices and dependent infrastructure | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: kill enum dma_state_client | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: remove 'bigref' infrastructure | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: kill struct dma_client and supporting infrastructure | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: replace dma_async_client_register with dmaengine_get | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | atmel-mci: convert to dma_request_channel and down-level dma_slave | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmatest: convert to dma_request_channel | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: introduce dma_request_channel and private channels | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | net_dma: convert to dma_find_channel | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: provide a common 'issue_pending_all' implementation | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: centralize channel allocation, introduce dma_find_channel | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: up-level reference counting to the module level | Dan Williams | 2009-01-06 | |
| * | | | | | | | | | | | | dmaengine: remove dependency on async_tx | Dan Williams | 2009-01-05 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-01-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | ext4: Add mount option to set kjournald's I/O priority | Theodore Ts'o | 2009-01-05 | |
| * | | | | | | | | | | | | ext4: Remove code to create the journal inode | Theodore Ts'o | 2009-01-06 | |
| * | | | | | | | | | | | | add releasepage hooks to block devices which can be used by file systems | Theodore Ts'o | 2009-01-03 | |
| * | | | | | | | | | | | | jbd2: Call journal commit callback without holding j_list_lock | Aneesh Kumar K.V | 2008-11-06 | |
| * | | | | | | | | | | | | jbd2: Remove a large array of bh's from the stack of the checkpoint routine | Theodore Ts'o | 2008-11-05 | |
| * | | | | | | | | | | | | ext4: add fsync batch tuning knobs | Theodore Ts'o | 2009-01-03 | |
| * | | | | | | | | | | | | jbd2: improve jbd2 fsync batching | Josef Bacik | 2008-11-26 | |
| * | | | | | | | | | | | | jbd2: Add BH_JBDPrivateStart | Mark Fasheh | 2008-11-25 | |
| * | | | | | | | | | | | | ext3: Add support for non-native signed/unsigned htree hash algorithms | Theodore Ts'o | 2008-10-28 | |
| |/ / / / / / / / / / / | ||||
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-01-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD | James Smart | 2009-01-06 | |
| * | | | | | | | | | | | | [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE | FUJITA Tomonori | 2009-01-02 | |
| * | | | | | | | | | | | | [SCSI] block: fix the partial mappings with struct rq_map_data | FUJITA Tomonori | 2009-01-02 |