aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-11ACPICA: Fix for access to deleted object <regression>Bob Moore1-2/+2
2008-06-11ACPICA: Fix to make _SST method optionalBob Moore1-3/+5
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-06-11ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2
2008-06-11bay: exit if notify handler cannot be installedHolger Macht1-6/+10
2008-06-11dock.c remove trailing printk whitespaceTim Pepper1-1/+1
2008-06-11proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk2-1/+1
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu3-33/+34
2008-06-11PNPACPI: use _CRS IRQ descriptor length for _SRSBjorn Helgaas1-2/+7
2008-06-11pnpacpi: fix shareable IRQ encode/decodeBjorn Helgaas1-14/+13
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas2-7/+15
2008-06-11MAINTAINERS: update ACPI homepageAdrian Bunk1-5/+5
2008-06-11ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan1-1/+1
2008-06-11ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy1-1/+1
2008-06-11thinkpad-acpi: fix LED handling on older ThinkPadsHenrique de Moraes Holschuh1-27/+28
2008-06-11thinkpad-acpi: fix initialization error pathsHenrique de Moraes Holschuh1-207/+230
2008-06-11thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL renameHenrique de Moraes Holschuh2-3/+3
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi3-11/+43
2008-06-11ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui2-0/+12
2008-06-11Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-79/+106
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-130/+172
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds47-366/+361
2008-06-11smc91x: fix build error from the SMC_GET_MAC_ADDR API changeBryan Wu1-4/+4
2008-06-10Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller16-189/+151
2008-06-10net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki2-1/+5
2008-06-10sky2: Hold RTNL while calling dev_close()Ben Hutchings1-0/+2
2008-06-10s2io iomem annotationsAl Viro1-4/+6
2008-06-10atl1: fix suspend regressionJay Cliburn1-17/+0
2008-06-10qeth: start dev queue after tx drop errorFrank Blaschka2-0/+2
2008-06-10qeth: Prepare-function to call s390dbf was wrongPeter Tiedemann1-3/+5
2008-06-10qeth: reduce number of kernel messagesFrank Blaschka6-131/+42
2008-06-10qeth: Use ccw_device_get_id().Cornelia Huck2-15/+7
2008-06-10qeth: layer 3 Oops in ip event handlerFrank Blaschka1-1/+1
2008-06-10virtio: use callback on empty in virtio_netRusty Russell1-5/+17
2008-06-10virtio: virtio_net free transmit skbs in a timerMark McLoughlin1-2/+26
2008-06-10virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin1-1/+1
2008-06-10virtio_net: Fix skb->csum_start computationMark McLoughlin1-3/+5
2008-06-10ehea: set mac address fixJan-Bernd Themann1-6/+10
2008-06-10sfc: Recover from RX queue flush failureSteve Hodgson1-1/+3
2008-06-10add missing lance_* exportsAdrian Bunk1-1/+5
2008-06-10ixgbe: fix typoJeff Kirsher1-2/+2
2008-06-10forcedeth: msi interruptsAyaz Abdulla1-0/+20
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French1-11/+10
2008-06-10ipsec: pfkey should ignore events when no listenersJamal Hadi Salim1-0/+3
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2-0/+6
2008-06-10pppoe: Unshare skb before anything elseHerbert Xu1-3/+3
2008-06-10net pppoe: Check packet length on all receive pathsHerbert Xu1-14/+17
2008-06-10isdn: use simple_read_from_buffer()Akinobu Mita1-21/+8