1. 15 Aug, 2002 15 commits
  2. 14 Aug, 2002 18 commits
  3. 13 Aug, 2002 7 commits
    • Paul Mackerras's avatar
      [PATCH] add FP exception mode prctl · fcc6fcc6
      Paul Mackerras authored
      This patch that adds a prctl so that processes can set their
      floating-point exception mode on PPC and on PPC64.  We need this
      because the FP exception mode is controlled by bits in the machine
      state register, which can only be accessed by the kernel, and because
      the exception mode setting interacts with the lazy FPU save/restore
      that the kernel does.
      fcc6fcc6
    • Andrew Morton's avatar
      [PATCH] printk from userspace · e1b19d6e
      Andrew Morton authored
      The patch allows userspace to issue printk's, via sys_syslog().
      
      The main use of this is within hpa's klibc - initial userspace needs a
      way of logging information and this API allows that information to be
      captured into the printk ringbuffer.  It ends up in /var/log/messages.
      
      Messages are truncated at 1024 characters by printk's vsprintf().
      
      Requires CAP_SYS_ADMIN.
      e1b19d6e
    • Andrew Morton's avatar
      [PATCH] export simple_strtoull · d004bef7
      Andrew Morton authored
      JFS needs this.
      d004bef7
    • Albert Cranford's avatar
      [PATCH] i2c updates 4/4 · 3df60e41
      Albert Cranford authored
      Please apply the four of four tested patches that update
      2.5.31 with these I2C changes:
       o Support for SMBus 2.0 PEC Packet Error Checking
       o New adapter-i2c-frodo for SA 1110 board
       o New adapter-i2c-rpx for embeded MPC8XX
       o Replace depreciated cli()&sti() with spin_{un}lock_irq()
       o Updated documentation
      3df60e41
    • Albert Cranford's avatar
      [PATCH] i2c updates 3/4 · 9bc9da2d
      Albert Cranford authored
      Please apply the three of four tested patches that update
      2.5.31 with these I2C changes:
       o Support for SMBus 2.0 PEC Packet Error Checking
       o New adapter-i2c-frodo for SA 1110 board
       o New adapter-i2c-rpx for embeded MPC8XX
       o Replace depreciated cli()&sti() with spin_{un}lock_irq()
       o Updated documentation
      9bc9da2d
    • Albert Cranford's avatar
      [PATCH] i2c updates 2/4 · 208e1d7a
      Albert Cranford authored
      Please apply the two of four tested patches that update
      2.5.31 with these I2C changes:
       o Support for SMBus 2.0 PEC Packet Error Checking
       o New adapter-i2c-frodo for SA 1110 board
       o New adapter-i2c-rpx for embeded MPC8XX
       o Replace depreciated cli()&sti() with spin_{un}lock_irq()
       o Updated documentation
      208e1d7a
    • Linus Torvalds's avatar
      Merge bk://ldm.bkbits.net/linux-2.5 · 76044a7f
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      76044a7f