1. 01 Jan, 2005 11 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 5 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