An error occurred fetching the project authors.
  1. 10 Sep, 2002 1 commit
    • Stéphane Eranian's avatar
      [PATCH] ia64: perfmon update · 2b1d3c06
      Stéphane Eranian authored
      Here is what I got so far on perfmon for 2.5.31. It includes:
      
      - your randomization patch with some rework to make it visible to user.
        (your existing program does not need to change or recompilation).
      
      - 3 error conditions cleanups, a missing unlock fix
      
      - copy_*user() replaced with __copy_*_user() or get/put user when appropriate.
        (This gives us a 15% speed improvement on PFM_READ_PMDS).
      
      - sys_perfmonctl(), only check for read-only OR read-write arguments
        (read and write are not separated anymore)
      
      - Non 64-bit overflow do not reset hardware pmd to zero anymore: not needed
      
      - incorporated changes from 2.4.18/9: debug registers when used are
        all restored on ctxsw in.
      
      - added automatic reset on inheritance, no more PMU specific knowledge.
      2b1d3c06
  2. 04 Sep, 2002 1 commit
  3. 08 Jul, 2002 1 commit
  4. 30 May, 2002 1 commit
  5. 24 May, 2002 1 commit
  6. 08 Mar, 2002 1 commit
  7. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.3 -> v2.4.3.1 · 3544b328
      Linus Torvalds authored
        - Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
        for)
        - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
        memory allocation when writing out NFS data under low memory conditions.
        Fix up BKL and RPC interactions.
        - Jeff Garzik: tulip network driver update
        - fix truncate to call down to the filesystem with the kernel lock.
        - David Mosberger: ia64 update
        - David Mosberger: simplify ELF program header generation.
        - Alan Cox: merge from -ac series
        - Jeff Garzik: make serial.c recognize modem devices properly
      3544b328