1. 01eabcd x86/tsc: Prevent 32bit truncation in calc_hpet_ref() by Xiaoming Gao · 6 years ago
  2. f3ba3ea hypfs_kill_super(): deal with failed allocations by Al Viro · 6 years ago
  3. 22578e2 powerpc/lib: Fix off-by-one in alternate feature patching by Michael Ellerman · 6 years ago
  4. 73de98f powerpc/eeh: Fix enabling bridge MMIO windows by Michael Neuling · 6 years ago
  5. 95a9a52 MIPS: memset.S: Fix clobber of v1 in last_fixup by Matt Redfearn · 6 years ago
  6. 6cd712b MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup by Matt Redfearn · 6 years ago
  7. 7177f0b MIPS: memset.S: EVA & fault support for small_memset by Matt Redfearn · 7 years ago
  8. 1179774 MIPS: uaccess: Add micromips clobbers to bzero invocation by Matt Redfearn · 6 years ago
  9. 2413ed8 um: Use POSIX ucontext_t instead of struct ucontext by Krzysztof Mazur · 7 years ago
  10. 8280752 um: Compile with modern headers by Jason A. Donenfeld · 7 years ago
  11. 5aa8b5b powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops by Nicholas Piggin · 6 years ago
  12. 8923141 powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops by Nicholas Piggin · 6 years ago
  13. 59f404e powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently by Nicholas Piggin · 7 years ago
  14. f3ccc32 powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write() by Nicholas Piggin · 7 years ago
  15. 61ec850 ARM: dts: at91: sama5d4: fix pinctrl compatible string by Santiago Esteban · 7 years ago
  16. 50b4737 ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250 by Marek Szyprowski · 7 years ago
  17. 0787285 ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property by Nicolas Ferre · 7 years ago
  18. 1cd969f arm64: futex: Mask __user pointers prior to dereference by Will Deacon · 7 years ago
  19. d6bcc21 s390/ipl: ensure loadparm valid flag is set by Vasily Gorbik · 6 years ago
  20. 288b1dd arm64: Kill PSCI_GET_VERSION as a variant-2 workaround by Mark Rutland · 6 years ago
  21. c24c205 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  22. 196d041 arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling by Mark Rutland · 6 years ago
  23. c9ae3d5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  24. 142cfd6 arm/arm64: KVM: Turn kvm_psci_version into a static inline by Mark Rutland · 6 years ago
  25. c482a24 arm64: KVM: Make PSCI_VERSION a fast path by Mark Rutland · 6 years ago
  26. 6681f3c arm/arm64: KVM: Advertise SMCCC v1.1 by Mark Rutland · 6 years ago
  27. 4b1713f arm/arm64: KVM: Implement PSCI 1.0 support by Mark Rutland · 6 years ago
  28. 54faafb arm/arm64: KVM: Add smccc accessors to PSCI code by Mark Rutland · 6 years ago
  29. 33e6484 arm/arm64: KVM: Add PSCI_VERSION helper by Mark Rutland · 6 years ago
  30. 8b106af arm/arm64: KVM: Consolidate the PSCI include files by Mark Rutland · 6 years ago
  31. e06ea9a arm64: KVM: Increment PC after handling an SMC trap by Mark Rutland · 6 years ago
  32. 6df8d16 arm64: Branch predictor hardening for Cavium ThunderX2 by Mark Rutland · 6 years ago
  33. bad52d7 arm64: Implement branch predictor hardening for affected Cortex-A CPUs by Mark Rutland · 6 years ago
  34. 4bcf61f arm64: cpu_errata: Allow an erratum to be match for all revisions of a core by Mark Rutland · 6 years ago
  35. 04b4cc6 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 by Mark Rutland · 6 years ago
  36. 34dc20b arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Mark Rutland · 6 years ago
  37. e7c3b24 arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Mark Rutland · 6 years ago
  38. 9327f06 arm64: KVM: Use per-CPU vector when BP hardening is enabled by Mark Rutland · 6 years ago
  39. bfaccecc arm64: Move BP hardening to check_and_switch_context by Mark Rutland · 6 years ago
  40. 4732001 arm64: Add skeleton to harden the branch predictor against aliasing attacks by Mark Rutland · 6 years ago
  41. 20bcfe0 arm64: Move post_ttbr_update_workaround to C code by Mark Rutland · 6 years ago
  42. 965924e arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro by Mark Rutland · 6 years ago
  43. 92e7a83 arm64: cpufeature: Pass capability structure to ->enable callback by Mark Rutland · 6 years ago
  44. 3c31fa5 arm64: Run enable method for errata work arounds on late CPUs by Mark Rutland · 6 years ago
  45. 93f339e arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early by Mark Rutland · 6 years ago
  46. 4504c5c arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Mark Rutland · 6 years ago
  47. 4c03928 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user by Mark Rutland · 6 years ago
  48. 346edd6 arm64: uaccess: Prevent speculative use of the current addr_limit by Mark Rutland · 6 years ago
  49. f3ed64a arm64: entry: Ensure branch through syscall table is bounded under speculation by Mark Rutland · 6 years ago
  50. 891bea9 arm64: Use pointer masking to limit uaccess speculation by Mark Rutland · 6 years ago
  51. c910086 arm64: Make USER_DS an inclusive limit by Mark Rutland · 6 years ago
  52. 27eeced arm64: move TASK_* definitions to <asm/processor.h> by Mark Rutland · 6 years ago
  53. d89be00 arm64: Implement array_index_mask_nospec() by Mark Rutland · 6 years ago
  54. afc0954 arm64: barrier: Add CSDB macros to control data-value prediction by Mark Rutland · 6 years ago
  55. 68401e8 parisc: Fix out of array access in match_pci_device() by Helge Deller · 7 years ago
  56. 3da8b25 sparc64: ldc abort during vds iso boot by Jag Raman · 7 years ago
  57. 45be9b7 xen: avoid type warning in xchg_xen_ulong by Arnd Bergmann · 7 years ago
  58. 90963c6 ARM: dts: armadillo800eva: Split LCD mux and gpio by Geert Uytterhoeven · 7 years ago
  59. 353a718 MIPS: kprobes: flush_insn_slot should flush only if probe initialised by Marcin Nowakowski · 7 years ago
  60. b79e6d2 MIPS: mm: adjust PKMAP location by Marcin Nowakowski · 7 years ago
  61. 222c8b4 MIPS: mm: fixed mappings: correct initialisation by Marcin Nowakowski · 7 years ago
  62. 4933e9f KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit by Jim Mattson · 7 years ago
  63. 72da86a ARM: imx: Add MXC_CPU_IMX6ULL and cpu_is_imx6ull by Leonard Crestez · 7 years ago
  64. 017c118 ARM: dts: qcom: ipq4019: fix i2c_0 node by Christian Lamparter · 7 years ago
  65. 31462de powerpc/8xx: fix mpc8xx_get_irq() return on no irq by Christophe Leroy · 8 years ago
  66. 50f4803 arm64: kernel: restrict /dev/mem read() calls to linear region by Ard Biesheuvel · 7 years ago
  67. bc12167 powerpc/spufs: Fix coredump of SPU contexts by Michael Ellerman · 7 years ago
  68. 0a4546e KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 7 years ago
  69. d7c5f8c arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage by Will Deacon · 7 years ago
  70. 7ba7c82 powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE] by Ivan Mikhaylov · 7 years ago
  71. ed9f347 x86/efi: Disable runtime services on kexec kernel if booted with efi=old_map by Sai Praneeth · 7 years ago
  72. 9487ce3 ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node by Rasmus Villemoes · 7 years ago
  73. a74bec4 KVM: nVMX: Fix handling of lmsw instruction by Jan H. Schönherr · 7 years ago
  74. 5ea0519 KVM: X86: Fix preempt the preemption timer cancel by Wanpeng Li · 7 years ago
  75. bca3e27 ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure path by Timmy Li · 7 years ago
  76. caead37 ARM: davinci: da8xx: Create DSP device only when assigned memory by Suman Anna · 7 years ago
  77. e88f1e3 powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash by Michael Ellerman · 7 years ago
  78. 8207552 ARM: dts: rockchip: fix rk322x i2s1 pinctrl error by Sugar Zhang · 7 years ago
  79. afeabec KVM: arm64: Restore host physical timer access on hyp_panic() by James Morse · 7 years ago
  80. 318cc69 KVM: arm: Restore banked registers and physical timer access on hyp_panic() by James Morse · 7 years ago
  81. bffb84b arm64: perf: Ignore exclude_hv when kernel is running in HYP by Ganapatrao Kulkarni · 7 years ago
  82. c53c4ad ARM: dts: imx6qdl-wandboard: Fix audio channel swap by Fabio Estevam · 7 years ago
  83. 6bdfab8 powerpc/modules: If mprofile-kernel is enabled add it to vermagic by Michael Ellerman · 7 years ago
  84. c4f8fbc x86/tsc: Provide 'tsc=unstable' boot parameter by Peter Zijlstra · 7 years ago
  85. 8587ce2 ARM: dts: imx53-qsrb: Pulldown PMIC IRQ pin by Fabio Estevam · 7 years ago
  86. a41dbfe KVM: PPC: Book3S PR: Check copy_to/from_user return values by Paul Mackerras · 7 years ago
  87. 26c18cb s390: move _text symbol to address higher than zero by Heiko Carstens · 7 years ago
  88. b1b547a x86/boot: Declare error() as noreturn by Kees Cook · 7 years ago
  89. c498920 x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 7 years ago
  90. 82652ac x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() by Josh Poimboeuf · 7 years ago
  91. c201211 Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin" by Greg Kroah-Hartman · 6 years ago
  92. 95563ef Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin" by Greg Kroah-Hartman · 6 years ago
  93. afda607 ARM: dts: am57xx-idk-common: Add overide powerhold property by Keerthy · 8 years ago
  94. e284eff ARM: dts: am57xx-beagle-x15-common: Add overide powerhold property by Keerthy · 8 years ago
  95. 4cae986 ARM: dts: dra7: Add power hold and power controller properties to palmas by Keerthy · 7 years ago
  96. 27bb1e0 crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one by Eric Biggers · 7 years ago
  97. 574e44d arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives by Will Deacon · 6 years ago
  98. a80d8e2 arm64: entry: Reword comment about post_ttbr_update_workaround by Will Deacon · 6 years ago
  99. da93510 arm64: Force KPTI to be disabled on Cavium ThunderX by Marc Zyngier · 6 years ago
  100. 4025fe1 arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 6 years ago