1. 01 Jan, 2005 5 commits
  2. 02 Jan, 2005 1 commit
  3. 01 Jan, 2005 5 commits
  4. 31 Dec, 2004 3 commits
  5. 30 Dec, 2004 1 commit
  6. 31 Dec, 2004 3 commits
  7. 30 Dec, 2004 11 commits
  8. 29 Dec, 2004 11 commits
    • David Airlie's avatar
      Merge bkbits.net:/repos/l/linux/linux-2.5 · 70aadf09
      David Airlie authored
      into bkbits.net:/repos/d/drm/drm-2.6
      70aadf09
    • Alexander Viro's avatar
      [PATCH] i386 uaccess annotations · 467bea26
      Alexander Viro authored
      get_user() stores result in a local variable that later gets cast to
      integer or pointer type.  The proper type for that is unsigned long. 
      Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      467bea26
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · b24657db
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      b24657db
    • George G. Davis's avatar
      [ARM PATCH] 2327/1: Thumb ld/st alignment fault fixups · 979ef1b0
      George G. Davis authored
      Patch from George G. Davis
      
      Adds support for Thumb ld/st alignment fault fixups via conversion of
      Thumb ld/st instruction forms into equivalent ARM instructions and
      reusing ARM alignment fault handler for Thumb instructions. This
      implementation was inspired by and initially based on the algorithm
      found in gdb/sim/arm/thumbemu.c.
      
      I've backed out the silly 'T' suffix on PC in this version as requested
      by RMK. At this point, I prefer to avoid making any of the other changes
      discussed, e.g. dump_instr() for bad instruction cases, in order to get
      the basic Thumb support change committed.
      
      Thanks!
      
      Signed-off-by: George G. Davis
      Signed-off-by: Russell King
      979ef1b0
    • Tony Lindgren's avatar
      [ARM PATCH] 2336/1: OMAP update 1/2: Arch files, take 2 · 77208e3f
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with the linux-omap tree.
      The highlights of the patch are:
      - Add OMAP board specific low-level init functions for smc91x Ethernet
      - DMA audio functions by Nishant Menon
      - Remove references to OMAP specific serial.h
      
      This is an updated version of ARM patch 2331/1 with extra comments
      added to the omap_get_dma_src_pos() and omap_get_dma_dst_pos() functions
      as recommended by RMK.
      
      Signed-off-by: Tony Lindgren
      Signed-off-by: Russell King
      77208e3f
    • Tony Lindgren's avatar
      [ARM PATCH] 2329/1: Update Kconfig for OMAP processor options · 54b1a3dc
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      Updates processor specific Kconfig options for OMAP
      
      Signed-off-by: Tony Lindgren
      Signed-off-by: Russell King
      54b1a3dc
    • Tony Lindgren's avatar
      [ARM PATCH] 2328/1: ARM Kconfig updates for OMAP leds · 4dd7a703
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      ARM Kconfig updates for OMAP leds
      
      Signed-off-by: Tony Lindgren
      Signed-off-by: Russell King
      4dd7a703
    • Deepak Saxena's avatar
      [ARM PATCH] 2326/1: Fix IXP2000 timer implementation · b8ca53f8
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      This patch fixes two issues with the IXP2000 timer implementation:
      
      - We currently to not account for lost timer interrupts
      - We currently do not check for rollover within gettimeoffset()
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      b8ca53f8
    • Deepak Saxena's avatar
      [ARM PATCH] 2325/1: Cleanup IXP2000 reset handling · c0620f45
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      On IXDP2801 we need to write a magic sequence to the CPLD to ensure
      a full system reset instead of just CPU reset. Also cleanup some
      comments and copyrights while we are in here.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      c0620f45
    • George G. Davis's avatar
      [ARM PATCH] 2324/1: Convert ARM proc files to use domain and pgtable manifest constants · d94a27bf
      George G. Davis authored
      Patch from George G. Davis
      
      Convert ARM proc files to use manifest constants defined in pgtable.h
      and domain.h. This is a prelude to allow renumbering domains. The
      domain renumbering is required to implement support for ARMv6 MMU
      super sections where domain 0 is implied. Although this is technically
      only required for ARMv6, it seemed reasonable to clean up all proc
      files while here.
      
      I did a test build with and without this patch applied and confirmed
      that all proc file binaries are unchanged when this patch is applied.
      
      Signed-off-by: George G. Davis
      Signed-off-by: Russell King
      d94a27bf
    • Tony Lindgren's avatar
      [ARM PATCH] 2332/1: OMAP update 1/2: Include files · 3188508a
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with the linux-omap tree.
      The patch mostly contains minor fixes and extra register definitions
      by various OMAP developers.
      
      Signed-off-by: Tony Lindgren
      Signed-off-by: Russell King
      3188508a