index
:
ralf/linux-newax25.git
master
newax25-2.4.3-1
Unnamed repository; edit this file 'description' to name the repository.
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with 2.4.0-test3-pre4.
Ralf Baechle
2000-07-08
50
-174
/
+1783
*
Fix VMALLOC_END so that all the translations can be held in the pair
Kanoj Sarcar
2000-07-06
1
-1
/
+1
*
Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc range
Kanoj Sarcar
2000-07-06
2
-3
/
+8
*
Make flush_icache_page() nicer.
Ulf Carlsson
2000-07-05
2
-2
/
+12
*
multu for HZ_TO_STD fixed
Harald Koerfgen
2000-07-05
1
-6
/
+5
*
Rewrite __udelay() once again. The old code was possibly resulting in
Ralf Baechle
2000-07-04
2
-14
/
+13
*
Fix some types and some more %ld mess.
Ulf Carlsson
2000-07-04
2
-8
/
+8
*
Make pid_t int. Change printf()'s according to that. Declare
Ulf Carlsson
2000-07-04
5
-5
/
+15
*
flush_icache_page takes struct page * as argument as opposed to
Ulf Carlsson
2000-07-04
2
-2
/
+3
*
kmap() has to be a function since page_address(page) may do nothing
Ulf Carlsson
2000-07-04
1
-1
/
+5
*
Merge with Linux 2.4.0-test3-pre2.
Ralf Baechle
2000-07-03
44
-230
/
+215
*
Same for MIPS64.
Ulf Carlsson
2000-07-02
1
-1
/
+2
*
We have to clobber ``hi'' and ``lo'' in __udelay. Nasty bug.
Ulf Carlsson
2000-07-02
2
-3
/
+5
*
Delete pte/pmd_free_kernel (unused), fix kptbl[] declaration, remove
Kanoj Sarcar
2000-06-30
1
-7
/
+1
*
Implement a functional vmalloc(). THe vmalloc range address translations
Kanoj Sarcar
2000-06-30
2
-46
/
+18
*
Tlb miss handling updates: need to fill in the processor id only once
Kanoj Sarcar
2000-06-29
1
-4
/
+15
*
Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM which
Kanoj Sarcar
2000-06-27
1
-0
/
+2
*
Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,
Kanoj Sarcar
2000-06-27
1
-16
/
+9
*
Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation and
Kanoj Sarcar
2000-06-26
1
-7
/
+11
*
Merge with Linux 2.4.0-test2.
Ralf Baechle
2000-06-25
75
-681
/
+1213
*
Merge with Linux 2.4.0-ac22-riel.
Ralf Baechle
2000-06-21
8
-354
/
+370
*
Fix the number of open file resource limit. With the old limit, portmap
Kanoj Sarcar
2000-06-20
1
-1
/
+1
*
Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bit
Ralf Baechle
2000-06-20
2
-48
/
+38
*
Make it compile again.
Ralf Baechle
2000-06-20
1
-2
/
+0
*
R3000 cache handling. flush_icache_page now actually flushes
Ralf Baechle
2000-06-20
4
-12
/
+12
*
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
Ralf Baechle
2000-06-19
176
-1403
/
+3593
*
Merge with 2.4.0-test1.
Ralf Baechle
2000-06-16
34
-548
/
+1165
*
Merge with 2.3.99-pre9.
Ralf Baechle
2000-06-15
86
-540
/
+1992
*
When doing kernel text replication, make sure we do not scribble on
Kanoj Sarcar
2000-06-13
1
-0
/
+1
*
Have the slave bootstrap code actually look at the text and data server
Kanoj Sarcar
2000-06-09
1
-2
/
+2
*
Add in the hooks to do kernel text replication. Now start debugging this
Kanoj Sarcar
2000-06-09
1
-0
/
+2
*
Each node needs to have a structure that the master nasid fills up to
Kanoj Sarcar
2000-06-09
2
-0
/
+31
*
Need to have the nasid of the boot/master node for future uses.
Kanoj Sarcar
2000-06-09
1
-0
/
+2
*
SMP Mapped kernel fixes to go along with the new layout. Use properly
Kanoj Sarcar
2000-06-08
1
-0
/
+3
*
Mapped kernel changes: create elf sections as close as possible to
Kanoj Sarcar
2000-06-08
1
-0
/
+15
*
Get the mapped kernel working for SMP kernels. While launching slaves,
Kanoj Sarcar
2000-06-06
2
-1
/
+25
*
Get some type definitions into their rightful places for wider usage.
Kanoj Sarcar
2000-06-06
2
-0
/
+3
*
Make __kernel_caddr_t32 32-bit
Ulf Carlsson
2000-06-06
1
-1
/
+1
*
Most of the kernel arrays/data structures and low level procedures
Kanoj Sarcar
2000-06-02
2
-3
/
+3
*
Fix some type definitions, add a new field in the per-processor data
Kanoj Sarcar
2000-06-02
2
-1
/
+2
*
Make __kernel_clock_t 64 bit.
Ralf Baechle
2000-05-26
1
-1
/
+1
*
This should resolve most of the offset.h issues which popped up lately, I hope.
Harald Koerfgen
2000-05-26
4
-10
/
+12
*
First cut of TLB handlers in assembler. I'm not using
Ulf Carlsson
2000-05-25
1
-2
/
+8
*
Further stresstesting revealed weaknesses in my first proposal.
Harald Koerfgen
2000-05-24
2
-0
/
+2
*
no real solution for the offset.h-chicken-egg-problem, but this does all I wnat
Harald Koerfgen
2000-05-24
2
-0
/
+0
*
Housekeeping
Harald Koerfgen
2000-05-23
4
-197
/
+2
*
Update defconfig files.
Ralf Baechle
2000-05-23
2
-0
/
+94
*
Implement a more dynamic method of associating IRQs with PCI devices.
Kanoj Sarcar
2000-05-19
1
-2
/
+1
*
irq.h: With the current scheme of encoding the bus number into the
Kanoj Sarcar
2000-05-18
2
-5
/
+5
*
Some cleaning of the support for machines with HZ other than a
Ralf Baechle
2000-05-16
16
-4
/
+40
[next]