summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | [WATCHDOG] Mixcom Watchdog - checkcard part 2Wim Van Sebroeck2007-06-031-12/+32
| * | [WATCHDOG] Mixcom Watchdog - checkcardWim Van Sebroeck2007-06-031-24/+11
| * | [WATCHDOG] Mixcom Watchdog - get rid of port offset'sWim Van Sebroeck2007-06-031-8/+13
| * | [WATCHDOG] Mixcom Watchdog - update "Documentation"Wim Van Sebroeck2007-06-031-2/+7
| * | [WATCHDOG] Remove the redundant check for pwrite() in EP93XXX watchdog.Robert P. J. Day2007-06-031-4/+0
| * | [WATCHDOG] Remove the redundant check for pwrite() in pnx4008 watchdog.Robert P. J. Day2007-06-031-4/+0
* | | Merge branch 'isdn-cleanup' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-07-176-472/+586
|\ \ \
| * | | [ISDN] HiSax hfc_pci: minor cleanupsJeff Garzik2007-07-171-98/+93
| * | | [ISDN] HiSax bkm_a4t: split setup into two smaller functionsJeff Garzik2007-07-171-45/+63
| * | | [ISDN] HiSax enternow: split setup into 3 smaller functionsJeff Garzik2007-07-171-76/+89
| * | | [ISDN] HiSax netjet_u: split setup into 3 smaller functionsJeff Garzik2007-07-171-74/+93
| * | | [ISDN] HiSax netjet_s: code movement, prep for hotplugJeff Garzik2007-07-171-86/+108
| * | | [ISDN] HiSax: move card state alloc/setup code into separate functionsJeff Garzik2007-07-171-18/+54
| * | | [ISDN] HiSax: move card setup into separate functionJeff Garzik2007-07-171-88/+99
* | | | Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...Linus Torvalds2007-07-178-11/+25
|\ \ \ \
| * | | | drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-178-11/+25
* | | | | Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-07-1711-15/+33
|\ \ \ \ \ | |/ / / /
| * | | | drivers/atm/ambassador: kill uninit'd var warning, and fix bugJeff Garzik2007-07-171-1/+3
| * | | | [libata] sata_mv: use pci_try_set_mwi()Jeff Garzik2007-07-171-1/+1
| * | | | drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-171-2/+2
| * | | | drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik2007-07-171-4/+3
| * | | | drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik2007-07-171-2/+2
| * | | | drivers/telephony/ixj: cleanup and fix gcc warningJeff Garzik2007-07-171-1/+6
| * | | | drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik2007-07-171-0/+2
| * | | | drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik2007-07-171-1/+1
| * | | | [netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() failsJeff Garzik2007-07-172-2/+12
| * | | | [netdrvr] natsemi: Fix device removal bugJeff Garzik2007-07-171-1/+1
| |/ / /
* | | | hppb: Add missing dma-mapping.h includeFrank Lichtenheld2007-07-171-0/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-179-750/+1154
|\ \ \
| * | | KVM: Use CPU_DYING for disabling virtualizationAvi Kivity2007-07-161-2/+2
| * | | KVM: Tune hotplug/suspend IPIsAvi Kivity2007-07-161-2/+2
| * | | KVM: Keep track of which cpus have virtualization enabledAvi Kivity2007-07-161-12/+33
| * | | KVM: Clean up #includesAvi Kivity2007-07-164-20/+20
| * | | KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-161-132/+11
| * | | KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2007-07-162-0/+9
| * | | KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity2007-07-161-1/+0
| * | | KVM: MMU: Fix Wrong tlb flush orderShaohua Li2007-07-161-1/+1
| * | | KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity2007-07-161-0/+4
| * | | KVM: Avoid useless memory write when possibleLuca Tettamanti2007-07-161-2/+4
| * | | KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-161-4/+5
| * | | KVM: Add support for in-kernel pio handlersEddie Dong2007-07-162-1/+37
| * | | KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins2007-07-161-3/+3
| * | | KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-162-12/+142
| * | | KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-161-4/+8
| * | | KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-161-2/+15
| * | | KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity2007-07-161-0/+9
| * | | KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-162-6/+6
| * | | KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-161-3/+3
| * | | KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-161-2/+2
| * | | KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-165-15/+84
OpenPOWER on IntegriCloud