1. 16 Apr, 2008 18 commits
  2. 15 Apr, 2008 18 commits
  3. 14 Apr, 2008 2 commits
    • Paul Mackerras's avatar
      [POWERPC] Fix handling of unrecoverable SLB miss interrupts · 320787c7
      Paul Mackerras authored
      If an SLB miss interrupt happens while the RI bit of MSR is zero, we
      can't just return, because RI being zero indicates that SRR0/SRR1
      potentially had live values in them, and the process of taking an
      interrupt overwrites them.
      
      This should never happen, but if it does, we try to print a nice oops
      message.  That doesn't work, however, because the code at unrecov_slb
      assumes that the MMU has been turned on, but we call it with the MMU
      off (and have done so since the SLB miss handler was rewritten to run
      without turning the MMU on) -- except on iSeries, where everything runs
      with the MMU on.
      
      This fixes it by adding the necessary code to turn the MMU on if
      necessary.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      320787c7
    • Paul Mackerras's avatar
      Merge branch 'linux-2.6' · ac7c5353
      Paul Mackerras authored
      ac7c5353
  4. 11 Apr, 2008 2 commits
    • Linus Torvalds's avatar
      Linux 2.6.25-rc9 · 120dd64c
      Linus Torvalds authored
      120dd64c
    • Linus Torvalds's avatar
      Merge branch 'docs' of git://git.lwn.net/linux-2.6 · 14897e35
      Linus Torvalds authored
      * 'docs' of git://git.lwn.net/linux-2.6:
        Add additional examples in Documentation/spinlocks.txt
        Move sched-rt-group.txt to scheduler/
        Documentation: move rpc-cache.txt to filesystems/
        Documentation: move nfsroot.txt to filesystems/
        Spell out behavior of atomic_dec_and_lock() in kerneldoc
        Fix a typo in highres.txt
        Fixes to the seq_file document
        Fill out information on patch tags in SubmittingPatches
        Add the seq_file documentation
      14897e35