1. 177339d KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately by Paul Mackerras · 13 years ago
  2. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  3. 930b412 KVM: PPC: Enable the PAPR CAP for Book3S by Alexander Graf · 13 years ago
  4. a668f2b KVM: PPC: Support SC1 hypercalls for PAPR in PR mode by Alexander Graf · 13 years ago
  5. aacf9aa KVM: PPC: Stub emulate CFAR and PURR SPRs by Alexander Graf · 13 years ago
  6. 0254f07 KVM: PPC: Add PAPR hypercall code for PR mode by Alexander Graf · 13 years ago
  7. a15bd35 KVM: PPC: Add support for explicit HIOR setting by Alexander Graf · 13 years ago
  8. 77e675a KVM: PPC: Read out syscall instruction on trap by Alexander Graf · 13 years ago
  9. 04fcc11 KVM: PPC: Interpret SDR1 as HVA in PAPR mode by Alexander Graf · 13 years ago
  10. 317a8fa KVM: PPC: Check privilege level on SPRs by Alexander Graf · 13 years ago
  11. 9432ba6 KVM: PPC: Add papr_enabled flag by Alexander Graf · 13 years ago
  12. db507c3 KVM: PPC: move compute_tlbie_rb to book3s common header by Alexander Graf · 13 years ago
  13. 3644268 KVM: Restore missing powerpc API docs by Avi Kivity · 13 years ago
  14. 58fbbf2 KVM: APIC: avoid instruction emulation for EOI writes by Kevin Tian · 13 years ago
  15. 45133ec KVM: SVM: Fix TSC MSR read in nested SVM by Nadav Har'El · 13 years ago
  16. 27fc51b KVM: nVMX: Fix nested VMX TSC emulation by Nadav Har'El · 13 years ago
  17. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  18. e1a72ae KVM: nVMX: Document 'nested' parameter by Sasha Levin · 13 years ago
  19. cd46868 KVM: MMU: Fix SMEP failure during fetch by Yang, Wei Y · 13 years ago
  20. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  21. cf3ace7 KVM: VMX: trivial: use BUG_ON by Julia Lawall · 13 years ago
  22. 742bc67 KVM: x86: report valid microcode update ID by Marcelo Tosatti · 13 years ago
  23. 1d2887e KVM: x86 emulator: Make x86_decode_insn() return proper macros by Takuya Yoshikawa · 13 years ago
  24. 7d88bb4 KVM: x86 emulator: Let compiler know insn_fetch() rarely fails by Takuya Yoshikawa · 13 years ago
  25. e85a108 KVM: x86 emulator: Drop _size argument from insn_fetch() by Takuya Yoshikawa · 13 years ago
  26. 807941b KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte() by Takuya Yoshikawa · 13 years ago
  27. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  28. 0d460ff KVM: Use __print_symbolic() for vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  29. e097e5f KVM: Record instruction set in all vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  30. d1613ad KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  31. 14fa67e KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  32. 2b3c246 KVM: Make coalesced mmio use a device per zone by Sasha Levin · 13 years ago
  33. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  34. c298125 KVM: MMIO: Lock coalesced device when checking for available entry by Sasha Levin · 13 years ago
  35. 22388a3 KVM: x86: cleanup the code of read/write emulation by Xiao Guangrong · 13 years ago
  36. 77d197b KVM: x86: abstract the operation for read/write emulation by Xiao Guangrong · 13 years ago
  37. ca7d58f KVM: x86: fix broken read emulation spans a page boundary by Xiao Guangrong · 13 years ago
  38. 9be3be1 KVM: x86 emulator: fix Src2CL decode by Avi Kivity · 13 years ago
  39. 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago
  40. b172e38 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  41. 387719c spi: Fix WARN when removing spi-fsl-spi module by Jeff Harris · 13 years ago
  42. 8ec9c7f scsi: fix qla2xxx printk format warning by Randy Dunlap · 13 years ago
  43. 2b7fe39 scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build error by Randy Dunlap · 13 years ago
  44. 78bbd28 Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linux by Linus Torvalds · 13 years ago
  45. eab8bcb Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linux by Linus Torvalds · 13 years ago
  46. f35f3dc Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  47. 0acf043 Merge branch 'for-linus' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  48. 2b022a8 perf python: Add missing perf_event__parse_sample 'swapped' parm by Arnaldo Carvalho de Melo · 13 years ago
  49. 9e59e09 perf tools: Add support for disabling -Werror via WERROR=0 by Darren Hart · 13 years ago
  50. af52aaf perf top: Fix userspace sample addr map offset by Arnaldo Carvalho de Melo · 13 years ago
  51. be96ea8 perf symbols: Fix issue with binaries using 16-bytes buildids (v2) by Stephane Eranian · 14 years ago
  52. 936be50 perf tool: Fix endianness handling of u32 data in samples by David Ahern · 13 years ago
  53. 6bb8f31 perf sort: Fix symbol sort output by separating unresolved samples by type by Anton Blanchard · 13 years ago
  54. 6a0e55d perf symbols: Synthesize anonymous mmap events by Anton Blanchard · 13 years ago
  55. 764e16a perf record: Create events initially disabled and enable after init by David Ahern · 13 years ago
  56. 694bf40 perf symbols: Add some heuristics for choosing the best duplicate symbol by Anton Blanchard · 13 years ago
  57. 3187790 perf symbols: Preserve symbol scope when parsing /proc/kallsyms by Anton Blanchard · 13 years ago
  58. 3f5a427 perf symbols: /proc/kallsyms does not sort module symbols by Anton Blanchard · 13 years ago
  59. adb0918 perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files by Anton Blanchard · 13 years ago
  60. f66fedc perf probe: Fix regression of variable finder by Masami Hiramatsu · 13 years ago
  61. 3127b6a Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 13 years ago
  62. 362e4e4 ALSA: usb-audio - clear chip->probing on error exit by Thomas Pfaff · 13 years ago
  63. fdfc615 drm/radeon/kms: fix DDIA enable on some rs690 systems by Alex Deucher · 13 years ago
  64. d9ad77e Revert "drm/radeon/kms: fix typo in r100_blit_copy" by Dave Airlie · 13 years ago
  65. d942e43 Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  66. 3321c07 TPM: Zero buffer after copying to userspace by Peter Huewe · 13 years ago
  67. 6b07d30 TPM: Call tpm_transmit with correct size by Peter Huewe · 13 years ago
  68. de69113 TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc by Axel Lin · 13 years ago
  69. 5ce5ed3 TPM: TCG_ATMEL should depend on HAS_IOPORT by Geert Uytterhoeven · 13 years ago
  70. e369fde thp: fix khugepaged defrag tunable documentation by David Rientjes · 13 years ago
  71. a7f4d00 zorro: Defer device_register() until all devices have been identified by Geert Uytterhoeven · 13 years ago
  72. fae3f6f Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  73. c37279b ALSA: fm801: Gracefully handle failure of tuner auto-detect by Ben Hutchings · 13 years ago
  74. 2ba34e4 ALSA: fm801: Fix double free in case of error in tuner detection by Ben Hutchings · 13 years ago
  75. d93dc5c Linux 3.1-rc7 by Linus Torvalds · 13 years ago
  76. 9c1f859 XZ: Fix incorrect XZ_BUF_ERROR by Lasse Collin · 13 years ago
  77. e5b26a8 Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  78. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  79. 808bf29 init: carefully handle loglevel option on kernel cmdline. by Alexander Sverdlin · 13 years ago
  80. 32ef438 teach /proc/$pid/numa_maps about transparent hugepages by Dave Hansen · 13 years ago
  81. 3200a8a break out numa_maps gather_pte_stats() checks by Dave Hansen · 13 years ago
  82. eb4866d make /proc/$pid/numa_maps gather_stats() take variable page size by Dave Hansen · 13 years ago
  83. bcf66bf xfrm: Perform a replay check after return from async codepaths by Steffen Klassert · 13 years ago
  84. 561dac2 fib:fix BUG_ON in fib_nl_newrule when add new fib rule by Gao feng · 13 years ago
  85. f0e8ed8 ASoC: Ensure we generate a driver name by Mark Brown · 13 years ago
  86. 6c4867f floppy: use del_timer_sync() in init cleanup by Carsten Emde · 13 years ago
  87. d11bb44 blk-cgroup: be able to remove the record of unplugged device by Wanlong Gao · 13 years ago
  88. b811ce9 ixgbe: fix possible null buffer error by Jesse Brandeburg · 13 years ago
  89. 5c1e688 tg3: fix VLAN tagging regression by Kasper Pedersen · 13 years ago
  90. 38867a2 Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  91. 43a964a Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  92. 8097680 staging: zcache: fix cleancache crash by Seth Jennings · 13 years ago
  93. b71d842 mach-integrator: fix VGA base regression by Linus Walleij · 13 years ago
  94. a0638eb arm/dt: Tegra: Update SDHCI nodes to match bindings by Stephen Warren · 13 years ago
  95. b7e4338 net: pxa168: Fix build errors by including interrupt.h by Tanmay Upadhyay · 13 years ago
  96. 97c7de0 netconsole: switch init_netconsole() to late_initcall by Lin Ming · 13 years ago
  97. 710778f gianfar: Fix overflow check and return value for gfar_get_cls_all() by Ben Hutchings · 13 years ago
  98. 22e83a2 ppp_generic: fix multilink fragment MTU calculation (again) by Henry Wong · 13 years ago
  99. d706f00 GRETH: avoid overwrite IP-stack's IP-frags checksum by Daniel Hellstrom · 13 years ago
  100. 6af29a9 GRETH: RX/TX bytes were never increased by Daniel Hellstrom · 13 years ago