summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* lguest: documentation VI: SwitcherRusty Russell2007-07-262-46/+276
* lguest: documentation V: HostRusty Russell2007-07-266-85/+924
* lguest: documentation IV: LauncherRusty Russell2007-07-264-28/+427
* lguest: documentation III: DriversRusty Russell2007-07-264-35/+501
* lguest: documentation II: GuestRusty Russell2007-07-262-37/+470
* lguest: documentation I: PreparationRusty Russell2007-07-2612-17/+153
* rtc-ds1307: typo fix found by coverityDavid Brownell2007-07-261-1/+1
* fixup s3c24xx build after arch movesBen Dooks2007-07-261-1/+1
* ax88796 (address space): cast to unsigned long, not longAl Viro2007-07-261-1/+1
* raw1394 __user annotationAl Viro2007-07-261-1/+1
* drivers/ misc __iomem annotationsAl Viro2007-07-264-5/+5
* cxgb3 gfp_t annotationsAl Viro2007-07-261-1/+1
* misannotation in pppol2tpAl Viro2007-07-261-2/+2
* use CLOCKSOURCE_MASK() instead of too large constantAl Viro2007-07-261-1/+1
* sun userflash is PCI-dependentAl Viro2007-07-261-1/+1
* more VIRT_TO_BUS dependenciesAl Viro2007-07-261-2/+2
* fix missing arguments in drivers/rtc/rtc-stk17ta8.cAl Viro2007-07-261-2/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-07-2537-206/+551
|\
| * Pull auto-load-modules into release branchLen Brown2007-07-2526-91/+296
| |\
| | * ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-2321-35/+169
| | * ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger2007-07-232-52/+123
| | * ACPI: autoload modules - ACPICA modificationsThomas Renninger2007-07-233-4/+4
| * | Pull d-states into release branchLen Brown2007-07-256-42/+175
| |\ \
| | * | ACPI: Remove references to ACPI_STATE_S2 from acpi_pm_enterRafael J. Wysocki2007-07-241-5/+4
| | * | ACPI: ignore _PSx method for hotplugable PCI devicesShaohua Li2007-07-221-0/+4
| | * | ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li2007-07-223-9/+25
| | * | ACPI, PNP: hook ACPI D-state to PNP suspend/resumeShaohua Li2007-07-222-0/+19
| | * | ACPI: Add acpi_pm_device_sleep_state helper routineShaohua Li2007-07-221-0/+75
| | * | ACPI: Implement the set_target() callback from pm_opsRafael J. Wysocki2007-07-221-32/+52
| * | | Pull kconfig into release branchLen Brown2007-07-256-55/+39
| |\ \ \
| | * | | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-255-13/+7
| | * | | ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86Len Brown2007-07-241-17/+4
| | * | | ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFSLen Brown2007-07-243-20/+16
| | * | | ACPI: Kconfig: CONFIG_ACPI_PROCFS now defaults to NLen Brown2007-07-241-10/+17
| | | |/ | | |/|
| * | | ACPI: quiet ACPI Exceptions due to no _PTC or _TSSLen Brown2007-07-251-16/+37
| * | | ACPI: asus-laptop: Fix failure exitsAl Viro2007-07-231-11/+21
| * | | ACPI: fix oops due to typo in new throttling codeLuming Yu2007-07-231-2/+4
| |/ /
* | | m68knommu: fix workqueues in 68328 serial driverGreg Ungerer2007-07-251-6/+6
* | | m68knommu: remove legacy power managament from 68328 serial driverGreg Ungerer2007-07-251-59/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-252-13/+33
|\ \ \
| * | | KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno2007-07-251-0/+2
| * | | KVM: Fix removal of nx capability from guest cpuidAvi Kivity2007-07-251-2/+2
| * | | Revert "KVM: Avoid useless memory write when possible"Avi Kivity2007-07-251-4/+2
| * | | KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell2007-07-251-3/+3
| * | | KVM: Correctly handle writes crossing a page boundaryAvi Kivity2007-07-251-4/+24
* | | | Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-253-7/+8
|/ / /
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-245-11/+120
|\ \ \
| * | | pata_hpt37x: Fix 2.6.22 clock PLL regressionAlan Cox2007-07-241-7/+7
| * | | pata_ali: Correct HP detectAlan Cox2007-07-241-1/+1
| * | | ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo2007-07-241-2/+111