summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/etnaviv: implement per-process address spaces on MMUv2lst/etnaviv-ppasLucas Stach2019-07-0913-111/+199
* drm/etnaviv: provide MMU context to etnaviv_gem_mapping_getLucas Stach2019-07-093-10/+15
* drm/etnaviv: split out starting of FE idle loopLucas Stach2019-07-091-10/+16
* drm/etnaviv: rework MMU handlingLucas Stach2019-07-0914-414/+443
* drm/etnaviv: replace MMU flush marker with flush sequenceLucas Stach2019-07-054-8/+10
* drm/etnaviv: share a single cmdbuf suballoc region across all GPUsLucas Stach2019-07-057-28/+31
* drm/etnaviv: split out cmdbuf mapping into address spaceLucas Stach2019-07-058-65/+114
* drm/etnaviv: simplify unbind checksLucas Stach2019-07-052-13/+8
* drm/etnaviv: remove leftover perfmon_request forward declarationLucas Stach2019-07-051-1/+0
* drm/etnaviv: remove unused function etnaviv_gem_mapping_referenceLucas Stach2019-07-052-13/+0
* drm/etnaviv: fix etnaviv_cmdbuf_suballoc_new return valueLucas Stach2019-07-051-2/+4
* drm/etnaviv: clean up includesLucas Stach2019-07-059-15/+10
* drm/etnaviv: dump only failing submitLucas Stach2019-07-053-41/+22
* drm/etnaviv: add missing failure path to destroy suballocLucas Stach2019-07-051-2/+5
* drm/etnaviv: Use devm_platform_ioremap_resource()Fabio Estevam2019-07-041-3/+1
* drm/etnaviv: drop use of drmP.hSam Ravnborg2019-07-0410-9/+35
* Linux 5.2-rc7Linus Torvalds2019-06-301-2/+2
* Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-301-1/+1
|\
| * powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin2019-06-251-1/+1
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-301-0/+6
|\ \
| * | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
| * | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\ \ \
| * | | x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
| * | | perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu2019-06-281-5/+5
| * | | x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez2019-06-261-1/+10
| * | | x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
| * | | x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
| * | | x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
| * | | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
| * | | x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16
| * | | x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-06-191-5/+10
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-2911-38/+48
|\ \ \ \
| * | | | perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang2019-06-243-3/+5
| * | | | perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang2019-06-243-7/+4
| * | | | perf/x86: Clean up PEBS_XMM_REGSKan Liang2019-06-243-21/+3
| * | | | perf/x86/regs: Check reserved bitsKan Liang2019-06-241-2/+5
| * | | | perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-245-4/+27
| * | | | perf/ioctl: Add check for the sample_period valueRavi Bangoria2019-06-241-0/+3
| * | | | perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-06-171-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-295-17/+71
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-06-175-17/+71
| |\ \ \ \ \
| | * | | | | irqchip/gic-v3-its: Fix command queue pointer comparison bugHeyi Guo2019-06-051-11/+24
| | * | | | | irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton2019-06-052-2/+32
| | * | | | | irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec_mapping failPeter Ujfalusi2019-06-051-2/+2
| | * | | | | irqchip/irq-csky-mpintc: Support auto irq deliver to all cpusGuo Ren2019-06-051-2/+13
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-294-13/+18
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/e...Thomas Gleixner2019-06-2212110-100437/+19077
| |\ \ \ \ \ \ \
| | * | | | | | | efibc: Replace variable set function in notifier callTian Baofeng2019-06-221-5/+7
| | * | | | | | | x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1