Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | x86: generic versions of find_first_(zero_)bit, convert i386 | Alexander van Heukelum | 2008-04-26 | 5 | -0/+98 | |
| * | | | bitops: use __fls for fls64 on 64-bit archs | Alexander van Heukelum | 2008-04-26 | 2 | -13/+24 | |
| * | | | generic: implement __fls on all 64-bit archs | Alexander van Heukelum | 2008-04-26 | 8 | -0/+35 | |
| * | | | generic: introduce a generic __fls implementation | Alexander van Heukelum | 2008-04-26 | 1 | -0/+43 | |
| * | | | x86: merge the simple bitops and move them to bitops.h | Alexander van Heukelum | 2008-04-26 | 4 | -142/+99 | |
| * | | | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps | Alexander van Heukelum | 2008-04-26 | 5 | -32/+88 | |
| * | | | x86, uml: fix uml with generic find_next_bit for x86 | Alexander van Heukelum | 2008-04-26 | 2 | -0/+8 | |
| * | | | x86: change x86 to use generic find_next_bit | Alexander van Heukelum | 2008-04-26 | 8 | -157/+12 | |
| * | | | uml: Kconfig cleanup | Ingo Molnar | 2008-04-26 | 1 | -0/+7 | |
| * | | | uml: fix build error | Ingo Molnar | 2008-04-26 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-04-26 | 77 | -1875/+1777 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 21 | -55/+130 | |
| * | | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 31 | -349/+366 | |
| * | | ide: add IDE_HFLAG_SERIALIZE_DMA host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -5/+9 | |
| * | | sl82c105: check bridge revision in sl82c105_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -18/+17 | |
| * | | au1xxx-ide: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -9/+6 | |
| * | | palm_bk3710: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+17 | |
| * | | sgiioc4: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -17/+12 | |
| * | | icside: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -8/+11 | |
| * | | ide-pmac: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -8/+12 | |
| * | | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 5 | -39/+81 | |
| * | | au1xxx-ide: fix MWDMA support | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -135/+2 | |
| * | | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -18/+17 | |
| * | | ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -24/+37 | |
| * | | ide: export ide_allocate_dma_engine() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -9/+6 | |
| * | | ide: move ide_setup_dma() call out from ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -7/+3 | |
| * | | alim15x3: skip DMA initialization completely on revs < 0x20 | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+4 | |
| * | | pdc202xx_old: remove init_dma_pdc202xx() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -16/+7 | |
| * | | ide: don't display "BIOS" settings in ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -9/+2 | |
| * | | ide: remove ->cds field from ide_hwif_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 5 | -7/+4 | |
| * | | ide: remove ide_dma_iobase() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -27/+7 | |
| * | | ide: remove ->extra field from struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-04-26 | 5 | -13/+1 | |
| * | | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 16 | -46/+46 | |
| * | | ide-tape: remove idetape_pipeline_active() | Borislav Petkov | 2008-04-26 | 1 | -18/+11 | |
| * | | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 23 | -32/+2 | |
| * | | ide: remove ide_hwif_request_regions() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -51/+0 | |
| * | | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 7 | -84/+30 | |
| * | | cmd640: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+34 | |
| * | | ide: manage I/O resources in ide_legacy_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 6 | -0/+27 | |
| * | | ide: add ide_legacy_init_one() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -23/+33 | |
| * | | ide_arm: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+18 | |
| * | | ide-4drives: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -3/+20 | |
| * | | ide-generic: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+19 | |
| * | | ide: remove ide_hwif_release_regions() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -26/+0 | |
| * | | ide: register ports with non-present devices (for warm-plug) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -20/+17 | |
| * | | ide-cs: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -22/+48 | |
| * | | ide-pnp: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+27 | |
| * | | qd65xx: cleanup qd_probe() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -35/+17 | |
| * | | ide: use ide_legacy_device_add() for qd65xx (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 7 | -61/+26 | |
| * | | ide: add ide_legacy_device_add() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 6 | -106/+37 |