1. a162188 parport: quoted strings should not be split by Sudip Mukherjee · 9 years ago
  2. b075e6f parport: code indent should use tabs by Sudip Mukherjee · 9 years ago
  3. 7b7a0a3 parport: fix coding style by Sudip Mukherjee · 9 years ago
  4. 27c6db2 parport: EXPORT_SYMBOL should follow function by Sudip Mukherjee · 9 years ago
  5. 657e24d parport: remove trailing white space by Sudip Mukherjee · 9 years ago
  6. e952736 parport: fix a trivial typo by Geliang Tang · 9 years ago
  7. d7a26be Merge tag 'extcon-next-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 9 years ago
  8. b9884d3 coresight: Fix a typo in Kconfig by Andrew F. Davis · 9 years ago
  9. fadf3a4 coresight: checking for NULL string in coresight_name_match() by Mathieu Poirier · 9 years ago
  10. 879a650 Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical by K. Y. Srinivasan · 9 years ago
  11. 77b744a Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy by Vitaly Kuznetsov · 9 years ago
  12. 2048157 Drivers: hv: vmbus: fix the building warning with hyperv-keyboard by Dexuan Cui · 9 years ago
  13. 08a0a4f extcon: add Maxim MAX3355 driver by Sergei Shtylyov · 9 years ago
  14. 940b68e Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek() by Vitaly Kuznetsov · 9 years ago
  15. 667d374 Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpacket_raw() by Vitaly Kuznetsov · 9 years ago
  16. b5f53dd Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read() by Vitaly Kuznetsov · 9 years ago
  17. 45870a4 Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends() by Vitaly Kuznetsov · 9 years ago
  18. 822f18d Drivers: hv: ring_buffer.c: fix comment style by Vitaly Kuznetsov · 9 years ago
  19. 9420098 Drivers: hv: utils: fix crash when device is removed from host side by Vitaly Kuznetsov · 9 years ago
  20. a150256 Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode by Vitaly Kuznetsov · 9 years ago
  21. a72f3a4 Drivers: hv: utils: rename outmsg_lock by Vitaly Kuznetsov · 9 years ago
  22. 1f75338 Drivers: hv: utils: fix memory leak on on_msg() failure by Vitaly Kuznetsov · 9 years ago
  23. a689d25 tools: hv: vss: fix the write()'s argument: error -> vss_msg by Dexuan Cui · 9 years ago
  24. 2d0c3b5 Drivers: hv: utils: Invoke the poll function after handshake by K. Y. Srinivasan · 9 years ago
  25. b282e4c Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0 by K. Y. Srinivasan · 9 years ago
  26. c35b82e drivers/hv: correct tsc page sequence invalid value by Andrey Smetanin · 9 years ago
  27. 8599846 Drivers: hv: vmbus: Fix a Host signaling bug by K. Y. Srinivasan · 9 years ago
  28. 40f26f3 drivers:hv: Allow for MMIO claims that span ACPI _CRS records by Jake Oshins · 9 years ago
  29. d6f591e Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex by Dexuan Cui · 9 years ago
  30. f52078c Drivers: hv: vmbus: release relid on error in vmbus_process_offer() by Dexuan Cui · 9 years ago
  31. 34c6801 Drivers: hv: vmbus: fix rescind-offer handling for device without a driver by Dexuan Cui · 9 years ago
  32. 64b7faf Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal() by Dexuan Cui · 9 years ago
  33. 63d55b2 Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal() by Dexuan Cui · 9 years ago
  34. efc2672 Drivers: hv: vmbus: Get rid of the unused irq variable by K. Y. Srinivasan · 9 years ago
  35. 90e031f Drivers: hv: vmbus: Get rid of the unused macro by K. Y. Srinivasan · 9 years ago
  36. 4ae9250 Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs by K. Y. Srinivasan · 9 years ago
  37. af3ff64 Drivers: hv: vmbus: Use uuid_le type consistently by K. Y. Srinivasan · 9 years ago
  38. ed9ba60 Drivers: hv: vss: run only on supported host versions by Olaf Hering · 9 years ago
  39. 3053c76 drivers:hv: Define the channel type for Hyper-V PCI Express pass-through by Jake Oshins · 9 years ago
  40. a108393 drivers:hv: Export the API to invoke a hypercall on Hyper-V by Jake Oshins · 9 years ago
  41. 619848b drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num by Jake Oshins · 9 years ago
  42. 17efbee drivers/hv: cleanup synic msrs if vmbus connect failed by Andrey Smetanin · 9 years ago
  43. b003596 Drivers: hv: utils: use memdup_user in hvt_op_write by Olaf Hering · 9 years ago
  44. cdc0c0c Drivers: hv: util: catch allocation errors by Olaf Hering · 9 years ago
  45. 6dfb867 tools: hv: remove repeated HV_FCOPY string by Olaf Hering · 9 years ago
  46. b4ed5d1 tools: hv: report ENOSPC errors in hv_fcopy_daemon by Olaf Hering · 9 years ago
  47. 3cace4a Drivers: hv: utils: run polling callback always in interrupt context by Olaf Hering · 9 years ago
  48. c0b200c Drivers: hv: util: Increase the timeout for util services by K. Y. Srinivasan · 9 years ago
  49. c05c0d5 extcon: max77843: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  50. cbc4660 extcon: max77693: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  51. c295756 extcon: max14577: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  52. 36e2693 extcon: arizona: Add DT binding examples by Charles Keepax · 9 years ago
  53. cb0eac8 extcon: arizona: Update device tree binding for mic detect configurations by Charles Keepax · 9 years ago
  54. bb6da5d extcon: arizona: Add device bindings for the micd configurations by Charles Keepax · 9 years ago
  55. 9220e39 Drivers: hv: vmbus: fix build warning by Sudip Mukherjee · 9 years ago
  56. 1b2c841 checkkconfigsymbols.py: find similar symbols by Valentin Rothberg · 9 years ago
  57. e2042a8 checkkconfigsymbols.py: multiprocessing of files by Valentin Rothberg · 9 years ago
  58. 9f9499a Linux 4.4-rc5 by Linus Torvalds · 9 years ago
  59. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  60. fc891828 Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  61. dec9cbf Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  62. 43afc99 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. f17ef49 Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  64. b24f74e Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  65. c474009 Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  66. 097b285 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  67. 79dbdda Merge tag 'powerpc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  68. 800f1ac Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  69. a971526 Merge branch 'parisc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  70. 7807563 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  71. 6539756 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  72. 9530d0f MIPS: fix DMA contiguous allocation by Qais Yousef · 9 years ago
  73. 2d33fa1 sh64: fix __NR_fgetxattr by Dmitry V. Levin · 9 years ago
  74. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  75. a2b829d mm/oom_kill.c: avoid attempting to kill init sharing same memory by Chen Jie · 9 years ago
  76. 26bbe7e drivers/base/memory.c: prohibit offlining of memory blocks with missing sections by Seth Jennings · 9 years ago
  77. 267a4c7 tmpfs: fix shmem_evict_inode() warnings on i_blocks by Hugh Dickins · 9 years ago
  78. dbe409e mm/hugetlb.c: fix resv map memory leak for placeholder entries by Mike Kravetz · 9 years ago
  79. 0d777df mm: hugetlb: call huge_pte_alloc() only if ptep is null by Naoya Horiguchi · 9 years ago
  80. 86fffe4 kernel: remove stop_machine() Kconfig dependency by Chris Wilson · 9 years ago
  81. 98e89cf mm: kmemleak: mark kmemleak_init prototype as __init by Nicolas Iooss · 9 years ago
  82. 25be6a6 mm: fix kerneldoc on mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  83. 3066a96 osd fs: __r4w_get_page rely on PageUptodate for uptodate by Hugh Dickins · 9 years ago
  84. ed0f1e2 MAINTAINERS: make Vladimir co-maintainer of the memory controller by Johannes Weiner · 9 years ago
  85. 373ccbe mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress by Michal Hocko · 9 years ago
  86. 475a2f9 mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo by Vlastimil Babka · 9 years ago
  87. 9516a18 memcg: fix memory.high target by Vladimir Davydov · 9 years ago
  88. a88c769 mm: hugetlb: fix hugepage memory leak caused by wrong reserve count by Naoya Horiguchi · 9 years ago
  89. 78c0cbf parisc: Disable huge pages on Mako machines by Helge Deller · 9 years ago
  90. 5c477b4 parisc: Wire up mlock2 syscall by Helge Deller · 9 years ago
  91. 5f0e9b4 parisc: Remove unused pcibios_init_bus() by Bjorn Helgaas · 9 years ago
  92. e46e31a parisc iommu: fix panic due to trying to allocate too large region by Mikulas Patocka · 9 years ago
  93. 7f4c977 Merge tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Kevin Hilman · 9 years ago
  94. 6534778 ls2080a/dts: Add little endian property for GPIO IP block by Liu Gang · 9 years ago
  95. edb70e2 dt-bindings: define little-endian property for QorIQ GPIO by Li Yang · 9 years ago
  96. 2dd2e4d ARM64: dts: ls2080a: fix eSDHC endianness by yangbo lu · 9 years ago
  97. ad87e03 USB: add quirk for devices with broken LPM by Alan Stern · 9 years ago
  98. f69115f xhci: fix usb2 resume timing and races. by Mathias Nyman · 9 years ago
  99. b9d8545 Merge tag 'dm-4.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  100. 732c4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 9 years ago