1. cac18ec phy: Add reset callback by Randy Li · 8 years ago
  2. 8df0cfe extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode by Guenter Roeck · 8 years ago
  3. af9b928 extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  4. 736d25b extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  5. 2f25140 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  6. a580982 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  7. 35872fd extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  8. ceaa98f extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  9. 067c165 extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 9 years ago
  10. 505cf01 extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 9 years ago
  11. 84c48dc extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 9 years ago
  12. cc60211 extcon: adc-jack: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  13. 1766e7b mfd: da8xx-cfgchip: New header file for CFGCHIP registers by David Lechner · 8 years ago
  14. 857953d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  15. 635a4ba Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  16. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  17. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  18. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  21. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  22. a157b3a Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  23. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  24. 39fada5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  25. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  26. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  27. 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  28. 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  29. fdf1f7f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  30. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  31. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  32. 8e7106a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  33. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  34. 6d25ec1 Include: blkdev: Removed duplicate 'struct request;' declaration. by John Pittman · 8 years ago
  35. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  36. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  37. 7f1d25b Merge branches 'misc' and 'rxe' into k.o/for-4.8-1 by Doug Ledford · 8 years ago
  38. 8700e3e Soft RoCE driver by Moni Shoua · 9 years ago
  39. 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
  40. 9049fc7 dynamic_debug: add jump label support by Jason Baron · 8 years ago
  41. 1f69bf9 jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL by Jason Baron · 8 years ago
  42. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  43. 4b9d314 include/linux/bitmap.h: cleanup by Andrew Morton · 8 years ago
  44. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  45. 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
  46. 7c41765 Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2 by Doug Ledford · 8 years ago
  47. ab15c95 IB/core: Support for CMA multicast join flags by Alex Vesker · 9 years ago
  48. 3f85f2a IB/mlx4: Add diagnostic hardware counters by Mark Bloch · 8 years ago
  49. bfaf316 net/mlx4: Query performance and diagnostics counters by Mark Bloch · 8 years ago
  50. c7c122e net/mlx4: Add diagnostic counters capability bit by Mark Bloch · 8 years ago
  51. 49aadcf extable.h: add stddef.h so "NULL" definition is not implicit by Paul Gortmaker · 8 years ago
  52. 444d13f modules: add ro_after_init support by Jessica Yu · 8 years ago
  53. 0ef7653 exceptions: fork exception table content from module.h into extable.h by Paul Gortmaker · 8 years ago
  54. 8ecfb75 Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 8 years ago
  55. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  56. 3e5a4c9 vfs: remove file_needs_remove_privs() by Miklos Szeredi · 8 years ago
  57. f093615 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  58. c492980 IB/hfi1: Allow for non-double word multiple message sizes for user SDMA by Ira Weiny · 8 years ago
  59. fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 8 years ago
  60. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  61. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  62. 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
  63. 0b9364b rapidio/switches: add driver for IDT gen3 switches by Alexandre Bounine · 8 years ago
  64. 1ae842d rapidio: modify for rev.3 specification changes by Alexandre Bounine · 8 years ago
  65. a057a52 rapidio: change inbound window size type to u64 by Alexandre Bounine · 8 years ago
  66. b6e8d4a rapidio: add RapidIO channelized messaging driver by Alexandre Bounine · 8 years ago
  67. 21db79e kexec: add a kexec_crash_loaded() function by Petr Tesarik · 8 years ago
  68. 43546d8 kexec: allow architectures to override boot mapping by Russell King · 8 years ago
  69. dae2801 kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t by Russell King · 8 years ago
  70. dc5ccca kexec: don't invoke OOM-killer for control page allocation by Russell King · 8 years ago
  71. b06fb41 cpumask: fix code comment by Geliang Tang · 8 years ago
  72. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  73. e63e88b nilfs2: move ioctl interface and disk layout to uapi separately by Ryusuke Konishi · 8 years ago
  74. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  75. a23216a radix-tree: fix comment about "exceptional" bits by Ross Zwisler · 8 years ago
  76. 750afe7 printk: add kernel parameter to control writes to /dev/kmsg by Borislav Petkov · 8 years ago
  77. 6b1d174 ratelimit: extend to print suppressed messages on release by Borislav Petkov · 8 years ago
  78. 874f9c7 printk: create pr_<level> functions by Joe Perches · 8 years ago
  79. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  80. 949bed2 include: mman: use bool instead of int for the return value of arch_validate_prot by Chen Gang · 8 years ago
  81. c7fac29 Merge tag 'drm-psr-fixes-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  82. 586efded Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 8 years ago
  83. db3f600 uapi: move forward declarations of internal structures by Alexey Dobriyan · 8 years ago
  84. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  85. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  86. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  87. 6608804 drm/dp: Add drm_dp_psr_setup_time() by Ville Syrjälä · 9 years ago
  88. affe8a2 Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  89. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  90. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  91. d9b13c2 IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled by Jianxin Xiong · 8 years ago
  92. 856cc4c IB/hfi1: Add the capability for reserved operations by Mike Marciniszyn · 8 years ago
  93. d9f8723 IB/rdmavt: Handle local operations in post send by Jianxin Xiong · 8 years ago
  94. e8f8b09 IB/rdmavt: Add mechanism to invalidate MR keys by Jianxin Xiong · 8 years ago
  95. afcf8f7 IB/rdmavt: Add data structures and routines for table driven post send by Mike Marciniszyn · 9 years ago
  96. 632bc3f IB/core, RDMA RW API: Do not exceed QP SGE send limit by Bart Van Assche · 8 years ago
  97. f818169 IB/hfi1: Clean up port state structure definition by Ira Weiny · 9 years ago
  98. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 9 years ago
  99. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  100. 433fc58 VSOCK: Introduce vhost_vsock.ko by Asias He · 8 years ago