summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz2007-02-171-0/+2
| * | | | | | ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz2007-02-171-1/+1
| * | | | | | ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz2007-02-171-2/+0
| * | | | | | ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz2007-02-171-0/+1
| * | | | | | ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz2007-02-171-1/+0
| * | | | | | ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz2007-02-171-1/+0
| * | | | | | ide: remove write-only ide_pio_data_t.blacklistedBartlomiej Zolnierkiewicz2007-02-171-1/+0
| * | | | | | ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)Albert Lee2007-02-171-1/+0
| * | | | | | ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee2007-02-171-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-02-195-96/+107
|\ \ \ \ \ \
| * | | | | | RDMA/cma: Add multicast communication supportSean Hefty2007-02-163-5/+33
| * | | | | | IB/sa: Track multicast join/leave requestsSean Hefty2007-02-162-91/+74
| |/ / / / /
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-191-0/+3
|\ \ \ \ \ \
| * | | | | | PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto2007-02-171-0/+3
| |/ / / / /
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-196-9/+70
|\ \ \ \ \ \
| * | | | | | sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-172-9/+56
| * | | | | | debugfs: implement symbolic linksPeter Oberparleiter2007-02-171-0/+10
| * | | | | | serial: Add PCMCIA IDs for Quatech DSP-100 dual RS232 adapter.Sergei Organov2007-02-171-0/+1
| * | | | | | Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers2007-02-171-0/+2
| * | | | | | Driver.h copyright updateGreg Kroah-Hartman2007-02-171-0/+1
| |/ / / / /
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-197-14/+30
|\ \ \ \ \ \
| * | | | | | USB: cdc-acm: fix incorrect throtteling, make set_control optionalOliver Neukum2007-02-171-0/+7
| * | | | | | USB: make usb_iso_packet_descriptor.status signedPete Zaitcev2007-02-171-1/+1
| * | | | | | USB: use __u32 rather than u32 in userspace ioctls in usbdevice_fs.hMike Frysinger2007-02-171-2/+2
| * | | | | | USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum2007-02-172-1/+4
| * | | | | | USB: descriptor structures have to be packedInaky Perez-Gonzalez2007-02-171-10/+10
| * | | | | | USB: add flow control to usb-serial generic driver.Joris van Rantwijk2007-02-171-0/+6
| |/ / / / /
* | | | | | Pull bugzilla-7887 into release branchLen Brown2007-02-171-0/+10
|\ \ \ \ \ \
| * | | | | | ACPI: invoke acpi_sleep_init() earlierAlexey Starikovskiy2007-02-101-0/+10
* | | | | | | Pull bugzilla-5534 into release branchLen Brown2007-02-172-2/+3
|\ \ \ \ \ \ \
| * | | | | | | ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy2007-02-152-2/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Pull remove-hotkey into release branchLen Brown2007-02-171-6/+0
|\ \ \ \ \ \ \
| * | | | | | | ACPI: hotkey: remove driver, per feature-removal-schedule.txtLen Brown2007-02-171-6/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Pull fluff into release branchLen Brown2007-02-171-3/+5
|\ \ \ \ \ \ \
| * | | | | | | ACPI: acpi_table_parse_madt_family() is not MADT specificLen Brown2007-02-131-0/+2
| * | | | | | | ACPI: acpi_madt_entry_handler() is not MADT specificLen Brown2007-02-131-3/+3
* | | | | | | | Pull misc-for-upstream into release branchLen Brown2007-02-173-11/+20
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | ACPI: remove acpi_os_readable(), acpi_os_writable()Len Brown2007-02-161-6/+0
| * | | | | | | ACPI: cleanup: make disable_acpi() valid w/o CONFIG_ACPIRusty Russell2007-02-131-0/+1
| * | | | | | | ACPI: bay: fix build warningAndrew Morton2007-02-091-5/+19
* | | | | | | | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-02-163-9/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | [AVR32] Use per-controller spi_board_info structuresHaavard Skinnemoen2007-02-161-1/+3
| * | | | | | | | [AVR32] Wire up the SysV IPC calls properlyHaavard Skinnemoen2007-02-161-2/+15
| * | | | | | | | [AVR32] Define ioremap_nocache, ioport_map and ioport_unmapHaavard Skinnemoen2007-02-161-0/+11
| * | | | | | | | [AVR32] Fix prototypes for __raw_writesb and friendsHaavard Skinnemoen2007-02-161-6/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-02-161-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-031-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-161-4/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ [CPUFREQ] Fix up merge conflicts with recent ACPI changes.Dave Jones2007-02-11258-3553/+4775
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi2007-02-111-4/+6
| | |/ / / / / / / | |/| | | | | | |