1. 7d1e042 Merge tag 'usercopy-v4.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago master
  2. e23d415 fix fault_in_multipages_...() on architectures with no-op access_ok() by Al Viro · 8 years ago
  3. aa4f060 mm: usercopy: Check for module addresses by Laura Abbott · 8 years ago
  4. df04abf fs/proc/kcore.c: Add bounce buffer for ktext data by Jiri Olsa · 8 years ago
  5. f5beeb1 fs/proc/kcore.c: Make bounce buffer global for read by Jiri Olsa · 8 years ago
  6. d2ffb01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  7. b92ae13 rapidio/rio_cm: avoid GFP_KERNEL in atomic context by Alexandre Bounine · 8 years ago
  8. 63b52c4 Revert "ocfs2: bump up o2cb network protocol version" by Junxiao Bi · 8 years ago
  9. d21c353 ocfs2: fix start offset to ocfs2_zero_range_for_truncate() by Ashish Samant · 8 years ago
  10. d979a39 cgroup: duplicate cgroup reference when cloning sockets by Johannes Weiner · 8 years ago
  11. db2ba40c mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting by Johannes Weiner · 8 years ago
  12. 3bb8b653 ocfs2: fix double unlock in case retry after free truncate log by Joseph Qi · 8 years ago
  13. 96d4101 fanotify: fix list corruption in fanotify_get_response() by Jan Kara · 8 years ago
  14. 12703db fsnotify: add a way to stop queueing events on group shutdown by Jan Kara · 8 years ago
  15. d5bf141 ocfs2: fix trans extend while free cached blocks by Junxiao Bi · 8 years ago
  16. 2b0ad00 ocfs2: fix trans extend while flush truncate log by Junxiao Bi · 8 years ago
  17. 31b4beb ipc/shm: fix crash if CONFIG_SHMEM is not set by Kirill A. Shutemov · 8 years ago
  18. c8de641b mm: fix the page_swap_info() BUG_ON check by Santosh Shilimkar · 8 years ago
  19. 7cbdb4a autofs: use dentry flags to block walks during expire by Ian Kent · 8 years ago
  20. 08eeb30 MAINTAINERS: update email for VLYNQ bus entry by Florian Fainelli · 8 years ago
  21. 4d35427 mm: avoid endless recursion in dump_page() by Kirill A. Shutemov · 8 years ago
  22. 982785c mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() by Ebru Akagunduz · 8 years ago
  23. c131f75 khugepaged: fix use-after-free in collapse_huge_page() by Kirill A. Shutemov · 8 years ago
  24. d8e3875 MAINTAINERS: Maik has moved by Sudip Mukherjee · 8 years ago
  25. e6f0c6e ocfs2/dlm: fix race between convert and migration by Joseph Qi · 8 years ago
  26. 9bb627b mem-hotplug: don't clear the only node in new_node_page() by Li Zhong · 8 years ago
  27. 7fadce0 scripts/faddr2line: improve on base path filtering a bit by Linus Torvalds · 8 years ago
  28. 7bb91e0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  29. 8ff77206 Merge tag 'drm-fixes-for-4.8-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  30. 6732666 scripts: add script for translating stack dump function offsets by Josh Poimboeuf · 8 years ago
  31. 47a66e4 drm: Only use compat ioctl for addfb2 on X86/IA64 by Kristian H. Kristensen · 8 years ago
  32. f254324 Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 8 years ago
  33. 4158dbe Subject: [PATCH, RESEND] drm: exynos: avoid unused function warning by Arnd Bergmann · 8 years ago
  34. 3be7988 Linux 4.8-rc7 by Linus Torvalds · 8 years ago v4.8-rc7
  35. b01cf67 Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  36. 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
  37. 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
  38. 6ffa36a Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. aaed4d0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  40. 8e4b720 openrisc: fix the fix of copy_from_user() by Guenter Roeck · 8 years ago
  41. 65c0044 avr32: fix 'undefined reference to `___copy_from_user' by Guenter Roeck · 8 years ago
  42. b05984e drm/exynos: g2d: fix system and runtime pm integration by Marek Szyprowski · 8 years ago
  43. 5b67723 drm/exynos: rotator: fix system and runtime pm integration by Marek Szyprowski · 8 years ago
  44. 83bd7b2 drm/exynos: gsc: fix system and runtime pm integration by Marek Szyprowski · 8 years ago
  45. 479f125 drm/exynos: fimc: fix system and runtime pm integration by Marek Szyprowski · 8 years ago
  46. 6244bd6 exynos-drm: Fix unsupported GEM memory type error message to be clear by Shuah Khan · 8 years ago
  47. d4690f1 fix iov_iter_fault_in_readable() by Al Viro · 8 years ago
  48. f32a10d Merge tag 'mmc-v4.8-rc6' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  49. 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
  50. 4d2899d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  51. 87ee128 Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  52. 5fbf3e3 Merge tag 'drm-fixes-for-4.8-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  53. 095f5cf Merge tag 'pm-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  54. 09cb5b7 Merge tag 'drm-vc4-fixes-2016-09-14' of https://github.com/anholt/linux into drm-fixes by Dave Airlie · 8 years ago
  55. 9929c09 Merge tag 'drm-intel-fixes-2016-09-15' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  56. dd5a477 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  57. 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
  58. cac4662 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  59. e4618d4 IB/rdmavt: Don't vfree a kzalloc'ed memory region by Colin Ian King · 8 years ago
  60. c1cc72c IB/rxe: Fix kmem_cache leak by Yonatan Cohen · 8 years ago
  61. 3050b99 IB/rxe: Fix race condition between requester and completer by Yonatan Cohen · 8 years ago
  62. 9089488 IB/rxe: Fix duplicate atomic request handling by Yonatan Cohen · 8 years ago
  63. dfdd615 IB/rxe: Fix kernel panic in udp_setup_tunnel by Yonatan Cohen · 8 years ago
  64. ee3da80 IB/mlx5: Set source mac address in FTE by Maor Gottlieb · 8 years ago
  65. 7fae665 IB/mlx5: Enable MAD_IFC commands for IB ports only by Noa Osherovich · 8 years ago
  66. 69d269d38 IB/mlx4: Diagnostic HW counters are not supported in slave mode by Kamal Heib · 8 years ago
  67. 8ec07bf IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV by Jack Morgenstein · 8 years ago
  68. baa0be7 IB/mlx4: Fix code indentation in QP1 MAD flow by Jack Morgenstein · 8 years ago
  69. e5ac40c IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV by Alex Vesker · 8 years ago
  70. 344bacc IB/ipoib: Don't allow MC joins during light MC flush by Alex Vesker · 8 years ago
  71. 5e102b3 IB/rxe: fix GFP_KERNEL in spinlock context by Alexey Khoroshilov · 8 years ago
  72. e06226e Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  73. 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
  74. 08c5cd3 USB: change bInterval default to 10 ms by Alan Stern · 8 years ago
  75. ed3d6d0 usb: musb: Fix tusb6010 compile error on blackfin by Tony Lindgren · 8 years ago
  76. 080fe0b perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2 by Matt Fleming · 8 years ago
  77. 1155baf perf/x86/intel/pt: Do validate the size of a kernel address filter by Alexander Shishkin · 8 years ago
  78. ddfdad9 perf/x86/intel/pt: Fix kernel address filter's offset validation by Alexander Shishkin · 8 years ago
  79. 95f6008 perf/x86/intel/pt: Fix an off-by-one in address filter configuration by Alexander Shishkin · 8 years ago
  80. 7789357 PM / runtime: Use _rcuidle for runtime suspend tracepoints by Paul E. McKenney · 8 years ago
  81. 22f6b4d aio: mark AIO pseudo-fs noexec by Jann Horn · 8 years ago
  82. 024c7e3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  83. b71dbf1 vfs: cap dedupe request structure size at PAGE_SIZE by Darrick J. Wong · 8 years ago
  84. 5297e0f vfs: fix return type of ioctl_file_dedupe_range by Darrick J. Wong · 8 years ago
  85. 4662660 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  86. 1c109fa fix minor infoleak in get_user_ex() by Al Viro · 8 years ago
  87. b0eaf45 kvm: x86: correctly reset dest_map->vector when restoring LAPIC state by Paolo Bonzini · 8 years ago
  88. a680588 ARM: keystone: defconfig: Fix USB configuration by Roger Quadros · 8 years ago
  89. cecf623 perf/x86/intel: Don't disable "intel_bts" around "intel" event batching by Alexander Shishkin · 8 years ago
  90. ed7d9a1 powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL by Michael Ellerman · 8 years ago
  91. 29bf282 powerpc/powernv: Detach from PE on releasing PCI device by Gavin Shan · 8 years ago
  92. 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
  93. d20ced2 Merge branch 'dt/irq-fix' into fixes by Arnd Bergmann · 8 years ago
  94. f2a89d3 arm64: dts: Fix broken architected timer interrupt trigger by Marc Zyngier · 8 years ago
  95. 7ccb8e6 ARM: multi_v7_defconfig: update XILINX_VDMA by Fabian Frederick · 8 years ago
  96. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. 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
  98. de75abb arm/xen: fix SMP guests boot by Vitaly Kuznetsov · 8 years ago
  99. 6cfeaf5 cpu/hotplug: Include linux/types.h in linux/cpuhotplug.h by Paul Burton · 8 years ago
  100. df804d5 mmc: omap: Initialize dma_slave_config to avoid random data in it's fields by Peter Ujfalusi · 8 years ago