Age | Commit message (Expand) | Author |
2010-06-26 | Add GENERIC.MP. | Joel Sing |
2010-06-26 | Don't try to halt an AP if holding sched_lock since that causes hangs | Mike Larkin |
2010-06-26 | Fix 100% interrupt usage on amd64 MP resume. | Mike Larkin |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-26 | Do not store curcpu() in syscall and trap handlers since we can go to | Joel Sing |
2010-06-26 | Avoid a potential race when unlocking a mutex. | Joel Sing |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |
2010-06-22 | When mapping memory into dvma space, use pmap_kenter_pa() instead of | Owain Ainsworth |
2010-06-22 | Don't play with cacheability in vmapbuf() - pmap_enter() knows what it does. | Miod Vallat |
2010-06-22 | Since our caches are snooping, we only need to broadcast cache invalidates | Miod Vallat |
2010-06-22 | Some early 2.x sun4c PROM will default to serial input but glass output if no | Miod Vallat |
2010-06-22 | bump up the dmesg buffer size. new boxes have lots of crap in them, so | David Gwynne |
2010-06-19 | Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@ | Miod Vallat |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat |
2010-06-18 | dvma_free() the exact size passed to dvma_malloc(). | Miod Vallat |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-08 | properly enable vscsi, fix incorrect major | Todd T. Fries |
2010-06-08 | Add missing function prototype. | Joel Sing |
2010-06-08 | in viac3_crypto_setup(), if we fail to get a crypto driverid, | Thordur I. Bjornsson |
2010-06-07 | Sync with GENERIC and SUN4. | Miod Vallat |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat |
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat |
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson |
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse |
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse |
2010-06-06 | Nuke common. | Miod Vallat |
2010-06-06 | Kill unused sio_intr_count. | Miod Vallat |
2010-06-06 | Avoid computing a symbol with arithmetic involving a common, modern binutils | Miod Vallat |
2010-06-06 | typo in comment | Miod Vallat |
2010-06-05 | Pass signal handlers a more clean FPU state (ie. the right modes) and | Theo de Raadt |
2010-06-04 | Don't warn about not knowing what the bus clock is on core i7/i5/i3 | Jonathan Gray |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing |
2010-06-02 | has GENERIC.MP | Theo de Raadt |
2010-06-02 | Add back -fno-omit-frame-pointer, which was accidentally deleted by | Mark Kettenis |
2010-06-02 | - correctly report the number of wired tlb entries | Jasper Lievisse Adriaanse |
2010-06-02 | beagle has no stand/ yet | Theo de Raadt |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-06-01 | Initial attempt at GENERIC kernel for beagle, untested. | Dale Rahn |
2010-06-01 | Fix splassert code, (previously hidden in DIAGNOSTIC). | Dale Rahn |
2010-06-01 | Fix some code hidden in DIAGNOSTIC. | Dale Rahn |
2010-06-01 | Bluetooth header file is required so even if no bluetooth is configured | Dale Rahn |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |