An error occurred fetching the project authors.
  1. 15 Oct, 2003 1 commit
    • Tigran Aivazian's avatar
      [PATCH] update to microcode update driver · 2afc8160
      Tigran Aivazian authored
      This contains the following changes:
      
      a) changes from Intel to support the new microcode data format
         (backward compatible of course)
      
      b) changes from me to remove the no longer needed features of the driver,
         namely we don't need to keep a copy of applied microcode in kernel
         memory.
      
         This feature was hardly useful in the days of regular devfs
         /dev/cpu/microcode file and now it is completely useless so I removed
         it (after taking into account all the feedback on linux-kernel I
         received since the announcement of the intention to do this)
      
      These are rather critical because otherwise we can't really say Linux
      fully supports the very latest Intel cpus (which require microcode in
      the new format).
      2afc8160
  2. 13 Aug, 2003 1 commit
  3. 11 Jul, 2003 1 commit
  4. 30 Apr, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] use .devfs_name in struct miscdevice · 9403fc17
      Christoph Hellwig authored
      There's three drivers in the tree that workaround the suboptimal
      devfs name choice of the misc device layer (/dev/misc/<foo>) using
      devfs_mk_symlink.    Switch them to set miscdev.devfs_name instead
      to get the right name from the very beginning.
      9403fc17
  5. 17 Apr, 2003 1 commit
  6. 11 Mar, 2003 1 commit
  7. 02 Mar, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] fix preempt-issues with smp_call_function() · a8dd6484
      Andrew Morton authored
      Patch from Thomas Schlichter <schlicht@uni-mannheim.de>
      
      Based on a patch from Dave Jones.
      
      It converts a large number of instances of:
      
      	smp_call_function(foo);
      	foo();
      
      into
      
      	on_each_cpu(foo);
      
      and in doing so fixes up the preempt-unsafeness of the first version.
      a8dd6484
  8. 05 Dec, 2002 1 commit
  9. 18 Oct, 2002 1 commit
  10. 13 Aug, 2002 1 commit
  11. 17 Jun, 2002 1 commit
  12. 08 Jun, 2002 1 commit
    • Tom Rini's avatar
      [PATCH] Remove <linux/mm.h> from <linux/vmalloc.h> · 0bcf1924
      Tom Rini authored
      This removes <linux/mm.h> from <linux/vmalloc.h>.
      
      This then goes and fixes all of the files (x86 and PPC) which relied on
      implicit includes which don't happen anymore.  This also takes
      <linux/kdev_t.h> out of fs/mpage.c and puts it into include/linux/bio.h
      where it belongs since <linux/bio.h> references 'kdev_t' directly.
      
      A quick summary of the of the added includes:
      arch/i386/kernel/microcode.c: needs extern for num_physpages, in linux/mm.h
      include/linux/spinlock.h: local_irq* is defined in <asm/system.h> but
      this was never directly included.
      0bcf1924
  13. 23 May, 2002 1 commit
  14. 21 May, 2002 1 commit
    • Brian Gerst's avatar
      [PATCH] remaining cpu_has cleanups · ec66b46d
      Brian Gerst authored
      This patch cleans up the remaining direct tests against x86_capability.
            It moves the cpu_has_* macros to the more appropriate
      cpufeature.h.  It also introduces the cpu_has() macro to test features
      for individual cpus.
      ec66b46d
  15. 01 May, 2002 1 commit
  16. 16 Apr, 2002 1 commit
  17. 03 Apr, 2002 1 commit
  18. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.4.13.5 -> v2.4.13.6 · 857805c6
      Linus Torvalds authored
        - me: remember to bump the version number ;)
        - Hugh Dickins: export "free_lru_page()" for modules
        - Jeff Garzik: don't change nopage arguments, just make the last a dummy one
        - David Miller: sparc and net updates (netfilter, VLAN etc)
        - Nikita Danilov: reiserfs cleanups
        - Jan Kara: quota initialization race
        - Tigran Aivazian: make the x86 microcode update driver happy about
        hyperthreaded P4's
        - me: shrink dcache/icache more aggressively
        - me: fix up oom-killer so that it actually works
      857805c6
    • Linus Torvalds's avatar
      v2.4.12 -> v2.4.12.1 · ad8dcf57
      Linus Torvalds authored
        - Trond Myklebust: deadlock checking in lockd server
        - Tim Waugh: fix up parport wrong #define
        - Christoph Hellwig: i2c update, ext2 cleanup
        - Al Viro: fix partition handling sanity check.
        - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC
        - Ben Fennema: UDF update
        - Alan Cox: continued merging
        - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
      ad8dcf57
    • Linus Torvalds's avatar
      v2.4.9.9 -> v2.4.9.10 · c37fa164
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
        - Greg KH: USB serial init failure fix, Xircom serial converter driver
        - Neil Brown: nsfd/raid/md/lockd cleanups
        - Ingo Molnar: multipath RAID personality, raid xor update
        - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
        - Vojtech Pavlik: fix up some of the infrastructure for x86-64
        - Robert Love: AMD 761 AGP GART support
        - Jens Axboe: fix SCSI-generic queue handling race
        - me: be sane about page reference bits
      c37fa164
    • Linus Torvalds's avatar
      v2.4.1.2 -> v2.4.1.3 · c8ebfc88
      Linus Torvalds authored
        - Jens: better ordering of requests when unable to merge
        - Neil Brown: make md work as a module again (we cannot autodetect
        in modules, not enough background information)
        - Neil Brown: raid5 SMP locking cleanups
        - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and
        dentry leak fix
        - maestro3 shutdown fix
        - fix dcache hash calculation that could cause bad hashes under certain
        circumstances (Dean Gaudet)
        - David Miller: networking and sparc updates
        - Jeff Garzik: include file cleanups
        - Andy Grover: ACPI update
        - Coda-fs error return fixes
        - rth: alpha Jensen update
      c8ebfc88
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32