summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscureKenneth R Westerback
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.Mark Kettenis
2020-07-05We need to set the bypass bit for "raw" DMA memory as well.Mark Kettenis
2020-07-05Count traps and interrupts. And count system calls in the same placeMark Kettenis
2020-07-05Don't forget to schedule an AST in need_resched().Mark Kettenis
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Save FPU state to PCB before running a signal handler. This doesn'tMark Kettenis
2020-07-05Make sure we return ENAMETOOLONG when copying a string into a buffer ofMark Kettenis
2020-07-05We're self-hosted now.Mark Kettenis
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3Jonathan Gray
2020-07-04Bump the size of the ramdisk.Mark Kettenis
2020-07-04Use block device numbers instead of character device numbers.Mark Kettenis
2020-07-04Nestle all sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Fill in nam2blk array.Mark Kettenis
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Set dsisr member of the trapframe struct to a defined value before fallingMark Kettenis
2020-07-04OF_finddevice() returns -1 upon failure. Fix various checks of the returnMark Kettenis
2020-07-04Fix intermittent failing device initialization seen on some SynapticsMarcus Glocker
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.Martin Pieuchot
2020-07-04Remove no-op cn30xxgmx_reset_board().Visa Hankala
2020-07-04Use klist_invalidate() in knote_processexit()Visa Hankala
2020-07-04It's been agreed upon that global locks should be expressed usinganton
2020-07-04Permit the stack to check transport and network checksums. Although the linkRichard Procter
2020-07-03Use an LFENCE instruction everywhere where we use RDTSC when we areMark Kettenis
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.Florian Obser
2020-07-03We need a RAMDISK kernel config as well of course.Mark Kettenis
2020-07-03Pass the expected 'scsibus_attach_args *' to scsibus_attach() viaKenneth R Westerback
2020-07-02timecounting: make the dummy counter interrupt- and MP-safecheloha
2020-07-02Add RAMDISK config for powerpc64.Mark Kettenis
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Make the copyin(9) functions work when crossing a segment boundary.Mark Kettenis
2020-07-02For now an empty file is good enough to get libkvm to build on powerpc64.Mark Kettenis
2020-07-02Use IPL_TTY, at least for now, as the only consumer of OPAL interruptsMark Kettenis
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Fix pte_lookup() for pages using the secondary hash.Mark Kettenis
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02remove unused timespec interfaces no longer in linuxJonathan Gray
2020-07-02powerpc64 has ci_idepthJonathan Gray
2020-07-02Preseed modify bits in pmap_enter(9). For some reason the hardware bitsMark Kettenis
2020-07-02Whitespace.Mark Kettenis
2020-07-02use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()Jonathan Gray
2020-07-02drm/amdgpu/display: Unlock mutex on errorJonathan Gray
2020-07-02drm/amdgpu: add fw release for sdma v5_0Jonathan Gray
2020-07-02drm/fb-helper: Fix vt restoreJonathan Gray
2020-07-02drm/radeon: fix fb_div check in ni_init_smc_spll_table()Jonathan Gray
2020-07-02drm/amd: fix potential memleak in err branchJonathan Gray
2020-07-02drm/amd/display: Enable output_bpc property on all outputsJonathan Gray
2020-07-02drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Jonathan Gray