Age | Commit message (Expand) | Author |
2024-11-05 | Enable ixv(4) | YASUOKA Masahiko |
2024-11-04 | remove ability to specify root/dump/swap on st(4) | Jonathan Gray |
2024-11-04 | correct non-rd major numbers; ok miod@ | Jonathan Gray |
2024-11-04 | No need to duplicate the scsi_xfer timeout field in spc_acb. | Miod Vallat |
2024-11-04 | Implement support for the new CHLS key that is used to control the battery | Mark Kettenis |
2024-11-02 | Move edid_print() behind defined(EDID_DEBUG). | Miod Vallat |
2024-11-02 | use correct array index when setting frequency | Jonathan Gray |
2024-11-02 | Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocks | Miod Vallat |
2024-11-02 | Kill unused pmap_collect(). | Martin Pieuchot |
2024-11-02 | Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559, | YASUOKA Masahiko |
2024-11-01 | In macppc ofwboot, sync instruction cache before entering kernel | George Koehler |
2024-11-01 | Allocate PD for Intel's U-K before transferring mappings to the pae pmap. | Martin Pieuchot |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-10-29 | We should always set the AP power state, so fold the rtkit_set_ap_pwrstate() | Mark Kettenis |
2024-10-28 | Set AP power state. Fixes the SMC initialization on (at least) the M1 | Mark Kettenis |
2024-10-28 | Improve RK_DEBUG debug code to also print the mailbox messages that we send. | Mark Kettenis |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-25 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-24 | Change macppc's ci_idepth from -1 to 0 when no interrupts | George Koehler |
2024-10-24 | Stop leaking kernel stack guard pages. | Mark Kettenis |
2024-10-24 | remove unused T_BITS define; ok miod@ | Jonathan Gray |
2024-10-24 | Add a ci_intrdepth field to struct cpu_info for sh, and use it to implement | Miod Vallat |
2024-10-23 | Remove not-used-in-the-last-20-years-or-so defines. | Miod Vallat |
2024-10-23 | Rename `ci_in_intr' to `ci_idepth'. | Martin Pieuchot |
2024-10-23 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-23 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-22 | remove redundant include guard in BUS_SPACE_DEBUG path | Jonathan Gray |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-10-22 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-22 | remove prototypes with no matching function | Jonathan Gray |
2024-10-22 | correct name of define for ISS data abort S1PTW bit | Jonathan Gray |
2024-10-21 | define _MACHINE_ARCH not _MACHINE_ARC | Jonathan Gray |
2024-10-21 | remove unneeded includes | Jonathan Gray |
2024-10-21 | We have not been swapping out kernel stacks since forever. So just | Mark Kettenis |
2024-10-21 | remove unneeded includes | Jonathan Gray |
2024-10-21 | remove unused MP_PICMODE define | Jonathan Gray |
2024-10-20 | add comma to fix offsets of trap type strings | Jonathan Gray |
2024-10-17 | use <machine/asm.h> not "machine/asm.h", for consistency | Jonathan Gray |
2024-10-17 | remove unneeded includes | Jonathan Gray |
2024-10-16 | a.out is no longer the commonly encountered binary file format, the world has | Miod Vallat |
2024-10-16 | Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instruction | Miod Vallat |
2024-10-16 | Deliver SIGTRAP, rather than SIGEMT, for trap instructions which are neither | Miod Vallat |
2024-10-16 | remove unneeded frame.h and riscvreg.h includes | Jonathan Gray |
2024-10-15 | remove unneeded pte.h include | Jonathan Gray |
2024-10-14 | remove unneeded vmparam.h include from pte.h | Jonathan Gray |
2024-10-14 | Fix build w/o SUSPEND option | Jan Klemkow |
2024-10-14 | remove unneeded device.h include | Jonathan Gray |
2024-10-14 | remove unused struct sigstate; ok miod@ | Jonathan Gray |
2024-10-10 | Remove the gazillion of macros to get fields from curcpu(), and use | Miod Vallat |
2024-10-10 | allow MSI with the QEMU default pc-i440fx machine | Jonathan Gray |