summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Merge branch 'x86/cpu' into perf/core, to pick up revertIngo Molnar16-568/+235
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-14/+30
2019-07-04Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie1-2/+5
2019-07-04Merge tag 'drm-misc-fixes-2019-07-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2019-07-04Merge tag 'drm-fixes-5.2-2019-07-02' of git://people.freedesktop.org/~agd5f/l...Dave Airlie5-21/+9
2019-07-04Merge tag 'gpio-v5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+8
2019-07-03nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner11-537/+50
2019-07-03selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski1-34/+40
2019-07-03crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-07-03crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch1-0/+1
2019-07-03lib/mpi: Fix karactx leak in mpi_powmHerbert Xu1-4/+2
2019-07-03Merge tag 'perf-core-for-mingo-5.3-20190703' of git://git.kernel.org/pub/scm/...Ingo Molnar22-44/+753
2019-07-03Merge tag 'perf-core-for-mingo-5.3-20190701' of git://git.kernel.org/pub/scm/...Ingo Molnar79-450/+1167
2019-07-03Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-07-03Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+73
2019-07-03Merge tag 'for-linus-20190701' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+11
2019-07-03perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo1-0/+19
2019-07-02Merge tag 'davinci-fixes-for-v5.2-part2' of git://git.kernel.org/pub/scm/linu...Olof Johansson5568-27599/+11097
2019-07-02scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi1-8/+8
2019-07-02scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov1-1/+1
2019-07-02gpio/spi: Fix spi-gpio regression on active high CSLinus Walleij1-1/+8
2019-07-02ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina1-0/+2
2019-07-02perf tools metric: Don't include duration_time in groupAndi Kleen1-2/+17
2019-07-02perf list: Avoid extra : for --raw metricsAndi Kleen1-1/+1
2019-07-02perf vendor events intel: Metric fixes for SKX/CLXAndi Kleen2-22/+4
2019-07-02perf tools: Fix typos / broken sentencesAndi Kleen2-2/+2
2019-07-02perf jevents: Add support for Hisi hip08 L3C PMU aliasingJohn Garry2-0/+38
2019-07-02perf jevents: Add support for Hisi hip08 HHA PMU aliasingJohn Garry2-0/+52
2019-07-02perf jevents: Add support for Hisi hip08 DDRC PMU aliasingJohn Garry2-0/+45
2019-07-02perf pmu: Support more complex PMU event aliasingJohn Garry1-5/+41
2019-07-02ALSA: line6: Fix write on zero-sized bufferTakashi Iwai1-0/+5
2019-07-02KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li1-1/+1
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2-9/+17
2019-07-02KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon1-1/+4
2019-07-02KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini1-3/+3
2019-07-02perf diff: Documentation -c cycles optionJin Yao1-3/+14
2019-07-02perf diff: Print the basic block cycles diffJin Yao6-6/+130
2019-07-02perf diff: Link same basic blocks among different dataJin Yao1-0/+87
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao3-3/+202
2019-07-02perf diff: Check if all data files with branch stacksJin Yao1-0/+29
2019-07-02perf hists: Add block_info in hist_entryJin Yao3-2/+24
2019-07-02perf symbol: Create block_info structureJin Yao2-0/+45
2019-07-02ARM: davinci: da830-evm: fix GPIO lookup for OHCIBartosz Golaszewski1-1/+1
2019-07-02ARM: davinci: omapl138-hawk: add missing regulator constraints for OHCIBartosz Golaszewski1-0/+3
2019-07-02ARM: davinci: da830-evm: add missing regulator constraints for OHCIBartosz Golaszewski1-0/+3
2019-07-02objtool: Fix build by linking against tools/lib/ctype.o sourcesJiri Olsa1-0/+5
2019-07-02drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch contextChris Wilson1-3/+3
2019-07-02x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski1-16/+17