Skip to content
  1. May 23, 2008
    • Thomas Gleixner's avatar
      x86: distangle user disabled TSC from unstable · 9ccc906c
      Thomas Gleixner authored
      
      
      tsc_enabled is set to 0 from the command line switch "notsc" and from
      the mark_tsc_unstable code. Seperate those functionalities and replace
      tsc_enable with tsc_disable. This makes also the native_sched_clock()
      decision when to use TSC understandable.
      
      Preparatory patch to solve the sched_clock() issue on 32 bit.
      
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      9ccc906c
    • Thomas Gleixner's avatar
      x86: fix setup of cyc2ns in tsc_64.c · b6db80ee
      Thomas Gleixner authored
      When the TSC is calibrated against the PIT due to the nonavailability
      of PMTIMER/HPET or due to SMI interference then the setup of the per
      CPU cyc2ns variables is skipped. This is unlikely to happen but it
      would definitely render sched_clock() unusable.
      
      This was introduced with commit 53d517cd
      
      
      
          x86: scale cyc_2_nsec according to CPU frequency
      
      Update the per CPU cyc2ns variables in all exit pathes of tsc_calibrate.
      
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Cc: stable@kernel.org
      b6db80ee
  2. May 22, 2008
  3. May 21, 2008
    • David S. Miller's avatar
      sunhv: Fix locking in non-paged I/O case. · 3651751f
      David S. Miller authored
      
      
      This causes the lock to be taken twice, thus resulting in
      a deadlock.
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3651751f
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 5cf11daf
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (21 commits)
        [CIFS] Remove debug statement
        Fix possible access to undefined memory region.
        [CIFS] Enable DFS support for Windows query path info
        [CIFS] Enable DFS support for Unix query path info
        [CIFS] add missing seq_printf to cifs_show_options for hard mount option
        [CIFS] add more complete mount options to cifs_show_options
        [CIFS] Add missing defines for DFS
        CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.
        Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now.
        [CIFS] enable parsing for transport encryption mount parm
        [CIFS] Finishup DFS code
        [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl
        [CIFS] suppress duplicate warning
        [CIFS] Fix paths when share is in DFS to include proper prefix
        add function to convert access flags to legacy open mode
        clarify return value of cifs_convert_flags()
        [CIFS] don't explicitly do a FindClose on rewind when directory search has ended
        [CIFS] cleanup old checkpatch warnings
        [CIFS] CIFSSMBPosixLock should return -EINVAL on error
        fix memory leak in CIFSFindNext
        ...
      5cf11daf
    • Steve French's avatar
      [CIFS] Remove debug statement · 397d71dd
      Steve French authored
      
      
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      397d71dd
    • Igor Mammedov's avatar
      5651ced3