1. 26 May, 2003 11 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390: arch fixes. · d5cb012f
      Martin Schwidefsky authored
      Base s390 bug fixes:
       - arch: Do create_proc_entry for debug feature outside spin locked code.
       - arch: Fix system call tracing for 64 bit kernels.
       - arch: Export empty_zero_page for use in binfmt_elf32 module.
       - arch: Fix call trace output and remove dead remote-debug code.
       - arch: Correct OUTPUT_ARCH for 64 bit compiles.
       - arch: Fix in_atomic.
       - arch: Fix broken _PAGE_INVALID_xxx definitions.
       - arch: Add __kernel_old_dev_t for 64 bit.
       - arch: adapt to new do_fork interface.
       - arch: set CR5 to get program checks for space switching instructions.
       - cio: Fix /proc output of blacklist ranges.
       - cio: Restructure chsc to avoid GFP_KERNEL allocation while holding a lock.
       - cio: Fix wait_cons_dev.
       - qdio: use GFP_ATOMIC for memory allocations in interrupt.
      d5cb012f
    • Linus Torvalds's avatar
      We need <linux/highmem.h> for PKMAP_BASE · fe25c0b6
      Linus Torvalds authored
      fe25c0b6
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] Probe legacy IDE chipsets in ide_init() instead of in ide_setup() · 3cf9671f
      Bartlomiej Zolnierkiewicz authored
      Legacy here means pdc4030, ali14xx, umc8672, dtc2278, ht6560b and qd65xx.
      They cannot be probed and initialized at a boot parameters' parsing time,
      because probing code depends on not yet ready kernel subsystems.
      
      This change also fixes boot parameters' ordering issue, fe. you could
      pass "ide0=dtc2278 ide0=noautotune" and "noautotune" was catched too late.
      3cf9671f
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] IDE: fix "biostimings" and legacy chipsets' boot parameters interaction · 4d02439d
      Bartlomiej Zolnierkiewicz authored
      "biostimings" cannot be hardcoded to -19, make it -8.
      Code in ide_setup() assumes that everything <= -11 is a legacy
      chipset name, so fe. "ide0=ali14xx ide0=biostimings" will fail
      while "ide0=biostimings ide0=ali14xx" will be okay.
      4d02439d
    • Ingo Molnar's avatar
      [PATCH] signal latency improvement · ee2f48bc
      Ingo Molnar authored
      This further optimizes the 'kick wakeup' scheduler feature:
      
       - do not kick any CPU on UP
      
       - no need to mark the target task for reschedule - it's enough to send an
         interrupt to that CPU, that will initiate a signal processing pass.
      ee2f48bc
    • Ben Collins's avatar
      [PATCH] drivers/* strlcpy conversions · 27690cd5
      Ben Collins authored
      Well, this is it for me and strlcpy. I'll leave the rest of the
      non-obvious usages of strncpy to the kernel janitors. Seems like quite a
      few uses really wanted memcpy instead, but I don't have time to
      investigate them all. It does appear that nearly all strncpy's will be
      removable. Obsoleting strncpy will probably atleast make the remaining
      few think about how they are using it.
      
      This is the patch for my trip through drivers/*.
      27690cd5
    • Greg Ungerer's avatar
      [PATCH] remove crt0_rom.S from m68knommu DragonEngine2 target · c480493d
      Greg Ungerer authored
      Remove crt0_rom.S from m68knommu DragonEngine2 target config.
      
      It is no longer required.
      c480493d
    • Greg Ungerer's avatar
      [PATCH] single start file for m68knommu DragonEngine2 target · 929c3f0f
      Greg Ungerer authored
      Start code for m68knommu DragonEngine2 target is now all in crt0_ram.S.
      
      This patch moves all the code into this one file.
      929c3f0f
    • Greg Ungerer's avatar
      [PATCH] remove crt0_himem.S from m68knommu DragonEngine2 target · 0be64792
      Greg Ungerer authored
      Remove crt0_himem.S from m68knommu DragenEngine2 config.
      
      It is no longer required.
      0be64792
    • Greg Ungerer's avatar
      [PATCH] fix m68knommu DragonEngine2 target setup code · b5a2b8c1
      Greg Ungerer authored
      Numerous fixes for the m68knommu DragonEngine2 setup code.
      
      It was out of date relative to more recent kernels.  Original patches
      from Georges Menie.
      b5a2b8c1
    • Greg Ungerer's avatar
      [PATCH] remove crt0_fixed.S from m68knommu DragonEngine2 target · 3d6e9b76
      Greg Ungerer authored
      Remove crt0_fixed.S from m68knommu DragonEngine2 setup.
      No longer required.
      3d6e9b76
  2. 25 May, 2003 29 commits