1. 1666cf8 ext2: initialize opts.s_mount_opt as zero before using it by xingaopeng · 6 years ago
  2. 553927d binder: fix race that allows malicious free of live buffer by Todd Kjos · 6 years ago
  3. a22ff9d function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  4. d2bcf80 function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  5. aec14c8 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  6. 3923743 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  7. 72c33b2 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  8. 35aa93c MIPS: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  9. bdfd01c arm64: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  10. ef9326a s390/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  11. 84d2023 riscv/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  12. 87352d6 parisc: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  13. 34773b2 sparc/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  14. 56c1dd9 sh/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  15. 5478648 powerpc/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  16. 25ac02d nds32: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  17. 2176149 x86/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  18. e7deeab microblaze: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  19. fbbee0c ARM: function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  20. 67d7bec function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  21. b72fc1c3 ALSA: hda/realtek - Add auto-mute quirk for HP Spectre x360 laptop by Girija Kumar Kasinadhuni · 6 years ago
  22. dcd5130 ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops by Hui Wang · 6 years ago
  23. 5248411 ALSA: hda/realtek - fix headset mic detection for MSI MS-B171 by Anisse Astier · 6 years ago
  24. 094c008 ALSA: hda/realtek - Support ALC300 by Kailang Yang · 6 years ago
  25. bb951d8 ALSA: hda: Add ASRock N68C-S UCC the power_save blacklist by Hans de Goede · 6 years ago
  26. 15c5fb3 ALSA: sparc: Fix invalid snd_free_pages() at error path by Takashi Iwai · 6 years ago
  27. d8a2dca ALSA: control: Fix race between adding and removing a user element by Takashi Iwai · 6 years ago
  28. b77c35e ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write by Takashi Iwai · 6 years ago
  29. e83c440 ALSA: wss: Fix invalid snd_free_pages() at error path by Takashi Iwai · 6 years ago
  30. adcd35a fs: fix lost error code in dio_complete by Maximilian Heyne · 6 years ago
  31. 205af59 perf/x86/intel: Disallow precise_ip on BTS events by Jiri Olsa · 6 years ago
  32. be0e2e2 perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts() by Jiri Olsa · 6 years ago
  33. ad65b54 perf/x86/intel: Move branch tracing setup to the Intel-specific source file by Jiri Olsa · 6 years ago
  34. 33448a8 x86/fpu: Disable bottom halves while loading FPU registers by Sebastian Andrzej Siewior · 6 years ago
  35. 00f91ad x86/MCE/AMD: Fix the thresholding machinery initialization order by Borislav Petkov · 6 years ago
  36. 8af02415 arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou. by Christoph Muellner · 6 years ago
  37. ab77021 PCI: Fix incorrect value returned from pcie_get_speed_cap() by Mikulas Patocka · 6 years ago
  38. 1ce69ec PCI: dwc: Fix MSI-X EP framework address calculation bug by Gustavo Pimentel · 6 years ago
  39. b391ed7 PCI: layerscape: Fix wrong invocation of outbound window disable accessor by Hou Zhiqiang · 6 years ago
  40. 5906576 btrfs: relocation: set trans to be NULL after ending transaction by Pan Bian · 6 years ago
  41. 172a94e Btrfs: fix race between enabling quotas and subvolume creation by Filipe Manana · 6 years ago
  42. 715608d Btrfs: fix rare chances for data loss when doing a fast fsync by Filipe Manana · 6 years ago
  43. 78a2890 Btrfs: ensure path name is null terminated at btrfs_control_ioctl by Filipe Manana · 6 years ago
  44. aaf249e btrfs: Always try all copies when reading extent buffers by Nikolay Borisov · 6 years ago
  45. 949ddf8 udf: Allow mounting volumes with incorrect identification strings by Jan Kara · 6 years ago
  46. 01fb21b xtensa: fix coprocessor part of ptrace_{get,set}xregs by Max Filippov · 6 years ago
  47. 5f84a99 xtensa: fix coprocessor context offset definitions by Max Filippov · 6 years ago
  48. 4ec1039 xtensa: enable coprocessors that are being flushed by Max Filippov · 6 years ago
  49. bbe23c4 KVM: VMX: re-add ple_gap module parameter by Luiz Capitulino · 6 years ago
  50. 61c42d6 KVM: X86: Fix scan ioapic use-before-initialization by Wanpeng Li · 6 years ago
  51. ffb01e7 KVM: LAPIC: Fix pv ipis use-before-initialization by Wanpeng Li · 6 years ago
  52. 6d772df KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall by Liran Alon · 6 years ago
  53. 76c8476 KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset by Leonid Shatz · 6 years ago
  54. b8b0c87 kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb by Jim Mattson · 6 years ago
  55. 471aca5 kvm: mmu: Fix race in emulated page table writes by Junaid Shahid · 6 years ago
  56. 34b7a7c userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
  57. 9f3baac x86/speculation: Provide IBPB always command line options by Thomas Gleixner · 6 years ago
  58. d1ec235 x86/speculation: Add seccomp Spectre v2 user space protection mode by Thomas Gleixner · 6 years ago
  59. 7b62ef1 x86/speculation: Enable prctl mode for spectre_v2_user by Thomas Gleixner · 6 years ago
  60. 238ba6e x86/speculation: Add prctl() control for indirect branch speculation by Thomas Gleixner · 6 years ago
  61. f67fafb x86/speculation: Prepare arch_smt_update() for PRCTL mode by Thomas Gleixner · 6 years ago
  62. e841240 x86/speculation: Prevent stale SPEC_CTRL msr content by Thomas Gleixner · 6 years ago
  63. 59028be x86/speculation: Split out TIF update by Thomas Gleixner · 6 years ago
  64. aecb996 ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS by Thomas Gleixner · 6 years ago
  65. a178881 x86/speculation: Prepare for conditional IBPB in switch_mm() by Thomas Gleixner · 6 years ago
  66. dd73e15 x86/speculation: Avoid __switch_to_xtra() calls by Thomas Gleixner · 6 years ago
  67. a87c81f x86/process: Consolidate and simplify switch_to_xtra() code by Thomas Gleixner · 6 years ago
  68. 69985a2 x86/speculation: Prepare for per task indirect branch speculation control by Tim Chen · 6 years ago
  69. 7118754 x86/speculation: Add command line control for indirect branch speculation by Thomas Gleixner · 6 years ago
  70. 8a34c70 x86/speculation: Unify conditional spectre v2 print functions by Thomas Gleixner · 6 years ago
  71. 507ac84 x86/speculataion: Mark command line parser data __initdata by Thomas Gleixner · 6 years ago
  72. 275d90f x86/speculation: Mark string arrays const correctly by Thomas Gleixner · 6 years ago
  73. 10c24dc x86/speculation: Reorder the spec_v2 code by Thomas Gleixner · 6 years ago
  74. 1572793 x86/l1tf: Show actual SMT state by Thomas Gleixner · 6 years ago
  75. f55e301 x86/speculation: Rework SMT state change by Thomas Gleixner · 6 years ago
  76. 340693e sched/smt: Expose sched_smt_present static key by Thomas Gleixner · 6 years ago
  77. f98bf16 x86/Kconfig: Select SCHED_SMT if SMP enabled by Thomas Gleixner · 6 years ago
  78. a2c0948 sched/smt: Make sched_smt_present track topology by Peter Zijlstra (Intel) · 6 years ago
  79. 6308dde x86/speculation: Reorganize speculation control MSRs update by Tim Chen · 6 years ago
  80. 39402a5 x86/speculation: Rename SSBD update functions by Thomas Gleixner · 6 years ago
  81. ca41d79 x86/speculation: Disable STIBP when enhanced IBRS is in use by Tim Chen · 6 years ago
  82. f37b55a x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common() by Tim Chen · 6 years ago
  83. 30a8e21 x86/speculation: Remove unnecessary ret variable in cpu_show_common() by Tim Chen · 6 years ago
  84. 2ee44e2 x86/speculation: Clean up spectre_v2_parse_cmdline() by Tim Chen · 6 years ago
  85. e8494e5 x86/speculation: Update the TIF_SSBD comment by Tim Chen · 6 years ago
  86. 90d2c53 x86/retpoline: Remove minimal retpoline support by Zhenzhong Duan · 6 years ago
  87. 8c4ad5d x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support by Zhenzhong Duan · 6 years ago
  88. cbc9367 x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variant by Zhenzhong Duan · 6 years ago
  89. 44a0761 x86/speculation: Propagate information about RSB filling mitigation to sysfs by Jiri Kosina · 6 years ago
  90. cacd938 x86/speculation: Apply IBPB more strictly to avoid cross-process data leak by Jiri Kosina · 6 years ago
  91. b07fc04 x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation by Jiri Kosina · 6 years ago
  92. 4e3fbd7 tipc: fix lockdep warning during node delete by Jon Maloy · 6 years ago
  93. 38af4b9 net: phy: add workaround for issue where PHY driver doesn't bind to the device by Heiner Kallweit · 6 years ago
  94. aaa7e45 tcp: defer SACK compression after DupThresh by Eric Dumazet · 6 years ago
  95. b8e0769 net/dim: Update DIM start sample after each DIM iteration by Tal Gilboa · 6 years ago
  96. b06510b virtio-net: fail XDP set if guest csum is negotiated by Jason Wang · 6 years ago
  97. 1af400b virtio-net: disable guest csum during XDP set by Jason Wang · 6 years ago
  98. 4aaa233 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  99. 2f6cfb8 net: thunderx: set xdp_prog to NULL if bpf_prog_add fails by Lorenzo Bianconi · 6 years ago
  100. 535b494 usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2 by Bernd Eckstein · 6 years ago