1. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  2. 0bbfcaf Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  3. b0e37d7 Merge branch 'dcache-word-accesses' by Linus Torvalds · 13 years ago
  4. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 13 years ago
  5. bea95c1 Merge branch 'perf/hw-branch-sampling' into perf/core by Ingo Molnar · 13 years ago
  6. f9b4eeb perf/x86: Prettify pmu config literals by Peter Zijlstra · 13 years ago
  7. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  8. 87e24f4 perf/x86: Fix local vs remote memory events for NHM/WSM by Peter Zijlstra · 13 years ago
  9. a7f4255 x86: Derandom delay_tsc for 64 bit by Thomas Gleixner · 13 years ago
  10. bfcfaa7 vfs: use 'unsigned long' accesses for dcache name comparison and hashing by Linus Torvalds · 13 years ago
  11. 55062d0 x86: fix typo in recent find_vma_prev purge by Linus Torvalds · 13 years ago
  12. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 13 years ago
  13. 3f33ab1 x86/kprobes: Split out optprobe related code to kprobes-opt.c by Masami Hiramatsu · 13 years ago
  14. 4648468 x86/kprobes: Fix a bug which can modify kernel code permanently by Masami Hiramatsu · 13 years ago
  15. 86b4ce3 x86/kprobes: Fix instruction recovery on optimized path by Masami Hiramatsu · 13 years ago
  16. 4f0449e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  17. 6414fa6a aout: move setup_arg_pages() prior to reading/mapping the binary by Al Viro · 13 years ago
  18. d010b33 perf: Add callback to flush branch_stack on context switch by Stephane Eranian · 13 years ago
  19. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 13 years ago
  20. 3e702ff perf/x86: Add LBR software filter support for Intel CPUs by Stephane Eranian · 13 years ago
  21. 60ce0fb perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUs by Stephane Eranian · 13 years ago
  22. 88c9a65 perf/x86: Disable LBR support for older Intel Atom processors by Stephane Eranian · 13 years ago
  23. c5cc2cd perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filters by Stephane Eranian · 13 years ago
  24. ff3fb51 perf/x86: Sync branch stack sampling with precise_sampling by Stephane Eranian · 13 years ago
  25. b36817e perf/x86: Add Intel LBR sharing logic by Stephane Eranian · 13 years ago
  26. 225ce53 perf/x86: Add Intel LBR MSR definitions by Stephane Eranian · 13 years ago
  27. bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 13 years ago
  28. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  29. 1018faa perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled by Joerg Roedel · 13 years ago
  30. a97f4f5 x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version by Jonathan Nieder · 13 years ago
  31. 84113717 x86/PCI: use host bridge _CRS info on MSI MS-7253 by Jonathan Nieder · 13 years ago
  32. e25bda5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  33. 500dd23 Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  34. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  35. 1cc1c96 PCI: fix memleak when ACPI _CRS is not used. by Yinghai Lu · 13 years ago
  36. 3f806e5 x86/mce/AMD: Fix UP build error by Borislav Petkov · 13 years ago
  37. 27e74da i387: export 'fpu_owner_task' per-cpu variable by Linus Torvalds · 13 years ago
  38. a38449ef x86: Specify a size for the cmp in the NMI handler by Steven Rostedt · 13 years ago
  39. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 13 years ago
  40. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  41. cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 13 years ago
  42. 8eaffa6 xen/pat: Disable PAT support for now. by Konrad Rzeszutek Wilk · 13 years ago
  43. 416d721 xen/setup: Remove redundant filtering of PTE masks. by Konrad Rzeszutek Wilk · 13 years ago
  44. 986cb48 x86-32/irq: Don't switch to irq stack for a user-mode irq by Linus Torvalds · 13 years ago
  45. 45d5a16 x86/nmi: Test saved %cs in NMI to determine nested NMI case by Steven Rostedt · 13 years ago
  46. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  47. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  48. 09bda44 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  49. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  50. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  51. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  52. b6c6641 i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers by Linus Torvalds · 13 years ago
  53. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  54. c38e234 i387: fix sense of sanity check by Linus Torvalds · 13 years ago
  55. 694ce18 Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  56. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  57. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  58. 4845465 x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle() by Steven Rostedt · 13 years ago
  59. f8d98f1 x86: Fix to decode grouped AVX with VEX pp bits by Masami Hiramatsu · 13 years ago
  60. ce2814f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. 32c3233 x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processors by Andreas Herrmann · 13 years ago
  62. f39d47f perf: Fix double start/stop in x86_pmu_start() by Stephane Eranian · 13 years ago
  63. c98fdea x86/sched/perf/AMD: Set sched_clock_stable by Borislav Petkov · 13 years ago
  64. c1d2f1b x86/microcode: Remove noisy AMD microcode warning by Prarit Bhargava · 13 years ago
  65. 14fdbf7 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  66. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  67. 207d543 xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback by Stefano Stabellini · 13 years ago
  68. 41bd956 xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic. by Konrad Rzeszutek Wilk · 13 years ago
  69. 84f2b9b perf: Remove deprecated WARN_ON_ONCE() by Stephane Eranian · 13 years ago
  70. 2f2fde9 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  71. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  72. c2226fc KVM: x86: fix missing checks in syscall emulation by Stephan Bärwolf · 13 years ago
  73. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  74. bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  75. e6d36a6 x86/reboot: Remove VersaLogic Menlow reboot quirk by Michael D Labriola · 13 years ago
  76. 5955633 x86/reboot: Skip DMI checks if reboot set by user by Michael D Labriola · 13 years ago
  77. 6c334f4 Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  78. d0caf292 x86/dumpstack: Remove unneeded check in dump_trace() by Dan Carpenter · 13 years ago
  79. 6c02b7b Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3 by Konrad Rzeszutek Wilk · 13 years ago
  80. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 13 years ago
  81. b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 13 years ago
  82. fc395b9 x86: Properly parenthesize cmpxchg() macro arguments by Jan Beulich · 13 years ago
  83. 5b68edc x86/microcode_amd: Add support for CPU family specific container files by Andreas Herrmann · 13 years ago
  84. 652847a x86/amd: Add missing feature flag for fam15h models 10h-1fh processors by Andreas Herrmann · 13 years ago
  85. 5067cf5 x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() by Jesper Juhl · 13 years ago
  86. 3fe5456 x86/numachip: Drop unnecessary conflict with EDAC by Daniel J Blueman · 13 years ago
  87. d2ebc71 x86/uv: Fix uninitialized spinlocks by Cliff Wickman · 13 years ago
  88. 5a51467 x86/uv: Fix uv_gpa_to_soc_phys_ram() shift by Russ Anderson · 13 years ago
  89. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  90. 7a7546b x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t by David Vrabel · 13 years ago
  91. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  92. 4f2f81a x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits by H. Peter Anvin · 13 years ago
  93. 282f445 Merge remote-tracking branch 'linus/master' into x86/urgent by H. Peter Anvin · 13 years ago
  94. 90a4c0f uml: fix compile for x86-64 by Linus Torvalds · 13 years ago
  95. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  96. d00a9dd net: bpf_jit: fix divide by 0 generation by Eric Dumazet · 13 years ago
  97. 79ba0db Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release by Len Brown · 13 years ago
  98. 6015ff1 x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n by Al Viro · 13 years ago
  99. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  100. 68f30fb x86, tsc: Fix SMI induced variation in quick_pit_calibrate() by Linus Torvalds · 13 years ago