1. 03 Jul, 2017 6 commits
  2. 30 Jun, 2017 3 commits
  3. 29 Jun, 2017 7 commits
  4. 28 Jun, 2017 10 commits
  5. 27 Jun, 2017 3 commits
  6. 26 Jun, 2017 9 commits
  7. 25 Jun, 2017 2 commits
    • Linus Torvalds's avatar
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · a4fd8b3a
      Linus Torvalds authored
      Pull x86 fix from Thomas Gleixner:
       "A single fix to unbreak the vdso32 build for 64bit kernels caused by
        excess #includes in the mshyperv header"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/mshyperv: Remove excess #includes from mshyperv.h
      a4fd8b3a
    • Linus Torvalds's avatar
      Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 5f4b37d8
      Linus Torvalds authored
      Pull timer fixes from Thomas Gleixner:
       "A few fixes for timekeeping and timers:
      
         - Plug a subtle race due to a missing READ_ONCE() in the timekeeping
           code where reloading of a pointer results in an inconsistent
           callback argument being supplied to the clocksource->read function.
      
         - Correct the CLOCK_MONOTONIC_RAW sub-nanosecond accounting in the
           time keeping core code, to prevent a possible discontuity.
      
         - Apply a similar fix to the arm64 vdso clock_gettime()
           implementation
      
         - Add missing includes to clocksource drivers, which relied on
           indirect includes which fails in certain configs.
      
         - Use the proper iomem pointer for read/iounmap in a probe function"
      
      * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
        time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
        time: Fix clock->read(clock) race around clocksource changes
        clocksource: Explicitly include linux/clocksource.h when needed
        clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variable
      5f4b37d8