summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-15Fix a direct map bug that affected machines with > 1023GB physicalMike Larkin
2019-07-15Do not relock fdp in fdrelease(). This prevents unnecessary lockingVisa Hankala
2019-07-15unstub phm_irq_process()Jonathan Gray
2019-07-15add PCI_BUS_NUM()Jonathan Gray
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIJonathan Gray
2019-07-15Replace local method of determining rasops rotation withJonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-15store smbios date string in globally visible var for drmJonathan Gray
2019-07-14rename PIPE_WANT to PIPE_WANTD.Sebastien Marie
2019-07-14newlen was a dead store, but what we could use is oldlen toFlorian Obser
2019-07-14Delete obsolete bits in a comment: mcontext is gone and struct reg is noPhilip Guenther
2019-07-14Don't lock the struct unveil being created in the child when cloning thePhilip Guenther
2019-07-13Panic for missing vp1 entry, do not panic for missing vp2 entry twice.Dale Rahn
2019-07-13Adjust the pmap_set_l* functions to a more reasonable API,Dale Rahn
2019-07-13pmap_page_protect() should not unmap pages after making them readonly.Dale Rahn
2019-07-13pipe_write() do opportunistic buffer resizing, when the buffer is empty.Sebastien Marie
2019-07-12Count the number of TCP SACK options that were dropped due to theAlexander Bluhm
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-12Remove unnecessary extern declarations.Visa Hankala
2019-07-12Make rootdev parsing a little saner. The "rootdev=" prefix can beVisa Hankala
2019-07-12sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha
2019-07-11Use "i" constrain instead of "n" constrain in inline assembly. Makes clangMark Kettenis
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot
2019-07-11listen(2) should return EINVAL if the socket is connected.Alexander Bluhm
2019-07-11fix NULL pointer dereference, reported and fix tested by sthenAlexandr Nedvedicky
2019-07-11zero pad and align FO_POSITION; no binary changeanton
2019-07-11include linux/string.h so drm_panel_orientation_quirks.c can get theJonathan Gray
2019-07-11drm/fb-helper: generic: Don't take module ref for fbconJonathan Gray
2019-07-11drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEJonathan Gray
2019-07-11drm/amd/powerplay: use hardware fan control if no powerplay fan tableJonathan Gray
2019-07-11drm/i915/dmc: protect against reading random memoryJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD MicroPCJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD pocket2Jonathan Gray
2019-07-10Received SACK options are managed by a linked list at the TCP socket.Alexander Bluhm
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-07-10Stop sleeping at PUSER.Martin Pieuchot
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-10+ixl (which was used to debug problems on T4-1)Theo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-09Use timeout_add_msec(9)kn
2019-07-09Add missing mtx_leave() in error path.Martin Pieuchot
2019-07-09resyncSebastien Marie
2019-07-09backout the unlock of pipe(2) and pipe2(2)Sebastien Marie
2019-07-09The system calls getgroups(2) and setgroups(2) pass the number ofAlexander Bluhm
2019-07-09resyncSebastien Marie
2019-07-09unlock pipe(2) and pipe2(2) syscallsSebastien Marie
2019-07-09Fix previous commit which made src-node have a reference for the kif.YASUOKA Masahiko
2019-07-09unstub dma_fence_wait_any_timeout() call in amdgpu_sa_bo_new()Jonathan Gray