summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-08151-1381/+1180
* Fine grained uniprocessing ...Ralf Baechle2000-07-081-2/+0
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-08512-3842/+78738
* Fix some -Werror bugs - some vars were obsoleteFlorian Lohoff2000-07-061-2/+0
* No more ifeq needed.Ralf Baechle2000-07-061-4/+1
* Fix VMALLOC_END so that all the translations can be held in the pairKanoj Sarcar2000-07-061-1/+1
* Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc rangeKanoj Sarcar2000-07-064-4/+18
* Make flush_icache_page() nicer.Ulf Carlsson2000-07-052-2/+12
* multu for HZ_TO_STD fixedHarald Koerfgen2000-07-051-6/+5
* One more compiler warning that was hiding a real bug ...Ralf Baechle2000-07-051-3/+2
* Update.Ralf Baechle2000-07-055-3/+2
* Ignore more junk files.Ralf Baechle2000-07-051-0/+2
* Ignore more stuff for CVS.Ralf Baechle2000-07-041-0/+5
* Rewrite __udelay() once again. The old code was possibly resulting inRalf Baechle2000-07-042-14/+13
* Fix some types and some more %ld mess.Ulf Carlsson2000-07-043-11/+11
* %d versus %ld mess for pid_tUlf Carlsson2000-07-041-63/+63
* Make pid_t int. Change printf()'s according to that. DeclareUlf Carlsson2000-07-048-16/+26
* flush_icache_page takes struct page * as argument as opposed toUlf Carlsson2000-07-042-2/+3
* Various minor type fixes.Ulf Carlsson2000-07-044-7/+8
* kmap() has to be a function since page_address(page) may do nothingUlf Carlsson2000-07-041-1/+5
* Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-03253-2692/+7584
* Same for MIPS64.Ulf Carlsson2000-07-021-1/+2
* We have to clobber ``hi'' and ``lo'' in __udelay. Nasty bug.Ulf Carlsson2000-07-022-3/+5
* Fix ZONE_DMA nonsense for Indy.Ralf Baechle2000-07-021-0/+4
* Build SGI.Ulf Carlsson2000-07-021-1/+1
* Truncate sign extension in oops.Ulf Carlsson2000-07-012-3/+8
* Fix the oops messages.Ulf Carlsson2000-07-011-11/+11
* Delete pte/pmd_free_kernel (unused), fix kptbl[] declaration, removeKanoj Sarcar2000-06-301-7/+1
* Check in an unmistakable warning for now when tlb invalid faults happenKanoj Sarcar2000-06-301-0/+7
* Implement a functional vmalloc(). THe vmalloc range address translationsKanoj Sarcar2000-06-305-51/+77
* Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-293-4/+18
* Fix compile error. DEC guys, nobody of you compiling this stuff orRalf Baechle2000-06-291-1/+1
* Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-274-0/+5
* We don't need CONFIG_SGI for IP27 builds, specially when the SMP kernelKanoj Sarcar2000-06-273-3/+2
* Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,Kanoj Sarcar2000-06-274-63/+29
* Fix another minor typo - get the global/special page symbols to pointKanoj Sarcar2000-06-271-1/+1
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-277-8/+7
* Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation andKanoj Sarcar2000-06-264-14/+18
* Fix compilation.Ralf Baechle2000-06-251-4/+5
* Delete junkfile.Ralf Baechle2000-06-252-59/+0
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-25449-16826/+23072
* Remove references to CONFIG_PROFILE. Kernel profiling is no longer aRalf Baechle2000-06-241-6/+3
* Fix typo to make sure the page directory/tables get aligned on to pageKanoj Sarcar2000-06-241-1/+1
* Sys32_fcntl from sparc to prevent procmail from confusing the kernel.Kanoj Sarcar2000-06-232-1/+62
* Fix modular IDE. Patch from Pavel.Ralf Baechle2000-06-222-6/+10
* Merge with Linux 2.4.0-ac22-riel.Ralf Baechle2000-06-21105-661/+807
* Fix the number of open file resource limit. With the old limit, portmapKanoj Sarcar2000-06-201-1/+1
* From Geert: Quickfix to get DDB compile.Ralf Baechle2000-06-202-0/+12
* Undo random keyboard driver patch which nobody really remembersRalf Baechle2000-06-201-1/+1
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-205-79/+46