summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sata_nv: better irq handlersTejun Heo2006-06-201-17/+194
* [PATCH] sata_nv: simplify constantsTejun Heo2006-06-201-19/+12
* [PATCH] sata_nv: kill struct nv_host_desc and nv_hostTejun Heo2006-06-201-48/+2
* [PATCH] sata_nv: kill not-working hotplug codeTejun Heo2006-06-201-169/+0
* Merge branch 'master' into upstreamJeff Garzik2006-06-1810-51/+44
|\
| * Linux v2.6.17v2.6.17Linus Torvalds2006-06-171-1/+1
| * [PATCH] powerpc: enable CPU_FTR_CI_LARGE_PAGE for cellArnd Bergmann2006-06-171-1/+1
| * [PATCH] powerpc: Fix 64k pages on non-partitioned machinesArnd Bergmann2006-06-171-2/+2
| * [PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov2006-06-171-3/+0
| * [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov2006-06-172-26/+18
| * [PATCH] check_process_timers: fix possible lockupOleg Nesterov2006-06-171-5/+4
| * [PATCH] sky2: netconsole suspend/resume interactionStephen Hemminger2006-06-171-1/+6
| * [PATCH] Fix missing ret assignment in __bio_map_user() error pathJens Axboe2006-06-171-2/+3
| * [PATCH] fix cdrom openJens Axboe2006-06-171-2/+4
| * [PATCH] cfq-iosched: fix crash in do_div()Jens Axboe2006-06-141-8/+3
| * [PATCH] Return error in case flock_lock_file failureKirill Korotaev2006-06-141-0/+2
* | Merge branch 'master' into upstreamJeff Garzik2006-06-1319-38/+84
|\ \ | |/
| * [PATCH] sky2: stop/start hardware idle timer on suspend/resumeStephen Hemminger2006-06-131-4/+13
| * [PATCH] sky2: save/restore base hardware irq during suspend/resumeStephen Hemminger2006-06-131-0/+3
| * [PATCH] sky2: fix hotplug detect during pollStephen Hemminger2006-06-131-2/+2
| * [PATCH] sky2: don't hard code number of portsStephen Hemminger2006-06-131-2/+2
| * [PATCH] sky2: set_power_state should be voidStephen Hemminger2006-06-131-8/+8
| * [PATCH] alpha: generic hweight build fixRandy Dunlap2006-06-121-1/+1
| * [PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir()Sergey Vlasov2006-06-121-0/+1
| * [PATCH] tmpfs: time granularity fix for [acm]time going backwardsRobin H. Johnson2006-06-121-0/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-121-1/+0
| |\
| | * [SPARC64]: Do not double-export sys_close() when CONFIG_SOLARIS_EMUL_MODULEDavid S. Miller2006-06-111-1/+0
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-123-3/+3
| |\ \
| | * | [IPV4]: Increment ipInHdrErrors when TTL expires.Weidong2006-06-121-0/+1
| | * | [TCP]: continued: reno sacked_out count fixAki M Nyrhinen2006-06-111-3/+1
| | * | [DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau2006-06-111-0/+1
| | |/
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-127-8/+18
| |\ \
| | * | [ARM] Fix Integrator and Versatile interrupt initialisationRussell King2006-06-102-7/+3
| | * | [ARM] 3546/1: PATCH: subtle lost interrupts bug on i.MXMatt Reimer2006-06-081-1/+1
| | * | [ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie2006-06-083-0/+6
| | * | [ARM] Fix Neponset IRQ handlingRussell King2006-06-081-0/+8
| * | | [sky2] Fix sky2 network driver suspend/resumeLinus Torvalds2006-06-121-0/+4
| * | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-121-0/+3
| |\ \ \ | | |_|/ | |/| |
| * | | [PATCH] Fix for the PPTP hangs that have been reportedPaul Mackerras2006-06-111-1/+3
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-113-8/+25
| |\ \ \
| | * | | [PATCH] PCI: reverse pci config space restore orderYu, Luming2006-06-111-1/+5
| | * | | [PATCH] PCI: Improve PCI config space writebackDave Jones2006-06-111-3/+13
| | * | | [PATCH] PCI: Error handling on PCI device resumeJean Delvare2006-06-111-5/+8
| | * | | [PATCH] PCI: fix pciehp compile issue when CONFIG_ACPI is not enabledakpm@osdl.org2006-06-111-1/+1
| * | | | [PATCH] typo in vmscan.cChristoph Lameter2006-06-111-1/+1
| |/ / /
* | | | [libata] Update docs to reflect current driver APIJeff Garzik2006-06-132-25/+81
* | | | [PATCH] libata: add host_set->next for legacy two host_sets case, take #3Tejun Heo2006-06-123-3/+19
* | | | [PATCH] libata: fix oops caused rescanning NULL sdevTejun Heo2006-06-121-8/+9
* | | | [PATCH] sata_sil: update device hotplug handling, take #2Tejun Heo2006-06-121-1/+19
* | | | [PATCH] libata: fast exit from EH while unloadingTejun Heo2006-06-121-0/+4
OpenPOWER on IntegriCloud