1. 16 Jun, 2003 4 commits
    • Richard Henderson's avatar
      Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5 · 07eaf131
      Richard Henderson authored
      into kanga.twiddle.net:/home/rth/work/linux/axp-2.5
      07eaf131
    • François Romieu's avatar
      [PATCH] resync of dscc4 driver with 2.4.x version · bc55e160
      François Romieu authored
      - 2.4 resync
        - incorrect size usage in pci_unmap_single();
        - s/ETH_P_IP/hdlc_type_trans()/
      - inccorect debug message in dscc4_clock_setting();
      - split of TO_STATE() into TO_STATE_{RX/TX} for documentation purpose.
      bc55e160
    • Andi Kleen's avatar
      [PATCH] x86-64 merge · 4fb416f4
      Andi Kleen authored
      Lots of small fixes and I merged the PCI subsystem with i386 again
      because it was mostly identical. This makes the patch quite big,
      but it only removes files.
      
       - Merge PCI subsystem with i386.
      
         This changes the initialization order of PCI and IOMMU slightly.  It
         didn't see any problems yet, but it could cause some in theory.  It
         re-adds some code that used to be removed, but it's only small stuff
         and it should hopefully cause less mainteance overhead longer term.
      
       - Fix warnings
       - Merge cpuid.c with i386.c
       - Sync msr.c with i386
       - Consolidate externs in asm/proto.h
       - sysfs/sysdev fixes for apic/nmi (Bryan O'Sullivan)
       - Fix /proc/kcore access
       - Add real kern_addr_valid (used for above).
       - Support consistent dma_mask in IOMMU
       - Fix double print of AMD for CPU model.
       - Remove unused wakeup.S file.
       - Remove obsolete CONFIG_SIMNOW ifdef.
       - Support ptrace access for 32bit vsyscalls.
       - Fix warnings in 32bit boot code compilation.
      4fb416f4
    • Andi Kleen's avatar
      [PATCH] Minor 32bit compatibility fix for /dev/rtc · 571d4a87
      Andi Kleen authored
      Handle both unsigned int and unsigned long in rtc_read. This helps
      when running 32bit userland under an 64bit kernel.
      571d4a87
  2. 15 Jun, 2003 36 commits