index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code
Kumar Gala
8
-692
/
+5
2008-07-17
gianfar: Add magic packet and suspend/resume support.
Scott Wood
3
-6
/
+169
2008-07-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
29
-1286
/
+5896
2008-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
56
-1838
/
+647
2008-07-17
Fix FADT parsing
Jan Beulich
1
-6
/
+11
2008-07-17
Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.
Aaron Durbin
2
-1
/
+51
2008-07-17
ACPI: use dev_printk when possible
Bjorn Helgaas
1
-21
/
+17
2008-07-17
PNPACPI: add support for HP vendor-specific CCSR descriptors
Bjorn Helgaas
1
-0
/
+60
2008-07-17
PNP: avoid legacy IDE IRQs
Bjorn Helgaas
1
-11
/
+57
2008-07-17
PNP: convert resource options to single linked list
Bjorn Helgaas
10
-632
/
+567
2008-07-17
ISAPNP: handle independent options following dependent ones
Bjorn Helgaas
1
-2
/
+7
2008-07-17
PNP: remove extra 0x100 bit from option priority
Bjorn Helgaas
3
-9
/
+7
2008-07-17
PNP: support optional IRQ resources
Bjorn Helgaas
3
-44
/
+38
2008-07-17
PNP: rename pnp_register_*_resource() local variables
Bjorn Helgaas
1
-47
/
+47
2008-07-17
PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
Bjorn Helgaas
1
-3
/
+10
2008-07-17
PNP: centralize resource option allocations
Bjorn Helgaas
5
-249
/
+198
2008-07-17
PNP: remove redundant pnp_can_configure() check
Bjorn Helgaas
1
-3
/
+0
2008-07-17
PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
Bjorn Helgaas
1
-19
/
+22
2008-07-17
PNP: in debug resource dump, make empty list obvious
Bjorn Helgaas
1
-1
/
+6
2008-07-17
PNP: improve resource assignment debug
Bjorn Helgaas
1
-2
/
+8
2008-07-17
PNP: increase I/O port & memory option address sizes
Bjorn Helgaas
3
-18
/
+29
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
1
-0
/
+48
2008-07-17
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
4
-10
/
+10
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
2
-17
/
+69
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
11
-415
/
+318
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: Disable MWAIT via DMI on broken Compal board
Zhao Yakui
1
-0
/
+28
2008-07-17
ACPI : Create "idle=nomwait" bootparam
Zhao Yakui
2
-1
/
+18
2008-07-17
ACPI: Create "idle=halt" bootparam
Zhao Yakui
1
-0
/
+22
2008-07-17
ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...
Zhang Rui
3
-18
/
+171
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
6
-76
/
+34
2008-07-17
ACPICA: Fix for invalid large array index on 64-bit systems
Bob Moore
1
-1
/
+1
2008-07-17
ACPICA: Update DMAR and SRAT table definitions
Bob Moore
1
-2
/
+2
2008-07-17
ACPICA: Workaround for reversed _PRT entries from BIOS
Bob Moore
1
-0
/
+17
2008-07-17
ACPICA: Add const qualifier for appropriate string constants
Bob Moore
6
-32
/
+44
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
38
-168
/
+162
2008-07-17
ACPICA: Fix possible negative array index in acpi_ut_validate_exception
Bob Moore
1
-9
/
+5
[next]