1. bc7ff9b Merge 4.9.75 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  3. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  4. 5ee3412 ANDROID: Move x86_64 idle notifiers to generic by Todd Poynor · 13 years ago
  5. bd7e769 x86/bugs: Separate AMD E400 erratum and C1E bug by Thomas Gleixner · 8 years ago
  6. 9c6f090 x86: use simpler API for random address requests by Jason Cooper · 8 years ago
  7. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  8. 74327a3 x86/process: Pin the target stack in get_wchan() by Andy Lutomirski · 8 years ago
  9. 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
  10. ffcb043 sched/x86: Fix thread_saved_pc() by Brian Gerst · 8 years ago
  11. 7b32aea sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frame by Brian Gerst · 8 years ago
  12. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. 08e237f x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs by Peter Zijlstra · 8 years ago
  14. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  15. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  16. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  17. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
  18. ca59809 locking/x86: Use mb() around clflush() by Michael S. Tsirkin · 9 years ago
  19. 2459ee8 x86/vm86: Set thread.vm86 to NULL on fork/clone by Andy Lutomirski · 9 years ago
  20. f7d27c3 x86/mm, kasan: Silence KASAN warnings in get_wchan() by Andrey Ryabinin · 9 years ago
  21. 7ba7805 x86/process: Unify 32bit and 64bit implementations of get_wchan() by Thomas Gleixner · 9 years ago
  22. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. 3959df1d Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  24. e43d018 x86/idle: Restore trace_cpu_idle to mwait_idle() calls by Jisheng Zhang · 9 years ago
  25. 8838eb6 x86/mce: Clear Local MCE opt-in before kexec by Ashok Raj · 9 years ago
  26. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  27. 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
  28. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  29. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. 0fb0328 sched/x86: Drop repeated word from mwait_idle() comment by Huang Rui · 9 years ago
  31. 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 9 years ago
  32. 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 9 years ago
  33. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 9 years ago
  34. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  35. 2e8a310 x86/fpu: Rename fpu__flush_thread() to fpu__clear() by Ingo Molnar · 9 years ago
  36. c69e098 x86/fpu: Use 'struct fpu' in fpu__copy() by Ingo Molnar · 9 years ago
  37. ca6787b x86/fpu: Remove 'struct task_struct' usage from drop_fpu() by Ingo Molnar · 9 years ago
  38. a752b53 x86/fpu: Factor out fpu__copy() by Ingo Molnar · 9 years ago
  39. 8ffb53a x86/fpu: Move task_xstate_cachep handling to core.c by Ingo Molnar · 9 years ago
  40. 81683cc x86/fpu: Factor out fpu__flush_thread() from flush_thread() by Ingo Molnar · 9 years ago
  41. 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 9 years ago
  42. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  43. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 9 years ago
  44. a7c2a83 x86/fpu: Rename fpu_free() to fpstate_free() by Ingo Molnar · 9 years ago
  45. ed97b08 x86/fpu: Rename fpu_alloc() to fpstate_alloc() by Ingo Molnar · 9 years ago
  46. 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 9 years ago
  47. c88d474 x86/fpu: Always restore_xinit_state() when use_eager_cpu() by Bobby Powers · 9 years ago
  48. de71ad2 x86: Make cpu_tss available to external modules by Marc Dionne · 9 years ago
  49. 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  50. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 435c350 x86/amd/idle, clockevents: Use explicit broadcast oneshot control functions by Thomas Gleixner · 9 years ago
  53. 162a688 x86/amd/idle, clockevents: Use explicit broadcast control function by Thomas Gleixner · 9 years ago
  54. e1b63de Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patches by Ingo Molnar · 10 years ago
  55. f893959 x86/fpu: Don't abuse drop_init_fpu() in flush_thread() by Oleg Nesterov · 10 years ago
  56. 9cb6ce8 x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread exec by Oleg Nesterov · 10 years ago
  57. eda2360 Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts by Ingo Molnar · 10 years ago
  58. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
  59. f8e617f sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIs by Mike Galbraith · 11 years ago
  60. b253149 sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance by Len Brown · 11 years ago
  61. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
  62. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  63. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  64. 110d7f7 x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu() by Oleg Nesterov · 10 years ago
  65. 6a5fe89 x86/fpu: Use task_disable_lazy_fpu_restore() helper by Rik van Riel · 10 years ago
  66. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  67. dc56c0f9 x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() by Oleg Nesterov · 10 years ago
  68. 5e23fee x86, fpu: copy_process: Sanitize fpu->last_cpu initialization by Oleg Nesterov · 10 years ago
  69. f185350 x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math() by Oleg Nesterov · 10 years ago
  70. 7496d64 Define kernel API to get address of each state in xsave area by Fenghua Yu · 10 years ago
  71. 16f8b05 sched/idle, x86: Remove redundant cpuidle_idle_call() by Nicolas Pitre · 11 years ago
  72. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
  73. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  74. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  75. d788081 idle: Add the stack canary init to cpu_startup_entry() by Thomas Gleixner · 11 years ago
  76. 97a5b81 x86: Fix idle consolidation fallout by Thomas Gleixner · 11 years ago
  77. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  78. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 12 years ago
  80. 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
  81. 10baf04 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Rafael J. Wysocki · 12 years ago
  82. ca62cf5 Merge branch 'misc' into release by Len Brown · 12 years ago
  83. a476bda x86 idle: rename global pm_idle to static x86_idle by Len Brown · 12 years ago
  84. dd8af07 APM idle: register apm_cpu_idle via cpuidle by Len Brown · 12 years ago
  85. 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 12 years ago
  86. 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
  87. 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 12 years ago
  88. 43720bd PM / tracing: remove deprecated power trace API by Paul Gortmaker · 12 years ago
  89. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  90. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  91. 4d0e42c x86: Remove dead hlt_use_halt code by Daniel Lezcano · 12 years ago
  92. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  93. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  94. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  95. e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
  96. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
  97. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  98. 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
  99. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  100. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago