Skip to content
  1. Mar 18, 2017
    • Linus Torvalds's avatar
      Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 18f48c9f
      Linus Torvalds authored
      Pull timer fix from Thomas Gleixner:
       "Just a simple revert of a new sched_clock implementation which turned
        out to be buggy"
      
      * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        Revert "clocksource/drivers/tcb_clksrc: Use 32 bit tcb as sched_clock"
      18f48c9f
    • Linus Torvalds's avatar
      Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs · 57fd0b77
      Linus Torvalds authored
      Pull AFS fixes from David Howells:
       "Fixes to the AFS filesystem in the kernel.
      
        They fix a variety of bugs. These include some issues fixed for
        consistency with other AFS implementations:
      
         - handle AFS mode bits better
      
         - use the client mtime rather than the server mtime in the protocol
      
         - handle the server returning more or less data than was requested in
           a FetchData call
      
         - distinguish mountpoints from symlinks based on the mode bits rather
           than preemptively reading every symlink to find out what it
           actually represents
      
        One other notable change for the user is that files are now flushed on
        close analogously with other network filesystems"
      
      * tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: (28 commits)
        afs: Don't wait for page writeback with the page lock held
        afs: ->writepage() shouldn't call clear_page_dirty_for_io()
        afs: Fix abort on signal while waiting for call completion
        afs: Fix an off-by-one error in afs_send_pages()
        afs: Fix afs_kill_pages()
        afs: Fix page leak in afs_write_begin()
        afs: Don't set PG_error on local EINTR or ENOMEM when filling a page
        afs: Populate and use client modification time
        afs: Better abort and net error handling
        afs: Invalid op ID should abort with RXGEN_OPCODE
        afs: Fix the maths in afs_fs_store_data()
        afs: Use a bvec rather than a kvec in afs_send_pages()
        afs: Make struct afs_read::remain 64-bit
        afs: Fix AFS read bug
        afs: Prevent callback expiry timer overflow
        afs: Migrate vlocation fields to 64-bit
        afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
        afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
        afs: Distinguish mountpoints from symlinks by file mode alone
        afs: Flush outstanding writes when an fd is closed
        ...
      57fd0b77
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm · c79d5ff0
      Linus Torvalds authored
      Pull ARM fix from Russell King:
       "Just one change to add the statx syscall this time around"
      
      * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm:
        ARM: wire up statx syscall
      c79d5ff0
    • Linus Torvalds's avatar
      Merge tag 'for-linus-4.11b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip · f89406ca
      Linus Torvalds authored
      Pull xen fix from Juergen Gross:
       "A minor fix for using the appropriate refcount_t instead of atomic_t"
      
      * tag 'for-linus-4.11b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
        drivers, xen: convert grant_map.users from atomic_t to refcount_t
      f89406ca
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/linux · 102ed8c3
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Bunch of fixes across the drivers, in a St Patrick's day pull request
        (please turn terminal colors to green on black or black on green for
        full effect).
      
        On the arm side, tilcdc, omap and malidp got fixes, while amd has some
        powermanagement fixes, and intel has a set of fixes across the driver.
      
        Nothing seems to bad or scary at this point"
      
      * tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/linux: (27 commits)
        drm/amd/amdgpu:  Fix debugfs reg read/write address width
        drm/amdgpu/si: add dpm quirk for Oland
        drm/radeon/si: add dpm quirk for Oland
        drm: amd: remove broken include path
        drm/amd/powerplay: fix copy error in smu7_clockpoweragting.c
        drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled
        drm/tilcdc: Fix hardcoded fail-return value in tilcdc_crtc_create()
        drm/i915: Fix forcewake active domain tracking
        drm/i915: Nuke skl_...
      102ed8c3
  2. Mar 17, 2017