| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 281266: | jhb | 2015-06-02 | 1 | -0/+2 |
* | Merge the fueword(9) and casueword(9). In particular, | kib | 2014-11-18 | 1 | -0/+4 |
* | Fix previous commit: unbreak build of libkvm by including sys/systm.h | marcel | 2014-09-07 | 1 | -1/+2 |
* | Fix the PCPU access macros. It was found that the PCPU pointer, when | marcel | 2014-09-06 | 1 | -8/+41 |
* | MFC r263815, r263872: | emaste | 2014-08-21 | 1 | -177/+0 |
* | MFC r263380 & r268185: Add KTR events for the PMAP interface functions. | marcel | 2014-07-02 | 1 | -9/+14 |
* | MFC r263323: Fix and improve exception tracing. | marcel | 2014-07-02 | 3 | -1/+9 |
* | MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h> | marcel | 2014-07-02 | 1 | -10/+2 |
* | MFC r257477: Purge the translation cache of APs before we unleash them. | marcel | 2014-07-02 | 1 | -0/+1 |
* | MFC r257854 (discussed with alc@) | ian | 2014-05-16 | 1 | -10/+2 |
* | MFC r263998: | tijl | 2014-04-15 | 1 | -1/+1 |
* | MFC r260175: | marcel | 2014-02-16 | 1 | -0/+28 |
* | MFC r257487: | marcel | 2014-02-16 | 1 | -0/+5 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 1 | -0/+12 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 1 | -3/+3 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+2 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+39 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -7/+2 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+2 |
* | kernacc() expects all KVAs to be covered in the kernel map. With the | marcel | 2013-02-25 | 1 | -4/+5 |
* | Eliminate padding by moving 'narg' next to 'code'. Both are 32-bit | marcel | 2013-02-12 | 1 | -1/+1 |
* | Fix compilation on ia64 when page size is configured for 16KB. | kib | 2012-10-28 | 1 | -15/+0 |
* | Port the new PV entry allocator from amd64/i386. This allocator has two | alc | 2012-10-26 | 1 | -4/+17 |
* | Move PCPU initialization to a new function called cpu_pcpu_setup(). | marcel | 2012-07-08 | 1 | -0/+2 |
* | Implement ia64_physmem_alloc() and use it consistently to get memory | marcel | 2012-07-07 | 1 | -1/+1 |
* | Hide the creation of phys_avail behind an API to make it easier to do it | marcel | 2012-07-07 | 2 | -5/+7 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+41 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -0/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -2/+2 |
* | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | tijl | 2012-03-18 | 1 | -8/+40 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+15 |
* | Add parentheses where required. Without them, `sizeof LDBL_MAX' | das | 2012-01-20 | 1 | -4/+4 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+9 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | Bump MAXCPU for amd64, ia64 and XLP mips appropriately. | attilio | 2011-07-19 | 1 | -1/+1 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | Add a few more helper functions for working with memory descriptors: | marcel | 2011-07-16 | 1 | -0/+3 |
* | Implement basic support for memory attributes. At this time we only | marcel | 2011-07-08 | 2 | -11/+15 |
* | Switch to the event timers infrastructure. This includes: | marcel | 2011-06-25 | 2 | -1/+5 |
* | Properly serialize the global shootdown with the instruction | marcel | 2011-06-17 | 1 | -2/+11 |
* | MFC | attilio | 2011-05-14 | 2 | -12/+9 |
|\ |
|
| * | Be pedantic: mark the pcpu pointer (= register r13) itself as volatile. | marcel | 2011-05-14 | 1 | -1/+1 |
| * | Turn ia64_srlz() and ia64_srlz_i() into defines so that the code is | marcel | 2011-05-14 | 1 | -11/+8 |