1. 91ed140 x86/asm: Make sure verify_cpu() has a good stack by Borislav Petkov · 9 years ago
  2. 60a0e20 x86/extable: Add a comment about early exception handlers by Andy Lutomirski · 9 years ago
  3. b828b79 x86/msr: Set the return value to zero when native_rdmsr_safe() fails by Andy Lutomirski · 9 years ago
  4. 4985ce1 x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y by Andy Lutomirski · 9 years ago
  5. dd2f4a0 x86/paravirt: Add paravirt_{read,write}_msr() by Andy Lutomirski · 9 years ago
  6. fbd7043 x86/msr: Carry on after a non-"safe" MSR access fails by Andy Lutomirski · 9 years ago
  7. c2ee03b x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks by Andy Lutomirski · 9 years ago
  8. ae7ef45 x86/traps: Enable all exception handler callbacks early by Andy Lutomirski · 9 years ago
  9. 0e861fb x86/head: Move early exception panic code into early_fixup_exception() by Andy Lutomirski · 9 years ago
  10. 0d0efc0 x86/head: Move the early NMI fixup into C by Andy Lutomirski · 9 years ago
  11. 7bbcdb1 x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() by Andy Lutomirski · 9 years ago
  12. 6aa6dbf x86/fpu: Get rid of x87 math exception helpers by Borislav Petkov · 9 years ago
  13. de82fbc x86/fpu: Remove check_fpu() indirection by Borislav Petkov · 9 years ago
  14. eff4677 x86/tsc: Save an indentation level in recalibrate_cpu_khz() by Borislav Petkov · 9 years ago
  15. a841cca x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call by Borislav Petkov · 9 years ago
  16. 425d8c2 x86/cpu: Simplify extended APIC ID detection on AMD by Borislav Petkov · 9 years ago
  17. 78df526 x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has() by Borislav Petkov · 9 years ago
  18. 782511b x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  19. d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  20. 01f8fd7 x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  21. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  22. 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  23. a402a8d x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  24. dda9edf x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  25. da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  26. 1f4dd79 x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  27. abcfdfe x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  28. 95a8e74 Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes by Ingo Molnar · 9 years ago
  29. d8d1c35 Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base by Ingo Molnar · 9 years ago
  30. 1886297 x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 by Toshi Kani · 9 years ago
  31. cb44d0c Merge branch 'x86/cpu' into x86/asm, to merge more patches by Ingo Molnar · 9 years ago
  32. a312549 x86/mce: Avoid using object after free in genpool by Tony Luck · 9 years ago
  33. 482dd2e x86/syscalls: Wire up compat readv2/writev2 syscalls by Christoph Hellwig · 9 years ago
  34. 1ed95e5 x86/vdso: Remove direct HPET access through the vDSO by Andy Lutomirski · 9 years ago
  35. 42c748bb x86/entry/64: Make gs_change a local label by Borislav Petkov · 9 years ago
  36. 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 9 years ago
  37. 0230bb0 x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify() by Andy Lutomirski · 9 years ago
  38. 3e2b68d x86/asm, sched/x86: Rewrite the FS and GS context switch code by Andy Lutomirski · 9 years ago
  39. 7a5d6704 x86/cpu: Probe the behavior of nulling out a segment at boot time by Andy Lutomirski · 9 years ago
  40. d47b50e x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS by Andy Lutomirski · 9 years ago
  41. 0051202 selftests/x86: Test the FSBASE/GSBASE API and context switching by Andy Lutomirski · 9 years ago
  42. d7847a7 x86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisor by Ingo Molnar · 9 years ago
  43. f87e0434 lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gates by Rusty Russell · 9 years ago
  44. 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 9 years ago
  45. c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 9 years ago
  46. 054efb6 x86/cpufeature: Remove cpu_has_xmm2 by Borislav Petkov · 9 years ago
  47. 906bf7f x86/cpufeature: Remove cpu_has_clflush by Borislav Petkov · 9 years ago
  48. b8291adc x86/cpufeature: Remove cpu_has_gbpages by Borislav Petkov · 9 years ago
  49. 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 9 years ago
  50. ab4a56f x86/cpufeature: Remove cpu_has_osxsave by Borislav Petkov · 9 years ago
  51. 0c9f3536 x86/cpufeature: Remove cpu_has_hypervisor by Borislav Petkov · 9 years ago
  52. 7b5e74e x86/cpufeature: Remove cpu_has_arch_perfmon by Borislav Petkov · 9 years ago
  53. 568a58e x86/mm/pat, x86/cpufeature: Remove cpu_has_pat by Borislav Petkov · 9 years ago
  54. 1e6d88c Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 9 years ago
  55. 8fe8892 nios2: Replace fdt_translate_address with of_flat_dt_translate_address by Guenter Roeck · 9 years ago
  56. 62f444e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  57. 07c0db7 Merge tag 'dlm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 9 years ago
  58. 8b8c877 Merge tag 'hwmon-for-linus-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  59. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 9 years ago
  60. b3edfda x86/cpu: Do the feature test first in enable_sep_cpu() by Borislav Petkov · 9 years ago
  61. 6d92bc9 x86/build: Build compressed x86 kernels as PIE by H.J. Lu · 9 years ago
  62. b6350c2 x86/pat: Document the PAT initialization sequence by Toshi Kani · 9 years ago
  63. 88ba281 x86/xen, pat: Remove PAT table init code from Xen by Toshi Kani · 9 years ago
  64. ad025a7 x86/mtrr: Fix PAT init handling when MTRR is disabled by Toshi Kani · 9 years ago
  65. edfe63e x86/mtrr: Fix Xorg crashes in Qemu sessions by Toshi Kani · 9 years ago
  66. d63dcf4 x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() by Toshi Kani · 9 years ago
  67. 224bb1e x86/mm/pat: Add pat_disable() interface by Toshi Kani · 9 years ago
  68. 02f037d x86/mm/pat: Add support of non-default PAT MSR setting by Toshi Kani · 9 years ago
  69. 591b1d8 x86/mm/pkeys: Add missing Documentation by Dave Hansen · 9 years ago
  70. 34a4cce x86/cpu: Add advanced power management bits by Huang Rui · 9 years ago
  71. 5f870a3 x86/thread_info: Merge two !__ASSEMBLY__ sections by Borislav Petkov · 9 years ago
  72. 4a6772f x86/cpufreq: Remove duplicated TDP MSR macro definitions by Vladimir Zapolskiy · 9 years ago
  73. f7be861 x86/Documentation: Start documenting x86 topology by Borislav Petkov · 9 years ago
  74. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 9 years ago
  75. 32b62f4 perf/x86/amd: Cleanup Fam10h NB event constraints by Peter Zijlstra · 9 years ago
  76. ee6825c x86/topology: Fix AMD core count by Peter Zijlstra · 9 years ago
  77. 1993b17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 9 years ago
  78. d4dc3b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  79. ec3c073 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  80. 3c2e226 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated by Guenter Roeck · 9 years ago
  81. f55532a Linux 4.6-rc1 by Linus Torvalds · 9 years ago
  82. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  83. 698f415 Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 9 years ago
  84. b4cec5f Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  85. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  86. 02fc59a f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 9 years ago
  87. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 9 years ago
  88. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 9 years ago
  89. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 9 years ago
  90. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 9 years ago
  91. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 9 years ago
  92. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 9 years ago
  93. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 9 years ago
  94. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 9 years ago
  95. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 9 years ago
  96. 606c61a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  97. 15dbc13 Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  98. dad44de Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  99. c155c74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  100. 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 9 years ago