summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Cleanup the global variables and update commentsBob Moore2018-01-052-55/+29
* ACPICA: Debugger: fix slight indentation issueErik Schmauss2018-01-051-1/+1
* ACPICA: Fix a regression in the acpi_evaluate_object_type() interfaceBob Moore2018-01-051-4/+5
* ACPICA: Update for a few debug output statementsBob Moore2018-01-052-4/+16
* ACPICA: Debug output, no functional changeBob Moore2018-01-051-7/+7
* ACPICA: Rename variable to match upstreamRafael J. Wysocki2017-12-041-4/+4
* ACPICA: Update linkage for get mutex name interfaceBob Moore2017-11-272-7/+8
* ACPICA: Update mutex error messages, no functional changeBob Moore2017-11-271-4/+5
* ACPICA: Debugger: add "background" command for method executionBob Moore2017-11-274-66/+206
* ACPICA: Namespace: fix memory leak from building prefixed pathnameErik Schmauss2017-11-271-1/+4
* ACPICA: Enhance error messages from namespace create/lookup operationsBob Moore2017-11-2712-25/+270
* ACPICA: ACPICA: style edits to utility function output, no functional changeErik Schmauss2017-11-271-1/+1
* ACPICA: Add an additional error message for EC timeoutsBob Moore2017-11-271-0/+10
* ACPICA: Update output from ACPI_EXCEPTION macroBob Moore2017-11-272-7/+4
* ACPICA: Use local 64-bit divide support for string conversionsBob Moore2017-11-271-15/+21
* ACPICA: Utilities: Cleanup style issue for bit clearingLv Zheng2017-11-271-2/+2
* ACPICA: iASL: change processing of external op namespace nodes for correctnessErik Schmauss2017-11-272-6/+8
* ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore2017-11-271-0/+3
* ACPICA: Rename AE_AML_INFINITE_LOOP exceptionBob Moore2017-11-271-1/+1
* ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionLv Zheng2017-11-273-9/+10
* ACPICA: Avoid null pointer dereference on Op.Colin Ian King2017-11-271-3/+3
* ACPICA: disassembler: getting rid of error messageErik Schmauss2017-11-271-8/+1
* ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Erik Schmauss2017-11-271-0/+1
* ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Jung-uk Kim2017-11-271-15/+14
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2228-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2212-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-22181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2226-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2226-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-226-13/+13
| | * | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-221-19/+17
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-222-12/+7
| | * | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-221-3/+3
| | * | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-223-20/+29
| | * | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-221-2/+2