An error occurred fetching the project authors.
  1. 07 Oct, 2003 1 commit
  2. 30 Sep, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] PA-RISC updates · 56f41d50
      Matthew Wilcox authored
      PA-RISC updates for 2.6.0-test6
       - Some more support for 64-bit userspace
       - Move many EXPORT_SYMBOLs out of parisc_ksyms.c
       - Make both the OSS and ALSA harmony drivers build
       - ioctl typechecking
       - Make math-emu build without warnings.
       - Persuade SuckyIO to not crash the machine.
      56f41d50
  3. 09 Sep, 2003 1 commit
  4. 10 Jul, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] parisc updates · 233382d3
      Matthew Wilcox authored
      arch/parisc, drivers/parisc and include/asm-parisc updates:
      
       - Fixups for struct timespec changes (James Bottomley)
       - Add CONFIG_FRAME_POINTER (Thibaut Varene)
       - Fix hpux ustat emulation (Helge Deller)
       - Add a ->remove operation to struct parisc_device (James Bottomley)
       - More work on modules (James Bottomley)
       - More unaligned instructions handled (LaMont Jones)
       - Fix byteswap assembly (Grant Grundler)
       - Allow ISA support to be selected (Matthew Wilcox)
       - Fix swapping (James Bottomley)
      233382d3
  5. 15 Jun, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] parisc arch update · 9ff05b1b
      Matthew Wilcox authored
      This update covers a lot of changes to arch/parisc and parisc-specific
      drivers.
      
       - irq_return_t changes
       - more work on the module loader (James Bottomley)
       - rewrite of led.c by Helge Deller
       - many miscellaneous updates
      9ff05b1b
  6. 18 Mar, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] PARISC update · 7c08ac42
      Matthew Wilcox authored
      PA-RISC patches for 2.5.65:
      
       - Only remove palo.conf on a `make mrproper'
       - Add a \ continuation to kernel/Makefile
       - Reindent cache.c
       - Always call schedule_tail
       - Fix some typos in the hardware database
       - Signal handling changes
       - RAID, Device Mapper & BLKSZGET ioctl32 translations
       - Clean up pci host bridge handling a bit.
       - Make IDE link again
       - Fix up compat changes
       - Improve stack dumping code
      7c08ac42
  7. 04 Feb, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] PA-RISC updates for 2.5.59 · 81c0cfcc
      Matthew Wilcox authored
       - conversion of remaining drivers to generic device model
       - more of sfr's compat stuff
       - eliminate some bogus syscalls
       - update for MUX driver
       - beginnings of new module code
       - tell the keyboard driver about CONFIG_PARISC
      81c0cfcc
  8. 13 Jan, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] parisc updates for 2.5.56 · 54779e07
      Matthew Wilcox authored
      Updates for 2.5.56:
       - Integrate Stephen Rothwell's compat code
       - OProfile support for Randolph Chung
       - Makefile updates from Sam Ravnborg
       - Regenerated defconfig as requested by Rusty
       - Generic device model updates (James Bottomley)
       - And lots of general updating bugfixing, etc.
      54779e07
  9. 06 Jan, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] Remove mod_bound macro and unify kernel_text_address(). · 8e4f2cd3
      Rusty Russell authored
      Various archs (i386, m68k, s390, s390x, m68k, parisc, um, x86_64)
      implement kernel_text_address.  Put this in kernel/extable.c, and the
      module iteration inside module.c.
      
      Other than cleanliness, this finally allows the module list and lock
      to be static to kernel/module.c (you didn't think I actually cared
      about those archs did you?)
      
      It also drops the module->init_size to zero when it's discarded, so
      bounds checking is simplified (and the /proc/modules size statistic
      will be more accurate, too).
      8e4f2cd3
  10. 30 Oct, 2002 1 commit
  11. 20 Jun, 2002 1 commit
    • Stephen Rothwell's avatar
      [PATCH] make kstack_depth_to_print and some APM stuff static · 12ae4bff
      Stephen Rothwell authored
      Tridge has written a little utility
      (http://samba.org/ftp/unpacked/junkcode/findstatic.pl) that (given a set of
      object files) works out a list of candidate finctions and variables that
      may be able to be made static.  Obviously some hand checking is needed
      (different configs and/or architectures etc), but it seems useful.
      
      Here is my first patch using its outout.
      
      kstack_depth_to_print is used in many architectures, but only in one
      file in each.  In some architectures it is declared and not used.  It
      is not even clear why kstack_depth_to_print is not a #define.  Tridge
      suggested that maybe you could change its value with a debugger ...
      
      The APM code has a function and a struct that can be static.
      12ae4bff
  12. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32