1. 11 9月, 2019 21 次提交
  2. 09 9月, 2019 3 次提交
  3. 08 9月, 2019 5 次提交
  4. 07 9月, 2019 8 次提交
  5. 06 9月, 2019 3 次提交
    • L
      Merge tag 'drm-fixes-2019-09-06' of git://anongit.freedesktop.org/drm/drm · 08d433d8
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "Live from my friend's couch in Barcelona, latest round of drm fixes.
      
        The command line parser regression fixes look a bit larger because
        they come with selftests included for the bugs they fix. Otherwise a
        single nouveau, single ingenic and single vmwgfx fix:
      
        nouveau:
         - add missing MODULE_FIRMWARE definitions
      
        igenic:
         - hardcode panel type DPI
      
        vmwgfx:
         - double free fix
      
        core:
         - command line mode parser fixes"
      
      * tag 'drm-fixes-2019-09-06' of git://anongit.freedesktop.org/drm/drm:
        drm/vmwgfx: Fix double free in vmw_recv_msg()
        drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs
        drm/selftests: modes: Add more unit tests for the cmdline parser
        drm/modes: Introduce a whitelist for the named modes
        drm/modes: Fix the command line parser to take force options into account
        drm/modes: Add a switch to differentiate free standing options
        drm/ingenic: Hardcode panel type to DPI
      08d433d8
    • L
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · 9d098a62
      Linus Torvalds 提交于
      Pull virtio fixes from Michael Tsirkin:
       "virtio, vhost, and balloon bugfixes.
      
        A couple of last minute bugfixes. And a revert of a failed attempt at
        metadata access optimization - we'll try again in the next cycle"
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        mm/balloon_compaction: suppress allocation warnings
        Revert "vhost: access vq metadata through kernel virtual address"
        vhost: Remove unnecessary variable
        virtio-net: lower min ring num_free for efficiency
        vhost/test: fix build for vhost test
        vhost/test: fix build for vhost test
      9d098a62
    • L
      Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 13da6ac1
      Linus Torvalds 提交于
      Pull powerpc fixes from Michael Ellerman:
       "One fix for a boot hang on some Freescale machines when PREEMPT is
        enabled.
      
        Two CVE fixes for bugs in our handling of FP registers and
        transactional memory, both of which can result in corrupted FP state,
        or FP state leaking between processes.
      
        Thanks to: Chris Packham, Christophe Leroy, Gustavo Romero, Michael
        Neuling"
      
      * tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
        powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
        powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startup
      13da6ac1