Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | drivercore: deferral race condition fix | Grant Likely | 2014-04-29 | 1 | -0/+17 | |
* | of/irq: do irq resolution in platform_get_irq | Rob Herring | 2014-04-24 | 1 | -1/+6 | |
* | drivers/base/dd.c incorrect pr_debug() parameters | Frank Rowand | 2014-04-16 | 1 | -2/+2 | |
* | topology: Fix compilation warning when not in SMP | Vincent Stehlé | 2014-04-16 | 1 | -2/+1 | |
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-04-16 | 1 | -33/+0 | |
* | Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-11 | 1 | -1/+2 | |
|\ | ||||||
| * | regmap: adds missing braces in regmap_init() | Daeseok Youn | 2014-04-01 | 1 | -1/+2 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge branches 'pm-wakeup' and 'pm-domains' | Rafael J. Wysocki | 2014-04-08 | 1 | -0/+13 | |
|\ \ \ | ||||||
| | * | | PM / domains: Add pd_ignore_unused to keep power domains enabled | Tushar Behera | 2014-04-07 | 1 | -0/+13 | |
| |/ / | ||||||
* | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -4/+8 | |
|\ \ \ | ||||||
| * | | | drivers/base/topology.c: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -4/+8 | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | driver core: unexport static function create_syslog_header | Jiang Liu | 2014-03-10 | 1 | -1/+0 | |
| * | | | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 | 14 | -75/+608 | |
| |\ \ \ | ||||||
| * | | | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 | |
* | | | | | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-02 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-04-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | PM / Runtime: Spelling s/competing/completing/ | Geert Uytterhoeven | 2014-03-26 | 1 | -1/+1 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-01 | 17 | -36/+89 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman | 2014-03-25 | 1 | -0/+33 | |
| * | | | | | | numa: fix NULL pointer access and memory leak in unregister_one_node() | Xishi Qiu | 2014-03-08 | 1 | -0/+4 | |
| * | | | | | | Revert "driver core: synchronize device shutdown" | Roland Dreier | 2014-03-08 | 1 | -2/+0 | |
| * | | | | | | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 2014-03-02 | 2 | -13/+13 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 2014-02-18 | 2 | -12/+3 | |
| * | | | | | | cpu: add generic support for CPU feature based module autoloading | Ard Biesheuvel | 2014-02-18 | 2 | -5/+53 | |
| * | | | | | | Merge 3.14-rc3 into driver-core-next | Greg Kroah-Hartman | 2014-02-18 | 1 | -0/+8 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | driver core: unexport static function create_syslog_header | Jiang Liu | 2014-02-15 | 1 | -1/+0 | |
| * | | | | | | firmware: use power efficient workqueue for unloading and aborting fw load | Shaibal Dutta | 2014-02-15 | 1 | -3/+4 | |
| * | | | | | | firmware: give a protection when map page failed | zhang jun | 2014-02-15 | 1 | -1/+5 | |
| * | | | | | | drivers/base: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-14 | 10 | -10/+0 | |
| * | | | | | | ACPI / platform: drop redundant ACPI_HANDLE check | Josh Cartwright | 2014-02-14 | 1 | -7/+4 | |
| * | | | | | | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo | 2014-02-07 | 1 | -33/+0 | |
| * | | | | | | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo | 2014-02-07 | 1 | -0/+17 | |
| * | | | | | | dma-buf: avoid using IS_ERR_OR_NULL | Colin Cross | 2014-02-07 | 1 | -7/+11 | |
* | | | | | | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-01 | 1 | -31/+197 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge 3.14-rc5 into char-misc-next | Greg Kroah-Hartman | 2014-03-02 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge 3.14-rc4 into char-misc-next | Greg Kroah-Hartman | 2014-02-24 | 1 | -13/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge 3.14-rc3 into char-misc-next | Greg Kroah-Hartman | 2014-02-18 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | regmap: spmi: support base and extended register spaces | Josh Cartwright | 2014-02-15 | 1 | -31/+197 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-01 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable... | Mark Brown | 2014-03-26 | 1 | -0/+26 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | / / / / | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | | * | | | | | | devres: introduce API "devm_kstrdup" | Manish Badarkhe | 2014-02-11 | 1 | -0/+26 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2014-04-01 | 6 | -78/+354 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----------. \ \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg... | Mark Brown | 2014-03-28 | 5 | -68/+341 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|_|/ | | | | | | |/| | | | | | | | ||||||
| | | | | | | | * | | | | | | regmap: Implementation for regmap_multi_reg_write | Opensource [Anthony Olech] | 2014-03-10 | 2 | -16/+174 | |
| | | | | | | | * | | | | | | regmap: Base regmap_register_patch on _regmap_multi_reg_write | Charles Keepax | 2014-02-26 | 1 | -14/+4 | |
| | | | | | | | * | | | | | | regmap: Add bypassed version of regmap_multi_reg_write | Charles Keepax | 2014-02-26 | 1 | -13/+62 | |
| | | | | | | | * | | | | | | regmap: Mark reg_defaults in regmap_multi_reg_write as const | Charles Keepax | 2014-02-26 | 1 | -2/+2 | |
| | | | | | | | * | | | | | | regmap: Check stride of register patch as we register it | Charles Keepax | 2014-02-22 | 2 | -4/+4 | |
| | | | | | | | | |/ / / / | | | | | | | | |/| | | | | ||||||
| | | | | | | * | | | | | | regmap: add regmap_parse_val api | Nenghua Cao | 2014-03-06 | 1 | -0/+12 | |
| | | | | | | |/ / / / / |