summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | perf db-export: Get rid of db_export__deferred()Adrian Hunter2019-07-103-65/+2
| | * | | | | | | | | | perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sakeArnaldo Carvalho de Melo2019-07-091-0/+10
| | * | | | | | | | | | perf test: Auto bump rlimit(MEMLOCK) for BPF test sakeArnaldo Carvalho de Melo2019-07-091-0/+6
| | * | | | | | | | | | perf tools: Introduce rlimit__bump_memlock() helperArnaldo Carvalho de Melo2019-07-093-0/+36
* | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2022-245/+311
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | objtool: Support conditional retpolinesJosh Poimboeuf2019-07-182-2/+11
| * | | | | | | | | | | | objtool: Convert insn type to enumJosh Poimboeuf2019-07-184-26/+20
| * | | | | | | | | | | | objtool: Fix seg fault on bad switch table entryJosh Poimboeuf2019-07-181-1/+1
| * | | | | | | | | | | | objtool: Support repeated uses of the same C jump tableJann Horn2019-07-183-25/+30
| * | | | | | | | | | | | objtool: Refactor jump table codeJosh Poimboeuf2019-07-183-40/+46
| * | | | | | | | | | | | objtool: Refactor sibling call detection logicJosh Poimboeuf2019-07-181-32/+33
| * | | | | | | | | | | | objtool: Do frame pointer check before dead end checkJosh Poimboeuf2019-07-181-9/+9
| * | | | | | | | | | | | objtool: Change dead_end_function() to return booleanJosh Poimboeuf2019-07-181-22/+14
| * | | | | | | | | | | | objtool: Warn on zero-length functionsJosh Poimboeuf2019-07-181-0/+6
| * | | | | | | | | | | | objtool: Refactor function alias logicJosh Poimboeuf2019-07-182-8/+10
| * | | | | | | | | | | | objtool: Track original function across branchesJosh Poimboeuf2019-07-181-16/+12
| * | | | | | | | | | | | objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf2019-07-181-0/+1
| * | | | | | | | | | | | bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-183-1/+7
| * | | | | | | | | | | | x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
| * | | | | | | | | | | | x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | | | | | | | | | | x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| * | | | | | | | | | | | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
| * | | | | | | | | | | | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
| * | | | | | | | | | | | x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19
| * | | | | | | | | | | | x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3
| * | | | | | | | | | | | x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
| * | | | | | | | | | | | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-182-0/+2
| * | | | | | | | | | | | Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-183-9/+26
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1
| | * | | | | | | | | | | | objtool: Add support for C jump tablesJosh Poimboeuf2019-07-092-7/+25
| * | | | | | | | | | | | | stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-07-181-0/+5
| * | | | | | | | | | | | | objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney2019-07-183-3/+3
| * | | | | | | | | | | | | objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney2019-07-181-1/+1
* | | | | | | | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | smp: Warn on function calls from softirq contextPeter Zijlstra2019-07-201-0/+16
* | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-202-2/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RTThomas Gleixner2019-07-182-2/+26
* | | | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-2031-232/+723
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-203-12/+35
| * | | | | | | | | | | | | | | | KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-201-1/+7
| * | | | | | | | | | | | | | | | KVM: VMX: dump VMCS on failed entryPaolo Bonzini2019-07-201-0/+1
| * | | | | | | | | | | | | | | | KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-201-2/+2
| * | | | | | | | | | | | | | | | KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3
| * | | | | | | | | | | | | | | | KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-203-5/+10
| * | | | | | | | | | | | | | | | KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
| * | | | | | | | | | | | | | | | KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-07-201-7/+35
| * | | | | | | | | | | | | | | | KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-207-36/+87
| * | | | | | | | | | | | | | | | KVM: LAPIC: Make lapic timer unpinnedWanpeng Li2019-07-172-9/+5
| * | | | | | | | | | | | | | | | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu2019-07-171-3/+8
| * | | | | | | | | | | | | | | | KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon2019-07-151-1/+4