1. e4f50c8 bus: ti-sysc: Handle devices with no control registers by Tony Lindgren · 6 years ago
  2. 516f111 ARM: dts: Configure osc clock for d_can on am335x by Tony Lindgren · 6 years ago
  3. d59b605 bus: ti-sysc: Add generic enable/disable functions by Roger Quadros · 6 years ago
  4. d80caf9 ARM: OMAP2+: Drop mcspi platform data for omap4 by Tony Lindgren · 6 years ago
  5. fbf3b4b ARM: OMAP2+: Drop uart platform data for dra7 by Tony Lindgren · 6 years ago
  6. 19326ef5 ARM: OMAP2+: Drop gpio platform data for dra7 by Tony Lindgren · 6 years ago
  7. a688939 ARM: OMAP2+: Drop i2c platform data for dra7 by Tony Lindgren · 6 years ago
  8. ede0ac6 ARM: OMAP2+: Drop mmc platform data for dra7 by Tony Lindgren · 6 years ago
  9. 2af5473 ARM: OMAP2+: Drop uart platform data for omap5 by Tony Lindgren · 6 years ago
  10. 3aa60e8 ARM: OMAP2+: Drop gpio platform data for omap5 by Tony Lindgren · 6 years ago
  11. 655332d ARM: OMAP2+: Drop i2c platform data for omap5 by Tony Lindgren · 6 years ago
  12. 514c7fc ARM: OMAP2+: Drop mmc platform data for omap5 by Tony Lindgren · 6 years ago
  13. 12a2a95 ARM: OMAP2+: Drop uart platform data for am33xx and am43xx by Tony Lindgren · 6 years ago
  14. a071e40 ARM: OMAP2+: Drop gpio platform data for am33xx and am43xx by Tony Lindgren · 6 years ago
  15. cb68285 ARM: OMAP2+: Drop i2c platform data for am33xx and am43xx by Tony Lindgren · 6 years ago
  16. 4e27f75 ARM: OMAP2+: Drop mmc platform data for am330x and am43xx by Tony Lindgren · 6 years ago
  17. 91abfb9 ARM: OMAP2+: Drop uart platform data for omap4 by Tony Lindgren · 6 years ago
  18. e1c59a3 ARM: OMAP2+: Drop gpio platform data for omap4 by Tony Lindgren · 6 years ago
  19. f9d34da ARM: OMAP2+: Drop i2c platform data for omap4 by Tony Lindgren · 6 years ago
  20. 9216847 ARM: OMAP2+: Drop mmc platform data for omap4 by Tony Lindgren · 6 years ago
  21. 1d96085 Documentation: bus: ti-sysc: fix spelling mistakes "multipe" and "interconnet" by Colin Ian King · 6 years ago
  22. 13aad51 bus: ti-sysc: Detect DMIC for debugging by Tony Lindgren · 6 years ago
  23. b4a9a7a bus: ti-sysc: Handle swsup idle mode quirks by Tony Lindgren · 6 years ago
  24. 10645e8 bus: ti-sysc: Pass clockactivity quirk to platform functions by Tony Lindgren · 6 years ago
  25. a54275f bus: ti-sysc: Add quirk handling for external optional functional clock by Tony Lindgren · 6 years ago
  26. 42b9c5c bus: ti-sysc: Add support for early quirks based on register address by Tony Lindgren · 6 years ago
  27. b11c1ea bus: ti-sysc: Move rstctrl reset to happen later by Tony Lindgren · 6 years ago
  28. 93de83a bus: ti-sysc: Manage clocks for the interconnect target module in all cases by Tony Lindgren · 6 years ago
  29. a3e92e7 bus: ti-sysc: Allocate mdata as needed and do platform data based init later by Tony Lindgren · 6 years ago
  30. 1a5cd7c bus: ti-sysc: Enable all clocks directly during init to read revision by Tony Lindgren · 6 years ago
  31. d878970 bus: ti-sysc: Add separate functions for handling clocks by Tony Lindgren · 6 years ago
  32. ff43728 bus: ti-sysc: Move legacy platform data idling into separate functions by Tony Lindgren · 6 years ago
  33. b7182b4 bus: ti-sysc: Make functions static by Tony Lindgren · 6 years ago
  34. 386cb76 bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init by Tony Lindgren · 6 years ago
  35. aaa29bb bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocated by Tony Lindgren · 6 years ago
  36. 8b30919 ARM: OMAP2+: Handle reset quirks for dynamically allocated modules by Tony Lindgren · 6 years ago
  37. 7045112 ARM: OMAP2+: Remove hwmod .rev data and use local SoC checks instead by Tony Lindgren · 6 years ago
  38. b57250f ARM: OMAP2+: Allocate struct omap_hwmod based on dts data by Tony Lindgren · 6 years ago
  39. 6d63b12 ARM: OMAP2+: Define _HWMOD_STATE_DEFAULT and use it by Tony Lindgren · 6 years ago
  40. 513a4ab ARM: OMAP2+: Prepare class allocation for dynamically allocated modules by Tony Lindgren · 6 years ago
  41. 798bd17 ARM: OMAP2+: Make interconnect target module allocation functions static by Tony Lindgren · 6 years ago
  42. 7f0d078 ARM: OMAP2+: Fix potentially uninitialized return value for _setup_reset() by Tony Lindgren · 6 years ago
  43. 7d56bed ARM: dts: Fix dcan clkctrl clock for am3 by Tony Lindgren · 6 years ago
  44. 9e98c67 Linux 5.1-rc1 by Linus Torvalds · 6 years ago
  45. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  46. 80b98e9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  47. 69ebf9a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  48. c5b5138 Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  49. db77bef Merge tag '9p-for-5.1' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  50. c634dc6 perf/x86/intel: Make dev_attr_allow_tsx_force_abort static by kbuild test robot · 6 years ago
  51. c71bb9f kconfig: remove stale lxdialog/.gitignore by Masahiro Yamada · 6 years ago
  52. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  53. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  54. f84dde10 Revert "modsign: Abort modules_install when signing fails" by Douglas Anderson · 6 years ago
  55. 0c22be0 kbuild: Make NOSTDINC_FLAGS a simply expanded variable by Douglas Anderson · 6 years ago
  56. f6d9db6 kbuild: deb-pkg: avoid implicit effects by Arseny Maslennikov · 6 years ago
  57. da9cfb8 coccinelle: semantic code search for missing put_device() by Wen Yang · 6 years ago
  58. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  59. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  60. 477558d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  61. 11efae3 Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  62. 465c209 Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  63. a9c55d5 Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  64. 9249735 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  65. ab81dab fix sysfs_init_fs_context() in !CONFIG_NET_NS case by Al Viro · 6 years ago
  66. 9c7dc82 Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  67. 6c83d0d Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  68. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  69. aa2e3ac Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  70. 323ea40 Merge tag 'iommu-fix-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  71. 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  72. e8a71a3 Merge tag 'ntb-5.1' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  73. 2b9c272 Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  74. 51b1ac0 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  75. 2dbb0e6 Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  76. 8264fd0 Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  77. de57818 Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  78. 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  79. f91f2ee Merge branch 'akpm' (rest of patches from Andrew) by Linus Torvalds · 6 years ago
  80. 8b0f9fa filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behavior by Linus Torvalds · 6 years ago
  81. 4a605bc kvm: vmx: fix formatting of a comment by Paolo Bonzini · 6 years ago
  82. eca6be5 KVM: doc: Document the life cycle of a VM and its resources by Sean Christopherson · 6 years ago
  83. 6b4c9f4 filemap: drop the mmap_sem for all blocking operations by Josef Bacik · 6 years ago
  84. a75d4c3 filemap: kill page_cache_read usage in filemap_fault by Josef Bacik · 6 years ago
  85. c7a0e83 Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  86. 4633323 MAINTAINERS: Add KVM selftests to existing KVM entry by Sean Christopherson · 6 years ago
  87. 92da008 Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" by Ben Gardon · 6 years ago
  88. 52eaa79 scsi: ia64: simscsi: use request tag instead of serial_number by Hannes Reinecke · 6 years ago
  89. 5e3863f SUNRPC: Remove redundant check for the reply length in call_decode() by Trond Myklebust · 6 years ago
  90. 928d42f SUNRPC: Handle the SYSTEM_ERR rpc error by Trond Myklebust · 6 years ago
  91. eb90a16 SUNRPC: rpc_decode_header() must always return a non-zero value on error by Trond Myklebust · 6 years ago
  92. 27adc78 SUNRPC: Use the ENOTCONN error on socket disconnect by Trond Myklebust · 6 years ago
  93. 5131496 SUNRPC: Fix the minimal size for reply buffer allocation by Trond Myklebust · 6 years ago
  94. 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
  95. bb6bccb iommu/amd: Fix NULL dereference bug in match_hid_uid by Aaron Ma · 6 years ago
  96. 4c2741a Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-next by Russell King · 6 years ago
  97. 0266def xen/balloon: Fix mapping PG_offline pages to user space by David Hildenbrand · 6 years ago
  98. f764c58 perf/x86: Fixup typo in stub functions by Peter Zijlstra · 6 years ago
  99. ede271b perf/x86/intel: Fix memory corruption by Peter Zijlstra · 6 years ago
  100. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago