| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | | MFC | attilio | 2011-05-13 | 1 | -0/+2 |
* | | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 2 | -2/+3 |
|/ |
|
* | Don't use the whole region 5 for KVA, because the CPU may not implement all | marcel | 2011-05-02 | 1 | -1/+2 |
* | Stop linking against a direct-mapped virtual address and instead | marcel | 2011-04-30 | 3 | -14/+26 |
* | Remove prototypes of non-existent functions. | marcel | 2011-04-25 | 1 | -5/+0 |
* | Use the new arch_loadaddr I/F to align ELF objects to PBVM page | marcel | 2011-04-03 | 1 | -1/+5 |
* | Eliminate an unused definition. | alc | 2011-03-26 | 1 | -3/+0 |
* | Fix switching to physical mode as part of calling into EFI runtime | marcel | 2011-03-21 | 4 | -8/+13 |
* | Change region 4 to be part of the kernel. This serves 2 purposes: | marcel | 2011-03-21 | 2 | -16/+19 |
* | Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about | marcel | 2011-03-18 | 1 | -5/+5 |
* | MFaltix: | marcel | 2011-03-16 | 2 | -2/+49 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -2/+0 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 1 | -1/+4 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | The highest-precision floating point type on ia64 has 64 bits of | das | 2011-01-09 | 1 | -1/+1 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 1 | -2/+2 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -9/+7 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -31/+24 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -24/+31 |
* | phys_avail[] is correctly defined as an array of vm_paddr_t's in | alc | 2010-12-01 | 1 | -1/+1 |
* | - Remove <machine/mutex.h>. Most of the headers were empty, and the | jhb | 2010-11-09 | 1 | -70/+0 |
* | Remove clauses 3 and 4, per changes to NetBSD versions of these files. | imp | 2010-09-25 | 2 | -14/+0 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -2/+8 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | jhb | 2010-08-06 | 1 | -0/+1 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | jhb | 2010-07-29 | 1 | -2/+2 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | kib | 2010-07-22 | 1 | -0/+3 |
* | Add acpi_find_table() -- a convenience function for looking up an | marcel | 2010-07-07 | 1 | -0/+1 |
* | Allocate and setup an interrupt vector for corrected machine checks. | marcel | 2010-07-03 | 1 | -0/+1 |
* | When compiling with profiling, we define PROF for userspace and GPROF | marcel | 2010-07-01 | 1 | -1/+1 |
* | While functions are ideally aligned to a 32-byte boundary, don't | marcel | 2010-06-30 | 1 | -1/+1 |