summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds2008-10-103-3/+6
* Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-10-1025-362/+923
|\
| * ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-09-291-1/+4
| * libata-eh: clear UNIT ATTENTION after resetTejun Heo2008-09-291-0/+94
| * ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable listHerton Ronaldo Krzesinski2008-09-291-0/+1
| * libata: reorder ata_device to remove 8 bytes of padding on 64 bitsRichard Kennedy2008-09-291-1/+1
| * [libata] pata_bf54x: Add proper PM operationSonic Zhang2008-09-291-7/+27
| * pata_sil680: convert CONFIG_PPC_MERGE to CONFIG_PPCKumar Gala2008-09-291-1/+1
| * libata: Implement disk shock protection supportElias Oltmanns2008-09-295-3/+246
| * [libata] Introduce ata_id_has_unload()Elias Oltmanns2008-09-291-0/+9
| * PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driverBen Dooks2008-09-291-1/+1
| * ata_piix: drop merged SCR access and use slave_link insteadTejun Heo2008-09-291-127/+40
| * libata: implement slave_linkTejun Heo2008-09-294-52/+303
| * libata: misc updates to prepare for slave linkTejun Heo2008-09-292-10/+12
| * libata: reimplement link iteratorTejun Heo2008-09-292-25/+38
| * libata: make SCR access ops per-linkTejun Heo2008-09-2918-141/+153
* | Linux 2.6.27v2.6.27Linus Torvalds2008-10-091-1/+1
* | Don't allow splice() to files opened with O_APPENDLinus Torvalds2008-10-091-0/+3
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-10-095-36/+83
|\ \
| * | hwmon: (abituguru3) Enable DMI probing feature on Abit AT8 32XAlistair John Strachan2008-10-091-1/+1
| * | hwmon: (abituguru3) Enable reading from AUX3 fan on Abit AT8 32XAlistair John Strachan2008-10-091-0/+1
| * | hwmon: (adt7473) Fix some bogosity in documentation fileDarrick J. Wong2008-10-091-13/+5
| * | hwmon: Define sysfs interface for energy consumption registerDarrick J. Wong2008-10-091-0/+12
| * | hwmon: (it87) Prevent power-off on Shuttle SN68PTJean Delvare2008-10-091-19/+51
| * | eeepc-laptop: Fix hwmon interfaceCorentin Chary2008-10-091-3/+13
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-10-093-8/+6
|\ \ \
| * | | [CPUFREQ] correct broken links and email addressesNémeth Márton2008-10-093-8/+6
| |/ /
* | | SLOB: fix bogus ksize calculation fixMatt Mackall2008-10-091-3/+5
|/ /
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-081-0/+4
|\ \
| * | [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte SurRalf Baechle2008-10-081-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-089-39/+38
|\ \ \ | |/ / |/| |
| * | tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera2008-10-071-1/+5
| * | net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-10-072-5/+5
| |\ \
| | * | [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongleMarcel Holtmann2008-10-061-0/+1
| | * | [Bluetooth] Add reset quirk for new Targus and Belkin donglesMarcel Holtmann2008-10-061-0/+4
| | * | [Bluetooth] Fix double frees on error paths of btusb and bpa10x driversMarcel Holtmann2008-10-062-5/+0
| * | | tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
| * | | net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
| * | | netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski2008-10-061-1/+1
| * | | ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller2008-10-061-0/+3
| * | | Revert "ax25: Fix std timer socket destroy handling."David S. Miller2008-10-061-3/+5
* | | | SLOB: fix bogus ksize calculationMatt Mackall2008-10-071-1/+1
* | | | Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"Linus Torvalds2008-10-071-1/+0
* | | | Linux 2.6.27-rc9v2.6.27-rc9Linus Torvalds2008-10-061-1/+1
* | | | Marker depmod fix core kernel listMathieu Desnoyers2008-10-061-2/+4
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-10-062-6/+4
|\ \ \ \
| * | | | kgdb: call touch_softlockup_watchdog on resumeJason Wessel2008-10-061-0/+3
| * | | | kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMIJan Kiszka2008-10-061-6/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-061-9/+11
|\ \ \ \ \
OpenPOWER on IntegriCloud