1. 884b426 MIPS: OCTEON: Fix copy_from_user fault handling for large buffers by James Cowgill · 8 years ago
  2. 66fd848 MIPS: Fix special case in 64 bit IP checksumming. by Ralf Baechle · 8 years ago
  3. 3a4f176 KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message by Thomas Huth · 8 years ago
  4. 1228f7b s390: add missing "do {} while (0)" loop constructs to multiline macros by Heiko Carstens · 8 years ago
  5. 549f2bf s390/mm: add cond_resched call to kernel page table dumper by Heiko Carstens · 8 years ago
  6. 466178f s390: get rid of MACHINE_HAS_PFMF and MACHINE_HAS_HPAGE by Heiko Carstens · 8 years ago
  7. 604ddad s390/mm: make memory_block_size_bytes available for !MEMORY_HOTPLUG by Heiko Carstens · 8 years ago
  8. 187b5f4 s390: replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 8 years ago
  9. d321796 s390: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  10. ff24b07 s390: mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  11. 3994a52 s390: kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  12. a4a81d8 s390/kdump: Use "LINUX" ELF note name instead of "CORE" by Michael Holzheu · 8 years ago
  13. 4da934d KVM: PPC: Book3S PR: Ratelimit copy data failure error messages by Vipin K Parashar · 8 years ago
  14. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 55f0cd3 spi: spi-ep93xx: simplify GPIO chip selects by H Hartley Sweeten · 8 years ago
  16. 025205f x86/mm/ptdump: Add address marker for KASAN shadow region by Andrey Ryabinin · 8 years ago
  17. 243b72a x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y by Andrey Ryabinin · 8 years ago
  18. 5b1ad68 Merge branch 'linus' into x86/mm by Thomas Gleixner · 8 years ago
  19. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 8 years ago
  20. 47c0152 KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls by Paolo Bonzini · 8 years ago
  21. 5418820 Merge tag 'omap-for-v4.11/dt-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt by Arnd Bergmann · 8 years ago
  22. ddf5cf0 ARM: multi_v7_defconfig: enable pstore configs by Brian Norris · 8 years ago
  23. 1325098 ARM: multi_v7_defconfig: enable some newly added crypto modules by Ard Biesheuvel · 8 years ago
  24. 8b71d5e Merge tag 'davinci-for-v4.11/defconfig-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/defconfig by Arnd Bergmann · 8 years ago
  25. 2b4c76b Merge tag 'davinci-for-v4.11/dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt by Arnd Bergmann · 8 years ago
  26. af1d09e Merge tag 'davinci-for-v4.11/soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc by Arnd Bergmann · 8 years ago
  27. 9e34404 ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user() by Kees Cook · 8 years ago
  28. 32b1436 ARM: 8657/1: uaccess: consistently check object sizes by Kees Cook · 8 years ago
  29. 3bba73b x86/cpufeature: Move RING3MWAIT feature to avoid conflicts by Thomas Gleixner · 8 years ago
  30. d48085f x86/platform/UV/NMI: Fix uneccessary kABI breakage by travis@sgi.com · 8 years ago
  31. 5b73d63 KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path by David Gibson · 8 years ago
  32. 3f91a89 powerpc/64: Disable use of radix under a hypervisor by Paul Mackerras · 8 years ago
  33. 4da3273 MIPS: OCTEON: Enable DEVTMPFS by James Hogan · 8 years ago
  34. 47512cf x86/platform/goldfish: Prevent unconditional loading by Thomas Gleixner · 8 years ago
  35. 04be87a ARM: dts: armada-385-linksys: fix DSA compatible property by Ralph Sennhauser · 8 years ago
  36. e7d08bc ARM: dts: Fix typo in armada-xp-98dx4251 by Chris Packham · 8 years ago
  37. 681bcea KVM: svm: inititalize hash table structures directly by David Hildenbrand · 8 years ago
  38. 858e25c kvm: nVMX: Refactor nested_vmx_run() by Jim Mattson · 8 years ago
  39. ca0bde2 kvm: nVMX: Split VMCS checks from nested_vmx_run() by Jim Mattson · 8 years ago
  40. 6beb7bd kvm: nVMX: Refactor nested_get_vmcs12_pages() by Jim Mattson · 8 years ago
  41. a8bc284 kvm: nVMX: Refactor handle_vmptrld() by Jim Mattson · 8 years ago
  42. e29acc5 kvm: nVMX: Refactor handle_vmon() by Jim Mattson · 8 years ago
  43. cf8b84f kvm: nVMX: Prepare for checkpointing L2 state by Jim Mattson · 8 years ago
  44. b95234c kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection by Paolo Bonzini · 8 years ago
  45. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  46. 3d92789 KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers by Paolo Bonzini · 8 years ago
  47. 810e6de KVM: x86: preparatory changes for APICv cleanups by Paolo Bonzini · 8 years ago
  48. 0ad3bed kvm: nVMX: move nested events check to kvm_vcpu_running by Paolo Bonzini · 8 years ago
  49. 967235d KVM: vmx: clear pending interrupts on KVM_SET_LAPIC by Paolo Bonzini · 8 years ago
  50. db1c056 kvm: vmx: Use the hardware provided GPA instead of page walk by Paolo Bonzini · 8 years ago
  51. ffe7afd arm64/kprobes: consistently handle MRS/MSR with XZR by Mark Rutland · 8 years ago
  52. 521c646 arm64: cpufeature: correctly handle MRS to XZR by Mark Rutland · 8 years ago
  53. 8b6e70f arm64: traps: correctly handle MRS/MSR with XZR by Mark Rutland · 8 years ago
  54. 6c23e2f arm64: ptrace: add XZR-safe regs accessors by Mark Rutland · 8 years ago
  55. f705d95 arm64: include asm/assembler.h in entry-ftrace.S by Arnd Bergmann · 8 years ago
  56. 12f043f arm64: fix warning about swapper_pg_dir overflow by Arnd Bergmann · 8 years ago
  57. ee10689 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  58. 9050d50 MIPS: lantiq: Set physical_memsize by Hauke Mehrtens · 8 years ago
  59. 438e69b powerpc/mm/radix: Skip ptesync in pte update helpers by Aneesh Kumar K.V · 8 years ago
  60. f4894b8 powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm by Aneesh Kumar K.V · 8 years ago
  61. ca94573 powerpc/mm/radix: Update pte update sequence for pte clear case by Aneesh Kumar K.V · 8 years ago
  62. 18061c1 powerpc/mm: Update PROTFAULT handling in the page fault path by Aneesh Kumar K.V · 8 years ago
  63. c21a493 powerpc/xmon: Fix data-breakpoint by Ravi Bangoria · 8 years ago
  64. 36b390f powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=y by Michael Ellerman · 8 years ago
  65. ab520be xen/privcmd: Add IOCTL_PRIVCMD_DM_OP by Paul Durrant · 8 years ago
  66. 9606de3 MIPS: sysmips: Remove duplicated include from syscall.c by Wei Yongjun · 8 years ago
  67. 26dd3e4 MIPS: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  68. 2654294 MIPS: Unify perf counter register definitions by James Hogan · 8 years ago
  69. 573deec0 MIPS: Disable stack checks on MIPS kernels by Joshua Kinard · 8 years ago
  70. 93e502b MIPS: OCTEON: Platform support for OCTEON III USB controller by Steven J. Hill · 8 years ago
  71. dba9a0b math64, tile: Fix build failure by Sudip Mukherjee · 8 years ago
  72. 210f400 Merge tag 'v4.10-rc8' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  73. da0e7e6 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  74. a05ef16 powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y by Michael Ellerman · 8 years ago
  75. aad71e3 powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=n by Michael Ellerman · 8 years ago
  76. 6c356ed MIPS: Lantiq: Fix cascaded IRQ setup by Felix Fietkau · 8 years ago
  77. 4fb69af MIPS: sync-r4k: Fix KERN_CONT fallout by Matt Redfearn · 8 years ago
  78. c25f806 MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch by Matt Redfearn · 8 years ago
  79. 6e5b95c MIPS: Fix distclean with Makefile.postlink by Matt Redfearn · 8 years ago
  80. 4828b5f MIPS: Fix cacheinfo overflow by James Hogan · 8 years ago
  81. f229454 MIPS: Fix protected_cache(e)_op() for microMIPS by Paul Burton · 8 years ago
  82. f700a42 Merge tag 'mips_kvm_4.11_1' into mips-for-linux-next by James Hogan · 8 years ago
  83. 3ba5b5e x86/vm86: Fix unused variable warning if THP is disabled by Kirill A. Shutemov · 8 years ago
  84. d815cf8 MIPS: Alchemy: Don't rely on public mmc header to include interrupt.h by Ulf Hansson · 8 years ago
  85. 981f18e ARM: davinci: Don't rely on public mmc header to include interrupt.h by Ulf Hansson · 8 years ago
  86. f46f335 ARM: davinci: Don't rely on public mmc header to include leds.h by Ulf Hansson · 8 years ago
  87. 40d727a ARM: pxa: Don't rely on public mmc header to include leds.h by Ulf Hansson · 8 years ago
  88. 608241f sh: sh7724: Don't use a public mmc header for MMC_PROGRESS* by Ulf Hansson · 8 years ago
  89. 3dfe330 m68k/sun3: Remove dead code in paging_init() by Mathias Krause · 8 years ago
  90. f0b914a m68k/include: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  91. e699113 m68k/mm: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  92. 05b70ff m68k/mm: sun3 - Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  93. 7c79e1e m68k/kernel: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  94. 4eee1e7 m68k/sun3x: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  95. 56bbd862 m68k/sun3: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  96. 446926f m68k/q40: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  97. 3c8bc6b m68k/mvme16x: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  98. 0c29d75 m68k/mvme147: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  99. 0269be7 m68k/bvme6000: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  100. ed1aded m68k/68000: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago