summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Get rid of struct request request_pm_state memberJens Axboe2006-06-232-41/+54
* [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-2/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-2349-128/+87
|\
| * [NET]: Require CAP_NET_ADMIN to create tuntap devices.David Woodhouse2006-06-231-0/+3
| * [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-2316-41/+41
| * [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-2334-87/+43
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-23131-3781/+4312
|\ \
| * \ merge linus into release branchLen Brown2006-06-192-3/+10
| |\ \
| * \ \ Pull button into release branchLen Brown2006-06-151-0/+8
| |\ \ \
| | * | | ACPI: suppress power button event on S3 resumeArnaud Patard2006-06-151-0/+8
| * | | | ACPI: resolve merge conflict between sem2mutex and processor_perflib.cLen Brown2006-06-151-2/+2
| * | | | Pull bugzilla-5737 into release branchLen Brown2006-06-151-0/+224
| |\ \ \ \
| | * | | | ACPI: use for_each_possible_cpu() instead of for_each_cpu()KAMEZAWA Hiroyuki2006-05-131-6/+6
| | * | | | ACPI: delete newly added debugging macros in processor_perflib.cLen Brown2006-05-111-7/+3
| | * | | | P-state software coordination for ACPI coreVenkatesh Pallipadi2006-02-091-0/+228
| * | | | | Pull bugzilla-5000 into release branchLen Brown2006-06-154-6/+174
| |\ \ \ \ \
| | * | | | | ACPI: create acpi_thermal_resume()Konstantin Karasyov2006-05-151-0/+16
| | * | | | | ACPI: create acpi_fan_suspend()/acpi_fan_resume()Konstantin Karasyov2006-05-152-6/+48
| | * | | | | ACPI: pass pm_message_t from acpi_device_suspend() to root_suspend()Len Brown2006-05-151-11/+3
| | * | | | | ACPI: create acpi_device_suspend()/acpi_device_resume()Patrick Mochel2006-05-151-0/+118
| | | |/ / / | | |/| | |
| * | | | | Pull bugzilla-5764 into release branchLen Brown2006-06-151-22/+29
| |\ \ \ \ \
| | * | | | | ACPI: replace spin_lock_irq with mutex for ec poll modeRich Townsend2006-05-191-22/+29
| * | | | | | Pull ibm_acpi into release branchLen Brown2006-06-151-0/+70
| |\ \ \ \ \ \
| | * | | | | | ACPI: Allow a WAN module enable/disable on a Thinkpad X60.Jeremy Fitzhardinge2006-06-011-0/+70
| * | | | | | | Pull sem2mutex into release branchLen Brown2006-06-153-24/+25
| |\ \ \ \ \ \ \
| | * | | | | | | sem2mutex: acpi, acpi_link_lockIngo Molnar2006-05-131-12/+13
| | * | | | | | | ACPI: delete unused acpi_bus_drivers_lockLen Brown2006-05-131-1/+0
| | * | | | | | | sem2mutex: drivers/acpi/processor_perflib.cArjan van de Ven2006-05-131-11/+12
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Pull trivial2 into release branchLen Brown2006-06-154-6/+8
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI: asus_acpi_init(): propagate correct return valueAndrew Morton2006-05-151-1/+1
| | * | | | | | | ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and fr...Andreas Mohr2006-05-141-4/+4
| | * | | | | | | ACPI: fix memory leak in acpi_thermal_add() error pathVasily Averin2006-05-131-1/+1
| | * | | | | | | ACPI: fix potential memory leak in acpi_evaluate_integer() error pathVasily Averin2006-05-131-0/+2
| | |/ / / / / /
| * | | | | | | Pull video into release branchLen Brown2006-06-151-8/+13
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI: fix potential memory leaks in driver/acpi/video.cYu, Luming2006-05-151-8/+13
| | |/ / / / / /
| * | | | | | | Pull acpi_bus_register_driver into release branchLen Brown2006-06-153-31/+31
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI: acpi_bus_unregister_driver() returns voidBjorn Helgaas2006-05-131-22/+10
| | * | | | | | | ACPI: fix sonypi ACPI driver registration to unregister on failureBjorn Helgaas2006-04-011-5/+5
| | * | | | | | | ACPI: update asus_acpi driver registration to unload on failureBjorn Helgaas2006-04-011-1/+17
| | * | | | | | | ACPI: make acpi_bus_register_driver() return success/failure, not device count Bjorn Helgaas2006-04-011-11/+5
| * | | | | | | | Pull bugzilla-5452 into release branchLen Brown2006-06-151-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI: enable BIOS warningLen Brown2006-03-311-2/+2
| * | | | | | | | | Pull trivial into release branchLen Brown2006-06-153-2/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ACPI] drivers/acpi/video.c: fix error path NULL pointer dereferenceAdrian Bunk2006-03-311-1/+1
| | * | | | | | | | | [ACPI] fix possible acpi thermal leak in failure pathDave Jones2006-03-311-1/+3
| | * | | | | | | | | [ACPI] drivers/acpi/hotkey.c: check kmalloc return valueIrwan Djajadi2006-03-311-0/+2
| | |/ / / / / / / /
| * | | | | | | | | Pull trivial1 into release branchLen Brown2006-06-154-36/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPI: Don't print internal BIOS names of wakeup devicesBjorn Helgaas2006-04-031-3/+0
| | * | | | | | | | | ACPI: build fix for u8 cpu_indexAshok Raj2006-04-011-5/+5
| | * | | | | | | | | ACPI: remove __init/__exit from Asus .add()/.remove() methods Bjorn Helgaas2006-04-011-5/+5