aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2-12/+12
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-9/+11
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones1-3/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-17/+8
2006-11-17Revert "ACPI: created a dedicated workqueue for notify() execution"Linus Torvalds1-13/+21
2006-10-20[PATCH] acpi memory hotplug: remove strange add_memory fail messageYasunori Goto1-0/+12
2006-10-20[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUGYasunori Goto1-1/+1
2006-10-20[PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong1-1/+1
2006-10-17[PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton1-0/+6
2006-10-14Pull trivial into test branchLen Brown7-11/+14
2006-10-14Pull bugzilla-5534 into test branchLen Brown2-34/+14
2006-10-14Pull ec into test branchLen Brown1-803/+293
2006-10-14Pull mwait into test branchLen Brown1-38/+63
2006-10-14Pull battery into test branchLen Brown2-7/+27
2006-10-14Pull ibm into test branchLen Brown1-2/+0
2006-10-14Pull asus into test branchLen Brown1-30/+37
2006-10-14ACPI: check battery status on resume for un/plug events during sleepJiri Kosina1-0/+14
2006-10-14ACPICA: Fix incorrect handling of PCI Express Root Bridge _HIDEiichiro Oiwa1-7/+6
2006-10-14ACPI: asus_acpi: don't printk on writing garbage to proc filesAlexey Dobriyan1-9/+1
2006-10-14ACPI: asus_acpi: fix proc files parsingDarren Jenkins1-23/+23
2006-10-14ACPI: fix printk format warningsRandy Dunlap2-2/+2
2006-10-14ACPI: fix section for CPU init functionsPierre Ossman2-2/+2
2006-10-14ACPI: update comments in motherboard.cLen Brown1-0/+6
2006-10-14ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNELJiri Kosina1-1/+1
2006-10-14ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUGDmitry Torokhov1-6/+3
2006-10-14ACPI: created a dedicated workqueue for notify() executionAlexey Y. Starikovskiy1-21/+13
2006-10-14ACPI: Remove deferred execution from global lock acquire wakeup pathAlexey Y. Starikovskiy1-13/+1
2006-10-14ACPI: EC: export ec_transaction() for msi-laptop driverLennart Poettering1-0/+2
2006-10-14ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().Denis M. Sadykov1-79/+45
2006-10-14ACPI: EC: Unify poll and interrupt gpe handlersDenis M. Sadykov1-95/+12
2006-10-14ACPI: EC: Unify poll and interrupt mode transaction functionsDenis M. Sadykov1-81/+29
2006-10-14ACPI: EC: Remove unused variables and duplicated codeDenis M. Sadykov1-458/+253
2006-10-14ACPI: EC: Remove unnecessary delay added by previous transation patch.Denis M. Sadykov1-53/+50
2006-10-14ACPI: consolidate functions in acpi ec driverLennart Poettering1-230/+95
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi1-38/+63
2006-10-14ACPI: sbs: fix module_param() initializersLebedev, Vladimir P1-5/+5
2006-10-14ACPI: sbs: check for NULL device pointerLebedev, Vladimir P1-2/+8
2006-10-14ACPI: ibm_acpi: Remove experimental status for brightness and volume.Stefan Schmidt1-2/+0
2006-10-14ACPI: asus_acpi: W3000 supportMarek W1-1/+16
2006-10-10ACPI: Allow setting SCI_EN bit in PM1_CONTROL registerLinus Torvalds1-2/+0
2006-10-10[PATCH] acpi NULL noise removalAl Viro1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-03fix drivers/acpi/Kconfig typosMatt LaPlante1-3/+3
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven1-4/+34
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupKeith Mannthey1-0/+4
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-1/+1
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-08-20Merge trivial low-risk suspend hotkey bugzilla-5918 into releaseLen Brown10-175/+159
2006-08-16ACPI: avoid irqrouter_resume might_sleep oops on resume from S4Len Brown2-1/+11
2006-08-16ACPI: hotkey.c fixes, fix for potential crash of hotkey.cHandle X1-162/+119
2006-08-16ACPI: memory hotplug: remove useless message at boot timeYasunori Goto1-6/+2
2006-08-15ACPI: verbose on kset/kobject_register errorsRandy Dunlap1-2/+10
2006-08-15ACPI: add message if firmware_register() init failsRandy Dunlap1-1/+5
2006-08-15ACPI: skip smart battery init when acpi=offLen Brown1-0/+3
2006-08-15ACPI: fix boot with acpi=offPavel Machek2-0/+5
2006-08-11ACPI: fix kfree in i2c_ec error pathJean Delvare1-1/+1
2006-08-06[PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki1-0/+4
2006-08-06[PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki1-8/+1
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-7/+6
2006-07-25ACPI: restore some dmesg to DEBUG-only, ala 2.6.17Len Brown1-2/+3
2006-07-12[PATCH] Revert "ACPI: execute Notify() handlers on new thread"Len Brown1-36/+24
2006-07-12ACPI: scan: handle kset/kobject errorsRandy Dunlap1-2/+10
2006-07-12ACPI: handle firmware_register init errorsRandy Dunlap1-1/+5
2006-07-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds43-215/+1019
2006-07-10[PATCH] x86_64: Fix up bogus defaults in ACPI KconfigAndi Kleen1-2/+0
2006-07-10[PATCH] ACPI: fix fan/thermal resumeKonstantin Karasyov1-1/+16
2006-07-10Pull dock into release branchLen Brown1-0/+1
2006-07-10ACPI: ACPI_DOCK: Initialize the atomic notifier listKristen Accardi1-0/+1
2006-07-10Pull acpi_os_allocate into test branchLen Brown4-39/+2
2006-07-10Pull acpica-20060707 into test branchLen Brown17-106/+194
2006-07-10Pull bugzilla-6687 into test branchLen Brown3-8/+8
2006-07-10Pull dock into test branchLen Brown4-0/+770
2006-07-10Pull trivial into test branchLen Brown15-32/+30
2006-07-10ACPI: acpi_os_allocate() fixesLen Brown4-39/+2
2006-07-10ACPI: SBS: fix initialization, sem2mutexAndrew Morton1-32/+14
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven13-28/+28
2006-07-09ACPI: delete some defaults from ACPI KconfigAndi Kleen1-2/+0
2006-07-09ACPI: "Device `[%s]' is not power manageable" make message debug onlyLen Brown1-2/+2
2006-07-09ACPI: ACPI_DOCK KconfigLen Brown1-2/+2
2006-07-09Revert "Revert "ACPI: dock driver""Len Brown4-0/+770
2006-07-09ACPI: acpi_os_get_thread_id() returns currentLen Brown3-8/+8
2006-07-09ACPI: ACPICA 20060707Bob Moore17-106/+194
2006-07-09Revert "ACPI: dock driver"Linus Torvalds4-770/+0
2006-07-03Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds29-308/+2724
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-01Pull smart-battery into release branchLen Brown9-14/+2355
2006-07-01Pull bugzilla-3241 into release branchLen Brown2-4/+8
2006-07-01Pull asus_acpi-0.30 into release branchLen Brown1-108/+223
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown10-148/+111
2006-07-01Pull acpi_os_free into release branchLen Brown15-35/+28
2006-07-01ACPI: remove function tracing macros from drivers/acpi/*.cLen Brown4-138/+56
2006-07-01ACPI: add support for Smart BatteryRich Townsend8-11/+2434
2006-07-01ACPI: asus_acpi: correct M6N/M6R display nodesKarol Kozimor1-2/+3
2006-07-01[PATCH] ACPI: fix not power-manageable device messageJae-hyeon Park1-1/+1
2006-07-01ACPI: handle battery notify event on broken BIOSVladimir Lebedev1-2/+4
2006-07-01ACPI: handle AC notify event on broken BIOSChristian Lupien1-2/+4
2006-07-01Pull asus_acpi-0.30 into release branchLen Brown1-108/+223
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown10-148/+111
2006-06-30ACPI: asus_acpi: add S1N WLED controlKarol Kozimor1-2/+3
2006-06-30ACPI: asus_acpi: add S1N WLED controlKarol Kozimor1-2/+3
2006-06-30ACPI: asus_acpi: rework model detectionKarol Kozimor1-90/+93
2006-06-30ACPI: asus_acpi: support L5DKarol Kozimor1-3/+7
2006-06-30ACPI: asus_acpi: handle internal Bluetooth / support W5AKarol Kozimor1-4/+47
2006-06-30ACPI: asus_acpi: support A4GKarol Kozimor1-0/+13
2006-06-30ACPI: asus_acpi: support W3400NKarol Kozimor1-4/+6
2006-06-30ACPI: asus_acpi: LED display supportKarol Kozimor1-6/+63
2006-06-30ACPI: asus_acpi: support A3GKarol Kozimor1-2/+6
2006-06-30ACPI: asus_acpi: misc cleanupsKarol Kozimor1-20/+7
2006-06-30Pull kmalloc into release branchLen Brown15-35/+28
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-4/+0
2006-06-30ACPI: drivers/acpi/scan.c: make acpi_bus_type staticAdrian Bunk1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-30ACPI: fixup memhotplug debug messageakpm@osdl.org1-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown15-35/+28
2006-06-30ACPI: video: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+0
2006-06-30ACPI: thermal: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: power: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: pci_root: Remove unneeded acpi_handle from driver.Patrick Mochel1-3/+1
2006-06-30ACPI: pci_link: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+1
2006-06-30ACPI: fan: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: button: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: battery: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: ac: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel1-32/+30
2006-06-30ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel1-15/+15
2006-06-30ACPI: power: Use acpi_device's handle instead of driver'sPatrick Mochel1-4/+4
2006-06-30ACPI: pci_root: Use acpi_device's handle instead of driver'sPatrick Mochel1-7/+7
2006-06-30ACPI: pci_link: Use acpi_device's handle instead of driver'sPatrick Mochel1-5/+5
2006-06-30ACPI: fan: Use acpi_device's handle instead of driver'sPatrick Mochel1-3/+3
2006-06-30ACPI: button: Use acpi_device's handle instead of driver'sPatrick Mochel1-4/+4
2006-06-30ACPI: battery: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
2006-06-30ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
2006-06-30ACPI: ac: Use acpi_device's handle instead of driver'sPatrick Mochel1-3/+3
2006-06-30ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel1-4/+4
2006-06-30ACPI: power: add struct acpi_device to struct acpi_power_resourcePatrick Mochel1-7/+5
2006-06-30ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel1-20/+5
2006-06-30ACPI: pci root: add struct acpi_device to struct acpi_pci_root.Patrick Mochel1-0/+2
2006-06-30ACPI: fan: add struct acpi_device to struct acpi_fan.Patrick Mochel1-0/+2
2006-06-30ACPI: battery: add struct acpi_device to struct acpi_battery.Patrick Mochel1-5/+4
2006-06-30ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device.Patrick Mochel1-0/+2
2006-06-30ACPI: ac: Add struct acpi_device to struct acpi_ac.Patrick Mochel1-3/+3
2006-06-29merge linus into release branchLen Brown3-35/+124
2006-06-29Pull acpica into release branchLen Brown18-411/+450
2006-06-29Pull c-states into release branchLen Brown1-19/+16
2006-06-29Pull trivial into release branchLen Brown1-2/+7
2006-06-28ACPI: fix battery on HP NX6125Vladimir Lebedev1-2/+5
2006-06-28ACPI: additional blacklist entry for ThinkPad R40eBartlomiej Swiercz1-0/+3
2006-06-28ACPI: restore comment justifying 'extra' P_LVLx accessAndreas Mohr1-2/+4
2006-06-28ACPI: C-States: only demote on current bus mastering activityDominik Brodowski1-3/+4
2006-06-28ACPI: C-States: bm_activity improvementsDominik Brodowski1-12/+6
2006-06-28ACPI: C-States: accounting of sleep statesDominik Brodowski1-4/+6
2006-06-28ACPI: ACPICA 20060623Bob Moore18-411/+450
2006-06-28ACPI: dock driverKristen Accardi4-0/+770
2006-06-27[PATCH] pgdat allocation for new node add (get node id by acpi)Yasunori Goto2-2/+16
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2-2/+3
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. ...Yasunori Goto1-0/+11
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. ...Yasunori Goto1-0/+21
2006-06-27[PATCH] acpi memory hotplug cannot manage _CRS with plural resourecesKAMEZAWA Hiroyuki1-35/+77
2006-06-27ACPI: asus_acpi_init: propagate correct return valueAndrew Morton1-1/+1
2006-06-27[ACPI] Print error message if remove/install notify handler failsThomas Renninger1-19/+28
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel28-1187/+862
2006-06-27Pull bugzilla-5737 into release branchThomas Renninger1-4/+4
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown21-102/+101
2006-06-27ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown9-54/+54
2006-06-27ACPI: Device [kobj-name] is not power manageableJae-hyeon Park1-1/+2
2006-06-27ACPI: acpi_os_wait_semaphore(): silence complaintBjorn Helgaas1-1/+1
2006-06-26ACPI: Export symbols for ACPI_ERROR/EXCEPTION/WARNING macrosThomas Renninger1-1/+5
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger27-445/+273
2006-06-26Merge branch 'x86-64'Linus Torvalds1-6/+6
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen1-6/+6
2006-06-26[PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz1-0/+9
2006-06-26ACPI: HW P-state coordination supportVenkatesh Pallipadi1-4/+4
2006-06-23[PATCH] fix typo in acpi video brightness changes.Dave Jones1-1/+1
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds127-3660/+4217
2006-06-23[PATCH] make ACPI errata __read_mostlyAndreas Mohr1-1/+1
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2-1/+49
2006-06-19Make sure to re-enable SCI after an ACPI suspendLinus Torvalds1-0/+3
2006-06-15Pull button into release branchLen Brown1-0/+8
2006-06-15ACPI: suppress power button event on S3 resumeArnaud Patard1-0/+8
2006-06-15ACPI: resolve merge conflict between sem2mutex and processor_perflib.cLen Brown1-2/+2
2006-06-15Pull bugzilla-5737 into release branchLen Brown1-0/+224
2006-06-15Pull bugzilla-5000 into release branchLen Brown4-6/+174
2006-06-15Pull bugzilla-5764 into release branchLen Brown1-22/+29
2006-06-15Pull ibm_acpi into release branchLen Brown1-0/+70
2006-06-15Pull sem2mutex into release branchLen Brown3-24/+25
2006-06-15Pull trivial2 into release branchLen Brown4-6/+8
2006-06-15Pull video into release branchLen Brown1-8/+13
2006-06-15Pull acpi_bus_register_driver into release branchLen Brown2-26/+26
2006-06-15Pull bugzilla-5452 into release branchLen Brown1-2/+2
2006-06-15Pull trivial into release branchLen Brown3-2/+6
2006-06-15Pull trivial1 into release branchLen Brown4-36/+23
2006-06-15Pull motherboard into release branchLen Brown1-28/+33
2006-06-15Pull Kconfig into release branchLen Brown1-2/+1
2006-06-15Pull ec into release branchLen Brown1-10/+6
2006-06-15Pull cpu-hotplug into release branchLen Brown1-4/+1
2006-06-15Pull address_range into release branchLen Brown1-7/+5
2006-06-15Pull acpica into release branchLen Brown112-3481/+3567