summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-16drm/i915: Skip stale object handle for debugfs per-file-statsjsg1-1/+1
2020-07-16drm/i915/gt: Pin the rings before marking activejsg1-6/+6
2020-07-16drm/radeon: fix double freejsg1-4/+3
2020-07-16drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003jsg1-7/+1
2020-07-16drm: panel-orientation-quirks: Add quirk for Asus T101HA paneljsg1-0/+6
2020-07-16drm/ttm: Fix dma_fence refcnt leak when adding move fencejsg1-1/+3
2020-07-16drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedjsg1-0/+2
2020-07-16Since the page tables could be larger than 256MB allow for multiplekettenis1-4/+6
2020-07-16Remove the refill timeout and wait for interrupts to finish whenjmatthew1-1/+5
2020-07-16use a mutex to serialise the test and set of ifp->if_link_state.dlg1-4/+10
2020-07-16sc_atq_mtx is unused, so get rid of itdlg1-4/+1
2020-07-16Initialize sis_ring_init() 'sis_rx_prod' and 'sis_rx_cons' to 0.kevlo1-2/+2
2020-07-15Userland timecounter implementation for arm64.kettenis2-5/+14
2020-07-15ieee80211: track micfail timeout with getuptime(9) instead of tickscheloha2-8/+8
2020-07-15powerpc64 has the sysctl's for power control, so it can use thederaadt1-0/+122
2020-07-15settimeofday(2): securelevel 2: prevent root from freezing the UTC clockcheloha1-2/+2
2020-07-15Fix races in pppacopen() caused by malloc(9).mvs1-4/+5
2020-07-15Fix agintc(4) for non-MULTIPROCESSOR kernels. Due to the recent changespatrick1-3/+6
2020-07-15Add sizes to free(9) callskn1-6/+6
2020-07-15Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:dtucker1-2/+2
2020-07-15Add a forward declaration of struct cpu_info.kettenis1-1/+3
2020-07-15Optimize character rendering in 32bpp mode, with unrolled rows andfcambus1-25/+111
2020-07-15Use CPU_IS_PRIMARY macro on alpha and mips64.fcambus2-4/+4
2020-07-15tmpfs_reclaim() has to make sure the VFS cache has no more locks heldgerhard1-1/+3
2020-07-15Use SENSOR_ENERGY as the type of energy sensors.kettenis1-2/+2
2020-07-15POWE9 CPUs provide an energy sensor that accumulates the emount of energykettenis1-1/+3
2020-07-15patrick@ pointed out there was a gap in the flow group numbering.jmatthew1-4/+4
2020-07-15Consistently convert syndrome codes from big endian before printing them.jmatthew1-6/+6
2020-07-15Scott Cheloha convinces me the newly added tsleep_nsec should be tsleep,deraadt1-2/+2
2020-07-14Print real/avail mem like we do on all other architectures.kettenis1-2/+7
2020-07-14Make INTx interupts work.kettenis1-2/+20
2020-07-14Add xics(4), a driver for the OPAL virtual ICS.kettenis4-3/+90
2020-07-14Add FDT interrupt support.kettenis2-2/+122
2020-07-14Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfreederaadt1-8/+21
2020-07-14Mark unmanaged kernel mappings as wired and skip them if we need to evictkettenis2-13/+23
2020-07-14Put some debug code behin #ifdef TRAP_DEBUG.kettenis1-1/+5
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldkettenis1-2/+2
2020-07-14Add support for routing interrupts to other CPUs in agintc(4). Most of thepatrick1-47/+54
2020-07-14Add support for routing interrupts to other CPUs in ampintc(4). Most of thepatrick1-33/+57
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerpatrick10-61/+69
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick25-173/+318
2020-07-14A pty write containing VDISCARD, VREPRINT, or various retyping cases ofderaadt3-28/+39
2020-07-14reduce the diff to linux in local versions of functionsjsg1-9/+14
2020-07-14Remove commented out debug printfs.kettenis1-8/+1
2020-07-14Implement ptrace(2) bits. Still largely untested.kettenis2-88/+51
2020-07-14Do not convert the NOCACHE buffers that come from a vnd strategy routinebeck1-3/+9
2020-07-14Set up a second level flow table for RSS and switch the root flow tablejmatthew2-33/+546
2020-07-14Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenkrw1-3/+3
2020-07-13Clean up <machine/signal.h>, moving the trapframe struct intokettenis3-42/+53
2020-07-13Enable background scanning on iwx(4) devices.stsp1-4/+1