An error occurred fetching the project authors.
  1. 09 Apr, 2002 2 commits
  2. 03 Apr, 2002 3 commits
  3. 15 Mar, 2002 2 commits
    • Andy Grover's avatar
      [PATCH] ACPI patch 9/9 · b4f305dd
      Andy Grover authored
      If you could only review one of the 9 patches, this would be the one.
      
      - removes acpitable.c vestiges
      - adds ACPI IRQ routing support to PCI (disableable via pci=noacpi option)
      - adds code to get a <1MB page for sleep, and ACPI boot to setup.c
      - allocates another page in the fixmap for ACPI
      - changes driverfs a little to work better with ACPI.
      b4f305dd
    • Brian Gerst's avatar
      [PATCH] Cleanup F00F bug code · a0816e18
      Brian Gerst authored
      This changes the F00F bug workaround code to use the fixmap facilities
      instead of touching the page tables directly.  It also removes the
      assumption that only 686's don't have the bug.  I have confirmation that
      the patch works on buggy pentiums. 
      a0816e18
  4. 11 Mar, 2002 2 commits
    • James Bottomley's avatar
      More Separation · 1eb6e582
      James Bottomley authored
      - add do_timer_overflow() function for coping with tick overflow
      - make find_smp_config() gated by its own define
      - bug fixes and corrections
      1eb6e582
    • James Bottomley's avatar
      More x86 arch splits · 3736e29e
      James Bottomley authored
      - Make hyperthreading a separate config parameter
      - split out the reboot through bios parameters
      3736e29e
  5. 10 Mar, 2002 3 commits
  6. 26 Feb, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] later DMI scan. · 9b1c51ab
      Dave Jones authored
      This moves the dmi scan to an earlier stage so that we can trap issues
      such as the various laptops that don't like enabling APIC.
      It's likely to be useful for trapping other similar early-boot problems.
      Originally by Mikael Pettersson
      9b1c51ab
  7. 18 Feb, 2002 1 commit
  8. 08 Feb, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] handle out of spec SMP athlons. · 168c9069
      Dave Jones authored
      Newer Athlons have means of checking if they are SMP capable or not.
      This code adds checks that printk a warning on systems not intended
      for SMP, and set the taint flag that modutils is already aware of.
      The taint code is also improved to use defines instead of magic numbers.
      168c9069
  9. 07 Feb, 2002 1 commit
    • David Howells's avatar
      [PATCH] thread information block · 9b10610a
      David Howells authored
      syscall latency improvement
      
       * There's now an asm/thread_info.h header file with the basic structure
         def and asm offsets in it.
      
       * There's now a linux/thread_info.h header file which includes the asm
         version and wraps some bitops calls to make convenience functions for
         accessing the low-level flags. 
      
       * The task_struct has had some fields removed (and some flags), and has
         acquired a pointer to the thread_info struct.
      
       * task_struct's are now allocated on slabs in kernel/fork.c, whereas
         thread_info structs are allocated at the bottom of the stack pages.
      
       * Some more convenience functions are provided at the end of linux/sched.h to
         access flags in other tasks (these are here because they need to access the
         task_struct).
      9b10610a
  10. 06 Feb, 2002 1 commit
  11. 05 Feb, 2002 23 commits
    • Linus Torvalds's avatar
      v2.5.2.5 -> v2.5.2.6 · 2f886464
      Linus Torvalds authored
      - Asit Mallick: mtrr update
      - Patrick Mochel: split up kernel/device.c into drivers/base
      - Mikael Pettersson/Al Viro: fix missing in-core inode initialization
      in ext2 introduced by Al's inode trimming
      - David Miller: sparc and network updates
      - Frank Davis: firewire video mmap page remapping fix
      - me: fix configure help scripts to fix breakage noticed by Dave Jones
      - Greg KH: USB updates
      - Kai Germaschewski: ISDN fixes, Config.help entries
      - Douglas Gilbert: SCSI doc update
      - Ingo Molnar: x86 taskswitch optimizations, scheduler updates
      - Mikael Pettersson: make APIC work on old external setups
      - Al Viro: more inode trimming
      2f886464
    • Linus Torvalds's avatar
      v2.5.2.4 -> v2.5.2.4.1 · 397cbdc2
      Linus Torvalds authored
      - Patrick Mochel: devicefs locking cleanups, refcount fixes
      - Brian Gerst: apic timer cleanup
      - Adam Richter: fix loop over block device bio breakage, ipfwadm compile fix
      - Peter Anvin: bootproto v2.03
      - me: split up Configure.help over the subdirectories where it is used
      397cbdc2
    • Linus Torvalds's avatar
      v2.5.1.11 -> v2.5.2 · 5fb612aa
      Linus Torvalds authored
      - Matt Domsch: combine common crc32 library
      - Pete Zaitcev: ymfpci update
      - Davide Libenzi: scheduler improvements
      - Al Viro: almost there: "struct block_device *" everywhere
      - Richard Gooch: devfs cpqarray update, race fix
      - Rusty Russell: PATH_MAX should include the final '0' count
      - David Miller: various random updates (mainly net and sparc)
      5fb612aa
    • Linus Torvalds's avatar
      v2.5.1.4 -> v2.5.1.5 · ba6edf53
      Linus Torvalds authored
      - Dave Jones: more merging, fix up last merge..
      - release to sync with Dave
      ba6edf53
    • Linus Torvalds's avatar
      v2.5.1.3 -> v2.5.1.4 · d0415686
      Linus Torvalds authored
      - Jens Axboe: more bio updates, fix some request list bogosity under load
      - Al Viro: export seq_xxx functions
      - Manfred Spraul: include file cleanups, pc110pad compile fix
      - David Woodhouse: fix JFFS2 write error handling
      - Dave Jones: start merging up with 2.4.x patches
      - Manfred Spraul: coredump fixes, FS event counter cleanups
      - me: fix SCSI CD-ROM sectorsize BIO breakage
      d0415686
    • Linus Torvalds's avatar
      v2.5.0.1 -> v2.5.0.2 · e1e2cfc3
      Linus Torvalds authored
      - Greg KH: USB update
      - Richard Gooch: refcounting for devfs
      - Jens Axboe: start of new block IO layer
      e1e2cfc3
    • Linus Torvalds's avatar
      v2.4.14.6 -> v2.4.14.7 · 6293d56c
      Linus Torvalds authored
        - Jeff Garzik: network driver updates
        - Christoph Hellwig: UFS filesystem byteorder cleanups
        - me: modified Andrea VM page allocator tuning
      6293d56c
    • Linus Torvalds's avatar
      v2.4.14.4 -> v2.4.14.5 · 2d46136d
      Linus Torvalds authored
        - Greg KH: enable hotplug driver support
        - Andrea Arcangeli: remove bogus sanity check
        - David Mosberger: /proc/cpuinfo and scsi scatter-gather for ia64
        - David Hinds: 16-bit pcmcia network driver updates/cleanups
        - Hugh Dickins: remove some stale code from VM
        - David Miller: /proc/cpuinfo for sparc, sparc fork bug fix, network
        fixes, warning fixes
        - Peter Braam: intermezzo update
        - Greg KH: USB updates
        - Ivan Kokshaysky: /proc/cpuinfo for alpha
        - David Woodhouse: jffs2 - remove dead code, remove gcc3 warning
        - Hugh Dickins: fix kiobuf page allocation/deallocation
      2d46136d
    • Linus Torvalds's avatar
      v2.4.14.3 -> v2.4.14.4 · 1fc742dd
      Linus Torvalds authored
        - Mikael Pettersson: make proc_misc happy without modules
        - Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
        - Anton Altaparmakov: LDM partition code update
        - Alan Cox: final (yeah, sure) small missing pieces
        - Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
        - Arjan van de Ven: remove power from pcmcia socket on card remove
        - Greg KH: USB updates
        - Neil Brown: multipath updates
        - Martin Dalecki: fix up some "asmlinkage" routine markings
      1fc742dd
    • Linus Torvalds's avatar
      v2.4.14.2 -> v2.4.14.3 · d40d1af9
      Linus Torvalds authored
        - Alan Cox: more driver merging
        - Al Viro: make ext2 group allocation more readable
      d40d1af9
    • Linus Torvalds's avatar
      v2.4.13.1 -> v2.4.13.2 · 4fd9cc9e
      Linus Torvalds authored
        - Alan Cox: more merging
        - Alexander Viro: block device module race fixes
        - Richard Henderson: mmap for 32-bit alpha personality
        - Jeff Garzik: 8139 and natsemi update
      4fd9cc9e
    • Linus Torvalds's avatar
      v2.4.12.2 -> v2.4.12.3 · 975675b9
      Linus Torvalds authored
        - Jens Axboe: clean up duplicate unused request list
        - Jeff Mahoney: reiserfs endianness finishing touches
        - Hugh Dickins: some further swapoff fixes and cleanups
        - prepare-for-Alan: move drivers/i2o into drivers/message/i2o
        - Leonard Zubkoff: 2TB disk device fixes
        - Paul Schroeder: mwave config enable
        - Urban Widmark: fix via-rhine double free..
        - Tom Rini: PPC fixes
        - NIIBE Yutaka: SuperH update
      975675b9
    • Linus Torvalds's avatar
      v2.4.10.4 -> v2.4.10.5 · 8b29e8ed
      Linus Torvalds authored
        - Keith Owens: module exporting error checking
        - Greg KH: USB update
        - Paul Mackerras: clean up wait_init_idle(), ppc prefetch macros
        - Jan Kara: quota fixes
        - Abraham vd Merwe: agpgart support for Intel 830M
        - Jakub Jelinek: ELF loader cleanups
        - Al Viro: more cleanups
        - David Miller: sparc64 fix, netfilter fixes
        - me: tweak resurrected oom handling
      8b29e8ed
    • Linus Torvalds's avatar
      v2.4.10.3 -> v2.4.10.4 · 1d23a518
      Linus Torvalds authored
        - Al Viro: separate out superblocks and FS namespaces: fs/super.c fathers
        fs/namespace.c
        - David Woodhouse: large MTD and JFFS[2] update
        - Marcelo Tosatti: resurrect oom handling
        - Hugh Dickins: add_to_swap_cache racefix cleanup
        - Jean Tourrilhes: IrDA update
        - Martin Bligh: support clustered logical APIC for >8 CPU x86 boxes
        - Richard Henderson: alpha update
      1d23a518
    • Linus Torvalds's avatar
      v2.4.9.11 -> v2.4.9.12 · dfc52b82
      Linus Torvalds authored
        - Alan Cox: much more merging
        - Pete Zaitcev: ymfpci race fixes
        - Andrea Arkangeli: VM race fix and OOM tweak.
        - Arjan Van de Ven: merge RH kernel fixes
        - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect()
        - Keith Owens: fix 64-bit ELF types
        - Gerd Knorr: mark more broken PCI bridges, update btaudio driver
        - Paul Mackerras: powermac driver update
        - me: clean up PTRACE_DETACH to use common infrastructure
      dfc52b82
    • Linus Torvalds's avatar
      v2.4.9.6 -> v2.4.9.7 · 7df13152
      Linus Torvalds authored
        - Alan Cox: big driver/mips sync
        - Andries Brouwer, Christoph Hellwig: more gendisk fixups
        - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
      7df13152
    • Linus Torvalds's avatar
      v2.4.9.5 -> v2.4.9.6 · 70a8be47
      Linus Torvalds authored
        - Jens Axboe: remove trivially dead io_request_lock usage
        - Andrea Arcangeli: softirq cleanup and ARM fixes. Slab cleanups
        - Christoph Hellwig: gendisk handling helper functions/cleanups
        - Nikita Danilov: reiserfs dead code pruning
        - Anton Altaparmakov: NTFS update to 1.1.18
        - firestream network driver: patch reverted on authors request
        - NIIBE Yutaka: SH architecture update
        - Paul Mackerras: PPC cleanups, PPC8xx update.
        - me: reverse broken bootdata allocation patch that went into pre5
      70a8be47
    • Linus Torvalds's avatar
      v2.4.9.4 -> v2.4.9.5 · 1c3cefa5
      Linus Torvalds authored
        - Merge with Alan
        - Trond Myklebust: NFS fixes - kmap and root inode special case
        - Al Viro: more superblock cleanups, inode leak in rd.c, minix
        directories in page cache
        - Paul Mackerras: clean up rubbish from sl82c105.c
        - Neil Brown: md/raid cleanups, NFS filehandles
        - Johannes Erdfelt: USB update (usb-2.0 support, visor fix, Clie fix,
        pl2303 driver update)
        - David Miller: sparc and net update
        - Eric Biederman: simplify and correct bootdata allocation - don't
        overwrite ramdisks
        - Tim Waugh: support multiple SuperIO devices, parport doc updates
      1c3cefa5
    • Linus Torvalds's avatar
      v2.4.9.2 -> v2.4.9.3 · df038637
      Linus Torvalds authored
        - Johannes Erdfelt, Oliver Neukum: USB printer driver race fix
        - John Byrne: fix stupid i386-SMP irq stack layout bug
        - Andreas Bombe, me: yenta IO window fix
        - Neil Brown: raid1 buffer state fix
        - David Miller, Paul Mackerras: fix up sparc and ppc respectively for kmap/kbd_rate
        - Matija Nalis: umsdos fixes, and make it possible to boot up with umsdos
        - Francois Romieu: fix bugs in dscc4 driver
        - Andy Grover: new PCI config space access functions (eventually for ACPI)
        - Albert Cranford: fix incorrect e2fsprog data from ver_linux script
        - Dave Jones: re-sync x86 setup code, fix macsonic kmalloc use
        - Johannes Erdfelt: remove obsolete plusb USB driver
        - Andries Brouwer: fix USB compact flash version info, add blksize ioctls
      df038637
    • Linus Torvalds's avatar
      v2.4.6.6 -> v2.4.6.7 · 74f5133b
      Linus Torvalds authored
        - Andreas Dilger: various ext2 cleanups
        - Richard Gooch: devfs update
        - Johannes Erdfelt: USB updates
        - Alan Cox: merges
        - David Miller: fix SMP pktsched bootup deadlock (CONFIG_NET_SCHED)
        - Roman Zippel: AFFS update
        - Anton Altaparmakov: NTFS update
        - me: fix races in vfork() (semaphores are not good completion handlers)
        - Jeff Garzik: net driver updates, sysvfs update
      74f5133b
    • Linus Torvalds's avatar
      v2.4.6.2 -> v2.4.6.3 · d62f43c5
      Linus Torvalds authored
        - merge with Alan (SCSI subsystem)
        - Jeff Garzik: make serial driver PCI hotplug-aware
      d62f43c5
    • Linus Torvalds's avatar
      v2.4.6.1 -> v2.4.6.2 · adbc4706
      Linus Torvalds authored
        - merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
      adbc4706
    • Linus Torvalds's avatar
      v2.4.4.6 -> v2.4.5 · 9c6f70be
      Linus Torvalds authored
        - Alan Cox: camera conversion missed parts
        - Neil Brown: md graceful alloc failure
        - Andrea Arkangeli: more alpha fixups, bounce buffer deadlock avoidance
        - Adam Fritzler: tms380tr driver update
        - Al Viro: VFS layer cleanups
      9c6f70be