summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.16-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-02-281-5/+5
|\
| * dma-debug: fix memory leak in debug_dma_alloc_coherentMiles Chen2018-02-231-5/+5
* | Merge tag 'devicetree-fixes-for-4.16' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-283-1/+26
|\ \
| * | dt-bindings: power: Fix "debounce-interval" property misspellingGeert Uytterhoeven2018-02-191-1/+1
| * | auxdisplay: Move arm-charlcd binding to correct folderAndy Shevchenko2018-02-121-0/+0
| * | dt-bindings: thermal: imx: update the binding to new methodDong Aisheng2018-02-121-0/+25
* | | Merge branch 'fixes-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-271-9/+1
|\ \ \
| * \ \ Merge tag 'seccomp-v4.16-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-271-9/+1
| |\ \ \
| | * | | samples/seccomp: do not compile when cross compiledMichal Hocko2018-02-221-9/+1
* | | | | Merge branch 'fixes-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-276-8/+22
|\| | | |
| * | | | tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-272-0/+8
| * | | | tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+2
| * | | | tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-271-2/+3
| * | | | tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+6
| * | | | tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+3
* | | | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-266-8/+75
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-262-6/+59
| * | | | radix tree test suite: Fix buildMatthew Wilcox2018-02-254-2/+16
* | | | | Merge tag 'edac_fixes_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-261-1/+1
|\ \ \ \ \
| * | | | | EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNLAnna Karbownik2018-02-231-1/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-2651-303/+604
|\ \ \ \ \ \
| * | | | | | KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-02-232-2/+2
| * | | | | | KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-02-232-6/+8
| * | | | | | objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-214-7/+11
| * | | | | | x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf2018-02-211-6/+1
| * | | | | | extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-214-6/+4
| * | | | | | jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf2018-02-211-5/+8
| * | | | | | jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-213-0/+21
| * | | | | | x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski2018-02-212-38/+55
| * | | | | | x86/entry/64: Move ASM_CLAC to interrupt_entry()Dominik Brodowski2018-02-211-2/+1
| * | | | | | x86/entry/64: Remove 'interrupt' macroDominik Brodowski2018-02-211-10/+6
| * | | | | | x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()Dominik Brodowski2018-02-211-29/+37
| * | | | | | x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entryDominik Brodowski2018-02-211-18/+38
| * | | | | | x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper functionDominik Brodowski2018-02-211-2/+9
| * | | | | | x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar2018-02-211-12/+14
| * | | | | | objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-214-2/+14
| * | | | | | objtool: Add retpoline validationPeter Zijlstra2018-02-215-3/+93
| * | | | | | objtool: Use existing global variables for optionsPeter Zijlstra2018-02-215-10/+10
| * | | | | | x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra2018-02-211-0/+2
| * | | | | | x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-02-211-0/+2
| * | | | | | x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-212-5/+17
| * | | | | | x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra2018-02-211-4/+23
| * | | | | | x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-204-5/+17
| * | | | | | x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-02-205-12/+63
| * | | | | | Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2018-02-206-71/+65
| * | | | | | x86-64/realmode: Add instruction suffixJan Beulich2018-02-201-1/+1
| * | | | | | x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich2018-02-201-0/+1
| * | | | | | x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich2018-02-201-1/+1
| * | | | | | x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbersJan Beulich2018-02-202-10/+10
| * | | | | | x86/mm: Remove stale comment about KMEMCHECKJann Horn2018-02-201-4/+0