summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()Rafael J. Wysocki2014-02-063-5/+5
* ACPI / hotplug / PCI: Rework the handling of eject requestsRafael J. Wysocki2014-02-061-10/+10
* ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugRafael J. Wysocki2014-02-064-181/+158
* ACPI / hotplug / PCI: Define hotplug context lock in the coreRafael J. Wysocki2014-02-053-26/+38
* ACPI / hotplug: Fix potential race in acpi_bus_notify()Rafael J. Wysocki2014-02-053-10/+40
* ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()Rafael J. Wysocki2014-02-052-3/+34
* ACPI / hotplug / PCI: Do not pass ACPI handle to hotplug_event()Rafael J. Wysocki2014-02-051-7/+7
* ACPI / hotplug / PCI: Use acpi_handle_debug() in hotplug_event()Rafael J. Wysocki2014-02-051-9/+3
* ACPI / hotplug / PCI: Simplify hotplug_event()Rafael J. Wysocki2014-02-051-13/+6
* ACPI / hotplug / PCI: Drop crit_sect lockingRafael J. Wysocki2014-02-052-21/+3
* ACPI / hotplug / PCI: Drop acpiphp_bus_add()Rafael J. Wysocki2014-02-051-16/+6
* ACPI / hotplug / PCI: Store acpi_device pointer in acpiphp_contextRafael J. Wysocki2014-02-052-26/+29
* ACPI / hotplug / PCI: Rework acpiphp_no_hotplug()Rafael J. Wysocki2014-02-051-10/+9
* ACPI / hotplug / PCI: Drop acpiphp_bus_trim()Rafael J. Wysocki2014-02-051-19/+11
* ACPI / hotplug / PCI: Simplify register_slot()Rafael J. Wysocki2014-02-051-8/+4
* ACPI / hotplug / PCI: Proper kerneldoc comments for enumeration/removalRafael J. Wysocki2014-02-051-4/+10
* ACPI / hotplug / PCI: Simplify disable_slot()Rafael J. Wysocki2014-02-051-23/+5
* ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki2014-02-031-1/+20
* ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki2014-02-031-4/+14
* ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki2014-02-031-0/+4
* ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki2014-02-031-2/+2
* ACPI / hotplug / PCI: Remove entries from bus->devices in reverse orderRafael J. Wysocki2014-02-031-4/+4
* Linus 3.14-rc1v3.14-rc1Linus Torvalds2014-02-031-3/+3
* Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-02-0315-73/+278
|\
| * parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
| * parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
| * parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19
| * parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-022-1/+5
| * parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
| * parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-022-4/+4
* | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-031-46/+50
* | hpfs: remember free spaceMikulas Patocka2014-02-033-10/+87
|/
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-021-0/+2
|\
| * hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
| * hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-023-27/+39
|\ \
| * | mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-01-311-1/+1
| * | mm: slub: work around unneeded lockdep warningDave Hansen2014-01-311-0/+6
| * | mm: sl[uo]b: fix misleading commentsDave Hansen2014-01-311-4/+4
| * | slub: Fix possible format string bug.Tetsuo Handa2014-01-131-1/+1
| * | slub: use lockdep_assert_heldPeter Zijlstra2014-01-131-20/+20
| * | slub: Fix calculation of cpu slabsLi Zefan2013-12-291-1/+7
| * | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap2013-12-181-56/+46
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
|\ \ \
| * | | tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-011-33/+65
| * | | tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-011-3/+3
| * | | turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-191-25/+66
| * | | turbostat: run on HSXLen Brown2014-01-191-11/+31
| * | | turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-191-0/+1
| * | | turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-191-69/+38