1. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 7bb91e0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  3. 88b4ad2 Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  4. 3286be9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 8e4b720 openrisc: fix the fix of copy_from_user() by Guenter Roeck · 8 years ago
  6. 65c0044 avr32: fix 'undefined reference to `___copy_from_user' by Guenter Roeck · 8 years ago
  7. baf009f Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  8. 008f08d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  9. cac4662 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  10. 6408649 Merge tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into fixes by Arnd Bergmann · 8 years ago
  11. 080fe0b perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2 by Matt Fleming · 8 years ago
  12. 1155baf perf/x86/intel/pt: Do validate the size of a kernel address filter by Alexander Shishkin · 8 years ago
  13. ddfdad9 perf/x86/intel/pt: Fix kernel address filter's offset validation by Alexander Shishkin · 8 years ago
  14. 95f6008 perf/x86/intel/pt: Fix an off-by-one in address filter configuration by Alexander Shishkin · 8 years ago
  15. 024c7e3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  16. 1c109fa fix minor infoleak in get_user_ex() by Al Viro · 8 years ago
  17. b0eaf45 kvm: x86: correctly reset dest_map->vector when restoring LAPIC state by Paolo Bonzini · 8 years ago
  18. a680588 ARM: keystone: defconfig: Fix USB configuration by Roger Quadros · 8 years ago
  19. cecf623 perf/x86/intel: Don't disable "intel_bts" around "intel" event batching by Alexander Shishkin · 8 years ago
  20. ed7d9a1 powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL by Michael Ellerman · 8 years ago
  21. 29bf282 powerpc/powernv: Detach from PE on releasing PCI device by Gavin Shan · 8 years ago
  22. 4cea877 Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  23. d20ced2 Merge branch 'dt/irq-fix' into fixes by Arnd Bergmann · 8 years ago
  24. f2a89d3 arm64: dts: Fix broken architected timer interrupt trigger by Marc Zyngier · 8 years ago
  25. 7ccb8e6 ARM: multi_v7_defconfig: update XILINX_VDMA by Fabian Frederick · 8 years ago
  26. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. b8f26e8 Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  28. de75abb arm/xen: fix SMP guests boot by Vitaly Kuznetsov · 8 years ago
  29. 6eaed16 powerpc/powernv: Fix the state of root PE by Gavin Shan · 8 years ago
  30. 8630c32 avr32: fix copy_from_user() by Al Viro · 8 years ago
  31. e98b9e3 microblaze: fix __get_user() by Al Viro · 8 years ago
  32. d0cf385 microblaze: fix copy_from_user() by Al Viro · 8 years ago
  33. c90a3bc m32r: fix __get_user() by Al Viro · 8 years ago
  34. 8f03598 blackfin: fix copy_from_user() by Al Viro · 8 years ago
  35. 917400c sparc32: fix copy_from_user() by Al Viro · 8 years ago
  36. 6e05050 sh: fix copy_from_user() by Al Viro · 8 years ago
  37. c685238 sh64: failing __get_user() should zero by Al Viro · 8 years ago
  38. b615e3c score: fix copy_from_user() and friends by Al Viro · 8 years ago
  39. c2f18fa score: fix __get_user/get_user by Al Viro · 8 years ago
  40. fd2d2b1 s390: get_user() should zero on failure by Al Viro · 8 years ago
  41. 2242646 ppc32: fix copy_from_user() by Al Viro · 8 years ago
  42. aace880 parisc: fix copy_from_user() by Al Viro · 8 years ago
  43. acb2505 openrisc: fix copy_from_user() by Al Viro · 8 years ago
  44. 2e29f50 nios2: fix __get_user() by Al Viro · 8 years ago
  45. e33d1f6 nios2: copy_from_user() should zero the tail of destination by Al Viro · 8 years ago
  46. ae7cc57 mn10300: copy_from_user() should zero on access_ok() failure... by Al Viro · 8 years ago
  47. 43403ea mn10300: failing __get_user() and get_user() should zero by Al Viro · 8 years ago
  48. e69d700 mips: copy_from_user() must zero the destination on access_ok() failure by Al Viro · 8 years ago
  49. 05d9d0b ARC: uaccess: get_user to zero out dest in cause of fault by Vineet Gupta · 8 years ago
  50. 8ae95ed metag: copy_from_user() should zero the destination on access_ok() failure by Al Viro · 8 years ago
  51. a5e541f ia64: copy_from_user() should zero the destination on access_ok() failure by Al Viro · 8 years ago
  52. f35c1e0 hexagon: fix strncpy_from_user() error return by Al Viro · 8 years ago
  53. 3b8767a frv: fix clear_user() by Al Viro · 8 years ago
  54. eb47e029 cris: buggered copy_from_user/copy_to_user/clear_user by Al Viro · 8 years ago
  55. 5924bbe Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. ee319d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. 7c2c114 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 2db34e7 crypto: arm64/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 years ago
  59. f82e90b crypto: arm/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 years ago
  60. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. ac059c4f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  62. 1a57c28 ARM: pxa/lubbock: add pcmcia clock by Russell King · 8 years ago
  63. 07f56e6 ARM: locomo: fix locomo irq handling by Russell King · 8 years ago
  64. 6b3142b ARM: 8612/1: LPAE: initialize cache policy correctly by Stefan Agner · 8 years ago
  65. 87d5dd6 ARM: sa1111: fix missing clk_disable() by Russell King · 8 years ago
  66. 06dfe5c ARM: sa1111: fix pcmcia suspend/resume by Russell King · 8 years ago
  67. 7c0091e ARM: sa1111: fix pcmcia interrupt mask polarity by Russell King · 8 years ago
  68. cb03440 ARM: sa1111: fix error code propagation in sa1111_probe() by Russell King · 8 years ago
  69. ffed15d powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bit by Michael Ellerman · 8 years ago
  70. bd00a24 powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state loss by Gautham R. Shenoy · 8 years ago
  71. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  72. 8ef9b84 perf/x86/intel: Fix PEBSv3 record drain by Peter Zijlstra · 8 years ago
  73. ef9ef3b perf/x86/intel/bts: Kill a silly warning by Alexander Shishkin · 8 years ago
  74. 4d4c474 perf/x86/intel/bts: Fix BTS PMI detection by Alexander Shishkin · 8 years ago
  75. a9a9440 perf/x86/intel/bts: Fix confused ordering of PMU callbacks by Alexander Shishkin · 8 years ago
  76. 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
  77. 2561d30 alpha: fix copy_from_user() by Al Viro · 8 years ago
  78. 7d762e4 perf/x86/amd/uncore: Prevent use after free by Sebastian Andrzej Siewior · 8 years ago
  79. e45eeb4 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  80. 56fe27b Merge tag 'sti-dt-fixes-for-v4.8-rcs' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into fixes by Arnd Bergmann · 8 years ago
  81. d31449a Merge tag 'renesas-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 8 years ago
  82. 76aa759 ARM64: dts: bcm: Use a symlink to R-Pi dtsi files from arch=arm by Ian Campbell · 8 years ago
  83. 6b7b554 ARM: dts: Remove use of skeleton.dtsi from bcm283x.dtsi by Ian Campbell · 8 years ago
  84. 27bd44e Merge tag 'kvm-arm-fixes-for-v4.8-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 8 years ago
  85. 2771fc8 Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  86. 53d5f1d Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  87. 2b97434 arm64: use preempt_disable_notrace in _percpu_read/write by Chunyan Zhang · 8 years ago
  88. 872c63f arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb() by Will Deacon · 8 years ago
  89. 293f293 kvm-arm: Unmap shadow pagetables properly by Suzuki K Poulose · 8 years ago
  90. e8b3b45 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  91. a4497a8 x86, clock: Fix kvm guest tsc initialization by Prarit Bhargava · 8 years ago
  92. 78567f1 ARM: dts: STiH407-family: Provide interconnect clock for consumption in ST SDHCI by Lee Jones · 8 years ago
  93. 7e9d285 ARM: dts: STiH410: Handle interconnect clock required by EHCI/OHCI (USB) by Lee Jones · 8 years ago
  94. c291b01 x86/apic: Fix num_processors value in case of failure by Dou Liyang · 8 years ago
  95. 95390e3 Merge tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes by Olof Johansson · 8 years ago
  96. 28fa991 Merge tag 'imx-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 8 years ago
  97. d8b795f Revert "ARM: tegra: fix erroneous address in dts" by Olof Johansson · 8 years ago
  98. f077aaf powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET by Paul Mackerras · 8 years ago
  99. 8540571 powerpc/32: Fix again csum_partial_copy_generic() by Christophe Leroy · 8 years ago
  100. caa58f8 powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PE by Gavin Shan · 8 years ago