summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ACPI / video: Add disable_native_backlight quirk for Samsung 730U3E/740U3EHans de Goede2015-01-201-0/+9
* | | | | | Merge branch 'acpi-ec'Rafael J. Wysocki2015-02-102-131/+419
|\ \ \ \ \ \
| * | | | | | ACPI / EC: Add GPE reference counting debugging messagesLv Zheng2015-02-061-2/+22
| * | | | | | ACPI / EC: Add query flushing supportLv Zheng2015-02-061-16/+85
| * | | | | | ACPI / EC: Refine command storm prevention supportLv Zheng2015-02-061-19/+36
| * | | | | | ACPI / EC: Add command flushing support.Lv Zheng2015-02-062-3/+66
| * | | | | | ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flagLv Zheng2015-02-061-11/+54
| * | | | | | ACPI / EC: Update revision due to raw handler mode.Lv Zheng2015-02-051-3/+3
| * | | | | | ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.Lv Zheng2015-02-051-3/+14
| * | | | | | ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW...Lv Zheng2015-02-051-8/+73
| * | | | | | Merge branch 'acpica' into acpi-ecRafael J. Wysocki2015-02-05216-586/+686
| |\ \ \ \ \ \
| * | | | | | | ACPI / EC: Cleanup QR_EC related codeLv Zheng2015-01-231-50/+20
| * | | | | | | ACPI / EC: Fix issues related to the SCI_EVT handlingLv Zheng2015-01-232-34/+26
| * | | | | | | ACPI / EC: Fix a code path that global lock is not heldLv Zheng2015-01-231-0/+10
| * | | | | | | ACPI / EC: Fix returning values in acpi_ec_sync_query()Lv Zheng2015-01-231-6/+10
| * | | | | | | ACPI / EC: Add reference counting for query handlersLv Zheng2015-01-231-10/+33
| * | | | | | | ACPI / EC: Cleanup transaction wakeup codeLv Zheng2015-01-231-8/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'acpica'Rafael J. Wysocki2015-02-10216-586/+686
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based...Lv Zheng2015-02-051-7/+16
| * | | | | | ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergencesLv Zheng2015-02-051-0/+105
| * | | | | | ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...Lv Zheng2015-02-057-29/+171
| * | | | | | ACPICA: Update version to 20150204David E. Box2015-02-051-1/+1
| * | | | | | ACPICA: Update Copyright headers to 2015David E. Box2015-02-05204-205/+205
| * | | | | | ACPICA: Hardware: Cast GPE enable_mask before storingDavid E. Box2015-02-051-1/+1
| * | | | | | ACPICA: Events: Cleanup GPE dispatcher type obtaining codeLv Zheng2015-02-058-24/+25
| * | | | | | ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...Lv Zheng2015-02-051-13/+26
| * | | | | | ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removingLv Zheng2015-02-051-0/+1
| * | | | | | ACPICA: Events: Fix uninitialized variableDavid E. Box2015-02-051-1/+1
| * | | | | | ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restrictionLv Zheng2015-02-053-100/+15
| * | | | | | ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()Lv Zheng2015-02-051-11/+0
| * | | | | | ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after e...Lv Zheng2015-02-053-3/+6
| | |_|_|_|/ | |/| | | |
| * | | | | ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-2615-115/+125
| * | | | | ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2015-01-264-102/+7
| * | | | | ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()Octavian Purdila2015-01-221-0/+7
| |/ / / /
* | | | | Linux 3.19v3.19Linus Torvalds2015-02-091-1/+1
* | | | | Merge tag 'nios2-fixes-v3.19-final' of git://git.rocketboards.org/linux-socfp...Linus Torvalds2015-02-091-3/+5
|\ \ \ \ \
| * | | | | nios2: fix unhandled signalsChung-Ling Tang2015-02-091-3/+5
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds2015-02-091-0/+7
|\ \ \ \ \
| * | | | | aio: annotate aio_read_event_ring for sleep patternsDave Chinner2015-02-041-0/+7
* | | | | | Merge tag 'trace-fixes-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-092-2/+4
|\ \ \ \ \ \
| * | | | | | x86/tlb/trace: Do not trace on CPU that is offlineSteven Rostedt (Red Hat)2015-02-081-1/+3
| * | | | | | tracing: Add condition check to RCU lockdep checksSteven Rostedt (Red Hat)2015-02-081-1/+1
* | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-02-075-130/+42
|\ \ \ \ \ \ \
| * | | | | | | Revert "IB/core: Add support for extended query device caps"Yann Droneaud2015-02-065-130/+42
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-071-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2015-02-051-0/+1
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds2015-02-062-2/+2
|\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'microcode_fix_for_3.19' of git://git.kernel.org/pub/scm/linux/kern...Ingo Molnar2015-01-291-1/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky2015-01-281-1/+1
| * | | | | | | | | | | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1