| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Auto-generated code from sys_ prefixing makesyscalls.sh change | kmacy | 2011-09-16 | 5 | -145/+151 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 10 | -84/+84 |
* | Fix a zyd(4) comment typo that was copy+pasted into most kernel config files. | brueffer | 2011-09-11 | 1 | -1/+1 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 2 | -43/+43 |
* | Enable the puc(4) driver on amd64 and i386 in GENERIC. This allows | jhb | 2011-08-26 | 1 | -4/+1 |
* | In HEAD when doing no further checkes there is no reason use the | bz | 2011-08-20 | 1 | -3/+2 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 4 | -5/+14 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 2 | -35/+34 |
* | Change all the sample kernel configurations to use | rmacklem | 2011-08-07 | 3 | -7/+7 |
* | Corrections for the iBCS2 support that seems to regressed from 4.x times. | kib | 2011-08-02 | 1 | -30/+34 |
* | Introduce a tunable to disable the time consuming parts of bootup | bz | 2011-07-30 | 1 | -1/+12 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 3 | -13/+5 |
* | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | ed | 2011-07-17 | 1 | -2/+2 |
* | Don't include mptable_pci.c in Xen kernels. It is only meant for systems | jhb | 2011-07-17 | 1 | -30/+0 |
* | Fix build with NEW_PCIB defined. | jhb | 2011-07-16 | 1 | -0/+7 |
* | Delete duplicate tags entry I introduced in -r223901. | mckusick | 2011-07-15 | 1 | -2/+1 |
* | Update tags build script | mckusick | 2011-07-10 | 1 | -1/+1 |
* | Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take | jkim | 2011-07-05 | 1 | -5/+7 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 5 | -152/+125 |
* | When iterating over a paging queue, explicitly check for PG_MARKER, instead | alc | 2011-07-02 | 2 | -2/+2 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -12/+14 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 2 | -4/+4 |
* | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | jonathan | 2011-06-29 | 1 | -2/+2 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 3 | -750/+4 |
* | Oops, missed these in 223424. | jhb | 2011-06-22 | 1 | -0/+1 |
* | Use uintXX_t instead of u_intXX_t. | jhb | 2011-06-22 | 1 | -5/+5 |
* | Add a helper routine to conditionally modify the start address of a | jhb | 2011-06-22 | 1 | -22/+32 |
* | Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels. | hselasky | 2011-06-14 | 1 | -0/+1 |
* | Enable sound support by default on i386 and amd64. | joel | 2011-06-11 | 1 | -0/+8 |
* | Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the | jhb | 2011-06-10 | 1 | -0/+1 |
* | remove code for dynamic offlining/onlining of CPUs on x86 | avg | 2011-06-08 | 3 | -169/+10 |
* | MFC | attilio | 2011-06-06 | 1 | -2/+5 |
|\ |
|
| * | don't use cpuid level 4 in x86 cpu topology detection if it's not supported | avg | 2011-06-06 | 1 | -2/+5 |
| * | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 1 | -1/+1 |
| * | Bring back r222275. runfw(4) will statically link in rt2870.fw.uu | kevlo | 2011-05-25 | 1 | -1/+0 |
| * | run(4) needs firmware loaded to work | kevlo | 2011-05-25 | 1 | -0/+1 |
| * | Merge part of r221322 from largeSMP project: | attilio | 2011-05-18 | 1 | -43/+27 |
| * | Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features. | jkim | 2011-05-17 | 2 | -28/+37 |
| * | Remove an unused typedef. | attilio | 2011-05-17 | 1 | -1/+0 |
* | | MFC | attilio | 2011-05-31 | 1 | -1/+1 |
* | | - Fix a misusage of cpuset_t objects | attilio | 2011-05-24 | 2 | -3/+3 |
* | | Add a "safety belt" check for lsb setting. | attilio | 2011-05-22 | 2 | -0/+2 |
* | | Reintroduce the lazypmap infrastructure and convert it to using | attilio | 2011-05-20 | 8 | -3/+242 |
* | | MFC | attilio | 2011-05-18 | 2 | -28/+37 |
* | | MFC | attilio | 2011-05-15 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Add I2C bus driver for the AMD Geode LX series CS5536 Companion | brix | 2011-05-15 | 1 | -0/+6 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
| * | Refactor Xen PV code to use new event timers subsystem. That uses one-shot | mav | 2011-05-13 | 3 | -104/+112 |