1. 07 May, 2004 1 commit
    • Dave Jones's avatar
      [CPUFREQ] Export scaling cur frequencies · f962f4e7
      Dave Jones authored
      Many users want to know the current cpu freqeuncy, even if not using
      the userspace frequency. On ->target cpufreq drivers (if they do their
      calls to cpufreq_notify_transition correctly) this just means reading
      out cpufreq_policy->cur.
      f962f4e7
  2. 22 Apr, 2004 3 commits
  3. 21 Apr, 2004 5 commits
  4. 19 Apr, 2004 3 commits
  5. 16 Apr, 2004 1 commit
  6. 14 Apr, 2004 11 commits
  7. 13 Apr, 2004 16 commits
    • Andrew Morton's avatar
      [PATCH] ppc64: restore r13 in an unrecoverable exception · 4d72de23
      Andrew Morton authored
      From: Anton Blanchard <anton@samba.org>
      
      We have to restore r13 when entering unrecoverable_exception.
      4d72de23
    • Andrew Morton's avatar
      [PATCH] ppc64: Fix ibmveth.c compilation · 6e9d79e2
      Andrew Morton authored
      From: Paul Mackerras <paulus@samba.org>
      
      This patch changes PCI_DMA_TODEVICE to DMA_TO_DEVICE in a couple of
      places in drivers/net/ibmveth.c, since it doesn't compile without this
      change and it does compile with it.  It also reformats a couple of
      over-long lines in the vicinity of the other changes.
      6e9d79e2
    • Andrew Morton's avatar
      [PATCH] ufs2_frag_map_fix : fixes wrong content reading in ufs2 code · 99ac3092
      Andrew Morton authored
      From: Niraj Kumar <niraj17@iitbombay.org>
      
      This is in continuation of the ufs2 read-only code that went into 2.6.5.
      
      This patch fixes a bug where wrong content was being read off the disk
      after around 4 MB mark.
      99ac3092
    • Andrew Morton's avatar
      [PATCH] binfmt_misc: remove attribute(unused) · 957ce1ab
      Andrew Morton authored
      From: Anton Blanchard <anton@samba.org>
      
      It's been there since the kernel was first imported into bk.  We see no
      reason for this.
      957ce1ab
    • Andrew Morton's avatar
      [PATCH] stack reductions: nfs root · 4543d758
      Andrew Morton authored
      From: Arjan van de Ven <arjanv@redhat.com>
      
      root_nfs_name is called one in single threaded environment; can use static.
      4543d758
    • Andrew Morton's avatar
      [PATCH] Compile fix for macserial · 3de1b14f
      Andrew Morton authored
      From: Jeff Mahoney <jeffm@suse.com>
      
      This patch fixes a problem with the serial conversion to tiocm[sg]et.
      
      The paste from rs_ioctl included the command sanity checking, but there's no
      command for tiocm[sg]et.  The compile ends up failing.
      3de1b14f
    • Andrew Morton's avatar
      [PATCH] pcmcia/rsrc_mgr.c warning fix. · 8d5f7e27
      Andrew Morton authored
      From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>,
            me
      
      drivers/pcmcia/rsrc_mgr.c: In function `find_io_region':
      drivers/pcmcia/rsrc_mgr.c:604: warning: large integer implicitly truncated to unsigned type
      
      We don't really know what underlying type an ioaddr_t has, so just use an
      integer here and let the compiler promote it appropriately.
      8d5f7e27
    • Andrew Morton's avatar
      [PATCH] another mips build fix · 7b78461e
      Andrew Morton authored
      From: Samium Gromoff <deepfire@sic-elvis.zel.ru>
      
      Without this one it fails to build, too.
      7b78461e
    • Andrew Morton's avatar
      [PATCH] mips build fix · bc30464f
      Andrew Morton authored
      From: Samium Gromoff <deepfire@sic-elvis.zel.ru>
      
      Without this one it fails to build.
      bc30464f
    • Andrew Morton's avatar
      [PATCH] Wrong return value in hfs_fill_super · c241a7a9
      Andrew Morton authored
      From: Nick Wellnhofer <wellnhofer@aevum.de>
      
      hfs_fill_super in 2.6.5 returns -EIO instead of -EINVAL if a valid supe=
      block isn't found.  So mount_block_root in init/do_mounts.c bails out before
      trying to mount the root device as XFS.
      c241a7a9
    • Andrew Morton's avatar
      [PATCH] m68knommu: fixes to the 68328 DragonBall serial driver · 53fc8f8c
      Andrew Morton authored
      From: <gerg@snapgear.com>
      
      A few fixes for the 68328 "DragonBall" serial driver:
      
      . use irqreturn_t for interrupt handlers
      . correct a few variable types (stop compiler warnings)
      . correctly use return values from put_user(), get_user() and copy_to_user()
      
      Many of these originaly from kernel janitors.
      53fc8f8c
    • Andrew Morton's avatar
      [PATCH] m68knommu: fixes to the ColdFire serial driver · 137fd8d5
      Andrew Morton authored
      From: <gerg@snapgear.com>
      
      A whole bunch of fixes for the ColdFire serial driver:
      
      . remove unused CONFIG_LEDMAN code
      . reformat port definitions to new style structure init
      . change "addr" field type to reduce casting in ColdFire serial driver
      . cleanup locking problems in mcfrs_write().
      . implement fraction baud rate clock support for hardware that
        supports it (namely the ColdFire 5272)
      . implement wait_until_sent, some ColdFire parts of hardware support
        for this (again the 5272).
      . correctly use return values from put_user(), get_user() and copy_to_user()
      
      Many of these originaly from kernel janitors.
      137fd8d5
    • Andrew Morton's avatar
      [PATCH] m68knommu: change addr type to reduce casting in ColdFire serial driver · 2ab37538
      Andrew Morton authored
      From: <gerg@snapgear.com>
      
      Change "addr" field type to reduce casting in ColdFire serial driver.
      2ab37538
    • Andrew Morton's avatar
      [PATCH] Fix tmscsim on amd64 · f0db3afb
      Andrew Morton authored
      From: Jeff Garzik <jgarzik@pobox.com>
      
      DC390_init() takes a long, not an int.
      f0db3afb
    • Andrew Morton's avatar
      [PATCH] uninline copy_to_user() and copy_from_user() · cefd356a
      Andrew Morton authored
      40k reduction in my vmlinux.
      
      Thanks to Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua> for performing
      the analysis.
      cefd356a
    • Andrew Morton's avatar
      [PATCH] uninline seq_puts() and seq_putc() · af86cdc6
      Andrew Morton authored
      Saves 3.4k from my vmlinux.
      
      Thanks to Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua> for performing
      the analysis.
      af86cdc6