An error occurred fetching the project authors.
- 22 Feb, 2004 1 commit
-
-
Keith M. Wesolowski authored
-
- 05 Jan, 2004 1 commit
-
-
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.
-
- 29 Dec, 2003 1 commit
-
-
Pete Zaitcev authored
Move some elements of task_struct into thread_info so that these elements are locked into the TLB in the trap handlers and thus will not cause a watchdog reset.
-
- 29 Apr, 2003 1 commit
-
-
Pete Zaitcev authored
-
- 22 Apr, 2003 1 commit
-
-
Eric Brower authored
-
- 20 Apr, 2003 3 commits
-
-
David S. Miller authored
-
Andrew Morton authored
Convert all pmd_alloc_one() implementations to use __GFP_REPEAT
-
Andrew Morton authored
Remove all the open-coded retry loops in various architectures, use __GFP_REPEAT. It could be that at some time in the future we change __GFP_REPEAT to give up after ten seconds or so, so all the checks for failed allocations are retained.
-
- 13 Apr, 2003 1 commit
-
-
Pete Zaitcev authored
-
- 05 Apr, 2003 1 commit
-
-
Pete Zaitcev authored
-
- 25 Feb, 2003 2 commits
-
-
Michael Hayes authored
guarentee -> guarantee guarenteed -> guaranteed guarentees -> guarantees
-
Michael Hayes authored
boundry -> boundary boundries -> boundaries
-
- 07 Feb, 2003 1 commit
-
-
Steven Cole authored
This fixes the following common misspellings and their variants. consistant -> consistent dependant -> dependent persistant -> persistent
-
- 05 Dec, 2002 1 commit
-
-
Rob Radez authored
-
- 10 Nov, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 04 Nov, 2002 1 commit
-
-
Pete Zaitcev authored
- vac property enumeration pollutes namespace - LEON sparc needs extra nop in task switch - Comment out debugging printk.
-
- 08 Oct, 2002 2 commits
-
-
David S. Miller authored
-
Andrew Morton authored
From Christoph Hellwig. If we always pass &contig_page_data into free_area_init_node for the non-distcontig case we can merge both versions of that function into one. Move that one to page_alloc.c and thus kill numa.c which was totally misnamed, btw.
-
- 05 Sep, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 03 Sep, 2002 1 commit
-
-
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.
-
- 11 Aug, 2002 1 commit
-
-
Pete Zaitcev authored
- page-size PTE directory with 16-word pmd_t as suggested by RMK and Riel - support for 2.5.x softirq infrastructure - other miscellanea
-
- 16 Jul, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 05 Jun, 2002 1 commit
-
-
Rob Radez authored
-
- 04 May, 2002 1 commit
-
-
Rob Radez authored
- In sun4c_pmd_set, actually set the thing. - In ld_mmu_sun4c, pmd_set no longer BTFIXUPCALL_NOP.
-
- 03 May, 2002 2 commits
-
-
Roman Zippel authored
Here is the patch to replace mk_pte_phys() with pfn_pte() and so creates the counterpart to pte_pfn().
-
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
-
- 03 Apr, 2002 1 commit
-
-
Dave Jones authored
-
- 05 Feb, 2002 9 commits
-
-
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
-
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
-
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
-
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)
-
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
-
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
-
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
-
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
-
Linus Torvalds authored
-