An error occurred fetching the project authors.
  1. 22 Feb, 2004 1 commit
  2. 05 Jan, 2004 1 commit
    • Keith M. Wesolowski's avatar
      [SPARC32]: Fix BUG on swapout on srmmu systems. · 6952db3d
      Keith M. Wesolowski authored
      This fixes BUG-on-swapout for srmmu-based systems.  The problem is
      caused by kmap_atomic_to_page being fed an aliased (pagetable) address
      and returning bogons.  This also adjusts the pkmap and fixmap base
      addresses so they cannot overlap.
      6952db3d
  3. 29 Dec, 2003 1 commit
  4. 29 Apr, 2003 1 commit
  5. 22 Apr, 2003 1 commit
  6. 20 Apr, 2003 3 commits
  7. 13 Apr, 2003 1 commit
  8. 05 Apr, 2003 1 commit
  9. 25 Feb, 2003 2 commits
  10. 07 Feb, 2003 1 commit
  11. 05 Dec, 2002 1 commit
  12. 10 Nov, 2002 1 commit
  13. 04 Nov, 2002 1 commit
  14. 08 Oct, 2002 2 commits
  15. 05 Sep, 2002 1 commit
  16. 03 Sep, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] convert node/zone_start_paddr to pfns · 2589a05f
      Andrew Morton authored
      I've had ia32-discontigmem under test for a month, uneventfully.  Possibly
      because I don't have a machine to test it on....
      
      A major part of this work is a general move to convert the low-level
      memory management to consistently use pageframe numbers.  It's a bit
      schizo at present..
      
      This patch was written by Martin Bligh.  A version of this patch is in
      the 2.4 aa tree.
      
      It changes the unsigned longs node_start_paddr and zone_start_paddr to
      page frame numbers.  This is necessary because a PAE address is 36 bits
      and cannot be represented in an unsigned long.
      
       - The per-node physical memory start address node_start_paddr becomes
         a pfn, node_start_pfn.
      
       - The per-zone physical memory start address zone_start_paddr becomes
         a pfn, zone_start_pfn.
      
       - free_area_init_node() takes a pfn rather than a physical address.
      
      Patricia has tested this patch on the following configurations: UP,
      SMP, SMP PAE, multiquad, multiquad PAE, multiquad DISCONTIGMEM,
      multiquad DISCONTIGMEM PAE.
      2589a05f
  17. 11 Aug, 2002 1 commit
  18. 16 Jul, 2002 1 commit
  19. 05 Jun, 2002 1 commit
  20. 04 May, 2002 1 commit
    • Rob Radez's avatar
      Sparc32 sun4c: · 5f996c77
      Rob Radez authored
      - In sun4c_pmd_set, actually set the thing.
      - In ld_mmu_sun4c, pmd_set no longer BTFIXUPCALL_NOP.
      5f996c77
  21. 03 May, 2002 2 commits
    • Roman Zippel's avatar
      [PATCH] replace mk_pte_phys() with pfn_pte() · 09195817
      Roman Zippel authored
      Here is the patch to replace mk_pte_phys() with pfn_pte() and so creates
      the counterpart to pte_pfn().
      09195817
    • Roman Zippel's avatar
      [PATCH] 2.5.13: remove VALID_PAGE · 5528f050
      Roman Zippel authored
      This patch removes VALID_PAGE(), as the test was always too late for
      discontinous memory configuration. It is replaced with pfn_valid()/
      virt_addr_valid(), which are used to test the original input value.
      Other helper functions:
      pte_pfn() - extract the page number from a pte
      pfn_to_page()/page_to_pfn() - convert a page number to/from a page struct
      5528f050
  22. 03 Apr, 2002 1 commit
  23. 05 Feb, 2002 9 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.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.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.6.8 -> v2.4.6.9 · 7b4d3039
      Linus Torvalds authored
        - Dan Quinlan: cramfs update
        - Ben Collins: IEEE 1394 update
        - David Miller: network update (pppoe, routing cache stats), sparc32 update
        - me: only dump core once per threaded app (first one wins)
        - me: use new completion handlers for block device requests (same race
        as with vfork, see -pre7)
      7b4d3039
    • Linus Torvalds's avatar
      v2.4.3.4 -> v2.4.3.5 · 9102e0eb
      Linus Torvalds authored
        - Mike Phillips: olympic driver update
        - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton)
        - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize)
        - Chris Mason: fix potential reiserfs journal overflow
        - Jeff Garzik: network driver updates
        - David Miller: sparc fixes, some network cleanups
      9102e0eb
    • Linus Torvalds's avatar
      v2.4.3.3 -> v2.4.3.4 · d39a11f3
      Linus Torvalds authored
        - David Miller: sparc rw semaphores moved over
        - Alan Cox: yet more resyncs
        - NIIBE Yutaka: Super-H driver update
        - David Howells: more rw-sem cleanups, updates
        - USB updates
        - Al Viro: filesystem init cleanup
      d39a11f3
    • Linus Torvalds's avatar
      v2.4.2.7 -> v2.4.2.8 · 8b11a705
      Linus Torvalds authored
        - Paul Mackerras: PPC update for thread-safe page table handling
        - Ingo Molnar: x86 PAE update for thread-safe page table handling
        - Jeff Garzik: network driver updates, i810 rng driver, and
        "alloc_etherdev()" network driver insert race condition fix.
        - David Miller: UltraSparcIII update, network locking fixes
        - Al Viro: fix fs counts on mount failure
      8b11a705
    • Linus Torvalds's avatar
      v2.4.1.4 -> v2.4.2 · 6db68906
      Linus Torvalds authored
        - sync up more with Alan
        - Urban Widmark: smbfs and HIGHMEM fix
        - Chris Mason: reiserfs tail unpacking fix ("null bytes in reiserfs files")
        - Adan Richter: new cpia usb ID
        - Hugh Dickins: misc small sysv ipc fixes
        - Andries Brouwer: remove overly restrictive sector size check for
        SCSI cd-roms
      6db68906
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32