summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Pull events into release branchLen Brown2007-08-2516-47/+108
| |\ \ \ \ \
| | * | | | | ACPI: fix ia64 allnoconfig buildLen Brown2007-08-241-2/+3
| | * | | | | ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-2316-28/+50
| | * | | | | ACPI: don't duplicate input events on netlinkZhang Rui2007-08-239-14/+52
| * | | | | | Pull misc into release branchLen Brown2007-08-255-5/+7
| |\ \ \ \ \ \
| | * | | | | | acpiphp_ibm: add missing '\n' to error messageJeremy Fitzhardinge2007-08-251-1/+1
| | * | | | | | ACPI: add dump_stack() to trace acpi_format_exception programming errorsAndrew Morton2007-08-251-0/+1
| | * | | | | | make drivers/acpi/scan.c:create_modalias() staticAdrian Bunk2007-08-251-2/+3
| | * | | | | | ACPI: Fix a warning of discarding qualifiers from pointer target typeAl Viro2007-08-251-1/+1
| | * | | | | | ACPI: "ACPI handle has no context!" should be KERN_DEBUGShaohua Li2007-08-251-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Pull suspend into release branchLen Brown2007-08-251-8/+11
| |\ \ \ \ \ \
| | * | | | | | ACPI: enable GPEs before calling _WAK on resumeThomas Renninger2007-08-241-8/+11
| | | |/ / / / | | |/| | | |
| * | | | | | Pull video into release branchLen Brown2007-08-251-4/+87
| |\ \ \ \ \ \
| | * | | | | | ACPI video hotkey: export missing ACPI video hotkey events via input layerLuming Yu2007-08-251-1/+88
| | * | | | | | ACPI video hotkey: remove invalid events handler for video output devicesZhang Rui2007-08-241-4/+0Star
| | |/ / / / /
| * | | | | | Pull thermal into release branchLen Brown2007-08-251-7/+40
| |\ \ \ \ \ \
| | * | | | | | ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek2007-08-251-2/+2
| | * | | | | | ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown2007-08-211-1/+16
| | * | | | | | ACPI: thermal: create "thermal.crt=C" bootparamLen Brown2007-08-141-0/+18
| | * | | | | | ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown2007-08-141-5/+5
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Pull sony into release branchLen Brown2007-08-251-6/+18
| |\ \ \ \ \ \
| | * | | | | | sony-laptop: call sonypi_compat_init earlierMattia Dongili2007-08-241-6/+9
| | * | | | | | sony-laptop: enable Vaio FZ eventsMattia Dongili2007-08-241-0/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Pull pnp into release branchLen Brown2007-08-2513-200/+42Star
| |\ \ \ \ \ \
| | * | | | | | PNP: remove null pointer checksBjorn Helgaas2007-08-245-60/+2Star
| | * | | | | | PNP: remove MODULE infrastructureBjorn Helgaas2007-08-242-88/+0Star
| | * | | | | | ISAPNP: removed unused isapnp_detected and ISAPNP_DEBUGBjorn Helgaas2007-08-241-7/+0Star
| | * | | | | | PNPACPI: remove unnecessary casts of "void *"Bjorn Helgaas2007-08-241-8/+5Star
| | * | | | | | PNPACPI: simplify irq_flags()Bjorn Helgaas2007-08-241-7/+4Star
| | * | | | | | PNP: fix up after LindentBjorn Helgaas2007-08-2410-31/+32
| | |/ / / / /
| * | | | | | Pull ec into release branchLen Brown2007-08-251-16/+31
| |\ \ \ \ \ \
| | * | | | | | ACPI: EC: revert fix for bugzilla 8709Alexey Starikovskiy2007-08-241-16/+31
| | |/ / / / /
| * | | | | | Pull bugzilla-8630 into release branchLen Brown2007-08-251-0/+71
| |\ \ \ \ \ \
| | * | | | | | ACPI: Validate XSDT, use RSDT if XSDT failsZhao Yakui2007-08-251-0/+71
| | |/ / / / /
| * | | | | | Pull battery into release branchLen Brown2007-08-251-17/+30
| |\ \ \ \ \ \
| | * | | | | | Revert "ACPI: Battery: Synchronize battery operations."Len Brown2007-08-151-17/+30
| * | | | | | | Pull asus into release branchLen Brown2007-08-251-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | asus-laptop: Fix rmmod of asus_laptopGuillaume Chazarain2007-08-241-1/+2
| | | |/ / / / | | |/| | | |
* | / | | | | DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefinedRandy Dunlap2007-08-251-1/+1
|/ / / / / /
* | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-08-244-11/+20
|\ \ \ \ \ \
| * | | | | | libata: don't check n_sectors during revalidation if zeroTejun Heo2007-08-231-1/+2
| * | | | | | pata_via: Add Arima W730-K8 and other rebadgingsAlan Cox2007-08-231-1/+4
| * | | | | | pata_sis: Add the FSC Amilo and friendsAlan Cox2007-08-231-0/+1
| * | | | | | pata_pdc2027x: PLL detection fixesMikael Pettersson2007-08-231-9/+9
| * | | | | | libata: fix n_sectors failure handling during revalidationTejun Heo2007-08-231-0/+4
| |/ / / / /
* | | | | | tty: dont needlessly cast kmalloc() return valueJesper Juhl2007-08-241-4/+2Star
* | | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-08-242-2/+10
|\ \ \ \ \ \
| * | | | | | V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab2007-08-231-2/+3
| * | | | | | V4L/DVB (6042): b2c2-flexcop: fix Airstar HD5000 tuning regressionTrent Piepho2007-08-231-0/+7
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-241-7/+25
|\ \ \ \ \ \