summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu2008-04-261-0/+1
* x86: validate against acpi motherboard resourcesRobert Hancock2008-04-261-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-261-0/+1
|\
| * x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-261-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-261-0/+140
|\ \
| * | x86: optimize find_first_bit for small bitmapsAlexander van Heukelum2008-04-261-0/+29
| * | x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-261-0/+34
| * | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-0/+77
| |/
* | ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz2008-04-261-3/+5
* | ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz2008-04-261-9/+14
* | ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz2008-04-261-0/+2
* | ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz2008-04-261-4/+10
* | ide: export ide_allocate_dma_engine()Bartlomiej Zolnierkiewicz2008-04-261-1/+2
* | ide: remove ->cds field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz2008-04-261-2/+0
* | ide: remove ->extra field from struct ide_port_infoBartlomiej Zolnierkiewicz2008-04-261-1/+0
* | ide: remove ide_hwif_request_regions()Bartlomiej Zolnierkiewicz2008-04-261-1/+0
* | ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz2008-04-261-2/+2
* | ide: remove ide_hwif_release_regions()Bartlomiej Zolnierkiewicz2008-04-261-1/+0
* | ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz2008-04-261-1/+1
* | ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz2008-04-261-0/+1
* | ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-261-1/+0
* | ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-261-26/+30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-261-3/+10
|\
| * generic: make optimized inlining arch-opt-inIngo Molnar2008-04-261-1/+2
| * x86: add optimized inliningIngo Molnar2008-04-261-3/+9
* | ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz2008-04-261-1/+0
* | ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz2008-04-261-2/+0
* | remove include/linux/hdsmart.hAdrian Bunk2008-04-262-127/+0
* | ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz2008-04-261-0/+2
* | ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-1/+7
* | ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz2008-04-261-2/+0
* | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz2008-04-261-4/+4
* | ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-252-5/+3
|\
| * [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-252-4/+2
| * [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-251-0/+2
|\ \
| * | [POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt2008-04-241-0/+2
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2008-04-251-0/+6
|\ \ \
| * | | leds: Document the context brightness_set needsRichard Purdie2008-04-241-0/+1
| * | | leds: Add support to leds with readable statusHenrique de Moraes Holschuh2008-04-241-0/+2
| * | | leds: enable support for blink_set() platform hook in leds-gpioHerbert Valerio Riedel2008-04-241-0/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-251-17/+29
|\ \ \
| * | | seqlock: livelock fixIngo Molnar2008-04-251-17/+29
| |/ /
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-251-1/+0
|\ \ \
| * | | make sata_print_link_status() staticAdrian Bunk2008-04-251-1/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-04-2520-140/+194
|\ \ \
| * | | wusb: add link wusb-usb deviceInaky Perez-Gonzalez2008-04-241-0/+2
| * | | wusb: add authenticathed bit to usb_devInaky Perez-Gonzalez2008-04-241-0/+2
| * | | USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern2008-04-241-2/+5