1. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 13 years ago
  2. ef15eda Merge branch 'x86/cleanups' into perf/uprobes by Ingo Molnar · 13 years ago
  3. ef334a2 x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h by Srikar Dronamraju · 13 years ago
  4. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
  5. 5cb4ac3 uprobes/core: Rename bkpt to swbp by Srikar Dronamraju · 13 years ago
  6. e3343e6 uprobes/core: Make order of function parameters consistent across functions by Srikar Dronamraju · 13 years ago
  7. 900771a uprobes/core: Make macro names consistent by Srikar Dronamraju · 13 years ago
  8. e898c67 Merge branch 'x86/x32' into x86/cleanups by Ingo Molnar · 13 years ago
  9. c940826 x86: Use enum instead of literals for trap values by Kees Cook · 13 years ago
  10. 55283e2 x32: Add ptrace for x32 by H.J. Lu · 13 years ago
  11. e7084fd x32: Switch to a 64-bit clock_t by H. Peter Anvin · 13 years ago
  12. a628b68 x32: Provide separate is_ia32_task() and is_x32_task() predicates by H. Peter Anvin · 13 years ago
  13. 1018faa perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled by Joerg Roedel · 13 years ago
  14. b263b31 x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls by H. Peter Anvin · 13 years ago
  15. 8bd69c2 x86/x32: Fix the binutils auto-detect by Ingo Molnar · 13 years ago
  16. 0bf6276 x32: Warn and disable rather than error if binutils too old by H. Peter Anvin · 13 years ago
  17. 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
  18. 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
  19. 00194b2e x32: Only clear TIF_X32 flag once by Bobby Powers · 13 years ago
  20. ce5f7a9 x32: Make sure TS_COMPAT is cleared for x32 tasks by Bobby Powers · 13 years ago
  21. 862ae31 x32: Drop non-__vdso weak symbols from the x32 VDSO by H. Peter Anvin · 13 years ago
  22. 3f806e5 x86/mce/AMD: Fix UP build error by Borislav Petkov · 13 years ago
  23. 3ff54ef uprobes/core: Move insn to arch specific structure by Srikar Dronamraju · 13 years ago
  24. 04a3d98 uprobes/core: Make instruction tables volatile by Srikar Dronamraju · 13 years ago
  25. 22e842d x32: Fix coding style violations in the x32 VDSO code by H. Peter Anvin · 13 years ago
  26. 27e74da i387: export 'fpu_owner_task' per-cpu variable by Linus Torvalds · 13 years ago
  27. a38449ef x86: Specify a size for the cmp in the NMI handler by Steven Rostedt · 13 years ago
  28. 1a21d4e x32: Add x32 VDSO support by H. J. Lu · 13 years ago
  29. 5fd92e6 x32: Allow x32 to be configured by H. J. Lu · 13 years ago
  30. a06c9bc x32: If configured, add x32 system calls to system call tables by H. Peter Anvin · 13 years ago
  31. d1a797f x32: Handle process creation by H. Peter Anvin · 13 years ago
  32. c5a3739 x32: Signal-related system calls by H. Peter Anvin · 13 years ago
  33. a96d692 x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h> by H. Peter Anvin · 13 years ago
  34. fca460f x32: Handle the x32 system call flag by H. Peter Anvin · 13 years ago
  35. 9d38976 x32: Add rt_sigframe_x32 by H. Peter Anvin · 13 years ago
  36. 4048e2a x32: Add struct ucontext_x32 by H. J. Lu · 13 years ago
  37. 8513942 x32: Export setup/restore_sigcontext from signal.c by H. Peter Anvin · 13 years ago
  38. f28f0c2 x86: Move some signal-handling definitions to a common header by H. Peter Anvin · 13 years ago
  39. ea499fe x32: Generate <asm/unistd_64_x32.h> by H. Peter Anvin · 13 years ago
  40. 6cbb369 x32: Generate <asm/unistd_x32.h> by H. Peter Anvin · 13 years ago
  41. 6630f11 x32: Add x32 system calls to syscall/syscall_64.tbl by H. Peter Anvin · 13 years ago
  42. 2c73ce7 x86-64, ia32: Drop sys32_rt_sigprocmask by H. Peter Anvin · 13 years ago
  43. bb21272 x32: Add a thread flag for x32 processes by H. Peter Anvin · 13 years ago
  44. d046ff8 x86-64: Add prototype for old_rsp to a header file by H. J. Lu · 13 years ago
  45. 1f5e27a x32: Create posix_types_x32.h by H. Peter Anvin · 13 years ago
  46. 4f72e33 x86-64: Use explicit sizes in sigcontext.h, prepare for x32 by H. Peter Anvin · 13 years ago
  47. 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 13 years ago
  48. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 13 years ago
  49. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  50. cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 13 years ago
  51. 8eaffa6 xen/pat: Disable PAT support for now. by Konrad Rzeszutek Wilk · 13 years ago
  52. 416d721 xen/setup: Remove redundant filtering of PTE masks. by Konrad Rzeszutek Wilk · 13 years ago
  53. 45d5a16 x86/nmi: Test saved %cs in NMI to determine nested NMI case by Steven Rostedt · 13 years ago
  54. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  55. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  56. 7b2d81d uprobes/core: Clean up, refactor and improve the code by Ingo Molnar · 13 years ago
  57. 2b14449 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints by Srikar Dronamraju · 13 years ago
  58. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  59. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  60. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  61. b6c6641 i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers by Linus Torvalds · 13 years ago
  62. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  63. c38e234 i387: fix sense of sanity check by Linus Torvalds · 13 years ago
  64. 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
  65. 07d6202 x86: Use generic posix_types.h by H. Peter Anvin · 13 years ago
  66. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  67. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  68. f8d98f1 x86: Fix to decode grouped AVX with VEX pp bits by Masami Hiramatsu · 13 years ago
  69. 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
  70. 32c3233 x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processors by Andreas Herrmann · 13 years ago
  71. f39d47f perf: Fix double start/stop in x86_pmu_start() by Stephane Eranian · 13 years ago
  72. c98fdea x86/sched/perf/AMD: Set sched_clock_stable by Borislav Petkov · 13 years ago
  73. c1d2f1b x86/microcode: Remove noisy AMD microcode warning by Prarit Bhargava · 13 years ago
  74. 14fdbf7 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  75. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  76. 207d543 xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback by Stefano Stabellini · 13 years ago
  77. 41bd956 xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic. by Konrad Rzeszutek Wilk · 13 years ago
  78. 84f2b9b perf: Remove deprecated WARN_ON_ONCE() by Stephane Eranian · 13 years ago
  79. 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
  80. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  81. c2226fc KVM: x86: fix missing checks in syscall emulation by Stephan Bärwolf · 13 years ago
  82. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  83. bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  84. e6d36a6 x86/reboot: Remove VersaLogic Menlow reboot quirk by Michael D Labriola · 13 years ago
  85. 5955633 x86/reboot: Skip DMI checks if reboot set by user by Michael D Labriola · 13 years ago
  86. 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
  87. d0caf292 x86/dumpstack: Remove unneeded check in dump_trace() by Dan Carpenter · 13 years ago
  88. 6c02b7b Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3 by Konrad Rzeszutek Wilk · 13 years ago
  89. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 13 years ago
  90. b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 13 years ago
  91. fc395b9 x86: Properly parenthesize cmpxchg() macro arguments by Jan Beulich · 13 years ago
  92. 5b68edc x86/microcode_amd: Add support for CPU family specific container files by Andreas Herrmann · 13 years ago
  93. 652847a x86/amd: Add missing feature flag for fam15h models 10h-1fh processors by Andreas Herrmann · 13 years ago
  94. 5067cf5 x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() by Jesper Juhl · 13 years ago
  95. 3fe5456 x86/numachip: Drop unnecessary conflict with EDAC by Daniel J Blueman · 13 years ago
  96. d2ebc71 x86/uv: Fix uninitialized spinlocks by Cliff Wickman · 13 years ago
  97. 5a51467 x86/uv: Fix uv_gpa_to_soc_phys_ram() shift by Russ Anderson · 13 years ago
  98. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  99. 7a7546b x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t by David Vrabel · 13 years ago
  100. 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