1. 9a6caa1 pinctrl: sh-pfc: Add PORT_GP_24 helper macro by Simon Horman · 8 years ago
  2. b78ea84 phy-twl4030-usb: initialize charging-related stuff via pm_runtime by Andreas Kemnade · 8 years ago
  3. 78489c7 phy-twl4030-usb: better handle musb_mailbox() failure by Andreas Kemnade · 8 years ago
  4. e74e837 usb: chipidea: udc: Use the preferred form for passing a size of a struct by Fabio Estevam · 8 years ago
  5. 58001ef usb: chipidea: udc: Fit into a single line by Fabio Estevam · 8 years ago
  6. 382c1b3 usb: chipidea: udc: Use dma_pool_zalloc() by Fabio Estevam · 8 years ago
  7. c744a0d usb: chipidea: host: disable io watchdog by Lucas Stach · 8 years ago
  8. c6ee9f2 usb: chipidea: udc: Use direction flags consequently by Stefan Wahren · 8 years ago
  9. 9dba516 usb: chipidea: imx: set over current polarity per dts setting by Li Jun · 8 years ago
  10. e5b3253 doc: usb: ci-hdrc-usb2: add property over-current-active-high by Li Jun · 8 years ago
  11. 5de97f8 doc: usb: usbmisc-imx: add imx7d compatible string by Li Jun · 8 years ago
  12. 8007eb4 usb: chipidea: udc: Don't flush endpoint fifo twice by Stefan Wahren · 8 years ago
  13. 66b76db usb: chipidea: udc: move write barrier into hw_ep_prime by Stefan Wahren · 8 years ago
  14. 6eaed16 powerpc/powernv: Fix the state of root PE by Gavin Shan · 8 years ago
  15. 09c448d cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm by Rafael J. Wysocki · 8 years ago
  16. 98cc454 ARM: dts: Add support for more than 2GB of memory for omap5 by Tony Lindgren · 8 years ago
  17. 0af28cc ARM: dts: am57xx-beagle-x15: Add support for rev B1 by Nishanth Menon · 8 years ago
  18. d20f997 ARM: dts: am57xx-beagle-x15: Remove pinmux configurations for erratum i869 by Nishanth Menon · 8 years ago
  19. e7ee0bc ARM: dts: Fix LEDs for igepv5 by Tony Lindgren · 8 years ago
  20. b118c6a ARM: dts: Add power button support for igepv5 by Tony Lindgren · 8 years ago
  21. 2e06285 vfio: platform: mark symbols static where possible by Baoyou Xie · 8 years ago
  22. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  23. 1c2bc7b rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually by David Howells · 8 years ago
  24. aaa31cb rxrpc: Don't specify protocol to when creating transport socket by David Howells · 8 years ago
  25. cd5892c rxrpc: Create an address for sendmsg() to bind unbound socket with by David Howells · 8 years ago
  26. 952a5db ARM: dts: Configure omap5 OTG ID pin by Tony Lindgren · 8 years ago
  27. 08f9268 ARM: dts: ARM: dts: Fix omap5 SDIO dat1 interrupt by Tony Lindgren · 8 years ago
  28. 84ae497 ARM: dts: Configure panda SDIO WLAN wakeirq by Tony Lindgren · 8 years ago
  29. 7716981 xfs: normalize "infinite" retries in error configs by Eric Sandeen · 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. 9ad18b7 asm-generic: make get_user() clear the destination on errors by Al Viro · 8 years ago
  56. 79c350e xfs: fix signed integer overflow by Xie XiuQi · 8 years ago
  57. 791cc43 Make __xfs_xattr_put_listen preperly report errors. by Artem Savkov · 8 years ago
  58. 541d48f xfs: change mailing list address by Dave Chinner · 8 years ago
  59. a27f6ef xfs: undo block reservation correctly in xfs_trans_reserve() by Eryu Guan · 8 years ago
  60. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  61. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  62. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  63. 01fd074 rxrpc: Allow tx_winsize to grow in response to an ACK by David Howells · 8 years ago
  64. 89a80ed rxrpc: Use skb->len not skb->data_len by David Howells · 8 years ago
  65. b25de36 rxrpc: Add missing unlock in rxrpc_call_accept() by David Howells · 8 years ago
  66. 33b603f rxrpc: Requeue call for recvmsg if more data by David Howells · 8 years ago
  67. 91c2c7b rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay by David Howells · 8 years ago
  68. bc4abfc rxrpc: Add missing wakeup on Tx window rotation by David Howells · 8 years ago
  69. 08a3968 rxrpc: Make sure we initialise the peer hash key by David Howells · 8 years ago
  70. 21ca6d2 cpufreq: schedutil: Add iowait boosting by Rafael J. Wysocki · 8 years ago
  71. 8c34ab1 cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition by Rafael J. Wysocki · 8 years ago
  72. 9b6a9ec selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  73. 905933a pinctrl: Fix "st,syscfg" definition for STM32 pinctrl by Alexandre TORGUE · 8 years ago
  74. eb4ec68 driver: base: pinctrl: return error from pinctrl_bind_pins() by Deepak · 8 years ago
  75. 035ee28 PCI: Fix bridge_d3 update on device removal by Lukas Wunner · 8 years ago
  76. dd60fba perf tools: Add infrastructure for PMU specific configuration by Mathieu Poirier · 8 years ago
  77. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  78. 61e4da1 f2fs: fix parameters of __exchange_data_block by Fan Li · 8 years ago
  79. 9512929 MAINTAINERS: update f2fs entry by Chao Yu · 8 years ago
  80. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  81. 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
  82. fda6751 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 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
  84. 30d476a perf report: Enable group view with hierarchy by Namhyung Kim · 8 years ago
  85. 195bc0f perf ui/stdio: Rename print_hierarchy_header() by Namhyung Kim · 8 years ago
  86. 9a6ad25 perf ui/stdio: Always reset output width for hierarchy by Namhyung Kim · 8 years ago
  87. d2580c7 perf hist: Initialize hierarchy tree explicitly by Namhyung Kim · 8 years ago
  88. 9d97b8f perf hists: Introduce hists__link_hierarchy() by Namhyung Kim · 8 years ago
  89. 09034de perf hists: Introduce hists__match_hierarchy() by Namhyung Kim · 8 years ago
  90. 504cb1c2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 0a4a7e4 perf build: Compare mman.h related headers against kernel originals by Wang Nan · 8 years ago
  92. 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
  93. f148b41 x86: Clean up various simple wrapper functions by Masahiro Yamada · 8 years ago
  94. 85063fa x86/entry/64: Clean up and document espfix64 stack setup by Andy Lutomirski · 8 years ago
  95. 1ef0199 selftests/x86/sigreturn: Use CX, not AX, as the scratch register by Andy Lutomirski · 8 years ago
  96. d59dc7b sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags by Rik van Riel · 8 years ago
  97. fbef103 perf tools: Do hugetlb handling in more systems by Arnaldo Carvalho de Melo · 8 years ago
  98. 277cf08 perf trace beauty mmap: Fix defines for non !x86_64 by Arnaldo Carvalho de Melo · 8 years ago
  99. f3539c1 tools include: Add uapi mman.h for each architecture by Wang Nan · 8 years ago
  100. 5465fe0 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core by Ingo Molnar · 8 years ago