summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov2005-06-281-2/+6
* | [PATCH] ixp4xx/ixp2000 watchdog driver typoLennert Buytenhek2005-06-282-2/+2
* | [PATCH] drivers/char/tipar.c: off by one array accessLuc Van Oostenryck2005-06-281-1/+1
* | [PATCH] Using msleep() instead of HZLuca Falavigna2005-06-282-17/+8
* | [PATCH] fix semaphore handling in __unregister_chrdev_regionWen-chien Jesse Sung2005-06-281-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-287-4/+207
|\ \
| * | [PATCH] ARM: 2763/1: S3C24XX - mark IRQ_LCD as validBen Dooks2005-06-281-3/+4
| * | [PATCH] ARM: 2760/1: Add a warning on dynamic tick timekeeping on some platformsTony Lindgren2005-06-281-0/+5
| * | [PATCH] ARM: 2762/1: S3C24XX Audio platform dataBen Dooks2005-06-281-0/+49
| * | [PATCH] ARM: 2761/1: OProfile: Add call graphing support for armRichard Purdie2005-06-284-1/+149
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2005-06-2869-1833/+1492
|\ \ \
| * | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-27418-16622/+24586
| |\| |
| * | | [PATCH] PCI: use the MCFG table to properly access pci devices (x86-64)Greg Kroah-Hartman2005-06-271-10/+48
| * | | [PATCH] PCI: use the MCFG table to properly access pci devices (i386)Greg Kroah-Hartman2005-06-271-4/+25
| * | | [PATCH] PCI: add proper MCFG table parsing to ACPI core.Greg Kroah-Hartman2005-06-274-23/+62
| * | | [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman2005-06-2710-47/+27
| * | | [PATCH] cpqphp: fix oops during unload without probeKeith Moore2005-06-271-2/+3
| * | | [PATCH] PCI: clean up the MSI code a bit.Greg Kroah-Hartman2005-06-272-60/+37
| * | | [PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=nAndrew Morton2005-06-2716-0/+32
| * | | [PATCH] PCI: DMA bursting adviceDavid S. Miller2005-06-2716-0/+174
| * | | [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman2005-06-277-13/+97
| * | | [PATCH] ACPI based I/O APIC hot-plug: acpiphp supportKenji Kaneshige2005-06-272-0/+129
| * | | [PATCH] ACPI based I/O APIC hot-plug: ia64 supportKenji Kaneshige2005-06-273-32/+135
| * | | [PATCH] ACPI based I/O APIC hot-plug: add interfacesKenji Kaneshige2005-06-273-0/+36
| * | | [PATCH] acpi hotplug: decouple slot power state changes from physical hotplugRajesh Shah2005-06-271-31/+38
| * | | [PATCH] acpi hotplug: aCPI based root bridge hot-addRajesh Shah2005-06-271-9/+202
| * | | [PATCH] acpi hotplug: fix slot power-down problem with acpiphpRajesh Shah2005-06-271-2/+2
| * | | [PATCH] acpi hotplug: clean up notify handlers on acpiphp unloadRajesh Shah2005-06-271-8/+26
| * | | [PATCH] acpi hotplug: convert acpiphp to use generic resource codeRajesh Shah2005-06-276-1530/+134
| * | | [PATCH] acpi bridge hotadd: Export the interface to get PCI id for an ACPI ha...Rajesh Shah2005-06-272-6/+6
| * | | [PATCH] acpi bridge hotadd: Allow ACPI .add and .start operations to be done ...Rajesh Shah2005-06-274-28/+119
| * | | [PATCH] acpi bridge hotadd: Read bridge resources when fixing up the busRajesh Shah2005-06-271-0/+4
| * | | [PATCH] acpi bridge hotadd: Remove hot-plugged devices that could not be allo...Rajesh Shah2005-06-271-1/+4
| * | | [PATCH] acpi bridge hotadd: Make the PCI remove routines safe for failed hot-...Rajesh Shah2005-06-271-5/+9
| * | | [PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on...Rajesh Shah2005-06-272-6/+9
| * | | [PATCH] acpi bridge hotadd: Take the PCI lock when modifying pci bus or devic...Rajesh Shah2005-06-271-1/+10
| * | | [PATCH] acpi bridge hotadd: Prevent duplicate bus numbers when scanning PCI b...Rajesh Shah2005-06-271-2/+10
| * | | [PATCH] acpi bridge hotadd: Make pcibios_fixup_bus() hot-plug safeRajesh Shah2005-06-271-1/+21
| * | | [PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridgesRajesh Shah2005-06-271-3/+7
| * | | [PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah2005-06-2710-8/+53
| * | | [PATCH] pci: remove deprecatesAmit Gud2005-06-271-2/+2
| * | | [PATCH] pci: remove deprecatesAmit Gud2005-06-271-1/+1
| * | | [PATCH] PCI Allow OutOfRange PIRQ table addressjayalk@intworks.biz2005-06-274-15/+47
* | | | [PATCH] Tweak idle thread setup semanticsIngo Molnar2005-06-282-1/+15
* | | | [PATCH] ll_rw_blk: prevent huge request allocationsJens Axboe2005-06-281-0/+9
* | | | [PATCH] md: bio leak fixNeil Brown2005-06-281-0/+1
* | | | [PATCH] kexec: fix sparse warningsAlexey Dobriyan2005-06-281-5/+5
* | | | [PATCH] cciss_ioctl() warning fixAndrew Morton2005-06-281-1/+0
| |_|/ |/| |
* | | Merge head 'upstream-20050628-1' of rsync://rsync.kernel.org/pub/scm/linux/ke...Linus Torvalds2005-06-283-23/+101
|\ \ \
| * | | [PATCH] libata: ahci: remove ata_port_start/stop() callsTejun Heo2005-06-281-18/+4