Tomas Hruby 8fa95abae4 SMP - fixed usage of stale TLB entries
- when kernel copies from userspace, it must be sure that the TLB
  entries are not stale and thus the referenced memory is correct

- everytime we change a process' address space we set p_stale_tlb
  bits for all CPUs.

- Whenever a cpu finds its bit set when it wants to access the
  process' memory, it refreshes the TLB

- it is more conservative than it needs to be but it has low
  overhead than checking precisely
2012-01-13 11:30:00 +00:00
..
2011-08-18 15:21:29 +02:00
2010-09-19 15:52:12 +00:00
2011-09-07 17:52:48 +02:00
2010-09-15 14:09:46 +00:00
2010-09-23 10:49:52 +00:00
2011-11-01 19:21:19 +00:00
2011-08-18 15:21:29 +02:00
2010-06-24 13:31:40 +00:00
2010-06-24 13:31:40 +00:00
2011-07-31 16:22:43 +02:00
2010-09-07 07:18:11 +00:00
2010-09-15 14:10:57 +00:00
2011-07-31 16:22:43 +02:00
2011-07-29 20:37:39 +02:00
2010-09-15 14:11:30 +00:00
2011-04-26 23:28:23 +02:00
2012-01-13 11:29:59 +00:00
2012-01-13 11:30:00 +00:00
2010-12-17 13:47:11 +00:00
2012-01-13 11:29:59 +00:00
2012-01-13 11:30:00 +00:00
2012-01-13 11:30:00 +00:00
2011-09-16 20:10:47 +02:00
2011-05-04 18:51:43 +02:00
2011-05-04 18:51:43 +02:00
2012-01-13 11:30:00 +00:00
2010-06-11 08:16:10 +00:00
2011-05-25 09:42:11 +02:00