Age | Commit message (Expand) | Author |
2015-07-27 | Allow coalescing of IPI requests on mips64, to make IPI sending | Visa Hankala |
2015-07-27 | Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md | Philip Guenther |
2015-07-26 | Make sure pci_intr_map() will perform proper interrupt swizzling for devices | Miod Vallat |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. | Kenneth R Westerback |
2015-07-23 | Attach pvbus(4) later just before pci(4). Same change was done for amd64. | Reyk Floeter |
2015-07-23 | GPT appears to create broken spoofed labels for empty disks (at least vnd, | Theo de Raadt |
2015-07-21 | pvbus(4) was attaching too early, it has to wait for identifycpu. | Reyk Floeter |
2015-07-21 | Let octeon kernel compile again with the MP_LOCKDEBUG option. | Visa Hankala |
2015-07-21 | Sync with amd64; add LAPIC timer definitions. | Masao Uebayashi |
2015-07-21 | add braces to avoid an uninitialised variable use | Jonathan Gray |
2015-07-21 | Define some LAPIC timer register values. | Masao Uebayashi |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-20 | Add a new flash driver for Octeon that allows access to the internal | Paul Irofti |
2015-07-20 | go a bit further with miods last change to copy{in,out}{,str} and | David Gwynne |
2015-07-20 | it's unlikely we'll run on physical octeon hardware that's little endian; | Jasper Lievisse Adriaanse |
2015-07-20 | Make pmap_remove() grab the kernel lock. This is a big hammer but makes MP | Mark Kettenis |
2015-07-19 | rework how iobus(4) finds and attaches devices. | Jasper Lievisse Adriaanse |
2015-07-19 | don't check for the name in attach_args being NULL; nothing should call | Jasper Lievisse Adriaanse |
2015-07-19 | Make i386_send_ipi() return void | Stefan Fritsch |
2015-07-19 | Make x86_send_ipi() return void | Stefan Fritsch |
2015-07-19 | Enable GPT kernel support. Discussed with a few. OK miod@ | Brandon Mercer |
2015-07-19 | Add proper kernel locking in the fpe_branch_emulate() function, to | visa |
2015-07-19 | Register the IPI handler early enough for the correct idle_mask to | visa |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-07-19 | Rename the tpspmic driver so it does not contain numbers. OK jsg@ | Brandon Mercer |
2015-07-19 | Make the keyboard driver poll until we can improve it more. Pulled from the o... | Brandon Mercer |
2015-07-19 | set usb vendor string to 'Octeon' instead of '' | Jasper Lievisse Adriaanse |
2015-07-19 | remove pointless cast | Jasper Lievisse Adriaanse |
2015-07-18 | Make {x86,i82489,x2apic,i386}_ipi return void | Stefan Fritsch |
2015-07-18 | Make *_ipi_init return void on i386/amd64 | Stefan Fritsch |
2015-07-18 | unexpand spaces to tabs | Stefan Fritsch |
2015-07-18 | Set all the cr4 bits we want at once, instead of one by one | Philip Guenther |
2015-07-18 | Correctly set up interrupts; now the kernel no longer get stuck with an SCSI | Miod Vallat |
2015-07-18 | Check for errors in the status register after performing a PCI configuration | Miod Vallat |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Remove/reword some odd comments and a #define that looks like it was left | Mike Larkin |
2015-07-17 | Make sound cards work on older PowerMacs. | Martin Pieuchot |
2015-07-17 | Remove (unused) references to bios32, which is not present in amd64. | Mike Larkin |
2015-07-17 | Include executable mapping for BIOS32 pages. Fixes a problem where mappings | Mike Larkin |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-17 | add exdisplay to chromebook_devs | Jonathan Gray |
2015-07-17 | enable exynos | Jonathan Gray |
2015-07-17 | Proper prototypes and return values. | Miod Vallat |
2015-07-17 | Consistently use SEL_RPL as the mask when testing selector privilege level | Philip Guenther |
2015-07-17 | "are we 386, 386sx, or 486, or Pentium, or.." | Mike Larkin |
2015-07-16 | remove 'cpu_brand_id' as we no longer use that method to calculate the | Mike Larkin |