1. 09 Apr, 2004 3 commits
  2. 08 Apr, 2004 1 commit
  3. 06 Apr, 2004 3 commits
  4. 05 Apr, 2004 4 commits
  5. 03 Apr, 2004 10 commits
  6. 02 Apr, 2004 11 commits
  7. 01 Apr, 2004 8 commits
    • Russell King's avatar
      121b5646
    • Andrew Morton's avatar
      [PATCH] kbuild: $LANG fix · 9be7dd12
      Andrew Morton authored
      From: Sam Ravnborg <sam@ravnborg.org>
      
      Fix this:
      
       	  Building modules, stage 2.
       	  MODPOST
       	LANG := en_US.UTF-8
       	make: LANG: Command not found
       	make: *** [all] Error 127
      
      by removing the tab in front of the LANG assignment.
      9be7dd12
    • Linus Torvalds's avatar
      Merge bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.5 · 64706886
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      64706886
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · 4a10600a
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      4a10600a
    • Stephen Hemminger's avatar
      [BRIDGE]: Correctly handle up to 256 ports per bridge. · d68313ca
      Stephen Hemminger authored
      Bridge code is limited to 256 ports per bridge because the Spanning
      Tree Protocol has limit of one octet for port number.  This code
      fixes:
      	* bogus unlock in error path when port list is full.
      	* passes different error status for out of memory, vs
      	  port list full.
      	* O(n) vs O(n^2) lookup for free port number
      	* since port and priority are both limited to one byte
      	  don't store them as int's
      	* makes limit explicit in code
      d68313ca
    • Andrew Morton's avatar
      [PATCH] Fix swp_entry_t encoding · 4a25c3d6
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      This fixes a problem in sys_swapon that can cause the creation of invalid
      swap ptes.  This has its cause in the arch-independent swap entries vs. 
      the pte coded swap entries.  The swp_entry_t uses 27 bits for the offset
      and 5 bits for the type.  In sys_swapon this definition is used to find how
      many swap devices and how many pages on each device there can be.  But the
      swap entries encoded in a pte can be subject to additional restrictions due
      to the hardware besides the 27/5 division of the bits in the swp_entry_t
      type.  This is solved by adding pte_to_swp_entry and swp_entry_to_pte calls
      to the calculations for maximum type and offset.
      
      In addition the s390 swap pte division for offset/type is changed from 19/6
      bits to 20/5 bits.
      4a25c3d6
    • Andrew Morton's avatar
      [PATCH] uninline __wake_up_parent · a8760f9c
      Andrew Morton authored
      Two callsites, 48 bytes saved
      a8760f9c
    • Andrew Morton's avatar
      [PATCH] uninline __group_complete_signal · 76f74ff5
      Andrew Morton authored
      Two callsites, 456 bytes saved
      76f74ff5