| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r275616: | kib | 2014-12-15 | 1 | -0/+1 |
* | MFC r269701: | jhibbits | 2014-09-06 | 1 | -2/+18 |
* | MFC r268880: | nwhitehorn | 2014-09-04 | 1 | -0/+9 |
* | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | kib | 2014-09-01 | 2 | -57/+80 |
* | Merge the changes to pmap_enter(9) for sleep-less operation (requested | kib | 2014-08-24 | 2 | -40/+56 |
* | MFC r266826, r266827 | markj | 2014-08-09 | 1 | -21/+0 |
* | MFC r266116,r266136 | jhibbits | 2014-05-22 | 2 | -2/+2 |
* | MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857, | ian | 2014-05-14 | 2 | -2/+4 |
* | MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696, | ian | 2014-05-14 | 3 | -78/+27 |
* | MFC r258259, r258798, r259010 | ian | 2014-05-14 | 1 | -22/+3 |
* | MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002, | ian | 2014-05-14 | 3 | -1007/+0 |
* | MFC r257180, r257195, r257196, r257198, r257209, r257295 | ian | 2014-05-14 | 1 | -11/+11 |
* | MFC r257161, r257169, r257178, r257190, r257191 | ian | 2014-05-14 | 1 | -1/+8 |
* | MFC r257162, r257175 | ian | 2014-05-13 | 2 | -2/+2 |
* | MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code. | ian | 2014-05-13 | 4 | -1219/+0 |
* | MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD | emaste | 2014-03-24 | 3 | -21/+0 |
* | MFC r261258 | jhibbits | 2014-03-02 | 1 | -6/+4 |
* | MFC r261309 | jhibbits | 2014-03-02 | 4 | -10/+202 |
* | MFC r257417: Remove references to an unused fasttrap probe hook | avg | 2014-02-17 | 1 | -3/+2 |
* | MFC r259284,r259287 | jhibbits | 2014-01-15 | 1 | -7/+14 |
* | MFC r257941,r258119 | jhibbits | 2014-01-15 | 1 | -0/+105 |
* | MFC r256543,r259245,r259421,r259668,r259674 | jhibbits | 2014-01-15 | 3 | -8/+44 |
* | MFC r256542,r256581 | jhibbits | 2014-01-15 | 2 | -13/+16 |
* | MFC r257991, r257992, 257993, 258504 | andreast | 2013-12-11 | 1 | -0/+5 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 2 | -24/+0 |
* | Change VM object lock assertion to match locking higher in the call | nwhitehorn | 2013-09-13 | 1 | -1/+1 |
* | Raise artificial limits on number of CPUs and number of interrupts. | nwhitehorn | 2013-09-09 | 1 | -2/+3 |
* | Add POWER CPUs to the kernel's knowledge. This does not imply we currently | nwhitehorn | 2013-09-09 | 2 | -5/+3 |
* | Align stacks of kernel threads correctly at 16-byte boundaries rather than | nwhitehorn | 2013-09-05 | 1 | -0/+1 |
* | Enable PMC interrupt handling, and fix a DTrace trap handling bug. | jhibbits | 2013-09-03 | 1 | -5/+5 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 2 | -6/+4 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 2 | -24/+20 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 3 | -5/+5 |
* | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may | jhibbits | 2013-08-06 | 1 | -3/+0 |
* | Evict pages from the PTEG when it's full and trying to insert a new PTE, | jhibbits | 2013-08-06 | 1 | -7/+77 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | Fix check: bitwise and has only one &. | nwhitehorn | 2013-07-12 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 2 | -0/+4 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 2 | -2/+2 |
* | Remove a comment that shouldn't have gone in. | jhibbits | 2013-04-26 | 1 | -3/+0 |
* | Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. | jhibbits | 2013-04-25 | 1 | -0/+111 |
* | Print out DSISR in a fatal DSI trap. | jhibbits | 2013-04-05 | 1 | -0/+2 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+8 |
* | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | jhibbits | 2013-03-18 | 3 | -19/+14 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 2 | -0/+96 |
* | MFC | attilio | 2013-03-02 | 1 | -17/+9 |
|\ |
|
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -17/+9 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 2 | -6/+4 |
| * | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 3 | -3/+0 |