summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-0226-111/+146
|\
| * Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-261-0/+33
| * numa: fix NULL pointer access and memory leak in unregister_one_node()Xishi Qiu2014-03-091-0/+4
| * Revert "driver core: synchronize device shutdown"Roland Dreier2014-03-091-2/+0
| * Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-03240-1004/+2398
| |\
| * | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-182-12/+3
| * | cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2014-02-182-5/+53
| * | Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman2014-02-18262-1863/+3265
| |\ \
| * | | driver core: unexport static function create_syslog_headerJiang Liu2014-02-151-1/+0
| * | | firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta2014-02-151-3/+4
| * | | firmware: give a protection when map page failedzhang jun2014-02-151-1/+5
| * | | firmware: google memconsole driver fixesMichel Lespinasse2014-02-151-21/+26
| * | | firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse2014-02-151-7/+0
| * | | drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-1410-10/+0
| * | | ACPI / platform: drop redundant ACPI_HANDLE checkJosh Cartwright2014-02-141-7/+4
| * | | Merge branch 'master' into driver-core-next-test-merge-rc2Tejun Heo2014-02-1178-490/+2066
| |\ \ \
| * | | | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-081-33/+0
| * | | | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-082-17/+23
| * | | | scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-081-13/+2
| * | | | pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-081-14/+3
| * | | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-081-0/+17
| * | | | dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-074-10/+14
* | | | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-02128-1196/+7665
|\ \ \ \ \
| * \ \ \ \ Merge tag 'extcon-next-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2014-03-197-79/+45
| |\ \ \ \ \
| | * | | | | extcon: Move OF helper function to extcon core and change function nameChanwoo Choi2014-03-195-64/+43
| | * | | | | extcon: of: Remove unnecessary function call by using the name of device_nodeChanwoo Choi2014-03-191-10/+2
| | * | | | | extcon: gpio: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-191-3/+1
| | * | | | | extcon: palmas: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-191-4/+1
| | | |_|_|/ | | |/| | |
| * | | | | mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macroTomas Winkler2014-03-172-2/+2
| * | | | | mei: amthif: fix checkpatch errorTomas Winkler2014-03-171-2/+1
| * | | | | mei: client.h fix checkpatch errorsTomas Winkler2014-03-171-4/+4
| * | | | | mei: use cl_dbg where appropriateTomas Winkler2014-03-172-10/+3
| * | | | | mei: fix Unnecessary space after function pointer nameTomas Winkler2014-03-171-12/+12
| * | | | | mei: report consistently copy_from/to_user failuresAlexander Usyskin2014-03-172-3/+6
| * | | | | mei: drop pr_fmt macrosTomas Winkler2014-03-172-6/+0
| * | | | | mei: make me hw headers private to me hw.Tomas Winkler2014-03-179-10/+4
| * | | | | mei: fix memory leak of pending write cb objectsTomas Winkler2014-03-172-39/+55
| * | | | | mei: me: do not reset when less than expected data is receivedTomas Winkler2014-03-172-1/+10
| * | | | | drivers: mcb: Fix build error discovered by 0-day botJohannes Thumshirn2014-03-091-1/+4
| * | | | | cs5535-mfgpt: Simplify dependenciesJean Delvare2014-03-091-1/+1
| * | | | | spmi: pm: drop bus-level PM suspend/resume routinesJosh Cartwright2014-03-091-35/+0
| * | | | | spmi: pmic_arb: make selectable on ARCH_QCOMJosh Cartwright2014-03-091-2/+2
| * | | | | pch_phub: Report error writing MAC back to userAlexander Stein2014-03-091-1/+4
| * | | | | iio: adc: Fix build error discovered by 0-day build botJohannes Thumshirn2014-03-091-0/+1
| * | | | | mei: fix regressions caused by removing ext_msgAlexander Usyskin2014-03-091-0/+2
| * | | | | drivers/mcb: do not set default Kconfig variable to modularPaul Gortmaker2014-03-091-1/+0
| * | | | | Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2014-03-0369-351/+636
| |\| | | |
| * | | | | memory: ti-aemif: introduce AEMIF driverIvan Khoronzhuk2014-03-013-0/+439
| * | | | | parport: fix interruptible_sleep_on raceArnd Bergmann2014-03-011-1/+2
| * | | | | iio: adc: Add MEN 16z188 ADC driverJohannes Thumshirn2014-03-013-0/+182