| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Disable the ctl driver in GENERIC. | adrian | 2013-03-02 | 1 | -1/+1 |
| * | | | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -4/+3 |
| * | | | MFcalloutng: | mav | 2013-02-28 | 1 | -17/+9 |
| * | | | MFcalloutng: | davide | 2013-02-28 | 1 | -11/+12 |
| * | | | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 2 | -6/+4 |
| | |/
| |/| |
|
* | | | MFC | attilio | 2013-02-27 | 2 | -6/+4 |
* | | | MFC | attilio | 2013-02-24 | 9 | -380/+20 |
|\ \ \
| |/ / |
|
| * | | Locking for todr got pushed down into inittodr and the client | imp | 2013-02-21 | 1 | -10/+2 |
| * | | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -362/+10 |
| |/ |
|
| * | Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is | jkim | 2013-02-15 | 3 | -8/+8 |
* | | MFC | attilio | 2013-02-03 | 9 | -162/+38 |
|\ \
| |/ |
|
| * | cpususpend_handler: mark AP as resumed only after fully setting up lapic | avg | 2013-02-02 | 1 | -2/+2 |
| * | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
| * | Remove support for plip from the GENERIC kernel as no systems in the | eadler | 2013-02-01 | 1 | -1/+0 |
| * | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. | andre | 2013-02-01 | 1 | -5/+0 |
| * | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | jhb | 2013-01-29 | 3 | -160/+2 |
| * | Don't assume that all Linux TCP-level socket options are identical to | jhb | 2013-01-23 | 1 | -0/+7 |
| * | Fix build with SMP disabled.` | jhb | 2013-01-19 | 1 | -0/+5 |
| * | Don't attempt to use clflush on the local APIC register window. Various | jhb | 2013-01-17 | 1 | -0/+11 |
| * | Add VirtIO to the i386 and amd64 GENERIC kernels | bryanv | 2013-01-13 | 2 | -0/+17 |
* | | MFC | attilio | 2013-01-09 | 2 | -9/+3 |
|\ \
| |/ |
|
| * | Enable the UFS quotas for big-iron GENERIC kernels. | kib | 2013-01-03 | 1 | -0/+1 |
| * | As discussed on -current last October, remove the firewire drivers from | des | 2013-01-03 | 1 | -9/+0 |
| * | Fix !INVARIANTS && !SMP build. | marius | 2013-01-03 | 1 | -0/+2 |
* | | MFC | attilio | 2012-12-26 | 1 | -22/+0 |
|\ \
| |/ |
|
| * | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -22/+0 |
* | | MFC | attilio | 2012-12-11 | 7 | -57/+82 |
|\ \
| |/ |
|
| * | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -0/+22 |
| * | Print the frame addresses for the backtraces on i386 and amd64. It | kib | 2012-12-03 | 1 | -6/+11 |
| * | Remove duplicate code. Reduce diff between amd64 and i386. | jkim | 2012-12-01 | 1 | -25/+19 |
| * | Use volatile keywords properly. | jkim | 2012-11-30 | 1 | -11/+11 |
| * | Tidy up inline assembly. No functional change. | jkim | 2012-11-30 | 1 | -8/+8 |
| * | Fix a minor warning in sys/i386/xen/clock.c. | dim | 2012-11-12 | 1 | -1/+1 |
| * | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -0/+9 |
| * | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
| * | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+5 |
| * | Add missed sched_pin(). | kib | 2012-10-24 | 1 | -0/+1 |
* | | MFC | attilio | 2012-10-22 | 15 | -183/+271 |
|\ \
| |/ |
|
| * | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -8/+2 |
| * | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 2 | -0/+6 |
| * | The 'testing memory' patch gets printed too many times | eadler | 2012-10-22 | 1 | -2/+0 |
| * | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 2 | -6/+0 |
| * | Explain the upcoming delay by printing a message when the kernel | eadler | 2012-10-22 | 1 | -0/+2 |
| * | MFamd64: add machdep.uprintf_signal. | kib | 2012-10-14 | 1 | -0/+19 |
| * | pciereg_cfg*: use assembly to access the mem-mapped cfg space | avg | 2012-10-14 | 1 | -6/+20 |
| * | Replace all uses of the vm page queues lock by a new R/W lock. | alc | 2012-10-12 | 3 | -61/+80 |
| * | MFi386 r241356 | alc | 2012-10-10 | 1 | -0/+9 |
| * | Revert previous commit... | kevlo | 2012-10-10 | 3 | -3/+3 |
| * | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -2/+2 |
| * | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 3 | -5/+6 |