summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.18-rc2v4.18-rc2Linus Torvalds2018-06-241-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-2411-37/+71
|\
| * perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
| * uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
| * Merge tag 'perf-urgent-for-mingo-4.18-20180611' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-149-33/+67
| |\
| | * perf script: Show hw-cache eventsSeeteena Thoufeek2018-06-081-0/+12
| | * perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa2018-06-081-5/+5
| | * perf stat: Add event parsing error handling to add_default_attributesJiri Olsa2018-06-071-4/+6
| | * perf stat: Allow to specify specific metric column lenJiri Olsa2018-06-071-4/+5
| | * perf stat: Fix metric column header display alignmentJiri Olsa2018-06-071-8/+9
| | * perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa2018-06-071-4/+1
| | * perf stat: Add --interval-clear optionJiri Olsa2018-06-072-2/+12
| | * perf tools: Fix error index for pmu event parserJiri Olsa2018-06-071-0/+5
| | * perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-072-4/+6
| | * perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-072-2/+6
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-248-20/+23
|\ \ \
| * | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-226-16/+21
| * | | rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers2018-06-211-4/+1
| * | | rseq/selftests/arm: Align 'struct rseq_cs' on 32 bytesMathieu Desnoyers2018-06-211-0/+1
| * | | rseq/selftests: Make run_param_test.sh executableMathieu Desnoyers2018-06-211-0/+0
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-242-2/+2
|\ \ \ \
| * | | | efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1
| * | | | efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede2018-06-221-1/+1
| |/ / /
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-242-1/+2
|\ \ \ \
| * | | | kernel.h: Fix a typo in commentWei Wang2018-06-211-1/+1
| * | | | objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf2018-06-201-0/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-2411-22/+97
|\ \ \ \ \
| * | | | | x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov2018-06-231-0/+3
| * | | | | Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"Kirill A. Shutemov2018-06-231-1/+1
| * | | | | x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit2018-06-221-1/+1
| * | | | | Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-2212468-652698/+545870
| |\| | | |
| * | | | | MAINTAINERS: Add file patterns for x86 device tree bindingsGeert Uytterhoeven2018-06-221-0/+1
| * | | | | x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-06-221-1/+4
| * | | | | x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com2018-06-211-0/+11
| * | | | | x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com2018-06-211-3/+46
| * | | | | x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com2018-06-212-4/+17
| * | | | | x86/build: Remove unnecessary preparation for purgatoryMasahiro Yamada2018-06-211-5/+0
| * | | | | Revert "kexec/purgatory: Add clean-up for purgatory directory"Masahiro Yamada2018-06-211-1/+0
| * | | | | x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-06-211-0/+5
| * | | | | x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh2018-06-201-6/+8
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-242-1/+5
|\ \ \ \ \ \
| * | | | | | x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams2018-06-211-1/+1
| * | | | | | x86/pti: Don't report XenPV as vulnerableJiri Kosina2018-06-211-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-2411-64/+61
|\ \ \ \ \ \
| * | | | | | locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-06-221-1/+1
| * | | | | | locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)2018-06-211-6/+6
| * | | | | | locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long2018-06-201-0/+1
| * | | | | | locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner2018-06-122-1/+31