1. 20 Feb, 2019 5 commits
  2. 19 Feb, 2019 1 commit
  3. 15 Feb, 2019 19 commits
  4. 11 Feb, 2019 10 commits
  5. 10 Feb, 2019 5 commits
    • Linus Torvalds's avatar
      Linux 5.0-rc6 · d1393711
      Linus Torvalds authored
      d1393711
    • Linus Torvalds's avatar
      Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slave-dma · 68d94a84
      Linus Torvalds authored
      Pull dmaengine fixes from Vinod Koul:
       - Fix in at_xdmac fr wrongful channel state
       - Fix for imx driver for wrong callback invocation
       - Fix to bcm driver for interrupt race & transaction abort.
       - Fix in dmatest to abort in mapping error
      
      * tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slave-dma:
        dmaengine: dmatest: Abort test in case of mapping error
        dmaengine: bcm2835: Fix abort of transactions
        dmaengine: bcm2835: Fix interrupt race on RT
        dmaengine: imx-dma: fix wrong callback invoke
        dmaengine: at_xdmac: Fix wrongfull report of a channel as in use
      68d94a84
    • Linus Torvalds's avatar
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · aadaa806
      Linus Torvalds authored
      Pull x86 fixes from Ingo Molnar:
       "A handful of fixes:
      
         - Fix an MCE corner case bug/crash found via MCE injection testing
      
         - Fix 5-level paging boot crash
      
         - Fix MCE recovery cache invalidation bug
      
         - Fix regression on Xen guests caused by a recent PMD level mremap
           speedup optimization"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/mm: Make set_pmd_at() paravirt aware
        x86/mm/cpa: Fix set_mce_nospec()
        x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting
        x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()
      aadaa806
    • Linus Torvalds's avatar
      Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 73a4c521
      Linus Torvalds authored
      Pull irq fixes from Ingo Molnar:
       "irqchip driver fixes: most of them are race fixes for ARM GIC (General
        Interrupt Controller) variants, but also a fix for the ARM MMP
        (Marvell PXA168 et al) irqchip affecting OLPC keyboards"
      
      * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        irqchip/gic-v3-its: Fix ITT_entry_size accessor
        irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable
        irqchip/gic-v3-its: Gracefully fail on LPI exhaustion
        irqchip/gic-v3-its: Plug allocation race for devices sharing a DevID
        irqchip/gic-v4: Fix occasional VLPI drop
      73a4c521
    • Linus Torvalds's avatar
      Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 212146f0
      Linus Torvalds authored
      Pull perf fixes from Ingo Molnar:
       "A couple of kernel side fixes:
      
         - Fix the Intel uncore driver on certain hardware configurations
      
         - Fix a CPU hotplug related memory allocation bug
      
         - Remove a spurious WARN()
      
        ... plus also a handful of perf tooling fixes"
      
      * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf script python: Add Python3 support to tests/attr.py
        perf trace: Support multiple "vfs_getname" probes
        perf symbols: Filter out hidden symbols from labels
        perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
        tools headers uapi: Sync linux/in.h copy from the kernel sources
        perf clang: Do not use 'return std::move(something)'
        perf mem/c2c: Fix perf_mem_events to support powerpc
        perf tests evsel-tp-sched: Fix bitwise operator
        perf/core: Don't WARN() for impossible ring-buffer sizes
        perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()
        perf/x86/intel/uncore: Add Node ID mask
      212146f0