index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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-07
ACPI / Sleep: Drop acpi_suspend_finish()
Rafael J. Wysocki
1
-7
/
+2
2010-07-07
ACPI / Sleep: Consolidate suspend and hibernation routines
Rafael J. Wysocki
1
-26
/
+16
2010-07-07
ACPI / Wakeup: Simplify enabling of wakeup devices
Rafael J. Wysocki
3
-44
/
+14
2010-07-07
ACPI / Sleep: Rework enabling wakeup devices
Rafael J. Wysocki
1
-4
/
+2
2010-07-07
ACPI / Sleep: Free NVS copy if suspending of devices fails
Rafael J. Wysocki
1
-1
/
+1
2010-07-02
correct console log level when ERST ACPI table is not found
Daniel J Blueman
1
-1
/
+1
2010-06-29
acpi: use queue_work_on() instead of binding workqueue worker to cpu0
Tejun Heo
1
-29
/
+11
2010-06-29
ACPI: handle systems which asynchoronously enable ACPI mode
Len Brown
1
-8
/
+11
2010-06-28
acpi: update gfp/slab.h includes
Tejun Heo
2
-0
/
+2
2010-06-17
Merge branch 'bugzilla-15951' into release
Len Brown
2
-15
/
+9
2010-06-17
ACPI / PM: Do not enable GPEs for system wakeup in advance
Rafael J. Wysocki
2
-15
/
+9
2010-06-12
Merge branch 'misc-2.6.35' into release
Len Brown
2
-1
/
+7
2010-06-12
Merge branch 'bugzilla-13931-sleep-nvs' into release
Len Brown
1
-15
/
+19
2010-06-12
Merge branch 'bugzilla-102904-workaround' into release
Len Brown
1
-0
/
+8
2010-06-12
Merge branch 'acpica-cherry-pick' into release
Len Brown
5
-0
/
+41
2010-06-12
ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility
Matthew Garrett
3
-0
/
+29
2010-06-12
ACPICA: Limit maximum time for Sleep() operator
Bob Moore
2
-0
/
+12
2010-06-12
Merge branch 'acpi_pad' into release
Len Brown
1
-12
/
+24
2010-06-12
Merge branch 'gpe-regression-fixes' into release
Len Brown
8
-160
/
+145
2010-06-12
ACPI / ACPICA: Fix sysfs GPE interface
Rafael J. Wysocki
1
-2
/
+4
2010-06-12
ACPI / ACPICA: Fix GPE initialization
Rafael J. Wysocki
1
-1
/
+13
2010-06-12
ACPI / ACPICA: Avoid writing full enable masks to GPE registers
Rafael J. Wysocki
1
-13
/
+5
2010-06-12
ACPI / ACPICA: Fix low-level GPE manipulation code
Rafael J. Wysocki
5
-122
/
+78
2010-06-12
ACPI / ACPICA: Use helper function for computing GPE masks
Rafael J. Wysocki
3
-16
/
+46
2010-06-12
ACPI / ACPICA: Do not attempt to disable GPE when installing handler
Rafael J. Wysocki
1
-7
/
+0
2010-06-10
ACPI: Disable Vista compatibility for Sony VGN-NS50B_L
Zhang Rui
1
-0
/
+8
[prev]
[next]