An error occurred fetching the project authors.
  1. 13 Aug, 2004 1 commit
    • Matthew Wilcox's avatar
      [PATCH] PA-RISC update · 064c7c35
      Matthew Wilcox authored
       - __PAGE_OFFSET is 0x10000000 (Randolph Chung)
       - PA8800 support (Grant Grundler)
       - debuglocks (Thibaut Varene)
       - PDC chassis disabling (Thibaut Varene)
       - Distinguish between Dinos in request_irq (Thibaut Varene)
       - Document interrupt registers (Randolph Chung)
       - Revamp CONFIG_DISCONTIGMEM support (Randolph Chung)
       - Remove STI console warning and special casing (Randolph Chung)
       - n4000 defconfig (Randolph Chung)
       - iosapic fixes (Bjorn Helgaas)
       - Fix a bug in entry.S where pa_dbit_lock was being trashed (Randolph Chung)
       - SMP support (Randolph Chung, Grant Grundler, James Bottomley)
       - Clear the pte in the fault handler (Joel Soete)
       - Change _exit prototype (Carlos O'Donell)
       - Better unwinding support (Randolph Chung)
       - GCC 3.4 fixes (Carlos O'Donell, Randolph Chung)
      064c7c35
  2. 10 May, 2004 1 commit
    • Matthew Wilcox's avatar
      [PATCH] PA-RISC updates for 2.6.6 · 49e9c1cc
      Matthew Wilcox authored
       - Split PA7300LC from PA7100LC (Matthew Wilcox)
       - Handle 32-bit firmware and 64-bit kernel at runtime (Ryan Bradetich)
       - Fix building in a separate tree (Matthew Wilcox)
       - Update defconfigs (Randolph Chung)
       - Make WCHAN work (Randolph Chung)
       - Initial support for SMP in 2.6 (Grant Grundler)
       - Use 8-byte PTEs on 32-bit kernels (James Bottomley)
       - Implement L2/L3 hybrid page tables for 64 bit kernels (James Bottomley)
       - Support 8TB of physical and virtual address space (James Bottomley)
       - Macro'ise the tlb miss handlers (James Bottomley)
       - Check the ptrace flags correctly in the syscall return path (Randolph Chung)
       - Eliminate many magic numbers (James Bottomley)
       - Work around linker bug in vmlinux.lds.S (James Bottomley)
       - Many cache flushing fixes (James Bottomley)
       - first baby step for PA8800 support (Grant Grundler)
       - Self-aligning spinlocks (Randolph Chung)
      49e9c1cc
  3. 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
  4. 20 Apr, 2003 2 commits
  5. 30 Oct, 2002 1 commit
  6. 03 Apr, 2002 1 commit
  7. 13 Feb, 2002 1 commit
    • Paul Mackerras's avatar
      [PATCH] flush_icache_user_range (v2.5.4) · e97fde15
      Paul Mackerras authored
      The patch below changes access_process_vm to use a new architecture
      hook, flush_icache_user_range, instead of flush_icache_page, and adds
      a definition of flush_icache_user_range which does the same thing as
      flush_icache_page for all architectures except PPC.  (The PPC update
      that is in Linus' BK tree already includes a suitable definition of
      flush_icache_user_range.)
      
      The reason for doing this is that when flush_icache_page is called
      from do_no_page or do_swap_page, I want to be able to do the flush
      conditionally, based on the state of the page.  In contrast,
      access_process_vm needs to do the flush unconditionally since it has
      just modified the page.  In the access_process_vm case it is useful to
      have the information about the user address and length that have been
      modified since then we can just flush the affected cache lines rather
      than the whole page.
      
      This patch should make it easy to improve performance on alpha, since
      there (as I understand it) the icache flush is not needed at all in
      do_no_page or do_swap_page, but is needed in access_process_vm.  All
      that is needed is to make flush_icache_page a noop on alpha.  The
      patch below doesn't do this, I'll let the alpha maintainers push that
      change if they want.
      e97fde15
  8. 05 Feb, 2002 3 commits
    • Linus Torvalds's avatar
      v2.5.2 -> v2.5.2.1 · d694597e
      Linus Torvalds authored
      - Al Viro: fix up silly problem in swapfile filp cleanups in 2.5.2
      - Tachino Nobuhiro: fix another error return for swapfile filp code
      - Robert Love: merge some of Ingo's scheduler fixes
      - David Miller: networking, sparc and some scsi driver fixes
      - Tim Waugh: parport update
      - OGAWA Hirofumi: fatfs cleanups and bugfixes
      - Roland Dreier: fix vsscanf buglets.
      - Ben LaHaise: include file cleanup
      - Andre Hedrick: IDE taskfile update
      d694597e
    • Linus Torvalds's avatar
      v2.4.3.6 -> v2.4.3.7 · ed6eefe4
      Linus Torvalds authored
        - Johannes Erdfelt: USB updates
        - David Howells: more rw-sem stuff
        - David Miller: network callback cleanups and fixes
        - Jan Harkes: make Coda use the proper VFS layer interfaces, so that it can use
        "non-traditional-unix" filesystems without inode numbers for backing store.
      ed6eefe4
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32