1. 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  2. bdf107d DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1 by Jani Nikula · 8 years ago
  3. b067c90 Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  4. 8e7106a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  5. 2b11885 nfsd: remove some dead code in nfsd_create_locked() by Dan Carpenter · 8 years ago
  6. fa08139 nfsd: drop unnecessary MAY_EXEC check from create by J. Bruce Fields · 8 years ago
  7. 71423274 nfsd: clean up bad-type check in nfsd_create_locked by J. Bruce Fields · 8 years ago
  8. d03d9fe nfsd: remove unnecessary positive-dentry check by J. Bruce Fields · 8 years ago
  9. b44061d nfsd: reorganize nfsd_create by J. Bruce Fields · 8 years ago
  10. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  11. 12391d0 nfsd: remove redundant zero-length check from create by J. Bruce Fields · 8 years ago
  12. 7eed34f nfsd: Make creates return EEXIST instead of EACCES by Oleg Drokin · 8 years ago
  13. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  14. c1c87c2 loop: make do_req_filebacked more robust by Christoph Hellwig · 8 years ago
  15. f0225ca loop: don't try to use AIO for discards by Christoph Hellwig · 8 years ago
  16. c0f3fd2 blk-mq: fix deadlock in blk_mq_register_disk() error path by Jens Axboe · 8 years ago
  17. 6d25ec1 Include: blkdev: Removed duplicate 'struct request;' declaration. by John Pittman · 8 years ago
  18. b571bc6 Fixup direct bi_rw modifiers by Shaun Tancheff · 8 years ago
  19. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  20. 71f79fb blk-mq: Allow timeouts to run while queue is freezing by Gabriel Krisman Bertazi · 8 years ago
  21. 9724096 nbd: fix race in ioctl by Vegard Nossum · 8 years ago
  22. 77da160 block: fix use-after-free in seq file by Vegard Nossum · 8 years ago
  23. 1aee6b9 f2fs: drop bio->bi_rw manual assignment by Jens Axboe · 8 years ago
  24. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  25. bfd279a blkcg: kill unused field nr_undestroyed_grps by Hou Tao · 8 years ago
  26. dc5ff2b writeback: Write dirty times for WB_SYNC_ALL writeback by Jan Kara · 8 years ago
  27. ff06db1 floppy: fix open(O_ACCMODE) for ioctl-only open by Jiri Kosina · 8 years ago
  28. 6154c18 metag: Fix __cmpxchg_u32 asm constraint for CMP by James Hogan · 8 years ago
  29. 22fe874 Input: silead - remove some dead code by Dan Carpenter · 8 years ago
  30. 1fcca89 Input: sis-i2c - select CONFIG_CRC_ITU_T by Arnd Bergmann · 8 years ago
  31. 7f1d25b Merge branches 'misc' and 'rxe' into k.o/for-4.8-1 by Doug Ledford · 8 years ago
  32. 8700e3e Soft RoCE driver by Moni Shoua · 8 years ago
  33. 2a034ec dm raid: fix use of wrong status char during resynchronization by Heinz Mauelshagen · 8 years ago
  34. c1ece76 Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  35. fb1b83d Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 8 years ago
  36. d597690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  37. 9049fc7 dynamic_debug: add jump label support by Jason Baron · 8 years ago
  38. 1f69bf9 jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL by Jason Baron · 8 years ago
  39. ddb4530 arm: jump label may reference text in __exit by Jason Baron · 8 years ago
  40. c14b4bc tile: support static_key usage in non-module __exit sections by Chris Metcalf · 8 years ago
  41. 10d7227 sparc: support static_key usage in non-module __exit sections by Jason Baron · 8 years ago
  42. 5411fd7 powerpc: add explicit #include <asm/asm-compat.h> for jump label by Jason Baron · 8 years ago
  43. bb9bd87 drivers/media/dvb-frontends/cxd2841er.c: avoid misleading gcc warning by Arnd Bergmann · 8 years ago
  44. 774e036 MAINTAINERS: update email and list of Samsung HW driver maintainers by Kamil Debski · 8 years ago
  45. 99a01cd block: remove BLK_DEV_DAX config option by Ross Zwisler · 8 years ago
  46. 57c24b2 samples/kretprobe: fix the wrong type by Huang Shijie · 8 years ago
  47. 6134131 samples/kretprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  48. 468b889 samples/jprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  49. e708c14 samples/kprobe: convert the printk to pr_info/pr_err by Huang Shijie · 8 years ago
  50. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  51. 1605d27 media: mtk-vcodec: remove unused dma_attrs by Krzysztof Kozlowski · 8 years ago
  52. 4b9d314 include/linux/bitmap.h: cleanup by Andrew Morton · 8 years ago
  53. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  54. 1c8cb40 drivers/fpga/Kconfig: fix build failure by Sudip Mukherjee · 8 years ago
  55. 747a70e arm64: Fix copy-on-write referencing in HugeTLB by Steve Capper · 8 years ago
  56. 45e1181 nvmx: mark ept single context invalidation as supported by Bandan Das · 8 years ago
  57. 03331b4 nvmx: remove comment about missing nested vpid support by Bandan Das · 8 years ago
  58. 9100530 KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off by Wanpeng Li · 8 years ago
  59. 055b6ae KVM: documentation: fix KVM_CAP_X2APIC_API information by Paolo Bonzini · 8 years ago
  60. 6f49b2f Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  61. abe9efa x86: vdso: use __pvclock_read_cycles by Paolo Bonzini · 8 years ago
  62. 3aed64f pvclock: introduce seqcount-like API by Paolo Bonzini · 8 years ago
  63. eea8148 powerpc/mm: Move register_process_table() out of ppc_md by Michael Ellerman · 8 years ago
  64. 1a058f1 powerpc/perf: Fix incorrect event codes in power9-event-list by Madhavan Srinivasan · 8 years ago
  65. 59ec4b5 ALSA: hda - Fix headset mic detection problem for two dell machines by Hui Wang · 8 years ago
  66. f282f7a Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  67. 96b5852 Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan" by Linus Torvalds · 8 years ago
  68. 7c41765 Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2 by Doug Ledford · 8 years ago
  69. 326a50f Merge branch 'next' into for-linus by Dmitry Torokhov · 8 years ago
  70. ab15c95 IB/core: Support for CMA multicast join flags by Alex Vesker · 8 years ago
  71. 3d3fd74 IB/sa: Add cached attribute containing SM information to SA port by Alex Vesker · 8 years ago
  72. d1e09f30 IB/uverbs: Fix race between uverbs_close and remove_one by Jason Gunthorpe · 8 years ago
  73. 380bae5 IB/mthca: Clean up error unwind flow in mthca_reset() by Markus Elfring · 8 years ago
  74. 3491ab6 IB/mthca: NULL arg to pci_dev_put is OK by Markus Elfring · 8 years ago
  75. f7ca535 IB/hfi1: NULL arg to sc_return_credits is OK by Markus Elfring · 8 years ago
  76. 3f85f2a IB/mlx4: Add diagnostic hardware counters by Mark Bloch · 8 years ago
  77. bfaf316 net/mlx4: Query performance and diagnostics counters by Mark Bloch · 8 years ago
  78. c7c122e net/mlx4: Add diagnostic counters capability bit by Mark Bloch · 8 years ago
  79. e972dab Use smaller 512 byte messages for portmapper messages by Mustafa Ismail · 8 years ago
  80. 5faba54 IB/ipoib: Report SG feature regardless of HW UD CSUM capability by Yuval Shaia · 8 years ago
  81. 0c87b6720 IB/mlx4: Don't use GFP_ATOMIC for CQ resize struct by Roland Dreier · 8 years ago
  82. a154a8c IB/hfi1: Disable by default by Bart Van Assche · 8 years ago
  83. 378fc32 IB/rdmavt: Disable by default by Bart Van Assche · 8 years ago
  84. 6a89d89 Merge branch 'i40iw' into k.o/for-4.8 by Doug Ledford · 8 years ago
  85. 3e5e8e8 Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8 by Doug Ledford · 8 years ago
  86. 49aadcf extable.h: add stddef.h so "NULL" definition is not implicit by Paul Gortmaker · 8 years ago
  87. 444d13f modules: add ro_after_init support by Jessica Yu · 8 years ago
  88. bdc9f37 jump_label: disable preemption around __module_text_address(). by Rusty Russell · 8 years ago
  89. 0ef7653 exceptions: fork exception table content from module.h into extable.h by Paul Gortmaker · 8 years ago
  90. be7de5f modules: Add kernel parameter to blacklist modules by Prarit Bhargava · 8 years ago
  91. 9502514 module: Do a WARN_ON_ONCE() for assert module mutex not held by Steven Rostedt · 8 years ago
  92. e1191bd ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx by Lv Zheng · 8 years ago
  93. c369e0a perf tests bpf: Use SyS_epoll_wait alias by Arnaldo Carvalho de Melo · 8 years ago
  94. 4620a06 shmem: Fix link error if huge pages support is disabled by Geert Uytterhoeven · 8 years ago
  95. 8a545f1 hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common() by Dan Carpenter · 8 years ago
  96. 915eed2 um: Support kcov by Vegard Nossum · 8 years ago
  97. 8e99bc7 um: Enable TRACE_IRQFLAGS_SUPPORT by Richard Weinberger · 8 years ago
  98. 3e93895 um: Use asm-generic/irqflags.h by Daniel Wagner · 8 years ago
  99. 57a05d8 um: Fix possible deadlock in sig_handler_common() by Richard Weinberger · 8 years ago
  100. 25fd91d drm: i915: fix build when DEBUG_FS is disabled by Linus Torvalds · 8 years ago