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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
8
-17
/
+22
2008-07-17
PNP: make resource option structures private to PNP subsystem
Bjorn Helgaas
2
-48
/
+48
2008-07-17
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
6
-13
/
+14
2008-07-17
PNP: whitespace/coding style fixes
Bjorn Helgaas
1
-7
/
+8
2008-07-17
PNP: add pnp_possible_config() -- can a device could be configured this way?
Bjorn Helgaas
3
-17
/
+74
2008-07-17
PNP: dont sort by type in /sys/.../resources
Bjorn Helgaas
1
-34
/
+22
2008-07-17
PNP: remove ratelimit on add resource failures
Bjorn Helgaas
1
-26
/
+8
2008-07-17
PNPACPI: keep disabled resources when parsing current config
Bjorn Helgaas
1
-18
/
+52
2008-07-17
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
12
-422
/
+331
2008-07-17
PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources
Bjorn Helgaas
1
-12
/
+60
2008-07-17
PNP: add pnp_resource_type_name() helper function
Bjorn Helgaas
2
-0
/
+16
2008-07-17
PNP: add pnp_resource_type() internal interface
Bjorn Helgaas
2
-0
/
+7
2008-07-17
PNP: remove pnp_resource.index
Bjorn Helgaas
4
-76
/
+33
2008-07-17
PNP: add detail to debug resource dump
Bjorn Helgaas
1
-8
/
+26
2008-07-17
ACPI: video: fix brightness allocation
Julia Jomantaite
1
-50
/
+73
2008-07-17
ACPI: Andi Kleen maintains the ACPI sub-system
Len Brown
1
-2
/
+2
2008-07-17
ACPI: Zhang Rui maintains ACPI THERMAL and FAN
Len Brown
1
-5
/
+5
2008-07-17
ACPI: Disable MWAIT via DMI on broken Compal board
Zhao Yakui
1
-0
/
+28
2008-07-17
ACPI : Create "idle=nomwait" bootparam
Zhao Yakui
7
-2
/
+35
2008-07-17
ACPI: Create "idle=halt" bootparam
Zhao Yakui
6
-2
/
+45
2008-07-17
ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support
Zhao Yakui
1
-0
/
+6
2008-07-17
ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...
Zhang Rui
6
-64
/
+258
2008-07-17
ACPICA: Update version to 20080609
Bob Moore
1
-1
/
+1
2008-07-17
ACPICA: Fix mutex debug code for wrong loop termination value
Bob Moore
1
-2
/
+2
2008-07-17
ACPICA: Cleanup of _PRT parsing code
Bob Moore
1
-12
/
+12
2008-07-17
ACPICA: Cleanup debug operand dump mechanism
Bob Moore
8
-83
/
+37
2008-07-17
ACPICA: Fix for invalid large array index on 64-bit systems
Bob Moore
1
-1
/
+1
2008-07-17
ACPICA: Update disassembler for DMAR table changes
Bob Moore
2
-0
/
+5
2008-07-17
ACPICA: Update DMAR and SRAT table definitions
Bob Moore
3
-6
/
+20
2008-07-17
ACPICA: Workaround for reversed _PRT entries from BIOS
Bob Moore
1
-0
/
+17
2008-07-17
ACPICA: Update version to 20080514
Bob Moore
1
-1
/
+1
2008-07-17
ACPICA: Add const qualifier for appropriate string constants
Bob Moore
11
-74
/
+99
2008-07-17
ACPICA: Several lint changes, no functional changes
Bob Moore
1
-4
/
+4
2008-07-17
ACPICA: Removed unused include files from source files
Bob Moore
1
-2
/
+0
2008-07-17
ACPICA: Eliminate acpi_native_uint type v2
Bob Moore
48
-221
/
+206
2008-07-17
ACPICA: Fix possible negative array index in acpi_ut_validate_exception
Bob Moore
2
-9
/
+9
2008-07-17
ACPICA: Update tracking macros to reduce code/data size
Jan Beulich
1
-6
/
+4
2008-07-17
ACPICA: Fix for hang on GPE method invocation
Bob Moore
10
-26
/
+3
2008-07-17
ACPICA: Add argument count checking to control method invocation via acpi_eva...
Bob Moore
3
-2
/
+40
2008-07-17
fujitsu-laptop: depends on INPUT
Randy Dunlap
1
-0
/
+1
2008-07-17
snapshot: Use pm_mutex for mutual exclusion
Rafael J. Wysocki
1
-26
/
+42
2008-07-17
snapshot: Push BKL down into ioctl handlers
Alan Cox
1
-4
/
+7
2008-07-17
Freezer: Introduce PF_FREEZER_NOSIG
Rafael J. Wysocki
4
-56
/
+54
2008-07-17
APM emulation: Notify about all suspend events, not just APM invoked ones (v2)
Johannes Berg
1
-139
/
+207
2008-07-17
ACPI PM: Remove obsolete Toshiba workaround
Rafael J. Wysocki
1
-31
/
+0
2008-07-17
PCI ACPI: Drop the second argument of platform_pci_choose_state
Rafael J. Wysocki
3
-6
/
+4
2008-07-17
ACPI PM: acpi_pm_device_sleep_state() cleanup
David Brownell
4
-11
/
+8
2008-07-17
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
Len Brown
2
-0
/
+6
2008-07-17
ACPI: don't walk tables if ACPI was disabled
Vegard Nossum
1
-0
/
+3
2008-07-17
acer-wmi: Remove version number
Carlos Corbacho
1
-4
/
+1
[next]