1. 328b4ed x86: don't hash faulting address in oops printout by Linus Torvalds · 7 years ago
  2. b562c17 locking/refcounts: Do not force refcount_t usage as GPL-only export by Kees Cook · 7 years ago
  3. 84dda29 Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  4. 87fc5c6 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  5. e1ba1c9 Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  6. 4b1967c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  7. 3b62de2 RISC-V: Fixes for clean allmodconfig build by Palmer Dabbelt · 7 years ago
  8. 7382fbd RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  9. 07f8ba7 RISC-V: User-Visible Changes by Palmer Dabbelt · 7 years ago
  10. da894ff RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  11. a0651c7 Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  12. 3a33c76 arm64: context: Fix comments and remove pointless smp_wmb() by Will Deacon · 7 years ago
  13. 770ba06 arm64: cpu_ops: Add missing 'const' qualifiers by Yury Norov · 7 years ago
  14. f8ada18 arm64: perf: remove unsupported events for Cortex-A73 by Xu YiPing · 7 years ago
  15. 9de52a7 arm64: fpsimd: Fix failure to restore FPSIMD state after signals by Dave Martin · 7 years ago
  16. a349b30 arm64: pgd: Mark pgd_cache as __ro_after_init by Jinbum Park · 7 years ago
  17. be0f272 arm64: ftrace: emit ftrace-mod.o contents through code by Ard Biesheuvel · 7 years ago
  18. 7e8b9c1 arm64: module-plts: factor out PLT generation code for ftrace by Ard Biesheuvel · 7 years ago
  19. 0e710ac RISC-V: Clean up an unused include by Palmer Dabbelt · 7 years ago
  20. 921ebd8 RISC-V: Allow userspace to flush the instruction cache by Andrew Waterman · 7 years ago
  21. 08f051e RISC-V: Flush I$ when making a dirty page executable by Andrew Waterman · 7 years ago
  22. 741fc3f RISC-V: Add missing include by Olof Johansson · 7 years ago
  23. 4a41d5d RISC-V: Use define for get_cycles like other architectures by Olof Johansson · 7 years ago
  24. 4bde632 RISC-V: Provide stub of setup_profiling_timer() by Olof Johansson · 7 years ago
  25. 24948b7 RISC-V: Export some expected symbols for modules by Olof Johansson · 7 years ago
  26. 83e7b87 RISC-V: move empty_zero_page definition to C and export it by Olof Johansson · 7 years ago
  27. fe2726a RISC-V: io.h: type fixes for warnings by Olof Johansson · 7 years ago
  28. 5e6f82b RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macros by Olof Johansson · 7 years ago
  29. 5ddf755 RISC-V: use generic serial.h by Olof Johansson · 7 years ago
  30. 9e0600f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  31. 22985bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  32. a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  33. c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  34. e7fe7b5 mm: replace pud_write with pud_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  35. e4e40e0 mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE by Dan Williams · 7 years ago
  36. 1501899 mm: fix device-dax pud write-faults triggered by get_user_pages() by Dan Williams · 7 years ago
  37. 198e0c0 Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  38. fccfde4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  39. e5372cd sparc64: Fix boot on T4 and later. by David S. Miller · 7 years ago
  40. 7e4d423 powerpc: Do not assign thread.tidr if already assigned by Vaibhav Jain · 7 years ago
  41. aca7573f powerpc: Avoid signed to unsigned conversion in set_thread_tidr() by Vaibhav Jain · 7 years ago
  42. bf73055 RISC-V: remove spin_unlock_wait() by Palmer Dabbelt · 7 years ago
  43. c901e45 RISC-V: `sfence.vma` orderes the instruction cache by Palmer Dabbelt · 7 years ago
  44. 21db403 RISC-V: Add READ_ONCE in arch_spin_is_locked() by Palmer Dabbelt · 7 years ago
  45. 9347ce5 RISC-V: __test_and_op_bit_ord should be strongly ordered by Palmer Dabbelt · 7 years ago
  46. 3343eb6 RISC-V: Remove smb_mb__{before,after}_spinlock() by Palmer Dabbelt · 7 years ago
  47. 61a60d3 RISC-V: Remove __smp_bp__{before,after}_atomic by Palmer Dabbelt · 7 years ago
  48. 8286d51 RISC-V: Comment on why {,cmp}xchg is ordered how it is by Palmer Dabbelt · 7 years ago
  49. 4650d02 RISC-V: Remove unused arguments from ATOMIC_OP by Palmer Dabbelt · 7 years ago
  50. f81a348 arm64: mm: cleanup stale AIVIVT references by Mark Rutland · 7 years ago
  51. 9d0ca44 s390/gs: add compat regset for the guarded storage broadcast control block by Martin Schwidefsky · 7 years ago
  52. c8ec204 MIPS: Add custom serial.h with BASE_BAUD override for generic kernel by Matt Redfearn · 7 years ago
  53. a63dd74 Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 7 years ago
  54. 20b7035 KVM: Let KVM_SET_SIGNAL_MASK work as advertised by Jan H. Schönherr · 7 years ago
  55. b745582 KVM: VMX: Fix vmx->nested freeing when no SMI handler by Wanpeng Li · 7 years ago
  56. c37c287 KVM: VMX: Fix rflags cache during vCPU reset by Wanpeng Li · 7 years ago
  57. e70b57a KVM: X86: Fix softlockup when get the current kvmclock by Wanpeng Li · 7 years ago
  58. 12806ba KVM: lapic: Fixup LDR on load in x2apic by Dr. David Alan Gilbert · 7 years ago
  59. e872fa9 KVM: lapic: Split out x2apic ldr calculation by Dr. David Alan Gilbert · 7 years ago
  60. 28dfbe6 RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpu by Andrew Waterman · 7 years ago
  61. b7e5a59 RISC-V: Remove __vdso_cmpxchg{32,64} symbol versions by Palmer Dabbelt · 7 years ago
  62. 3aaf33b ARM: avoid faulting on qemu by Russell King · 7 years ago
  63. bbecb1c Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  64. 02fc87b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. 580e3d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 8bafae2 ARM: BUG if jumping to usermode address in kernel mode by Russell King · 7 years ago
  67. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. ca122fe Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  69. 5e2fda4 Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  70. 7753ea0 Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  71. 83ada03 Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  72. 345f8f3 s390: revert ELF_ET_DYN_BASE base changes by Martin Schwidefsky · 7 years ago
  73. 54b8a23 m68k/macboing: Fix missed timer callback assignment by Kees Cook · 7 years ago
  74. fec3720 s390: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  75. a876ca4 s390: crypto: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  76. 94bf2f2 s390: include: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  77. 5363423 s390: kernel: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  78. 0b73214 s390: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  79. 0caa8cd s390: appldata: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  80. adbb390 s390: pci: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  81. ac41aae s390: mm: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  82. 20a884f s390: crypto: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  83. a17ae4c s390: kernel: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  84. b1c0de0 s390: sthyi: add SPDX identifiers to the remaining files by Martin Schwidefsky · 7 years ago
  85. 860ec7c s390/debug: use pK for kernel pointers by Christian Borntraeger · 7 years ago
  86. 53c4ab7 s390: fix alloc_pgste check in init_new_context again by Martin Schwidefsky · 7 years ago
  87. 26f4e75 s390/disassembler: correct disassembly lines alignment by Vasily Gorbik · 7 years ago
  88. 12a78d4 x86/decoder: Add new TEST instruction pattern by Masami Hiramatsu · 7 years ago
  89. 2621e94 powerpc/kexec: Fix kexec/kdump in P9 guest kernels by Michael Ellerman · 7 years ago
  90. fd2fa6c x86/PCI: Remove unused HyperTransport interrupt support by Bjorn Helgaas · 7 years ago
  91. e2a5dca x86/umip: Fix insn_get_code_seg_params()'s return value by Borislav Petkov · 7 years ago
  92. 69550d4 x86/boot/KASLR: Remove unused variable by Chao Fan · 7 years ago
  93. a3961f8 powerpc/powernv: Fix kexec crashes caused by tlbie tracing by Mahesh Salgaonkar · 7 years ago
  94. ca37e57 x86/entry/64: Add missing irqflags tracing to native_load_gs_index() by Andy Lutomirski · 7 years ago
  95. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  96. ded13fc KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts by Paul Mackerras · 7 years ago
  97. 4d6c51b powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features by Michael Ellerman · 7 years ago
  98. 73ce9aec powerpc/perf: Fix IMC_MAX_PMU macro by Madhavan Srinivasan · 7 years ago
  99. de34787f powerpc/perf: Fix pmu_count to count only nest imc pmus by Madhavan Srinivasan · 7 years ago
  100. 252eb55 powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 7 years ago