1. 14d76b6 PCI: Use common resource list management code instead of private implementation by Jiang Liu · 10 years ago
  2. 90e9782 resources: Move struct resource_list_entry from ACPI into resource core by Jiang Liu · 10 years ago
  3. 1b6af71 IRQCHIP: mips-gic: Avoid rerouting timer IRQs for smp-cmp by James Hogan · 10 years ago
  4. f31ec95 qlcnic: Fix NAPI poll routine for Tx completion by Shahed Shaikh · 10 years ago
  5. cf180b8 amd-xgbe: Set RSS enablement based on hardware features by Lendacky, Thomas · 10 years ago
  6. 211fcf6 amd-xgbe: Adjust for zero-based traffic class count by Lendacky, Thomas · 10 years ago
  7. 7f551b1 drm/cirrus: Limit modes depending on bpp option by Takashi Iwai · 10 years ago
  8. efd756d ACPI / PCC: Use pr_debug() for debug messages in pcc_init() by Rafael J. Wysocki · 10 years ago
  9. 5201aa4 vhost/net: fix up num_buffers endian-ness by Michael S. Tsirkin · 10 years ago
  10. 75300ad gianfar: correct the bad expression while writing bit-pattern by Sanjeev Sharma · 10 years ago
  11. 06b19b1 net: usb: sr9700: Use 'SR_' prefix for the common register macros by Chen Gang · 10 years ago
  12. d426a84 Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/imx' into spi-linus by Mark Brown · 10 years ago
  13. 56536a7 spi: spi-imx: cleanup wait_for_completion handling by Nicholas Mc Guire · 10 years ago
  14. 19f0ad0 spi: sh-msiof: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  15. 682a71b spi: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  16. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  17. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  18. 9064bf3 spi: spi-pxa2xx: only include mach/dma.h for legacy DMA by Rob Herring · 10 years ago
  19. 1369dea spi: atmel: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  20. e3e3c42 Revert "drivers/net: Disable UFO through virtio" by Vlad Yasevich · 10 years ago
  21. 72f6510 Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets" by Vlad Yasevich · 10 years ago
  22. dc6d684 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  23. 59acf65 Merge tag 'md/3.19-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  24. 06cf35f PCI: Handle read-only BARs on AMD CS553x devices by Myron Stowe · 10 years ago
  25. 17ad13b cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation by Markus Elfring · 10 years ago
  26. f7b2706 cpufreq: Create for_each_governor() by Viresh Kumar · 10 years ago
  27. b4f0676 cpufreq: Create for_each_policy() by Viresh Kumar · 10 years ago
  28. 1e63eaf cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}() by Viresh Kumar · 10 years ago
  29. 1e95e3b PM: Convert dev_pm_put_subsys_data() into a void function by Ulf Hansson · 10 years ago
  30. 766bb53 PM: Update function header for dev_pm_get_subsys_data() by Ulf Hansson · 10 years ago
  31. b472c2f PM / Domains: Handle errors from genpd's ->attach_dev() callback by Ulf Hansson · 10 years ago
  32. f104e1e PM / Domains: Re-order initialization of generic_pm_domain_data by Ulf Hansson · 10 years ago
  33. 3e23568 PM / Domains: Free pm_subsys_data in error path in __pm_genpd_add_device() by Ulf Hansson · 10 years ago
  34. c0356db PM / Domains: Eliminate the mutex for the generic_pm_domain_data by Ulf Hansson · 10 years ago
  35. e07b45c PM / Domains: Don't check for an existing device when adding a new by Ulf Hansson · 10 years ago
  36. 14b5306 PM / Domains: Don't allow an existing generic_pm_domain_data by Ulf Hansson · 10 years ago
  37. c1dbe2f PM / Domains: Remove reference counting for the generic_pm_domain_data by Ulf Hansson · 10 years ago
  38. 49d400c PM / Domains: Rename __pm_genpd_alloc|free_dev_data() by Ulf Hansson · 10 years ago
  39. 62d1141 ACPI: Introduce helper function acpi_dev_filter_resource_type() by Jiang Liu · 10 years ago
  40. 93286f4 ACPI: Add field offset to struct resource_list_entry by Jiang Liu · 10 years ago
  41. 2ea3d26 ACPI: Translate resource into master side address for bridge window resources by Jiang Liu · 10 years ago
  42. a49170b ACPI: Return translation offset when parsing ACPI address space resources by Jiang Liu · 10 years ago
  43. a274019 ACPI: Enforce stricter checks for address space descriptors by Jiang Liu · 10 years ago
  44. c78b688 ACPI: Set flag IORESOURCE_UNSET for unassigned resources by Jiang Liu · 10 years ago
  45. 581c19f ACPI: Normalize return value of resource parser functions by Jiang Liu · 10 years ago
  46. 8515f93 ACPI: Fix a bug in parsing ACPI Memory24 resource by Jiang Liu · 10 years ago
  47. fcb29bb ACPI: Add prefetch decoding to the address space parser by Thomas Gleixner · 10 years ago
  48. 72e26b0 ACPI: Move the window flag logic to the combined parser by Thomas Gleixner · 10 years ago
  49. eb76d55 ACPI: Unify the parsing of address_space and ext_address_space by Thomas Gleixner · 10 years ago
  50. e814f6d ACPI: Let the parser return false for disabled resources by Thomas Gleixner · 10 years ago
  51. 1d0420f ACPI: Use the length check for io resources as well by Thomas Gleixner · 10 years ago
  52. c420dbd ACPI: Implement proper length checks for mem resources by Thomas Gleixner · 10 years ago
  53. c793504 ACPI: Remove redundant check in function acpi_dev_resource_address_space() by Thomas Gleixner · 10 years ago
  54. b2cd5dd Merge branch 'acpica' into acpi-resources by Rafael J. Wysocki · 10 years ago
  55. 6491bc0 ACPI / cpuidle: Common callback routine for entering states by Rafael J. Wysocki · 10 years ago
  56. d2cecb3 ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple() by Rafael J. Wysocki · 10 years ago
  57. dd378b1 hwmon: (tmp102) add hibernation callbacks by Grygorii Strashko · 10 years ago
  58. 0dc17d1 Merge tag 'gpio-v3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  59. ecb7b12 Merge branches 'ipoib' and 'odp' into for-next by Roland Dreier · 10 years ago
  60. 7e36ef8 IB/core: Temporarily disable ex_query_device uverb by Haggai Eran · 10 years ago
  61. 09c32aa ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode command. by Suman Tripathi · 10 years ago
  62. 3df2da9 Revert "ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA" by Rafael J. Wysocki · 10 years ago
  63. a02bb40 spi: imx: use pio mode for i.mx6dl by Robin Gong · 10 years ago
  64. f627cfde ata: libahci: Use of_platform_device_create only if supported by Guenter Roeck · 10 years ago
  65. fad0601 sata_mv: Delete unnecessary checks before the function call "phy_power_off" by Markus Elfring · 10 years ago
  66. 214f1af ata: Delete unnecessary checks before the function call "pci_dev_put" by Markus Elfring · 10 years ago
  67. 42b5212 xen-netback: stop the guest rx thread after a fatal error by David Vrabel · 10 years ago
  68. 5a2e87b net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 80 VFs by Jack Morgenstein · 10 years ago
  69. c101cff isdn: off by one in connect_res() by Dan Carpenter · 10 years ago
  70. 44ba582 sunvnet: set queue mapping when doing packet copies by David L Stevens · 10 years ago
  71. 61132bf qlge: Fix qlge_update_hw_vlan_features to handle if interface is down by Marcelo Leitner · 10 years ago
  72. 8664096 Merge tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 10 years ago
  73. 92773fc Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  74. 6ffae8c cpufreq: Set cpufreq_cpu_data to NULL before putting kobject by Viresh Kumar · 10 years ago
  75. 2a73835 ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm() by Rafael J. Wysocki · 10 years ago
  76. 5f97d66 ACPI / cpuidle: Clean up white space in a switch statement by Rafael J. Wysocki · 10 years ago
  77. de6cc4e ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple() by Rafael J. Wysocki · 10 years ago
  78. adcb262 ACPI / cpuidle: Clean up fallback to C1 checks by Rafael J. Wysocki · 10 years ago
  79. 67f592c ACPI / cpuidle: Drop unnecessary calls from ->enter callback routines by Rafael J. Wysocki · 10 years ago
  80. b00783f ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry() by Rafael J. Wysocki · 10 years ago
  81. 66e5bde Merge branches 'pci/misc' and 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  82. ae03e7c Merge branches 'pci/host-generic' and 'pci/host-versatile' into next by Bjorn Helgaas · 10 years ago
  83. 2cd59de Merge branch 'pci/config' into next by Bjorn Helgaas · 10 years ago
  84. ceadfd8 spi: fsl-dspi: Remove possible memory leak of 'chip' by Bhuvanchandra DV · 10 years ago
  85. 65d5665 spi: sh-msiof: Update calculation of frequency dividing by Nobuhiro Iwamatsu · 10 years ago
  86. 39f802d regulator: Build sysfs entries with static attribute groups by Takashi Iwai · 10 years ago
  87. 7782a1a spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n) by Ian Abbott · 10 years ago
  88. 92b712b drm/radeon: fix the crash in test functions by Ilija Hadzic · 10 years ago
  89. 3f5e1b4 drm/radeon: fix the crash in benchmark functions by Ilija Hadzic · 10 years ago
  90. a124d06 drm/radeon: properly set vm fragment size for TN/RL by Alex Deucher · 10 years ago
  91. 544143f drm/radeon: don't init gpuvm if accel is disabled (v3) by Alex Deucher · 10 years ago
  92. 72edd83 drm/radeon: fix PLLs on RS880 and older v2 by Christian König · 10 years ago
  93. 7f444bf hwmon: (ads2828) Only keep data in device data structure if needed by Guenter Roeck · 10 years ago
  94. bea0bab hwmon: (ads2828) Convert to use regmap by Guenter Roeck · 10 years ago
  95. 3a9794d sd: Fix max transfer length for 4k disks by Brian King · 10 years ago
  96. 28072ad scsi: fix device handler detach oops by Mike Christie · 10 years ago
  97. 34093cb spi/xilinx: Fix access invalid memory on xilinx_spi_tx by Ricardo Ribalda Delgado · 10 years ago
  98. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  99. b9dce23 drm/amdkfd: Don't create BUG due to incorrect user parameter by Oded Gabbay · 10 years ago
  100. ca400b2 drm/amdkfd: max num of queues can't be 0 by Oded Gabbay · 10 years ago