summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-173-4/+2
|\
| * pcmcia: ide-cs: Remove outdated commentLarry Finger2008-07-151-2/+0
| * pcmcia: fix cisinfo_t removalMarc Zyngier2008-07-151-1/+1
| * pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-173-3/+4
|\ \
| * | x86: fix asm/e820.h for userspace inclusionRusty Russell2008-07-171-1/+2
| * | x86: fix numaq_tsc_disableYinghai Lu2008-07-171-1/+1
| * | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-1755-2800/+2148
| |\ \
| * | | x86: fix kernel_physical_mapping_init() for large x86 systemsJack Steiner2008-07-161-1/+1
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-173-13/+7
|\ \ \ \
| * | | | ftrace: do not trace library functionsIngo Molnar2008-07-171-12/+5
| * | | | ftrace: do not trace scheduler functionsIngo Molnar2008-07-171-2/+1
| * | | | ftrace: fix lockup with MAXSMPIngo Molnar2008-07-171-0/+3
| * | | | ftrace: fix merge bugletIngo Molnar2008-07-171-2/+1
| | |/ / | |/| |
* | | | fix build error of arch/ia64/kvm/*Takashi Iwai2008-07-172-3/+3
* | | | Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-175-206/+318
|\ \ \ \
| * | | | fix dangling zombie when new parent ignores childrenRoland McGrath2008-07-161-0/+26
| * | | | do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath2008-07-161-10/+20
| * | | | ptrace children revampRoland McGrath2008-07-165-139/+160
| * | | | do_wait reorganizationRoland McGrath2008-07-161-80/+135
* | | | | Update scripts/Makefile.fwinst to cope with older makeDavid Woodhouse2008-07-171-2/+23
* | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-07-1732-4970/+4019
|\ \ \ \ \
| * | | | | [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPPStefan Haberland2008-07-171-2/+2
| * | | | | [S390] qdio: new qdio driver.Jan Glauber2008-07-1720-4943/+3874
| * | | | | [S390] cio: Export chsc_error_from_response().Cornelia Huck2008-07-172-1/+10
| * | | | | [S390] vmur: Fix return code handling.Frank Munzert2008-07-171-5/+5
| * | | | | [S390] Fix stacktrace compile bug.Heiko Carstens2008-07-171-0/+1
| * | | | | [S390] Increase default warning stacksize.Heiko Carstens2008-07-171-1/+1
| * | | | | [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics().Cornelia Huck2008-07-172-8/+24
| * | | | | [S390] chsc headers userspace cleanupAdrian Bunk2008-07-173-4/+7
| * | | | | [S390] dasd: fix unsolicited SIM handling.Stefan Haberland2008-07-171-1/+3
| * | | | | [S390] zfcpdump: Make SCSI disk dump tool recognize storage holesFrank Munzert2008-07-171-7/+94
| |/ / / /
* | | | | Fix collateral damage to top level MakefileGrant Likely2008-07-171-1/+0
|/ / / /
* | | | scsi_dh: Verify "dev" is a sdev before accessing it.Chandra Seetharaman2008-07-163-3/+18
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-1684-1719/+3966
|\ \ \ \
| * | | | Revert "x86/PCI: ACPI based PCI gap calculation"Jesse Barnes2008-07-161-80/+0
| * | | | PCI: remove unnecessary volatile in PCIe hotplug struct controllerMing Lei2008-07-161-1/+1
| * | | | x86/PCI: ACPI based PCI gap calculationAlok Kataria2008-07-151-0/+80
| * | | | PCI: include linux/pm_wakeup.h for device_set_wakeup_capableStephen Rothwell2008-07-142-0/+3
| * | | | PCI PM: Fix pci_prepare_to_sleepRafael J. Wysocki2008-07-141-2/+2
| * | | | x86/PCI: Fix PCI config space for domains > 0Matthew Wilcox2008-07-141-2/+2
| * | | | Fix acpi_pm_device_sleep_wake() by providing a stub for CONFIG_PM_SLEEP=nDavid Howells2008-07-081-0/+4
| * | | | PCI: Simplify PCI device PM codeRafael J. Wysocki2008-07-073-67/+60
| * | | | PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki2008-07-072-0/+85
| * | | | PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-0711-116/+208
| * | | | ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki2008-07-072-2/+23
| * | | | ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-074-74/+92
| * | | | PCI: rework pci_set_power_state function to call platform firstRafael J. Wysocki2008-07-072-52/+114
| * | | | PCI: Introduce platform_pci_power_manageable functionRafael J. Wysocki2008-07-073-20/+65
| * | | | ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki2008-07-072-0/+12
OpenPOWER on IntegriCloud