| Commit message (Expand) | Author | Age | Files | Lines |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -16/+21 |
* | The 'end' word was missed in the comment. | kib | 2013-02-08 | 1 | -2/+2 |
* | Revert the part of r239864 which removed obtaining the SMP mutex around | marius | 2013-01-23 | 1 | -18/+2 |
* | - Implement run-time expansion of the KTR buffer via sysctl. | jeff | 2012-11-15 | 1 | -0/+1 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -7/+1 |
* | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts. | marius | 2012-10-20 | 1 | -8/+8 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -3/+3 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 1 | -2/+2 |
* | Prevent indent(1) from reformatting this comment, as it contains | gavin | 2012-09-07 | 1 | -1/+1 |
* | Add a global MD macro for the VIS block size instead of duplicating | marius | 2012-08-31 | 1 | -0/+2 |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 1 | -9/+25 |
* | Merge r236494 from x86: | marius | 2012-08-05 | 1 | -1/+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/+34 |
* | 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 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-05-29 | 1 | -0/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | Fix mismerge in r235231. | marius | 2012-05-10 | 1 | -1/+1 |
* | Merge r234989 from x86: | marius | 2012-05-10 | 1 | -0/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 1 | -2/+0 |
* | Add casts to __uint16_t to the __bswap16() macros on all arches which | dim | 2012-03-09 | 1 | -2/+2 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -1/+1 |
* | Now that we have a working OF_printf() since r230631 and a OF_panic() | marius | 2012-01-27 | 1 | -29/+1 |
* | - Now that we have a working OF_printf() since r230631, use it for | marius | 2012-01-27 | 1 | -2/+3 |
* | For machines where the kernel address space is unrestricted increase | marius | 2012-01-27 | 1 | -1/+1 |
* | Mark cpu_{halt,reset}() as __dead2 as appropriate. | marius | 2012-01-27 | 1 | -2/+2 |
* | Add C11 macros describing subnormal numbers to float.h. | das | 2012-01-23 | 1 | -0/+15 |
* | Replace __signed by signed. | ed | 2011-12-13 | 1 | -1/+1 |
* | Revert r225889 a bit. While it's correct that in total store order there's | marius | 2011-12-03 | 1 | -1/+4 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | marius | 2011-11-27 | 1 | -3/+4 |
* | Define curthread as an inline function that loads the thread pointer | marius | 2011-11-15 | 1 | -0/+10 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -0/+11 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -1/+0 |
* | - Use atomic operations rather than sched_lock for safely assigning pm_active | marius | 2011-10-06 | 1 | -0/+59 |
* | Make sparc64 compatible with NEW_PCIB and enable it: | marius | 2011-10-02 | 2 | -24/+11 |
* | - Add protective parentheses to macros as far as possible. | marius | 2011-10-01 | 1 | -41/+41 |
* | In total store which we use for running the kernel and all of the userland | marius | 2011-10-01 | 1 | -8/+9 |
* | Use the extended integer condition code when comparing 64-bit values. Given | marius | 2011-09-30 | 1 | -1/+1 |
* | - Right-justify backslashes as suggested by style(9). | marius | 2011-09-30 | 1 | -55/+55 |
* | Merge from r224217: | marius | 2011-07-20 | 1 | -1/+1 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.c | marius | 2011-07-05 | 1 | -3/+0 |
* | - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries from | marius | 2011-07-02 | 3 | -5/+20 |
* | Fix whitespace | marius | 2011-06-21 | 1 | -5/+5 |
* | On machines where we don't need to lock the kernel TSB into the dTLB and | marius | 2011-06-21 | 2 | -2/+2 |
* | Don't include curcpu in the mask which is used as the IPI cookie as we | marius | 2011-06-15 | 1 | -12/+16 |
* | Adapt CATR() to r222813. This is somewhat tricky as we can't afford using | marius | 2011-06-07 | 1 | -16/+28 |
* | Fix KTR_CPUMASK in order to accept a string representing a cpuset_t. | attilio | 2011-05-31 | 1 | -0/+2 |