summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-281-7/+7
|\
| * timekeeping: Fix kerneldoc system_device_crosststamp & alKurt Kanzenbach2020-06-181-7/+7
* | Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-1/+1
|\ \
| * | perf/x86/rapl: Fix RAPL config variable bugStephane Eranian2020-06-021-1/+1
* | | Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-2816-37/+235
|\ \ \
| * | | efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-176-3/+98
| * | | efi/libstub: arm: Omit arch specific config table matching array on arm64Ard Biesheuvel2020-06-171-2/+4
| * | | efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
| * | | efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2020-06-162-1/+12
| * | | efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt2020-06-162-13/+75
| * | | efi/libstub: Fix path separator regressionPhilipp Fent2020-06-151-4/+12
| * | | efi/libstub: Fix missing-prototype warning for skip_spaces()Ard Biesheuvel2020-06-151-0/+1
| * | | efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva2020-06-152-6/+4
| * | | efivarfs: Don't return -EINTR when rate-limiting readsTony Luck2020-06-151-4/+2
| * | | efivarfs: Update inode modification time for successful writesTony Luck2020-06-151-0/+1
| * | | efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu2020-06-151-1/+1
| * | | efi/tpm: Verify event log header before parsingFabian Vogt2020-06-151-1/+13
| * | | efi/x86: Fix build with gcc 4Arvind Sankar2020-06-151-1/+2
| | |/ | |/|
* | | Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-289-65/+120
|\ \ \
| * | | sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| * | | smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-286-58/+86
| * | | sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-282-3/+3
| * | | sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
| * | | sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
| * | | sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-281-0/+1
| * | | sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
| * | | sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra2020-06-281-2/+4
* | | | Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-2811-21/+33
|\ \ \ \
| * | | | x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-191-0/+1
| * | | | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
| * | | | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
| * | | | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson2020-06-155-4/+13
| * | | | syscalls: Fix offset type of ksys_ftruncate()Jiri Slaby2020-06-151-1/+1
| * | | | x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
| | |/ / | |/| |
* | | | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-284-9/+292
|\ \ \ \
| * | | | rcu: Fixup noinstr warningsPeter Zijlstra2020-06-252-8/+26
| * | | | locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra2020-06-252-1/+266
| |/ / /
* | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-288-9/+109
|\ \ \ \
| * | | | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-185-1/+46
| * | | | objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2020-06-182-2/+45
| * | | | objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-184-6/+18
| |/ / /
* | | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-2815-61/+126
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-26501-2937/+4535
| |\ \ \ \
| * | | | | x86/entry: Fix #UD vs WARN morePeter Zijlstra2020-06-251-34/+38
| * | | | | x86/entry: Increase entry_stack size to a full pagePeter Zijlstra2020-06-251-1/+1
| * | | | | x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra2020-06-252-3/+7
| * | | | | objtool: Don't consider vmlinux a C-filePeter Zijlstra2020-06-251-1/+1
| * | | | | kasan: Fix required compiler versionMarco Elver2020-06-251-1/+1
| * | | | | compiler_attributes.h: Support no_sanitize_undefined check with GCC 4Marco Elver2020-06-161-0/+1
| * | | | | x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra2020-06-151-0/+6