summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng2015-08-257-58/+51
* ACPICA: Update info messages during ACPICA initBob Moore2015-08-252-2/+11
* ACPICA: Disassembler: Update for new listing modeBob Moore2015-08-251-1/+1
* ACPICA: Update parameter validation for data_table_region and load_tableBob Moore2015-08-255-20/+69
* ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore2015-08-251-2/+3
* ACPICA: Correctly cleanup after a ACPI table load failureBob Moore2015-08-255-10/+54
* ACPICA: iASL/Disassembler: Add prototype verbose modeBob Moore2015-07-231-0/+1
* ACPICA: Debugger: Move debugger specific APIs to debugger componentLv Zheng2015-07-232-7/+22
* ACPICA: Debugger: Reduce structure size for debuggerLv Zheng2015-07-231-0/+3
* ACPICA: Cleanup use of NEGATIVE and POSITIVE definesBob Moore2015-07-231-0/+5
* ACPICA: Cleanup use of all non-ANSI local C library functionsBob Moore2015-07-235-354/+396
* ACPICA: iASL: Add new warnings for method local_x and arg_x variablesBob Moore2015-07-231-0/+4
* ACPICA: Remove extraneous check for null walk_stateMarkus Elfring2015-07-231-3/+1
* ACPICA: Parser: Remove redundant opcode execution debugging outputLv Zheng2015-07-231-8/+0
* ACPICA: Executer: Add option to bypass opcode tracingLv Zheng2015-07-231-2/+4
* ACPICA: Executer: Add OSL trace hook supportLv Zheng2015-07-233-38/+122
* ACPICA: Executer: Add interpreter tracing mode for method tracing facilityLv Zheng2015-07-2310-183/+310
* ACPICA: Dispatcher: Add trace support for interpreterLv Zheng2015-07-235-1/+75
* ACPICA: Dispatcher: Move stack traversal code to dispatcherLv Zheng2015-07-234-3/+235
* ACPICA: Namespace: Add function to directly return normalized full pathLv Zheng2015-07-237-132/+176
* ACPICA: Executer: Add back pointing reference of method operandLv Zheng2015-07-233-0/+5
* ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignmentsLv Zheng2015-07-2312-49/+53
* ACPICA: Parser: Cleanup aml_offset in union acpi_operand_objectLv Zheng2015-07-233-16/+8
* ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_stateLv Zheng2015-07-234-15/+26
* ACPICA: Parser: Reduce parser/namespace divergences for tracer supportLv Zheng2015-07-233-8/+8
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
|\
| * scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
| * st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-191-9/+0
|\ \
| * | MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-141-9/+0
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-182-40/+77
|\ \
| * | irqchip/gicv3-its: Fix mapping of LPIs to collectionsMarc Zyngier2015-07-171-36/+75
| * | gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-131-4/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-1827-36/+36
|\ \
| * | Update Viresh Kumar's email addressViresh Kumar2015-07-1826-35/+35
| * | configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-181-1/+1
* | | Merge tag 'rtc-v4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2015-07-182-3/+3
|\ \ \
| * | | rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam2015-07-181-1/+1
| * | | rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang2015-07-181-2/+2
| | |/ | |/|
* | | Merge tag 'dm-4.2-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-07-185-34/+68
|\ \ \ | |_|/ |/| |
| * | dm cache: avoid calls to prealloc_free_structs() if possibleMike Snitzer2015-07-171-3/+12
| * | dm cache: avoid preallocation if no work in writeback_some_dirty_blocks()Mike Snitzer2015-07-171-9/+4
| * | dm cache: do not wake_worker() in free_migration()Mike Snitzer2015-07-171-1/+0
| * | dm cache: display 'needs_check' in status if it is setMike Snitzer2015-07-161-2/+7
| * | dm thin: display 'needs_check' in status if it is setMike Snitzer2015-07-161-2/+8
| * | dm thin: stay in out-of-data-space mode once no_space_timeout expiresMike Snitzer2015-07-161-4/+17
| * | dm: fix use after free crash due to incorrect cleanup sequenceMikulas Patocka2015-07-131-2/+2
| * | Revert "dm: only run the queue on completion if congested or no requests pend...Mike Snitzer2015-07-081-6/+2
| * | dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber2015-07-061-1/+1
| * | dm thin: allocate the cell_sort_array dynamicallyJoe Thornber2015-07-061-1/+12