index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-11
ACPICA: Fix for access to deleted object <regression>
Bob Moore
1
-2
/
+2
2008-06-11
ACPICA: Fix to make _SST method optional
Bob Moore
1
-3
/
+5
2008-06-11
ACPICA: Fix for Load operator, load table at the namespace root
Bob Moore
1
-2
/
+8
2008-06-11
ACPICA: Ignore ACPI table signature for Load() operator
Bob Moore
1
-18
/
+7
2008-06-11
ACPICA: Fix to allow zero-length ASL field declarations
Bob Moore
1
-4
/
+1
2008-06-11
ACPI: use memory_read_from_buffer()
Akinobu Mita
1
-13
/
+2
2008-06-11
bay: exit if notify handler cannot be installed
Holger Macht
1
-6
/
+10
2008-06-11
dock.c remove trailing printk whitespace
Tim Pepper
1
-1
/
+1
2008-06-11
proper prototype for acpi_processor_tstate_has_changed()
Adrian Bunk
2
-1
/
+1
2008-06-11
ACPI: handle invalid ACPI SLIT table
Fenghua Yu
3
-33
/
+34
2008-06-11
PNPACPI: use _CRS IRQ descriptor length for _SRS
Bjorn Helgaas
1
-2
/
+7
2008-06-11
pnpacpi: fix shareable IRQ encode/decode
Bjorn Helgaas
1
-14
/
+13
2008-06-11
pnpacpi: fix IRQ flag decoding
Bjorn Helgaas
2
-7
/
+15
2008-06-11
MAINTAINERS: update ACPI homepage
Adrian Bunk
1
-5
/
+5
2008-06-11
ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message
Alistair John Strachan
1
-1
/
+1
2008-06-11
ACPI: EC: Use msleep instead of udelay while waiting for event.
Alexey Starikovskiy
1
-1
/
+1
2008-06-11
thinkpad-acpi: fix LED handling on older ThinkPads
Henrique de Moraes Holschuh
1
-27
/
+28
2008-06-11
thinkpad-acpi: fix initialization error paths
Henrique de Moraes Holschuh
1
-207
/
+230
2008-06-11
thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL rename
Henrique de Moraes Holschuh
2
-3
/
+3
2008-06-11
cpuidle acpi driver: fix oops on AC<->DC
Venkatesh Pallipadi
3
-11
/
+43
2008-06-11
ACPI: Disable Fixed_RTC event when installing RTC handler
Zhao Yakui
2
-0
/
+12
2008-06-11
Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
21
-79
/
+106
2008-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
11
-130
/
+172
2008-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
47
-366
/
+361
2008-06-11
smc91x: fix build error from the SMC_GET_MAC_ADDR API change
Bryan Wu
1
-4
/
+4
2008-06-10
Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
David S. Miller
16
-189
/
+151
2008-06-10
net: Fix routing tables with id > 255 for legacy software
Krzysztof Piotr Oledzki
2
-1
/
+5
2008-06-10
sky2: Hold RTNL while calling dev_close()
Ben Hutchings
1
-0
/
+2
2008-06-10
s2io iomem annotations
Al Viro
1
-4
/
+6
2008-06-10
atl1: fix suspend regression
Jay Cliburn
1
-17
/
+0
2008-06-10
qeth: start dev queue after tx drop error
Frank Blaschka
2
-0
/
+2
2008-06-10
qeth: Prepare-function to call s390dbf was wrong
Peter Tiedemann
1
-3
/
+5
2008-06-10
qeth: reduce number of kernel messages
Frank Blaschka
6
-131
/
+42
2008-06-10
qeth: Use ccw_device_get_id().
Cornelia Huck
2
-15
/
+7
2008-06-10
qeth: layer 3 Oops in ip event handler
Frank Blaschka
1
-1
/
+1
2008-06-10
virtio: use callback on empty in virtio_net
Rusty Russell
1
-5
/
+17
2008-06-10
virtio: virtio_net free transmit skbs in a timer
Mark McLoughlin
1
-2
/
+26
2008-06-10
virtio: Fix typo in virtio_net_hdr comments
Mark McLoughlin
1
-1
/
+1
2008-06-10
virtio_net: Fix skb->csum_start computation
Mark McLoughlin
1
-3
/
+5
2008-06-10
ehea: set mac address fix
Jan-Bernd Themann
1
-6
/
+10
2008-06-10
sfc: Recover from RX queue flush failure
Steve Hodgson
1
-1
/
+3
2008-06-10
add missing lance_* exports
Adrian Bunk
1
-1
/
+5
2008-06-10
ixgbe: fix typo
Jeff Kirsher
1
-2
/
+2
2008-06-10
forcedeth: msi interrupts
Ayaz Abdulla
1
-0
/
+20
2008-06-10
[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled
Steve French
1
-11
/
+10
2008-06-10
ipsec: pfkey should ignore events when no listeners
Jamal Hadi Salim
1
-0
/
+3
2008-06-10
[CIFS] Fix hang in mount when negprot causes server to kill tcp session
Steve French
2
-0
/
+6
2008-06-10
pppoe: Unshare skb before anything else
Herbert Xu
1
-3
/
+3
2008-06-10
net pppoe: Check packet length on all receive paths
Herbert Xu
1
-14
/
+17
2008-06-10
isdn: use simple_read_from_buffer()
Akinobu Mita
1
-21
/
+8
[prev]
[next]