summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge branches 'release' and 'dock' into releaseLen Brown2008-03-181-0/+1
| | |\ \ \
| | | * | | ACPI: Set flag DOCK_UNDOCKING when triggered via sysfsHolger Macht2008-03-181-0/+1
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *-------. \ \ \ Merge branches 'release', 'asus', 'bugzilla-8573', 'bugzilla-9995', 'bugzilla...Len Brown2008-03-18118-747/+1054
| | |\ \ \ \ \ \ \ \
| | | | | | | * | | | thermal: delete "default y"Len Brown2008-03-181-1/+0
| | | | | | | * | | | thermal: re-document thermal unitsZhang, Rui2008-03-181-11/+11
| | | | | | | * | | | Revert "thermal: fix generic thermal I/F for hwmon"Len Brown2008-03-183-155/+37
| | | | | | | | |_|/ | | | | | | | |/| |
| | | | | | * | | | ACPI: lockdep warning on boot, 2.6.25-rc5Venki Pallipadi2008-03-141-3/+9
| | | | | * | | | | ACPI: fix ATA_ACPI buildLen Brown2008-03-181-0/+1
| | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Revert "ACPI: video: Ignore devices that aren't present in hardware"Len Brown2008-03-181-29/+0
| | | | * | | | | Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware"Len Brown2008-03-181-30/+1
| | | | |/ / / /
| | | * | | | | ACPI: battery: Don't return -EFAIL on broken packages.Alexey Starikovskiy2008-03-171-6/+5
| | | |/ / / /
| | * | | | | asus_acpi: remove misleading maskJulia Lawall2008-03-181-1/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-03-1813-25/+183
| |\ \ \ \ \ \
| | * | | | | | Input: ALPS - fix forward/back buttons reversed on Acer 5520-5290Laszlo Kajan2008-03-181-2/+2
| | * | | | | | Input: ALPS - put secondary device in proper place in sysfsDmitry Torokhov2008-03-181-0/+1
| | * | | | | | Input: wacom - add support for Bamboo1, BambooFun, and Cintiq 12WXPing Cheng2008-03-144-12/+32
| | * | | | | | Input: document i8042.noloopJiri Kosina2008-03-141-0/+2
| | * | | | | | Input: add keyboard notifier documentationSamuel Thibault2008-03-141-0/+52
| | * | | | | | Input: ads7846 - fix uninitialized var warningAndrew Morton2008-03-141-1/+1
| | * | | | | | Input: i8042 - add SNI RM supportThomas Bogendoerfer2008-03-142-0/+77
| | * | | | | | Input: i8042 - add Lenovo 3000 N100 to nomux blacklistJiri Kosina2008-03-141-0/+7
| | * | | | | | Input: i8042 - fix warning on non-x86 buildsRoland Dreier2008-03-141-2/+1
| | * | | | | | Input: cobalt_btns - assorted fixesYoichi Yuasa2008-03-141-8/+8
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-03-181-1/+2
| |\ \ \ \ \ \
| | * | | | | | make selinux_parse_opts_str() staticAdrian Bunk2008-03-181-1/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-188-1203/+10
| |\ \ \ \ \ \
| | * | | | | | Revert "unexport bio_{,un}map_user"Jens Axboe2008-03-171-0/+2
| | * | | | | | relay: fix subbuf_splice_actor() adding too many pagesJens Axboe2008-03-171-2/+3
| | * | | | | | The ps2esdi driver was marked as BROKEN more than two years ago due to beingAdrian Bunk2008-03-176-1201/+5
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-03-189-96/+110
| |\ \ \ \ \ \
| | * | | | | | drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie2008-03-174-69/+27
| | * | | | | | drm/radeon: fixup RV550 chip familyAlex Deucher2008-03-171-3/+4
| | * | | | | | drm/via: attempt again to stabilise the AGP DMA command submission.Thomas Hellstrom2008-03-172-7/+54
| | * | | | | | drm: Fix race that can lockup the kernelMike Isely2008-03-172-17/+25
| | |/ / / / /
| * | | | | | pciehp: don't enable slot unless forcedMark Lord2008-03-171-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-175-52/+145
| |\ \ \ \ \
| | * | | | | ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-171-4/+15
| | * | | | | pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo2008-03-171-1/+1
| | * | | | | ahci: implement skip_host_reset parameterTejun Heo2008-03-171-19/+29
| | * | | | | ahci: request all PCI BARsTejun Heo2008-03-171-1/+4
| | * | | | | devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-172-0/+27
| | * | | | | libata-acpi: improve dock event handlingTejun Heo2008-03-171-27/+69
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-03-176-14/+34
| |\ \ \ \ \
| | * | | | | virtio: fix race in enable_cbChristian Borntraeger2008-03-173-6/+10
| | * | | | | virtio: Enable netpoll interface for netconsole loggingAmit Shah2008-03-171-0/+12
| | * | | | | virtio: handle > 2 billion page balloon targetsRusty Russell2008-03-171-2/+2
| | * | | | | virtio: Fix sysfs bits to have proper block symlinkJeremy Katz2008-03-171-0/+1
| | * | | | | virtio: Use spin_lock_irqsave/restore for virtio-pciAnthony Liguori2008-03-171-6/+9
| | |/ / / /
| * | | | | hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro2008-03-171-3/+15
| |/ / / /
| * | | | Linux 2.6.25-rc6v2.6.25-rc6Linus Torvalds2008-03-161-1/+1
OpenPOWER on IntegriCloud