| Commit message (Expand) | Author | Age | Files | Lines |
* | Set PTE_ACCESSED in the PTE and before inserting it in the VHPT. | Marcel Moolenaar | 2007-10-16 | 1 | -2/+12 |
* | The flushrs instruction must be the first in an instruction | Marcel Moolenaar | 2007-10-16 | 1 | -0/+1 |
* | Print instruction stops to improve analysis of dependency | Marcel Moolenaar | 2007-10-16 | 1 | -0/+2 |
* | Fix disassembly of the invala, itc, itr and hint instructions | Marcel Moolenaar | 2007-10-16 | 1 | -1/+1 |
* | Use the correct expanded name for SCTP. | Christian Brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -2/+3 |
* | It has been observed on the mailing lists that the different categories | Alan Cox | 2007-09-15 | 1 | -2/+4 |
* | Clear pending interrupts before we enable external interrupts. | Marcel Moolenaar | 2007-08-06 | 1 | -5/+20 |
* | Keep interrupts disabled while handling external interrupts. | Marcel Moolenaar | 2007-08-06 | 3 | -73/+64 |
* | In ia64_set_rr(), don't perform data serialization. This allows | Marcel Moolenaar | 2007-08-05 | 1 | -1/+1 |
* | Replace "__asm __volatile()" by equivalent support functions from | Marcel Moolenaar | 2007-08-04 | 1 | -6/+6 |
* | Replace "__asm __volatile()" by equivalent support functions from | Marcel Moolenaar | 2007-08-04 | 1 | -3/+5 |
* | Replace "__asm __volatile()" by equivalent support functions from | Marcel Moolenaar | 2007-08-04 | 1 | -16/+18 |
* | Add required data-serialization after writing to cr.itm and cr.itv. | Marcel Moolenaar | 2007-08-04 | 1 | -0/+1 |
* | Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization. | Marcel Moolenaar | 2007-08-04 | 1 | -0/+12 |
* | o Switch to physical addressing before dereferencing the VHPT | Marcel Moolenaar | 2007-07-30 | 1 | -37/+62 |
* | Add option EXCEPTION_TRACING, which enables KTR-like functionality | Marcel Moolenaar | 2007-07-30 | 2 | -1/+85 |
* | Rework the interrupt code and add support for interrupt filtering | Marcel Moolenaar | 2007-07-30 | 6 | -177/+239 |
* | Explicitly map the VHPT on all processors. Previously we were | Marcel Moolenaar | 2007-07-30 | 4 | -0/+27 |
* | Add casts to some of the more commonly used pointer-type atomic | Marcel Moolenaar | 2007-07-30 | 1 | -5/+14 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -1/+2 |
* | Restore the value of ar.rnat after the assignment to ar.bspstore. | Marcel Moolenaar | 2007-07-16 | 1 | -3/+3 |
* | dma_tag is a static structure. Testing for it being a NULL pointer | Marcel Moolenaar | 2007-07-09 | 1 | -1/+1 |
* | Enable SCTP by default for GENERIC kernels in order to give it | Xin LI | 2007-06-14 | 1 | -0/+1 |
* | Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. | Marcel Moolenaar | 2007-06-13 | 1 | -1/+1 |
* | Add the machine-specific definitions for configuring the new physical | Alan Cox | 2007-06-10 | 2 | -1/+31 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | Marcel Moolenaar | 2007-06-10 | 2 | -3/+12 |
* | Synchronize the instruction cache after writing to memory. This is | Marcel Moolenaar | 2007-06-09 | 1 | -1/+5 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | Marcel Moolenaar | 2007-06-09 | 1 | -0/+15 |
* | Physical memory regions can be larger than INT_MAX. Change size1 | Marcel Moolenaar | 2007-06-09 | 1 | -3/+4 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | Robert Watson | 2007-06-08 | 1 | -0/+1 |
* | Remove remaining references to pc_curtid missed in previous commit. | Marcel Moolenaar | 2007-06-07 | 1 | -2/+0 |
* | Eliminate pmap_install(), which was used to wrap pmap_switch() and | Marcel Moolenaar | 2007-06-07 | 1 | -55/+43 |
* | Fix compiling error. | David Xu | 2007-06-07 | 1 | -1/+0 |
* | Include <sys/sched.h> for sched_throw(). | Marcel Moolenaar | 2007-06-06 | 1 | -0/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -4/+6 |
* | Commit 13/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -1/+1 |
* | - Change comments and asserts to reflect the removal of the global | Jeff Roberson | 2007-06-04 | 1 | -2/+2 |
* | Commit 10/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -16/+1 |
* | Rework the PCPU_* (MD) interface: | Attilio Rao | 2007-06-04 | 4 | -6/+7 |
* | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | Paolo Pisati | 2007-05-31 | 1 | -2/+11 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | Pyun YongHyeon | 2007-05-29 | 1 | -0/+2 |
* | Eliminate an unused definition. | Alan Cox | 2007-05-27 | 1 | -4/+2 |
* | Have the processor defer all faults and exceptions for control | Marcel Moolenaar | 2007-05-27 | 4 | -15/+52 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | Alexander Kabaev | 2007-05-22 | 1 | -2/+2 |
* | When speculation fails (as determined by the chk instruction) the | Marcel Moolenaar | 2007-05-21 | 1 | -1/+13 |
* | Fix GCC warning: va = va += PAGE_SIZE contains pointless operation | Marcel Moolenaar | 2007-05-19 | 1 | -2/+2 |
* | Add a level of indirection to the kernel PTE table. The old | Marcel Moolenaar | 2007-05-19 | 2 | -37/+61 |
* | Account for the fact that contigmalloc(9) can return a NULL pointer. | Marcel Moolenaar | 2007-05-19 | 1 | -3/+6 |