Age | Commit message (Expand) | Author |
2024-11-08 | Move sparc64-specific ofw prototypes out of the MI header. | Miod Vallat |
2024-11-08 | Add a work-in-progress version of ice(4), a driver for Intel E810 devices. | Stefan Sperling |
2024-11-08 | psp(4) waits for acknowledgement of wbinvd from other CPU. | Alexander Bluhm |
2024-11-08 | Implement interrupt depth counter for sparc64. | Miod Vallat |
2024-11-08 | Correctly compute access type for write faults. This allows write-only | Miod Vallat |
2024-11-08 | remove ID register values, cpu.c uses different defines | Jonathan Gray |
2024-11-08 | remove PCI MMIO defines, matches recent amd64 change | Jonathan Gray |
2024-11-08 | remove unused pmap_move() | Jonathan Gray |
2024-11-08 | remove unused VM_MAXUSER_ADDRESS32 | Jonathan Gray |
2024-11-08 | remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019 | Jonathan Gray |
2024-11-07 | Expand amd64 wbinvd_on_all_cpus() with acknowledge. | Alexander Bluhm |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-07 | Remove OF_package_to_path(). This routine used to be needed by the OFW | Miod Vallat |
2024-11-07 | Remove leftover indirections required by pre-armv7 cpu support. | Miod Vallat |
2024-11-07 | Remove two unnecessary instructions, at least one being a leftover from | Miod Vallat |
2024-11-07 | add rcs ids | Jonathan Gray |
2024-11-06 | Do not store the value of sp in struct clockframe, for nothing has a need | Miod Vallat |
2024-11-06 | Address more outdated comments. | Miod Vallat |
2024-11-06 | A long, long, time ago, pending interrupt handlers were stored in arrays | Miod Vallat |
2024-11-06 | Give locore a few more symbolic constants to make the code path constructing | Miod Vallat |
2024-11-06 | Remove a non-applicable comment about 32-bit userland code. | Miod Vallat |
2024-11-06 | Make edid_parse() take a device name as extra argument so that the few | Miod Vallat |
2024-11-05 | The `pri' field of struct clockframe has become unused since the removal of | Miod Vallat |
2024-11-05 | The first field of struct cfdriver is a pointer. Put NULL rather than 0 here. | Miod Vallat |
2024-11-05 | Fix typo in smbios product string for the HP OmniBook X. | Mark Kettenis |
2024-11-05 | Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of that | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-05 | Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenly | Miod Vallat |
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 |