| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/trap: Change prediction of NOFAULTING in trap_pfault() | Justin Hibbits | 10 days | 1 | -1/+1 |
* | sys: add wlan_gcmp to GENERIC kernels as appropriate | Adrian Chadd | 12 days | 2 | -0/+2 |
* | powernv: Explicitly enable the facilities we support | Justin Hibbits | 2025-03-19 | 2 | -0/+11 |
* | powerpc: Add Hypervisor Facility Unavailable handling | Justin Hibbits | 2025-03-19 | 2 | -0/+4 |
* | powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0 | Olivier Certner | 2025-02-19 | 1 | -1/+1 |
* | powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platform | Zhenlei Huang | 2025-02-13 | 1 | -13/+4 |
* | busdma: Always initialize bounce page STAILQ | Shawn Anastasio | 2025-02-09 | 1 | -3/+3 |
* | sys: Add cpu_update_pcb hook | John Baldwin | 2025-01-31 | 5 | -13/+4 |
* | sys: use globals for the ELF kernel and module type strings | Ahmad Khalifa | 2025-01-24 | 1 | -5/+4 |
* | sys: make the kernel metadata pointer global | Ahmad Khalifa | 2025-01-24 | 1 | -27/+28 |
* | ps3disk.c: Rewrite ps3disk_transfer | Chattrapat Sangmanee | 2025-01-24 | 1 | -41/+55 |
* | pci: cleanup __PCI_REROUTE_INTERRUPTS | Mitchell Horne | 2025-01-23 | 1 | -3/+0 |
* | Fix latency spikes on return from stop on POWER9+ | Timothy Pearson | 2025-01-21 | 1 | -10/+19 |
* | Add machdep.cpu_idle_max_stop_state tunable | Timothy Pearson | 2025-01-21 | 1 | -1/+39 |
* | Centralize and simpify implemention of some VM macros | Brooks Davis | 2025-01-14 | 1 | -7/+0 |
* | atomics: Constify loads | Olivier Certner | 2024-12-16 | 1 | -3/+3 |
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 24 | -26/+48 |
* | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin | 2024-12-06 | 2 | -2/+2 |
* | powernv/opal: Add missing DEVMETHOD_END to method list | Justin Hibbits | 2024-12-01 | 1 | -1/+3 |
* | powerpc: Remove unnecessary prototype. | Justin Hibbits | 2024-11-27 | 1 | -1/+0 |
* | powerpc: Get rid of interrupt subterfuge for IPIs | Justin Hibbits | 2024-11-27 | 1 | -12/+20 |
* | atomic(9): Implement atomic_testand(clear|set)_ptr | John Baldwin | 2024-11-19 | 1 | -0/+10 |
* | atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set) | John Baldwin | 2024-11-19 | 1 | -6/+0 |
* | sys: Avoid relying on pollution from refcount.h | Mark Johnston | 2024-11-05 | 1 | -0/+2 |
* | Check for errors when detaching children first, not last | John Baldwin | 2024-11-05 | 3 | -3/+18 |
* | powerpc: Add nominal support for POWER10 and POWER11 | Justin Hibbits | 2024-10-11 | 3 | -0/+22 |
* | ps3: add elfv2 support | Chattrapat Sangmanee | 2024-09-14 | 2 | -224/+230 |
* | kernel: Make some compile time constant variables const | Zhenlei Huang | 2024-08-30 | 1 | -2/+3 |
* | pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pages | Bojan Novković | 2024-07-30 | 1 | -3/+3 |
* | conf: Remove kernel stack swapping support, part 12 | Mark Johnston | 2024-07-29 | 1 | -1/+0 |
* | vm: Remove kernel stack swapping support, part 5 | Mark Johnston | 2024-07-29 | 1 | -12/+0 |
* | thread: Remove kernel stack swapping support, part 4 | Mark Johnston | 2024-07-29 | 1 | -2/+0 |
* | Deprecate contigfree(9) in favour of free(9) | Bjoern A. Zeeb | 2024-07-26 | 2 | -3/+2 |
* | newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 24 | -27/+27 |
* | Retire non-NEW_PCIB code and remove config option | Jessica Clarke | 2024-07-18 | 1 | -2/+0 |
* | conf: powerpc: Add evdev to some kernel configs | Emmanuel Vadot | 2024-07-10 | 3 | -0/+15 |
* | conf: Add usbhid and hidbus to GENERIC* kernel configs | Emmanuel Vadot | 2024-07-10 | 6 | -6/+30 |
* | busdma: avoid buflen underflow | Mitchell Horne | 2024-07-08 | 1 | -1/+1 |
* | ofw: convert boolean_t to bool | Mitchell Horne | 2024-06-26 | 2 | -10/+10 |
* | ossl: Add support for powerpc64/powerpc64le | Shawn Anastasio | 2024-06-21 | 2 | -0/+2 |
* | sdt: Implement SDT probes using hot-patching | Mark Johnston | 2024-06-19 | 2 | -0/+71 |
* | mpc85xx: Use device_set_desc() | Mark Johnston | 2024-06-16 | 1 | -1/+1 |
* | powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failure | Bojan Novković | 2024-06-16 | 1 | -1/+4 |
* | powerpc_mmu_radix: Introduce 'pmap_abort_ptp' | Bojan Novković | 2024-06-16 | 1 | -11/+23 |
* | pmap: Skip some superpage promotion attempts that will fail | Alan Cox | 2024-06-04 | 1 | -2/+7 |
* | libkern: add ilog2 macro | Doug Moore | 2024-06-03 | 3 | -27/+0 |
* | LINT: Don't build bnxt on 32-bit platforms | Warner Losh | 2024-05-29 | 1 | -0/+1 |
* | Adjust comments referencing vm_mem_init() | Mitchell Horne | 2024-05-27 | 1 | -2/+3 |
* | vm: Simplify startup page dumping conditional | Bojan Novković | 2024-05-25 | 1 | -0/+2 |