aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledkvm-updates/3.2Jan Kiszka1-1/+0
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt5-1/+84
2011-10-30KVM: s390: fix register settingCarsten Otte1-0/+2
2011-10-30KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte1-0/+2
2011-10-30KVM: s390: check cpu_id prior to using itCarsten Otte1-4/+10
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong5-30/+140
2011-09-25x86: TSC deadline definitionsLiu, Jinsong3-0/+5
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity3-19/+35
2011-09-25KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity1-29/+15
2011-09-25KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity1-15/+7
2011-09-25KVM: x86 emulator: streamline decode of segment registersAvi Kivity1-42/+57
2011-09-25KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity1-5/+4
2011-09-25KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity1-93/+63
2011-09-25KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity1-0/+1
2011-09-25KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity1-4/+1
2011-09-25KVM: x86 emulator: free up some flag bits near src, dstAvi Kivity1-4/+4
2011-09-25KVM: x86 emulator: switch src2 to generic decode_operand()Avi Kivity1-25/+26
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity2-20/+20
2011-09-25KVM: x86 emulator: split dst decode to a generic decode_operand()Avi Kivity1-59/+87
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity2-17/+19
2011-09-25KVM: x86 emulator: convert group 3 instructions to direct decodeAvi Kivity1-34/+48
2011-09-25KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka1-13/+19
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka1-2/+13
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka4-22/+20
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka1-10/+9
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2-4/+3
2011-09-25KVM: x86 emulator: disable writeback for TESTAvi Kivity1-0/+4
2011-09-25KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka1-10/+8
2011-09-25KVM: Clean up unneeded void pointer castsJan Kiszka1-6/+6
2011-09-25KVM: x86 emulator: simplify emulate_1op_rax_rdx()Avi Kivity1-25/+17
2011-09-25KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity1-49/+15
2011-09-25KVM: x86 emulator: simplify emulate_1op()Avi Kivity1-13/+13
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-4/+4
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-18/+15
2011-09-25KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity1-46/+44
2011-09-25KVM: Update documentation to include detailed ENABLE_CAP descriptionAlexander Graf1-0/+47
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras6-196/+483
2011-09-25KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras11-212/+120
2011-09-25KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras4-10/+9
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf9-1/+67
2011-09-25KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2-0/+6
2011-09-25KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf1-1/+21
2011-09-25KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf1-0/+4
2011-09-25KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf3-0/+160
2011-09-25KVM: PPC: Add support for explicit HIOR settingAlexander Graf5-2/+24
2011-09-25KVM: PPC: Read out syscall instruction on trapAlexander Graf1-0/+5
2011-09-25KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf1-1/+7
2011-09-25KVM: PPC: Check privilege level on SPRsAlexander Graf1-0/+25
2011-09-25KVM: PPC: Add papr_enabled flagAlexander Graf1-0/+1
2011-09-25KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2-33/+33
2011-09-25KVM: Restore missing powerpc API docsAvi Kivity1-0/+13
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian4-0/+43
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El1-3/+1
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El1-10/+21
2011-09-25KVM: L1 TSC handlingNadav Har'El4-4/+29
2011-09-25KVM: nVMX: Document 'nested' parameterSasha Levin1-0/+4
2011-09-25KVM: MMU: Fix SMEP failure during fetchYang, Wei Y1-9/+13
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity5-9/+21
2011-09-25KVM: VMX: trivial: use BUG_ONJulia Lawall1-2/+1
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti1-1/+3
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa2-7/+7
2011-09-25KVM: x86 emulator: Let compiler know insn_fetch() rarely failsTakuya Yoshikawa1-3/+3
2011-09-25KVM: x86 emulator: Drop _size argument from insn_fetch()Takuya Yoshikawa1-22/+22
2011-09-25KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()Takuya Yoshikawa1-36/+43
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin9-47/+216
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi4-107/+100
2011-09-25KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi2-6/+12
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-1/+2
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-0/+2
2011-09-25KVM: Make coalesced mmio use a device per zoneSasha Levin3-77/+53
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin4-4/+16
2011-09-25KVM: MMIO: Lock coalesced device when checking for available entrySasha Levin1-15/+27
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong1-101/+45
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong1-0/+72
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong1-8/+31
2011-09-25KVM: x86 emulator: fix Src2CL decodeAvi Kivity1-1/+1
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin1-1/+2
2011-09-23Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-1/+6
2011-09-23spi: Fix WARN when removing spi-fsl-spi moduleJeff Harris1-0/+3
2011-09-23scsi: fix qla2xxx printk format warningRandy Dunlap1-2/+2
2011-09-23scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build errorRandy Dunlap1-0/+1
2011-09-23Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linuxLinus Torvalds1-1/+1
2011-09-23Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linuxLinus Torvalds13-57/+209
2011-09-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+10
2011-09-23Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds5-35/+27
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo1-1/+1
2011-09-23perf tools: Add support for disabling -Werror via WERROR=0Darren Hart1-1/+8
2011-09-23perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo1-4/+5
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian1-11/+13
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern4-14/+47
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard1-2/+8
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard1-0/+5
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern3-0/+17
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard1-0/+88
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard1-2/+4
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard1-22/+11
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard1-0/+2
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu1-1/+1
2011-09-23Merge branch 'fix/asoc' into for-linusTakashi Iwai3-30/+16
2011-09-23ALSA: usb-audio - clear chip->probing on error exitThomas Pfaff1-0/+1
2011-09-23drm/radeon/kms: fix DDIA enable on some rs690 systemsAlex Deucher1-1/+8
2011-09-23Revert "drm/radeon/kms: fix typo in r100_blit_copy"Dave Airlie1-2/+2
2011-09-22Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds3-3/+9
2011-09-23TPM: Zero buffer after copying to userspacePeter Huewe1-1/+5
2011-09-23TPM: Call tpm_transmit with correct sizePeter Huewe1-0/+3
2011-09-23TPM: tpm_nsc: Fix a double free of pdev in cleanup_nscAxel Lin1-2/+0
2011-09-23TPM: TCG_ATMEL should depend on HAS_IOPORTGeert Uytterhoeven1-0/+1
2011-09-22thp: fix khugepaged defrag tunable documentationDavid Rientjes1-3/+4
2011-09-22zorro: Defer device_register() until all devices have been identifiedGeert Uytterhoeven1-1/+6
2011-09-22Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds6-10/+17
2011-09-22ALSA: fm801: Gracefully handle failure of tuner auto-detectBen Hutchings1-3/+10
2011-09-22ALSA: fm801: Fix double free in case of error in tuner detectionBen Hutchings1-2/+0
2011-09-21Linux 3.1-rc7v3.1-rc7Linus Torvalds1-1/+1
2011-09-21XZ: Fix incorrect XZ_BUF_ERRORLasse Collin1-7/+20
2011-09-21Merge git://github.com/davem330/netLinus Torvalds22-80/+165
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds21-78/+92
2011-09-21init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin1-2/+13
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-21ASoC: Ensure we generate a driver nameMark Brown1-3/+15
2011-09-21floppy: use del_timer_sync() in init cleanupCarsten Emde1-4/+4
2011-09-21blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao1-21/+16
2011-09-21ixgbe: fix possible null buffer errorJesse Brandeburg1-2/+2
2011-09-21tg3: fix VLAN tagging regressionKasper Pedersen1-2/+0
2011-09-20Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds13-65/+52
2011-09-20Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds1-1/+6
2011-09-20staging: zcache: fix cleancache crashSeth Jennings1-1/+1
2011-09-20mach-integrator: fix VGA base regressionLinus Walleij2-2/+2
2011-09-20arm/dt: Tegra: Update SDHCI nodes to match bindingsStephen Warren2-9/+9
2011-09-20net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay1-0/+1
2011-09-20netconsole: switch init_netconsole() to late_initcallLin Ming1-1/+7
2011-09-20gianfar: Fix overflow check and return value for gfar_get_cls_all()Ben Hutchings1-4/+4
2011-09-20ppp_generic: fix multilink fragment MTU calculation (again)Henry Wong1-1/+6
2011-09-20GRETH: avoid overwrite IP-stack's IP-frags checksumDaniel Hellstrom1-2/+5
2011-09-20GRETH: RX/TX bytes were never increasedDaniel Hellstrom2-0/+6
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil1-1/+6
2011-09-20Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-5/+27
2011-09-20Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-50/+21
2011-09-20Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-16/+17
2011-09-20Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds2-4/+6
2011-09-20[S390] kvm: extension capability for new address space layoutChristian Borntraeger2-0/+2
2011-09-20[S390] kvm: fix address mode switchingChristian Borntraeger5-10/+15
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville10-59/+98
2011-09-20watchdog: Initconst section fixes for watchdogAndi Kleen1-1/+1
2011-09-20watchdog: lantiq: fix watchdogs timeout handlingJohn Crispin1-4/+4
2011-09-20watchdog: hpwdt: prevent multiple "NMI occurred" messagesNaga Chumbalkar1-4/+5
2011-09-20watchdog: WatchDog Timer Driver Core - use passed watchdog_deviceH Hartley Sweeten1-7/+7
2011-09-20ASoC: Remove bitrotted wm8962_resume()Mark Brown1-26/+0
2011-09-20ALSA: HDA: Add support for IDT 92HD93David Henningsson1-0/+1
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar1-43/+11
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky1-4/+6
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2011-09-19Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2-2/+2
2011-09-19Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds3-11/+30
2011-09-19USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu1-0/+19
2011-09-19USB: xhci: Set change bit when warm reset change is set.Greg KH1-1/+1
2011-09-19staging: fix comedi build when ISA_DMA_API is enabled but COMEDI_PCI is not e...Randy Dunlap1-1/+3
2011-09-19Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds1-7/+8
2011-09-19Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-09-19b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-09-19Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville3-17/+22
2011-09-19Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds1-1/+1
2011-09-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-42/+51
2011-09-19Merge git://github.com/davem330/netLinus Torvalds2-2/+19
2011-09-19ALSA: hda/realtek - Fix auto-mute with HP+LO configurationTakashi Iwai1-4/+5
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-09-18tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet1-1/+18
2011-09-18Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds6-5/+15
2011-09-18drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)Alex Deucher7-24/+34
2011-09-18drm/radeon/kms: fix typo in r100_blit_copyAlex Deucher1-2/+2
2011-09-18Merge git://github.com/davem330/netLinus Torvalds68-507/+826
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik1-2/+11
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu1-2/+7
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason2-7/+12
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan1-1/+0
2011-09-18Btrfs: don't make a file partly checksummed through file cloneLi Zefan1-0/+5
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan1-4/+4
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2011-09-17Merge branch 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394Linus Torvalds1-0/+3
2011-09-17Merge branch '3.1-rc-fixes' of git://linux-iscsi.org/target-pendingLinus Torvalds8-382/+105
2011-09-17Bluetooth: add support for 2011 mac miniJurgen Kramer1-0/+3
2011-09-17Bluetooth: Add MacBookAir4,1 supportPieter-Augustijn Van Malleghem1-0/+3
2011-09-17Bluetooth: Fixed BT ST Channel reg orderChen Ganir1-8/+8
2011-09-17r8169: do not enable the TBI for anything but the original 8169.Francois Romieu1-3/+10
2011-09-17r8169: remove erroneous processing of always set bit.Francois Romieu1-1/+6
2011-09-17r8169: fix WOL setting for 8105 and 8111evlHayes Wang1-1/+9
2011-09-17r8169: add MODULE_FIRMWARE for the firmware of 8111evlHayes Wang1-0/+1
2011-09-17r8169: fix the reset setting for 8111evlHayes Wang1-0/+1
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-09-16iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger1-7/+15
2011-09-16can: ti_hecc: include linux/io.hDaniel Mack1-0/+1
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-09-16net: Handle different key sizes between address families in flow cachedpward2-14/+36
2011-09-16net: Align AF-specific flowi structs to longDavid Ward1-3/+3