1. 7371994 x86/uaccess: Don't leak the AC flag into __put_user() value evaluation by Andy Lutomirski · 6 years ago
  2. 9f77e4c MIPS: eBPF: Fix icache flush end address by Paul Burton · 6 years ago
  3. 4a418a3 MIPS: BCM63XX: provide DMA masks for ethernet devices by Jonas Gorski · 6 years ago
  4. 3bfa641 MIPS: fix truncation in __cmpxchg_small for short values by Michael Clark · 6 years ago
  5. 60a4b3f KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1 by Vitaly Kuznetsov · 6 years ago
  6. 0149b03 svm: Fix AVIC incomplete IPI emulation by Suravee Suthikulpanit · 6 years ago
  7. 4749ffd ARC: show_regs: lockdep: avoid page allocator... by Vineet Gupta · 6 years ago
  8. 4e34dd3 ARC: fix __ffs return value to avoid build warnings by Eugeniy Paltsev · 6 years ago
  9. 7ff7786 x86/mm/mem_encrypt: Fix erroneous sizeof() by Peng Hao · 6 years ago
  10. 8cae7757 irq/matrix: Spread managed interrupts on allocation by Dou Liyang · 6 years ago
  11. 3117222 kvm: x86: Return LA57 feature based on hardware capability by Yu Zhang · 6 years ago
  12. 95aed87 ARC: define ARCH_SLAB_MINALIGN = 8 by Alexey Brodkin · 6 years ago
  13. 7779566 ARC: U-boot: check arguments paranoidly by Eugeniy Paltsev · 6 years ago
  14. 5f7814c ARCv2: Enable unaligned access in early ASM code by Eugeniy Paltsev · 6 years ago
  15. ebe390b parisc: Fix ptrace syscall number modification by Dmitry V. Levin · 6 years ago
  16. c818b5b always clear the X2APIC_ENABLE bit for PV guest by Talons Lee · 6 years ago
  17. 99b490e powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool. by Christophe Leroy · 6 years ago
  18. 703f4f6 MIPS: jazz: fix 64bit build by Thomas Bogendoerfer · 6 years ago
  19. ac3be9e MIPS: ath79: Enable OF serial ports in the default config by Alban Bedel · 6 years ago
  20. 4db02ac MIPS: eBPF: Always return sign extended 32b values by Paul Burton · 6 years ago
  21. 775ab7d ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instruction by Mathieu Desnoyers · 6 years ago
  22. b2778ef x86/a.out: Clear the dump structure initially by Borislav Petkov · 6 years ago
  23. cdc3568 x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls by Hedi Berriche · 6 years ago
  24. a3fadef alpha: Fix Eiger NR_IRQS to 128 by Meelis Roos · 6 years ago
  25. c56eef6 alpha: fix page fault handling for r16-r18 targets by Sergei Trofimovich · 6 years ago
  26. 0d41c03 kvm: vmx: Fix entry number check for add_atomic_switch_msr() by Xiaoyao Li · 6 years ago
  27. c58f010 x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available by Vitaly Kuznetsov · 6 years ago
  28. 2ab1483 riscv: Add pte bit to distinguish swap from invalid by Stefan O'Rear · 6 years ago
  29. 74cbb75 perf/x86: Add check_period PMU callback by Jiri Olsa · 6 years ago
  30. 1b1de8b ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type by Tony Lindgren · 6 years ago
  31. 6804b3e kvm: sev: Fail KVM_SEV_INIT if already initialized by David Rientjes · 6 years ago
  32. 0a87c53 gpio: pl061: handle failed allocations by Nicholas Mc Guire · 6 years ago
  33. 5cf199f ARM: dts: kirkwood: Fix polarity of GPIO fan lines by Linus Walleij · 6 years ago
  34. 6e7136c ARM: dts: da850-lcdk: Correct the sound card name by Peter Ujfalusi · 6 years ago
  35. 8bea93c ARM: dts: da850-lcdk: Correct the audio codec regulators by Peter Ujfalusi · 6 years ago
  36. f3b61cb ARM: dts: da850-evm: Correct the sound card name by Peter Ujfalusi · 6 years ago
  37. 7c06896 ARM: dts: da850-evm: Correct the audio codec regulators by Peter Ujfalusi · 6 years ago
  38. fa92c4e riscv: fix trace_sys_exit hook by David Abdurachmanov · 6 years ago
  39. bdd8fd8 ARM: fix the cockup in the previous patch by Russell King · 6 years ago
  40. e7a8dab ARM: ensure that processor vtables is not lost after boot by Russell King · 6 years ago
  41. 4645c6c ARM: spectre-v2: per-CPU vtables to work around big.Little systems by Russell King · 6 years ago
  42. b11fd96 ARM: add PROC_VTABLE and PROC_TABLE macros by Russell King · 6 years ago
  43. 06b5ec9 ARM: clean up per-processor check_bugs method call by Russell King · 6 years ago
  44. 8a4cf73 ARM: split out processor lookup by Russell King · 6 years ago
  45. e3e1b2a ARM: make lookup_processor_type() non-__init by Russell King · 6 years ago
  46. 19c186a ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc by Julien Thierry · 6 years ago
  47. 042b172 ARM: 8797/1: spectre-v1.1: harden __copy_to_user by Julien Thierry · 6 years ago
  48. b7a9570 ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization by Julien Thierry · 6 years ago
  49. beaf90b ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() by Julien Thierry · 6 years ago
  50. 39b282a ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit by Julien Thierry · 6 years ago
  51. ba22d59 ARM: 8793/1: signal: replace __put_user_error with __put_user by Julien Thierry · 6 years ago
  52. 73dad6e ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user() by Julien Thierry · 6 years ago
  53. 9cad575 ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state by Julien Thierry · 6 years ago
  54. 3a59b35 ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context by Julien Thierry · 6 years ago
  55. ec48428 ARM: 8789/1: signal: copy registers using __copy_to_user() by Julien Thierry · 6 years ago
  56. 49c473e powerpc/radix: Fix kernel crash with mremap() by Aneesh Kumar K.V · 6 years ago
  57. fe3dabb ARM: dts: da850: fix interrupt numbers for clocksource by Bartosz Golaszewski · 6 years ago
  58. 33bd094 ARM: tango: Improve ARCH_MULTIPLATFORM compatibility by Marc Gonzalez · 6 years ago
  59. 569051e ARM: iop32x/n2100: fix PCI IRQ mapping by Russell King · 6 years ago
  60. f5b4de0 MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds by Paul Burton · 6 years ago
  61. 814e445 mips: loongson64: remove unreachable(), fix loongson_poweroff(). by Yifeng Li · 6 years ago
  62. e32ba28 MIPS: VDSO: Use same -m%-float cflag as the kernel proper by Paul Burton · 6 years ago
  63. 264b262 MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled by Aaro Koskinen · 6 years ago
  64. 384cc5f mips: cm: reprime error cause by Vladimir Kondratiev · 6 years ago
  65. 8b71aa1 perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() by Peter Zijlstra · 6 years ago
  66. 5b27e3b x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out() by Tony Luck · 6 years ago
  67. 4e6bfd7 perf/x86/intel/uncore: Add Node ID mask by Kan Liang · 6 years ago
  68. 97a7fa9 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  69. 236fd67 KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221) by Peter Shier · 6 years ago
  70. 5a45d37 KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222) by Paolo Bonzini · 6 years ago
  71. d69ad39a arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition by Dave Martin · 6 years ago
  72. dc8bd7e arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning by Randy Dunlap · 6 years ago
  73. 1e480ee um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
  74. 2cdf524 MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8 by Stefan Roese · 6 years ago
  75. fc09008 powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. by Mahesh Salgaonkar · 6 years ago
  76. 84a4572 KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported by Vitaly Kuznetsov · 6 years ago
  77. 279eb1d powerpc/mm: Fix reporting of kernel execute faults on the 8xx by Christophe Leroy · 6 years ago
  78. 49f182e powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand by Alexey Kardashevskiy · 6 years ago
  79. 5a0c7fb powerpc/perf: Fix thresholding counter data for unknown type by Madhavan Srinivasan · 6 years ago
  80. e121943 powerpc/uaccess: fix warning/error with access_ok() by Christophe Leroy · 6 years ago
  81. 33d127e mmc: jz4740: Get CD/WP GPIOs from descriptors by Linus Walleij · 6 years ago
  82. 43b7fa3 KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines by Suraj Jitindar Singh · 6 years ago
  83. 8b4116f ARM: pxa: avoid section mismatch warning by Arnd Bergmann · 6 years ago
  84. dfb22b6 ARM: dts: imx51-zii-rdu1: Do not specify "power-gpio" for hpa1 by Andrey Smirnov · 6 years ago
  85. f06d48b ARM: dts: Fix up the D-Link DIR-685 MTD partition info by Linus Walleij · 7 years ago
  86. 8cc0518 mips: bpf: fix encoding bug for mm_srlv32_op by Jiong Wang · 6 years ago
  87. 463499c ARM: dts: Fix OMAP4430 SDP Ethernet startup by Russell King - ARM Linux · 6 years ago
  88. 6425746 xtensa: xtfpga.dtsi: fix dtc warnings about SPI by Max Filippov · 6 years ago
  89. c91ff9a x86/fpu: Add might_fault() to user_insn() by Sebastian Andrzej Siewior · 6 years ago
  90. 9d79635 ARM: dts: aspeed: add missing memory unit-address by Rob Herring · 6 years ago
  91. 4f770b4 ARM: dts: mmp2: fix TWSI2 by Lubomir Rintel · 6 years ago
  92. 14743f8 arm64: ftrace: don't adjust the LR value by Mark Rutland · 6 years ago
  93. 87ae793 s390/zcrypt: improve special ap message cmd handling by Harald Freudenberger · 6 years ago
  94. ed0526b arm64: io: Ensure value passed to __iormb() is held in a 64-bit register by Will Deacon · 6 years ago
  95. dd46de1 arm64: io: Ensure calls to delay routines are ordered against prior readX() by Will Deacon · 6 years ago
  96. 0f9dff3 powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly by Mathieu Malaterre · 6 years ago
  97. 8218fcf ARM: OMAP2+: hwmod: Fix some section annotations by Nathan Chancellor · 6 years ago
  98. 4ee24ae MIPS: Boston: Disable EG20T prefetch by Paul Burton · 6 years ago
  99. 22ccd25 powerpc/pseries: add of_node_put() in dlpar_detach_node() by Frank Rowand · 6 years ago
  100. 534a0c2 x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux) by Colin Ian King · 6 years ago