| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestiges of knowing the ISA bus, which we gave up on around 20 | Warner Losh | 2014-03-19 | 2 | -2/+2 |
* | Only invoke fasttrap hooks for traps from user mode, and ensure that they're | Mark Johnston | 2014-03-19 | 1 | -19/+21 |
* | In kernel config files, it is supposed to be 'options<space><tab>' not | Warner Losh | 2014-03-18 | 2 | -4/+4 |
* | Align all comments in config files on same column. This consistency | Warner Losh | 2014-03-16 | 1 | -195/+195 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 5 | -5/+5 |
* | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -1/+0 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -1/+0 |
* | Delete stray clause 3 (Advertising clause) and renumber while i'm | Warner Losh | 2014-03-11 | 1 | -1/+1 |
* | Remove clause 3 (the advertising clause), per the regent's letter. | Warner Losh | 2014-03-11 | 1 | -1/+1 |
* | xen: use the same hypercall mechanism for XEN and XENHVM | Roger Pau Monné | 2014-03-11 | 2 | -8/+9 |
* | xen: implement an early timer for Xen PVH | Roger Pau Monné | 2014-03-11 | 3 | -3/+12 |
* | howto_names: unify declaration | Roger Pau Monné | 2014-03-11 | 1 | -18/+1 |
* | xen: add and enable Xen console for PVH guests | Roger Pau Monné | 2014-03-11 | 2 | -20/+2 |
* | xen: add PV/PVH kernel entry point | Roger Pau Monné | 2014-03-11 | 1 | -0/+2 |
* | amd64/i386: switch IPI handlers to C code. | Roger Pau Monné | 2014-03-11 | 4 | -119/+121 |
* | When the kernel is running in a virtual machine, it cannot rely upon the | Alan Cox | 2014-02-22 | 1 | -5/+11 |
* | After r261980, the local ptr variable in xbox_init() is no longer used, | Dimitry Andric | 2014-02-16 | 1 | -1/+0 |
* | Upgrade our copy of llvm/clang to 3.4 release. This version supports | Dimitry Andric | 2014-02-16 | 2 | -2/+2 |
* | Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn't | Christian Brueffer | 2014-02-16 | 1 | -21/+0 |
* | Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA | Christian Brueffer | 2014-02-16 | 4 | -5/+1 |
* | provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64 | Andriy Gapon | 2014-02-14 | 1 | -0/+16 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | John Baldwin | 2014-02-12 | 1 | -0/+3 |
* | Don't waste a page of KVA for the boot-time memory test on x86. For amd64, | John Baldwin | 2014-02-11 | 4 | -11/+9 |
* | Move <machine/apicvar.h> to <x86/apicvar.h>. | John Baldwin | 2014-01-23 | 6 | -228/+5 |
* | Add VT kernel configuration to ease testing of vt(9), aka Newcons | Ed Maste | 2014-01-19 | 1 | -0/+14 |
* | Add very simple virtio_random(4) driver to harvest entropy from host | Bryan Venteicher | 2014-01-18 | 1 | -0/+1 |
* | Remove spaces from boot messages when we print the CPU ID/Family/Stepping | Gavin Atkinson | 2014-01-11 | 1 | -5/+5 |
* | Nuke symbols.raw | Sergey Kandaurov | 2013-12-17 | 1 | -73/+0 |
* | Move constants for indices in the local APIC's local vector table from | John Baldwin | 2013-12-09 | 1 | -9/+0 |
* | Fix a typo. | John Baldwin | 2013-12-05 | 1 | -1/+1 |
* | Enable Hyper-V support in i386 GENERIC. | Xin LI | 2013-12-05 | 1 | -0/+3 |
* | Support Hyper-V on i386: | Xin LI | 2013-12-05 | 1 | -0/+2 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -1/+1 |
* | Make process descriptors standard part of the kernel. rwhod(8) already | Pawel Jakub Dawidek | 2013-11-30 | 1 | -1/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 4 | -4/+0 |
* | Refactor i386 startup SMAP parsing | Ed Maste | 2013-11-22 | 1 | -33/+50 |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | Andreas Tobler | 2013-11-21 | 1 | -4/+8 |
* | Fix accounting for hw.realmem on the i386 and amd64 platforms. | Justin T. Gibbs | 2013-11-15 | 1 | -1/+1 |
* | x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | Ed Maste | 2013-11-14 | 3 | -56/+6 |
* | Disable building the ctl module for the i386 XEN kernel configuration | Dimitry Andric | 2013-11-11 | 1 | -1/+1 |
* | Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec uses | Konstantin Belousov | 2013-11-08 | 1 | -0/+2 |
* | Add bits for the AMD features from CPUID function 0x80000001 ECX, | Konstantin Belousov | 2013-11-08 | 1 | -6/+6 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | Alan Cox | 2013-11-08 | 1 | -11/+10 |
* | Remove references to an unused fasttrap probe hook, and remove the | Mark Johnston | 2013-10-31 | 1 | -11/+3 |
* | - Provide necessary includes. | Gleb Smirnoff | 2013-10-29 | 1 | -0/+1 |
* | Import the driver for VT-d DMAR hardware, as specified in the revision | Konstantin Belousov | 2013-10-28 | 1 | -0/+1 |
* | Document XENHVM and xenpci are mutually inclusive. | Glen Barber | 2013-10-11 | 1 | -3/+4 |
* | Remove redundant declarations of szsigcode and sigcode in | Dimitry Andric | 2013-10-07 | 1 | -2/+0 |
* | Remove redundant declaration of force_evtchn_callback() in the | Dimitry Andric | 2013-10-07 | 1 | -3/+0 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | Justin T. Gibbs | 2013-10-05 | 3 | -11/+6 |