| Commit message (Expand) | Author | Age | Files | Lines |
| * | Even though I'm not quite sure that the call_func stuff will work properly | Adrian Chadd | 2009-05-30 | 1 | -2/+3 |
| * | Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaled | Adrian Chadd | 2009-05-30 | 1 | -3/+3 |
| * | Correctly report the IPI IRQs being created; make it clear what vectors they ... | Adrian Chadd | 2009-05-30 | 1 | -4/+4 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 3 | -13/+5 |
| * | Revert to 2-clause. | Adrian Chadd | 2009-05-29 | 1 | -2/+0 |
| * | Fix the Xen TOD update when the hypervisor wall clock is nudged. | Adrian Chadd | 2009-05-29 | 1 | -0/+14 |
| * | Migrate the Xen hypervisor clock reading routines into something | Adrian Chadd | 2009-05-29 | 3 | -49/+141 |
| * | Say hello to a very basic, read-only, Xen Hypervisor RTC. | Adrian Chadd | 2009-05-28 | 1 | -0/+191 |
| * | We don't need d_thread_t for cross-branch portability here anymore. | Warner Losh | 2009-05-20 | 1 | -4/+4 |
| * | Some minor style changes: | Warner Losh | 2009-05-20 | 1 | -22/+14 |
| * | Don't bother reading the initial value of the machine check banks during | John Baldwin | 2009-05-20 | 1 | -4/+0 |
| * | - Add a tunable 'hw.mca.enabled' that can be used to enable/disable the | John Baldwin | 2009-05-18 | 1 | -11/+14 |
| * | Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name. | John Baldwin | 2009-05-18 | 1 | -0/+5 |
| * | Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend | John Baldwin | 2009-05-18 | 1 | -1/+1 |
| * | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 1 | -0/+10 |
| * | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | Dmitry Chagin | 2009-05-16 | 1 | -0/+1 |
| * | Trim the default set of device hints on i386 and amd64: | John Baldwin | 2009-05-14 | 1 | -42/+0 |
| * | FreeBSD right now support 32 CPUs on all the architectures at least. | Attilio Rao | 2009-05-14 | 4 | -78/+21 |
| * | Implement simple machine check support for amd64 and i386. | John Baldwin | 2009-05-13 | 6 | -0/+618 |
| * | Correct a rare use-after-free error in pmap_copy(). This error was | Alan Cox | 2009-05-13 | 1 | -2/+4 |
| * | Remove unused variables. | Christian Brueffer | 2009-05-12 | 1 | -4/+1 |
| * | Do not export AT_CLKTCK when emulating Linux kernel prior | Dmitry Chagin | 2009-05-10 | 1 | -1/+11 |
| * | Rework r189362, r191883. | Dmitry Chagin | 2009-05-10 | 1 | -1/+2 |
| * | - Use "device\t" and "options \t" for consistency. | Jun Kuriyama | 2009-05-10 | 6 | -24/+24 |
| * | Regenerate system call tables to use SVN ids. | Ed Schouten | 2009-05-08 | 5 | -7/+12 |
| * | Regenerate ibcs2 system call table. | Ed Schouten | 2009-05-08 | 3 | -20/+12 |
| * | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 2 | -33/+2 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+1 |
| * | Move the per-prison Linux MIB from a private one-off pointer to the new | Jamie Gritton | 2009-05-07 | 1 | -0/+2 |
| * | To avoid excessive code duplication move MI definitions to the MI | Dmitry Chagin | 2009-05-07 | 1 | -8/+0 |
| * | Do not try to initialize LAPIC timer if we are not going to use it. | Alexander Motin | 2009-05-05 | 1 | -1/+1 |
| * | Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 and | Jung-uk Kim | 2009-05-04 | 1 | -11/+18 |
| * | Oops, sorry. Fix for fix. | Alexander Motin | 2009-05-04 | 1 | -1/+1 |
| * | There is no atrtc driver in pc98, so hide atrtcclock_disable variable usage | Alexander Motin | 2009-05-04 | 1 | -0/+2 |
| * | Rename statclock_disable variable to atrtcclock_disable that it actually is, | Alexander Motin | 2009-05-03 | 4 | -24/+17 |
| * | fix XEN compilation | Kip Macy | 2009-05-02 | 1 | -0/+3 |
| * | Add support for using i8254 and rtc timers as event sources for i386 SMP | Alexander Motin | 2009-05-02 | 4 | -3/+69 |
| * | Move extern variable definitions to the header file. | Dmitry Chagin | 2009-05-02 | 1 | -3/+1 |
| * | Small addition to r191720. | Alexander Motin | 2009-05-01 | 1 | -1/+5 |
| * | o add uath | Sam Leffler | 2009-05-01 | 1 | -1/+2 |
| * | Use value -1 instead of 0 for marking unused APIC vectors. This fixes | Alexander Motin | 2009-05-01 | 1 | -5/+11 |
| * | Reimplement futexes. | Dmitry Chagin | 2009-05-01 | 1 | -3/+3 |
| * | - Fix divide-by-zero panic when SMP kernel is used on UP system[1]. | Jung-uk Kim | 2009-04-30 | 1 | -1/+7 |
| * | - Add support for cpuid leaf 0xb. This allows us to determine the | Jeff Roberson | 2009-04-29 | 4 | -83/+155 |
| * | Reduce the number of bounce zones (and thus the number of bounce pages | John Baldwin | 2009-04-23 | 1 | -8/+2 |
| * | Adjust the way we number CPUs on x86 so that we attempt to "group" all | John Baldwin | 2009-04-22 | 1 | -21/+29 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson | 2009-04-19 | 1 | -0/+5 |
| * | - Import infrastructure for caching flows as a means of accelerating L3 and L... | Kip Macy | 2009-04-19 | 1 | -0/+2 |