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.12.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
2005-07-12
ACPICA 20050408 from Bob Moore
Robert Moore
101
-3598
/
+4390
2005-07-12
[ACPI] Deprecate /proc/acpi/sleep in favor of /sys/power/state
Len Brown
2
-0
/
+17
2005-07-12
[ACPI] PNPACPI vs sound IRQ
David Shaohua Li
4
-6
/
+9
2005-07-12
[ACPI] update /proc/acpi/processor/*/power even if only C1 support
Venkatesh Pallipadi
1
-7
/
+26
2005-07-12
[ACPI] hotplug Processor consideration in acpi_bus_add()
Keiichiro Tokunaga
1
-5
/
+7
2005-07-12
[ACPI] fix debug-mode build warning in acpi/hotkey.c
Andrew Morton
1
-1
/
+2
2005-07-12
[ACPI] fix kmalloc size bug in acpi/video.c
Paulo Marques
1
-7
/
+6
2005-07-12
[ACPI] fix potential NULL dereference in acpi/video.c
Adrian Bunk
1
-1
/
+1
2005-07-12
[ACPI] check for kmalloc failure in toshiba_acpi.c
Panagiotis Issaris
1
-0
/
+3
2005-07-12
[ACPI] fix build warning
Andrew Morton
1
-1
/
+1
2005-07-12
cleanup: remove unnecessary initializer on static pointers
Greg Kroah-Hartman
1
-2
/
+2
2005-07-12
[ACPI] PNPACPI parse error
Matthieu Castet
1
-1
/
+10
2005-07-12
[ACPI] gut acpi_pci_choose_state() to avoid conflict
Len Brown
1
-13
/
+2
2005-07-12
[ACPI] fix EC access width
Luming Yu
1
-18
/
+14
2005-07-12
[ACPI] Enable EC Burst Mode
Dmitry Torokhov
1
-114
/
+276
2005-07-12
[ACPI] pci_set_power_state() now calls
David Shaohua Li
4
-3
/
+36
2005-07-12
[ACPI] PCI can now get suspend state from firmware
David Shaohua Li
3
-2
/
+59
2005-07-12
[ACPI] Bind ACPI and PCI devices
David Shaohua Li
1
-3
/
+54
2005-07-12
[ACPI] Bind PCI devices with ACPI devices
David Shaohua Li
3
-3
/
+365
2005-07-12
[ACPI] generic Hot Key support
Luming Yu
7
-1
/
+1054
2005-07-12
[ACPI] S3 Suspend to RAM: fix driver suspend/resume methods
David Shaohua Li
4
-0
/
+10
2005-07-12
[ACPI] S3 Suspend to RAM: interrupt resume fix
David Shaohua Li
1
-22
/
+14
2005-07-12
[ACPI] ACPI poweroff fix
Alexey Starikovskiy
3
-51
/
+105
2005-07-12
[ACPI] CONFIG_ACPI now depends on CONFIG_PM
Len Brown
1
-1
/
+2
2005-07-12
[ACPI] Allow simultaneous Fixed Feature and Control Method buttons
Alexey Starikovskiy
1
-244
/
+1
2005-07-12
[ACPI] update CONFIG_ACPI_CONTAINER Kconfig help
Keiichiro Tokunaga
1
-2
/
+7
2005-06-17
Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+6
2005-06-17
[PATCH] PCI: don't override drv->shutdown unconditionally
Christoph Hellwig
1
-1
/
+4
2005-06-17
When cfq I/O scheduler is selected, get_request() in __make_request() calls
Kiyoshi Ueda
1
-3
/
+6
2005-06-16
Merge 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/axboe...
Linus Torvalds
1
-8
/
+1
2005-06-16
[PATCH] fix for kaweth broken by changes in the networking layer
Oliver Neukum
1
-1
/
+1
2005-06-16
[PATCH] ALPS: fix enabling hardware tapping
Dmitry Torokhov
1
-1
/
+1
2005-06-16
[PATCH] sbp2 slab corruption fix
Alexandre Oliva
1
-1
/
+2
2005-06-16
This patch fixes q->unplug_thresh condition check in
Tejun Heo
1
-1
/
+1
2005-06-16
This patch kills elevator_global_init() in elevator.c which does
Tejun Heo
1
-7
/
+0
2005-06-14
[PATCH] macmodes: needs a license
Randy Dunlap
1
-0
/
+1
2005-06-14
[PATCH] i2o: Fix free of event memory in i2o_block_event()
Markus Lidel
1
-0
/
+1
2005-06-14
[PATCH] Typo in fbdev sysfs support, virtual_size
Jon Smirl
1
-1
/
+1
2005-06-14
[PATCH] Fix PCI BAR size interpretation on 64-bit arches
Olof Johansson
1
-1
/
+1
2005-06-14
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2005-06-14
[NET]: Move the netdev list to vger.kernel.org.
Ralf Baechle
1
-1
/
+1
2005-06-13
[PATCH] spin longer for ehci port reset completion
David Brownell
1
-1
/
+4
2005-06-13
[PATCH] pwc bug fix
Alan Cox
1
-4
/
+0
2005-06-13
[PATCH] radeonfb: don't blow up VGA console on load
Benjamin Herrenschmidt
1
-4
/
+3
2005-06-13
[PATCH] M68k: Mark Sun-3 NCR5380 SCSI broken
Geert Uytterhoeven
1
-1
/
+1
2005-06-13
[PATCH] IrDA: IrDA: Fix CONFIG_VIA_FIR typo (double `those')
Geert Uytterhoeven
1
-1
/
+1
2005-06-11
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
Linus Torvalds
2
-5
/
+1
2005-06-10
[PATCH] remove bogus hack from radeon IRQ handler
Dave Airlie
1
-5
/
+0
2005-06-10
[PATCH] drm add i945G pci id
Dave Airlie
1
-0
/
+1
2005-06-10
[PATCH] ppc32: Fix nasty sleep/wakeup problem
Benjamin Herrenschmidt
1
-0
/
+6
[next]