summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-pci' and 'pm-core'Rafael J. Wysocki2016-01-121-0/+5
|\ \
| | * PM / runtime: Add new helper for conditional usage count incrementationRafael J. Wysocki2015-12-211-0/+5
| |/
| |
| \
| \
| \
*---. | Merge branches 'acpi-pci', 'acpi-irq' and 'acpi-assorted'Rafael J. Wysocki2016-01-121-0/+1
|\ \ \|
| | * | ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbolChristophe RICARD2016-01-011-0/+1
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm'Rafael J. Wysocki2016-01-121-1/+5
|\ \ \ \ \ | | | |/ / | | |/| |
| | | * | ACPI / PM: Support D3 COLD device in old BIOS for ZPODDKen Xue2015-12-091-1/+3
| | | |/
| * | | ACPI / utils: Add acpi_dev_present()Lukas Wunner2015-12-091-0/+2
* | | | Merge branch 'acpi-video'Rafael J. Wysocki2016-01-121-0/+6
|\ \ \ \
| * | | | ACPI / video: Add a acpi_video_handles_brightness_key_presses() helperHans de Goede2016-01-011-0/+6
| | |/ / | |/| |
* | | | Merge branch 'acpica'Rafael J. Wysocki2016-01-124-16/+18
|\ \ \ \
| * | | | ACPICA: Drop Linux-specific waking vector functionsRafael J. Wysocki2016-01-041-9/+1
| * | | | ACPICA: Update version to 20151218Bob Moore2016-01-011-1/+1
| * | | | ACPICA: Add per-table execution of module-level codeBob Moore2016-01-011-0/+5
| * | | | ACPICA: Add new exception code, AE_IO_ERRORBob Moore2016-01-011-2/+4
| * | | | ACPICA: Debug Object: Cleanup outputBob Moore2016-01-011-0/+4
| * | | | ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."Bob Moore2016-01-011-4/+2
| * | | | ACPICA: Linuxize: reduce divergences for 20151218 releaseLv Zheng2016-01-011-0/+1
| * | | | Merge branch 'acpi-debug' into acpicaRafael J. Wysocki2016-01-015-1/+133
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'acpi-debug'Rafael J. Wysocki2016-01-125-1/+133
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ACPI / debugger: Add module support for ACPI debuggerLv Zheng2015-12-152-52/+71
| * | | | ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng2015-12-153-12/+52
| * | | | ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using differe...Lv Zheng2015-12-151-0/+23
| * | | | ACPICA: Debugger: Convert some mechanisms to OSPM specificLv Zheng2015-12-154-1/+51
* | | | | Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-121-0/+1
|\ \ \ \ \
| * | | | | device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notificationAndy Shevchenko2015-12-091-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'device-properties'Rafael J. Wysocki2016-01-123-15/+102
|\ \ \ \ \
| * | | | | device property: add spaces to PROPERTY_ENTRY_STRING macroAndy Shevchenko2016-01-011-1/+1
| * | | | | include/linux/property.h: fix build issues with gcc-4.4.4Andrew Morton2016-01-011-4/+12
| * | | | | mfd: core: propagate device properties to sub devices driversAndy Shevchenko2015-12-071-0/+5
| * | | | | driver core: platform: Add support for built-in device propertiesMika Westerberg2015-12-071-0/+5
| * | | | | device property: Take a copy of the property setMika Westerberg2015-12-071-1/+2
| * | | | | device property: improve readability of macrosAndy Shevchenko2015-12-071-2/+2
| * | | | | device property: helper macros for property entry creationHeikki Krogerus2015-12-071-0/+55
| * | | | | device property: keep single value inplaceAndy Shevchenko2015-12-071-8/+23
| * | | | | device property: refactor built-in properties supportAndy Shevchenko2015-12-071-5/+3
| |/ / / /
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-081-7/+9
|\ \ \ \ \
| * | | | | sched/core: Fix unserialized r-m-w scribbling stuffPeter Zijlstra2016-01-061-5/+6
| * | | | | sched/core: Check tgid in is_global_init()Sergey Senozhatsky2016-01-061-2/+3
* | | | | | Merge tag 'sound-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2016-01-081-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2016-01-051-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ASoC: Use nested lock for snd_soc_dapm_mutex_lockCharles Keepax2015-12-301-1/+1
* | | | | | | Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-071-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2016-01-071-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtdLinus Torvalds2016-01-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris2016-01-051-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-0/+19
* | | | | | | net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-042-7/+16
| |_|/ / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-311-0/+1
|\ \ \ \ \ \
| * | | | | | net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork2015-12-231-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-301-0/+1
|\ \ \ \ \ \ \