index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-08
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
48
-876
/
+411
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-29
/
+11
2010-08-07
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-2
/
+2
2010-08-06
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-0
/
+9
2010-08-06
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2010-08-03
acpi ec_sys: Be more cautious about ec write access
Thomas Renninger
2
-10
/
+32
2010-08-03
acpi ec: Fix possible double io port registration
Thomas Renninger
1
-10
/
+10
2010-08-03
ACPI: Register EC io ports in /proc/ioports
Thomas Renninger
1
-2
/
+10
2010-08-03
ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the EC
Thomas Renninger
1
-0
/
+86
2010-08-03
ACPI: Provide /sys/kernel/debug/ec/...
Thomas Renninger
5
-13
/
+100
2010-08-03
ACPI: Remove /proc/acpi/embedded_controller/..
Thomas Renninger
1
-80
/
+1
2010-08-02
x86: Fix keeping track of AMD C1E
Michal Schmidt
1
-1
/
+1
2010-07-30
ACPI: Disable ASPM if the platform won't provide _OSC control for PCIe
Matthew Garrett
1
-0
/
+9
2010-07-27
time: Kill off CONFIG_GENERIC_TIME
John Stultz
2
-2
/
+2
2010-07-25
Merge branch 'bugzilla-16396' into release
Len Brown
1
-18
/
+17
2010-07-25
ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM
Rafael J. Wysocki
1
-18
/
+17
2010-07-23
Merge branch 'misc' into release
Len Brown
1
-0
/
+3
2010-07-23
Merge branch 'bugzilla-15886' into release
Len Brown
1
-1
/
+6
2010-07-23
Merge branch 'bugzilla-102904-workaround' into release
Len Brown
1
-1
/
+1
2010-07-23
Merge branch 'bugzilla-16244' into release
Len Brown
1
-1
/
+7
2010-07-23
Merge branch 'bugzilla-16271' into release
Len Brown
1
-8
/
+11
2010-07-23
ACPI: create "processor.bm_check_disable" boot param
Len Brown
1
-0
/
+5
2010-07-23
ACPI: skip checking BM_STS if the BIOS doesn't ask for it
Len Brown
1
-1
/
+1
2010-07-21
ACPI: fix unused function warning
KOSAKI Motohiro
1
-0
/
+3
2010-07-12
ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()
Rafael J. Wysocki
1
-13
/
+8
2010-07-12
ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset
Rafael J. Wysocki
1
-1
/
+1
2010-07-12
ACPI / ACPICA: Do not execute _PRW methods during initialization
Rafael J. Wysocki
9
-298
/
+83
2010-07-12
ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()
Rafael J. Wysocki
1
-2
/
+3
2010-07-12
ACPI: processor: fix processor_physically_present on UP
Alex Chiang
1
-1
/
+1
2010-07-07
ACPI video: fix string mismatch for Sony SR290 laptop
Nik A. Melchior
1
-1
/
+1
2010-07-07
ACPICA: Fix for Alias references within Package objects
Bob Moore
1
-1
/
+15
2010-07-07
ACPICA: Fix lint warning for 64-bit constant
Bob Moore
1
-1
/
+1
2010-07-07
ACPICA: Remove obsolete GPE function
Bob Moore
3
-30
/
+6
2010-07-07
ACPICA: Drop acpi_set_gpe
Rafael J. Wysocki
1
-60
/
+0
2010-07-07
ACPICA: Use low-level GPE enable during GPE block initialization
Rafael J. Wysocki
4
-44
/
+47
2010-07-07
ACPI / EC: Do not use acpi_set_gpe
Rafael J. Wysocki
1
-11
/
+4
2010-07-07
ACPI / EC: Drop suspend and resume routines
Rafael J. Wysocki
1
-18
/
+0
2010-07-07
ACPICA: Remove wakeup GPE reference counting which is not used
Rafael J. Wysocki
9
-121
/
+46
2010-07-07
ACPICA: Introduce acpi_gpe_wakeup()
Rafael J. Wysocki
3
-19
/
+81
2010-07-07
ACPICA: Rename acpi_hw_gpe_register_bit
Lin Ming
3
-7
/
+7
2010-07-07
ACPICA: Optimization: Reduce the number of namespace walks
Alexey Starikovskiy
2
-6
/
+32
2010-07-07
ACPICA: Update flags for operand object
Bob Moore
2
-17
/
+8
2010-07-07
ACPICA: Performance enhancement for namespace search and access
Alexey Starikovskiy
15
-218
/
+52
2010-07-07
ACPICA: Expand device initialization counters to 32 bits
Bob Moore
2
-5
/
+5
2010-07-07
ACPICA: Core: Replace all %d format specifiers with %u (unsigned)
Bob Moore
11
-28
/
+28
2010-07-07
ACPICA: Expand initialization counters to 32 bits
Alexey Starikovskiy
3
-24
/
+24
2010-07-07
ACPICA: iASL/Core: Add support for _WDG/_WED MS methods
Bob Moore
1
-6
/
+7
2010-07-07
ACPICA: Add comment: _BCL cannot be sorted on the fly
Bob Moore
1
-0
/
+7
2010-07-07
ACPI battery: don't invoke power_supply_changed twice when battery is hot-added
Zhang Rui
1
-1
/
+7
2010-07-02
correct console log level when ERST ACPI table is not found
Daniel J Blueman
1
-1
/
+1
[next]