- 23 Jun, 2003 3 commits
-
-
David Mosberger authored
-
David Mosberger authored
declration in <linux/sched.h>.
-
Jes Sorensen authored
No need to explicitly zero out global variables.
-
- 20 Jun, 2003 4 commits
-
-
David Mosberger authored
- removes 2.4 specific macros/inline functions - fix rum vs. rsm bug for psr.up - introduce cleaner PMC_IS_CONTROL() macro - only save the value of psr.up on ctxsw (not whole psr)"
-
David Mosberger authored
when bspstore happened to point to an RNaT-slot. Bug reported by Matt Chapman.
-
Alex Tsariounov authored
-
Jesse Barnes authored
Here's a patch against your bk tree that keeps things building for sn2 (and working with the discontig patch applied).
-
- 18 Jun, 2003 11 commits
-
-
David Mosberger authored
Add back IDE configuration.
-
David Mosberger authored
this also ensure we really do test the linker which will be used when building the gate DSO.
-
David Mosberger authored
-
Chad Talbott authored
-
David Mosberger authored
-
David Mosberger authored
-
Jesse Barnes authored
I _think_ I got this one right (at least, it booted on hw). It should allow generic kernels to include the sn2 code.
-
Jesse Barnes authored
Updates the PCI routines for sn2.
-
Jesse Barnes authored
Small fix for hwgfs on sn2.
-
Jesse Barnes authored
Small patch to fixup the new mark_idle() stuff for sn2.
-
Jesse Barnes authored
I think there are other 64p issues in other places, but we found this one while doing 2.5 bringup on hardware.
-
- 17 Jun, 2003 3 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
- 16 Jun, 2003 19 commits
-
-
Linus Torvalds authored
-
David Mosberger authored
-
bk://are.twiddle.net/axp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David Mosberger authored
Since these branches use a special calling-convention, we don't want to go through the PLT stubs normally used for cross-module calls. Also fix a 1-bit bug in the plt_reloc() function which got triggered now that the core code lives below the module code (due to the virtual mapping of the core).
-
Arun Sharma authored
This is an old problem, first reported in December 2001. The test case is a multithreaded application doing a large number of malloc()/free(). When running on a 16k page size kernel, the current algorithm creates a temporary page, copies data to that page, does a new mmap and copies back subpages from the temporary page. This leaves a window of opportunity open for another thread to unmap or change the data in such a way that the new page has stale data. A patch was proposed which tries to do away with copying if the old page was writable. The patch was rejected because it could corrupt data in the MAP_SHARED case. https://external-lists.vasoftware.com/archives/linux-ia64/2001-December/002549.html https://external-lists.vasoftware.com/archives/linux-ia64/2001-December/002550.html Since we found that most of the apps which ran into this problem were dealing with pages where the old data and new data are both anonymous, I reworked the above patch in such a way that we don't optimize for the MAP_SHARED case. Infact, the only case that we optimize is the case where the old and new mapping are both anonymous.
-
Ivan Kokshaysky authored
Propagate do_settimeofday() change into osf_settimeofday(). Ivan.
-
Richard Henderson authored
into kanga.twiddle.net:/home/rth/work/linux/axp-2.5
-
François Romieu authored
- 2.4 resync - incorrect size usage in pci_unmap_single(); - s/ETH_P_IP/hdlc_type_trans()/ - inccorect debug message in dscc4_clock_setting(); - split of TO_STATE() into TO_STATE_{RX/TX} for documentation purpose.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
Stephen Hemminger authored
-
bk://kernel.bkbits.net/acme/hlist-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-