messages from 2011-02-28 17:03:32 to 2011-03-23 07:07:37 UTC [more...]
ACPI patch queue for 2.6.39-merge
2011-03-23 6:42 UTC (24+ messages)
` [PATCH 01/42] ACPI: Do not export functions that are only used in osl.c
` [PATCH 02/42] ACPI: Change acpi_ioremap_lock into a mutex
` [PATCH 03/42] ACPI: Avoid walking the list of memory mappings in osl.c twice in a row
` [PATCH 04/42] ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings
` [PATCH 05/42] ACPI: Do not use krefs under a mutex in osl.c
` [PATCH 06/42] ACPI: Introduce acpi_os_get_iomem()
` [PATCH 07/42] ACPI / PM: Use existing ACPI iomaps for NVS save/restore (v2)
` [PATCH 08/42] ACPI: Remove the wakeup.run_wake_count device field
` [PATCH 09/42] ACPI / Button: Avoid disabling wakeup unnecessarily on remove
` [PATCH 10/42] ACPI / PM: Drop acpi_restore_state_mem()
` [PATCH 11/42] ACPI / PM: acpi_suspend_enter() need not switch interrupts off
` [PATCH 12/42] ACPI / PM: Modify the "low-level resume finished" message
` [PATCH 13/42] ACPI / PM: Call acpi_save_state_mem() right before low-level suspend
` [PATCH 14/42] ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()
` [PATCH 15/42] ACPI / PM: acpi_hibernation_enter() need not switch interrupts off
` [PATCH 16/42] ACPI: Avoid calling request_irq() many times for the same interrupt
` [PATCH 26/42] Thermal_Framework-Fix_crash_during_hwmon_unregister
` [PATCH 29/42] ACPI: Remove the unused EC sysdev class
` [PATCH 36/42] ACPICA: Fix access width for reset vector
` [PATCH 37/42] ACPI: Bug compatibility for Windows on the ACPI reboot vector
` [PATCH 38/42] ACPI: Make sure the FADT is at least rev 2 before using the reset register
` [PATCH 41/42] ACPI: make acpi_pad /sys output more readable
` [PATCH 42/42] ACPI: minor printk format change in acpi_pad
[PATCH] ACPI:Fix goto flows in thermal-sys
2011-03-23 5:54 UTC (2+ messages)
[PATCH 1/2] ACPI : remove CONFIG_ACPI_PROCFS_POWER and AC/Battery procfs I/F
2011-03-23 5:34 UTC (3+ messages)
[PATCH] ACPI: Handle multiple button devices with the same name
2011-03-23 4:56 UTC (2+ messages)
[Patch] acpi: introduce "acpi_addr=" parameter for kdump
2011-03-23 4:36 UTC (13+ messages)
ACPICA release 20110316 linuxized patches
2011-03-23 4:19 UTC (2+ messages)
[PATCH 0/7] ACPI, APEI patches for 2.6.39
2011-03-23 4:16 UTC (5+ messages)
[PATCH 1/4] X86: Revamp reboot behaviour to match Windows more closely
2011-03-23 4:08 UTC (12+ messages)
` [PATCH 2/4] ACPICA: Fix access width for reset vector
` [PATCH 3/4] ACPI: Bug compatibility for Windows on the ACPI reboot vector
` [PATCH 4/4] ACPI: Make sure the FADT is at least rev 2 before using the reset register
[PATCH 2/2] ACPI button: remove unused procfs I/F
2011-03-23 3:21 UTC (3+ messages)
[PATCH] acpi_battery: fribble sysfs files from a resume notifier
2011-03-22 20:40 UTC (2+ messages)
acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
2011-03-22 2:32 UTC (3+ messages)
[RFT][PATCH] PCI / ACPI: Do not require MSI support for PCIe native features
2011-03-22 0:07 UTC (19+ messages)
` Hot plug issue on 2.6.38
Suspend/resume regression in Toshiba A11 since 2.6.34-rc4
2011-03-21 22:58 UTC
acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
2011-03-21 19:27 UTC (18+ messages)
Letter
2011-03-19 18:39 UTC
Letter
2011-03-19 18:39 UTC
Status of native backlight patchset?
2011-03-19 13:17 UTC
ACPICA release 20110211 linuxized patches
2011-03-18 22:01 UTC (3+ messages)
[PATCH 3/8] ACPI: Use syscore_ops instead of sysdev class and sysdev
2011-03-18 21:38 UTC (2+ messages)
[PATCH] ACPI: Remove the unused EC sysdev class
2011-03-18 21:36 UTC (2+ messages)
Web Mail User Alart : Important Notice!!! Your webmail Account Expires in 24 Hours!!!
2011-03-16 21:00 UTC
[PATCH 1/2] v2 merge 32 and 64 realmode wakeup code
2011-03-16 0:55 UTC (3+ messages)
[PATCH 1/2] merge 32 and 64 realmode wakeup code
2011-03-15 19:31 UTC (4+ messages)
[PATCH 2/2] clean acpi wakeup code after merge
2011-03-13 22:32 UTC (2+ messages)
[ANNOUNCE] cpupowerutils - cpufrequtils extended with quite some features
2011-03-12 4:40 UTC (5+ messages)
[BUG] Fans keep running, first found since v2.6.38-rc7
2011-03-11 23:02 UTC (9+ messages)
acer-wmi: rfkill and bluetooth enabling doesn't work as in 2.6.37
2011-03-10 18:37 UTC
[PATCH]: cpufreq: pcc-cpufreq: don't load driver if get_freq fails during init
2011-03-09 16:27 UTC (3+ messages)
FW:
2011-03-09 12:08 UTC
2.6.38-rc7-git4: Reported regressions 2.6.36 -> 2.6.37
2011-03-06 12:34 UTC
2.6.38-rc7-git4: Reported regressions from 2.6.37
2011-03-06 12:08 UTC
[PATCH 0/6] ACPI / PM: Simplifications of core suspend and hibernate code
2011-03-04 20:53 UTC (14+ messages)
` [PATCH 1/6] ACPI / PM: Drop acpi_restore_state_mem()
` [PATCH 2/6] ACPI / PM: Do not switch interrupts off/on in acpi_suspend_enter()
` [PATCH 3/6] ACPI / PM: Modify the "low-level resume finished" message
` [PATCH 4/6] ACPI / PM: Call acpi_save_state_mem() right before low-level suspend
` [PATCH 5/6] ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()
` [PATCH 6/6] ACPI / PM: Do not switch interrupts off/on in acpi_hibernation_enter()
mmotm 2011-03-02 - ACPI/sysfs WARNING with NVidia graphics card
2011-03-04 5:25 UTC (4+ messages)
[PATCH 1/2] ACPI/Intel: Rework Opregion support
2011-03-03 13:07 UTC (9+ messages)
` [PATCH 2/2] staging: Use generic IGD opregion code for gma500
Patch[1/1]:ThermalFramework:Fix_crash_during_hwmon_unregister
2011-03-03 9:47 UTC (3+ messages)
[PATCH 0/2] acpi: section annotation adjustments in processor driver
2011-03-03 7:49 UTC (3+ messages)
[GIT] ACPI patches for 2.6.38-rc7
2011-03-02 23:22 UTC
[Bugme-new] [Bug 29922] New: irqpool crash
2011-03-02 23:01 UTC (3+ messages)
[PATCH] pnpacpi: Better format error message
2011-03-01 22:25 UTC (4+ messages)
Your email won $1,000,000 on microsoft co poration contact (stevencageclaim@hotmail.com)
2011-03-01 14:10 UTC
[PATCH 0/4] init: Shrink early messages to prevent overflowing the kernel log buffer
2011-03-01 7:51 UTC (21+ messages)
` [PATCH 1/4] printk: Allocate kernel log buffer earlier
` [PATCH 4/4] x86: Minimize SRAT messages
linux-next: Tree for December 20 (acpi_video)
2011-03-01 6:17 UTC (9+ messages)
` [upstream build breakage] "
` [PATCH upstream build breakage] acpi: several drivers depend on NET
` [build fix] ACPI: Fix build for CONFIG_NET unset
[PATCH] acpi: Corrections of unchecked calls to request_region
2011-02-28 20:33 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox