summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-05-05Linux 5.1v5.1Linus Torvalds-1/+1
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-32/+272
2019-05-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2019-05-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+23
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-16/+26
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa-3/+7
2019-05-04Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-4/+14
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-65/+192
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds-5/+10
2019-05-03Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+16
2019-05-03Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+40
2019-05-03Merge tag 'sound-5.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-40/+78
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin-3/+1
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin-2/+1
2019-05-03Merge tag 'perf-urgent-for-mingo-5.1-20190502' of git://git.kernel.org/pub/sc...Ingo Molnar-21/+154
2019-05-03Merge tag 'drm-misc-fixes-2019-05-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+16
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo-1/+0
2019-05-02tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscvArnaldo Carvalho de Melo-0/+133
2019-05-02tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo-1/+1
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan-5/+3
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan-5/+1
2019-05-02perf report: Report OOM in status line in the GTK UIThomas Richter-3/+5
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo-0/+4
2019-05-02tools lib traceevent: Change tag string for errorLeo Yan-1/+1
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo-4/+4
2019-05-02tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo-0/+1
2019-05-02perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU-1/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-289/+544
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds-93/+161
2019-05-02i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula-0/+4
2019-05-02i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel-0/+2
2019-05-02MAINTAINERS: friendly takeover of i2c-gpio driverWolfram Sang-1/+1
2019-05-02MAINTAINERS: Include vendor specific files under arch/*/events/*Kim Phillips-0/+1
2019-05-02perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips-3/+108
2019-05-02i2c: designware: ratelimit 'transfer when suspended' errorsWolfram Sang-2/+1
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+32
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch-1/+13
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro-1/+1
2019-05-02powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWXChristophe Leroy-4/+14
2019-05-01udp: fix GRO packet of deathEric Dumazet-3/+10
2019-05-01Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds-6/+3
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau-20/+18
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire-5/+3
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds-23/+25
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson-1/+2
2019-05-01Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-5/+1
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds-1/+1
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu-0/+6
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds-2/+2