1. 8204e0c workqueue: Provide queue_work_node to queue work near a given NUMA node by Alexander Duyck · 6 years ago
  2. ef0ff68 driver core: Probe devices asynchronously instead of the driver by Alexander Duyck · 6 years ago
  3. ed88747 device core: Consolidate locking and unlocking of parent and device by Alexander Duyck · 6 years ago
  4. 3451a49 driver core: Establish order of operations for device_add and device_del via bitflag by Alexander Duyck · 6 years ago
  5. 0fe6f78 driver core: Remove the link if there is no driver with AUTO flag by Yong Wu · 6 years ago
  6. 8a4b326 driver core: silence device link messages unless debugging by Jerome Brunet · 6 years ago
  7. 549ad24 kobject: drop newline from msg string by Bo YU · 6 years ago
  8. b3fa29a kobject: to repalce printk with pr_* style by Bo YU · 6 years ago
  9. 7ab35a1 kobject: make kset_get_ownership() 'static' by Eric Biggers · 6 years ago
  10. 7e9586b block: rbd: convert to use BUS_ATTR_WO and RO by Greg Kroah-Hartman · 6 years ago
  11. c9fbe76 rapidio: rio-sysfs.c: convert to use BUS_ATTR_WO by Greg Kroah-Hartman · 6 years ago
  12. c1507ea pseries: ibmebus.c: convert to use BUS_ATTR_WO by Greg Kroah-Hartman · 6 years ago
  13. 1094f6d PCI: pci-sysfs.c: convert to use BUS_ATTR_WO by Greg Kroah-Hartman · 6 years ago
  14. d61dfaf PCI: pci.c: convert to use BUS_ATTR_RW by Greg Kroah-Hartman · 6 years ago
  15. 21acc07 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  16. 0eeb273 debugfs: debugfs_use_start/finish do not exist anymore by Sergey Senozhatsky · 6 years ago
  17. f96182e firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/ by Masahiro Yamada · 6 years ago
  18. 91f382a firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile by Masahiro Yamada · 6 years ago
  19. 925f8d4 tools/firmware/ihex2fw: Replace explicit alignment with ALIGN by Andrey Smirnov · 6 years ago
  20. 2ef8179 tools/firmware/ihex2fw: Simplify next record offset calculation by Andrey Smirnov · 6 years ago
  21. 9fb4ab4 ihex: Simplify next record offset calculation by Andrey Smirnov · 6 years ago
  22. 5158c36 ihex: Check if zero-length record is at the end of the blob by Andrey Smirnov · 6 years ago
  23. 8092e79 ihex: Share code between ihex_validate_fw() and ihex_next_binrec() by Andrey Smirnov · 6 years ago
  24. 570d020 driver core: move device->knode_class to device_private by Wei Yang · 6 years ago
  25. 4bd4e92 sysfs: fix blank line coding style warning by Stephen Martin · 6 years ago
  26. bdfe0df Merge 5.0-rc2 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  27. 1c7fc5c Linux 5.0-rc2 by Linus Torvalds · 6 years ago
  28. b7285b4 kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore by Jonathan Neuschäfer · 6 years ago
  29. dbc3c09 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  30. 6b529fb Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  31. 72d657d Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  32. f7c1038 Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  33. 437e878 Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  34. 1dd8a3f Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  35. 0f9d140 Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  36. 4656121 Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixes by Olof Johansson · 6 years ago
  37. 56acb3e Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 6 years ago
  38. 2ec472e Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into fixes by Olof Johansson · 6 years ago
  39. 431a8b7 Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 6 years ago
  40. f4f8aa6 Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into fixes by Olof Johansson · 6 years ago
  41. 98a5f67 Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Olof Johansson · 6 years ago
  42. 70bf439 Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 6 years ago
  43. e170672 phy: fix build breakage: add PHY_MODE_SATA by John Hubbard · 6 years ago
  44. b8c3b89 Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  45. 66c56cf Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  46. 4733488 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  47. 7b5c8f5 Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  48. bde0b5c ata: ahci: mvebu: request PHY suspend/resume for Armada 3700 by Miquel Raynal · 6 years ago
  49. 2f558bc ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAM by Miquel Raynal · 6 years ago
  50. 96dbcb4 ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCs by Miquel Raynal · 6 years ago
  51. c9bc136 ata: ahci: mvebu: remove stale comment by Miquel Raynal · 6 years ago
  52. 49e5418 ata: libahci_platform: comply to PHY framework by Miquel Raynal · 6 years ago
  53. 4b3c31c Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  54. c3405d6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  55. f87092c Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  56. 40a31da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 826c136 x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backed by Vitaly Kuznetsov · 6 years ago
  58. cf1754c Documentation/virtual/kvm: Update URL for AMD SEV API specification by Christophe de Dinechin · 6 years ago
  59. b7c1c22 KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range() by Lan Tianyu · 6 years ago
  60. 3f14a89 kvm: sev: Fail KVM_SEV_INIT if already initialized by David Rientjes · 6 years ago
  61. 98938aa KVM: validate userspace input in kvm_clear_dirty_log_protect() by Tomas Bortoli · 6 years ago
  62. d14eff1 KVM: x86: Fix bit shifting in update_intel_pt_cfg by Gustavo A. R. Silva · 6 years ago
  63. e8af37f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. 8e1b295 Merge tag 'acpi-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  65. f4f31ff Merge tag 'pm-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  66. 385c59c Merge tag 'drm-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  67. d3736d8 tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 6 years ago
  68. 48d2ba6 cifs: update internal module version number by Steve French · 6 years ago
  69. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  70. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  71. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  72. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  73. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  74. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  75. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  76. 21face6 ARM: integrator: impd1: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  77. 2796672 arm64: kexec_file: return successfully even if kaslr-seed doesn't exist by AKASHI Takahiro · 6 years ago
  78. c777723 ACPI/IORT: Fix rc_dma_get_range() by Jean-Philippe Brucker · 6 years ago
  79. 06382de Revert "staging: rtl8723bs: Mark ACPI table declaration as used" by Greg Kroah-Hartman · 6 years ago
  80. e2d3c41 Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Daniel Vetter · 6 years ago
  81. 95681cd Merge tag 'drm-misc-fixes-2019-01-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Daniel Vetter · 6 years ago
  82. 65a4f3a Merge branches 'acpi-pci', 'acpi-power' and 'acpi-misc' by Rafael J. Wysocki · 6 years ago
  83. 343e60e Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 6 years ago
  84. ae5e5ae Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 6 years ago
  85. 4e72ee8 Merge tag 'perf-core-for-mingo-5.0-20190110' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  86. a5176a4 drm/nouveau/falcon: avoid touching registers if engine is off by Ilia Mirkin · 6 years ago
  87. 1187800 drm/nouveau: Don't disable polling in fallback mode by Takashi Iwai · 6 years ago
  88. 15f77c4 drm/nouveau: register backlight on pascal and newer by Ben Skeggs · 6 years ago
  89. b67d453 i2c: tegra: Fix Maximum transfer size by Sowjanya Komatineni · 6 years ago
  90. 6ebec961 i2c: dev: prevent adapter retries and timeout being set as minus value by Yi Zeng · 6 years ago
  91. 2076607 qcom-scm: Include <linux/err.h> header by Fabio Estevam · 6 years ago
  92. a39c330 Merge branch 'nvme-5.0' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago
  93. de6629e Merge tag 'pci-v5.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  94. f34c48e Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  95. 4f548c2 Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  96. bd86c9e Merge tag 'drm-misc-fixes-2019-01-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  97. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  98. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  99. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  100. c715f89 cifs: Fix a tiny potential memory leak by Dan Carpenter · 6 years ago