1. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  2. 4bde961 Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  3. c6de7f1 Merge tag 'metag-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 9 years ago
  4. 52e9a33 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  5. c0d6fe2 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  6. b44a3d2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  7. 56e0464 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  8. a5e1d715 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  9. 64fd8c8 Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  10. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  11. 041c795 Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  12. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  13. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  14. 373ee21 Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  15. f4d6893 Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 9 years ago
  16. 3e4dda7 Merge branch 'next/arm64' into next/dt by Olof Johansson · 9 years ago
  17. 3510ca1 Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  18. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
  19. 9c2d5ee sparc/sparc64: allocate sys_membarrier system call number by Mathieu Desnoyers · 9 years ago
  20. 784567f mips: add entry for new mlock2 syscall by Eric B Munson · 9 years ago
  21. 85ce230 Merge branch 'for-4.4/hotplug' into libnvdimm-for-next by Dan Williams · 9 years ago
  22. bb3fc5d nios2: Remove unnecessary #ifdef guards by Tobias Klauser · 9 years ago
  23. 713e9b8 nios2: Switch to generic __xchg() by Marek Vasut · 9 years ago
  24. 4db2196 nios2: Fix unused variable warning by Marek Vasut · 9 years ago
  25. 4c3dab3 xtensa: implement dma_to_phys and phys_to_dma by Max Filippov · 9 years ago
  26. c7ca9fe xtensa: support DMA to high memory by Max Filippov · 9 years ago
  27. d0cf62f parisc: Fixes and cleanups in kernel uapi header files by Helge Deller · 9 years ago
  28. 338f169 parisc: Drop hpux_stat64 struct from stat.h header file by Helge Deller · 9 years ago
  29. ce5c2d2 arm64: fixup for mm renames by Andrew Morton · 9 years ago
  30. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  31. 99aaa9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  32. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  33. 78e3c79 arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extension by Martin Kepplinger · 9 years ago
  34. 06d8f81 arch/sh/kernel/traps_64.c: use sign_extend64() for sign extension by Martin Kepplinger · 9 years ago
  35. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  36. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  37. 2eb5f31 um: Switch clocksource to hrtimers by Anton Ivanov · 9 years ago
  38. e17c6d7 um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held by Saurabh Sengar · 9 years ago
  39. 70c8205 um: Report host OOM more nicely by Richard Weinberger · 9 years ago
  40. 1b2411c um: Simplify STUB_DATA loading by Richard Weinberger · 9 years ago
  41. 246d254 um: Remove dead symbol from i386 syscall stub by Richard Weinberger · 9 years ago
  42. ec2c6c0 um: Remove dead code from x86_64 syscall stub by Richard Weinberger · 9 years ago
  43. f10e6d6 um: Get rid of open coded NR_SYSCALLS by Richard Weinberger · 9 years ago
  44. 1d80f0c um: Store syscall number after syscall_trace_enter() by Richard Weinberger · 9 years ago
  45. 44011b8 um: Define PTRACE_OLDSETOPTIONS by Richard Weinberger · 9 years ago
  46. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  47. 7c623ca Merge tag 'for-v4.4-important-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  48. 829a7da Revert "ARM: dts: twl4030: Add iio properties for bci subnode" by Sebastian Reichel · 9 years ago
  49. 9bbd4b9 Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  50. 3e069ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  51. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  52. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  53. 54727e6 x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATA by Linus Torvalds · 9 years ago
  54. e2391a2 livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONX by Josh Poimboeuf · 9 years ago
  55. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  56. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  57. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  58. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  59. c63f06d kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile by Andrey Konovalov · 9 years ago
  60. 25add7e kasan: update log messages by Andrey Konovalov · 9 years ago
  61. c118baf arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes by Raghavendra K T · 9 years ago
  62. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  63. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  64. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  65. 39cf7c3 Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  66. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  67. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  68. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  69. 400c5bd Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  70. a3eaa86 KVM: VMX: Fix commit which broke PML by Kai Huang · 9 years ago
  71. 8bdf202 Merge branch 'next' of git://git.denx.de/linux-denx-agust into next by Michael Ellerman · 9 years ago
  72. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  73. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  74. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  75. 3d6f478 Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  76. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  77. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  78. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  79. 52708d6 sparc64: Fix numa distance values by Nitin Gupta · 9 years ago
  80. cae9af6 sparc64: Don't restrict fp regs for no-fault loads by Rob Gardner · 9 years ago
  81. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  82. d618382 iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). by David S. Miller · 9 years ago
  83. 14c7909 Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  84. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  85. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  86. 879ae18 KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0() by Laszlo Ersek · 9 years ago
  87. 89651a3 KVM: x86: allow RSM from 64-bit mode by Paolo Bonzini · 9 years ago
  88. 656ec4a KVM: VMX: fix SMEP and SMAP without EPT by Radim Krčmář · 9 years ago
  89. 8a22f23 KVM: x86: move kvm_set_irq_inatomic to legacy device assignment by Paolo Bonzini · 9 years ago
  90. 7695405 KVM: device assignment: remove pointless #ifdefs by Paolo Bonzini · 9 years ago
  91. b97e6de KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic by Paolo Bonzini · 9 years ago
  92. 0669a51 KVM: x86: zero apic_arb_prio on reset by Radim Krčmář · 9 years ago
  93. c75efa9 drivers/hv: share Hyper-V SynIC constants with userspace by Andrey Smetanin · 9 years ago
  94. f40606b KVM: x86: handle SMBASE as physical address in RSM by Radim Krčmář · 9 years ago
  95. 7a036a6 KVM: x86: add read_phys to x86_emulate_ops by Radim Krčmář · 9 years ago
  96. 2da29bc KVM: x86: removing unused variable by Saurabh Sengar · 9 years ago
  97. 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  98. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  99. c2da04d Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  100. 66ef349 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago