summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-08-14move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICEJonathan Gray
2019-08-14enable amdgpu on amd64 requested by a few peopleJonathan Gray
2019-08-13Implement backlight control for amdgpu(4). This allows me to setPatrick Wildt
2019-08-13Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:Mark Kettenis
2019-08-13azalia: add quirk for speaker routing on ThinkPad X1C7Joshua Stein
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-13Unbreak build of efi32 due to a typo in the fchmod change.Patrick Wildt
2019-08-13regenanton
2019-08-13Revert unlock of lseek(2) since vn_lock() could end up calling tsleep()anton
2019-08-13regenJonathan Gray
2019-08-13add Union Memory NVMeJonathan Gray
2019-08-13Don't match on amdgpu devices flagged as having experimental hardware supportJonathan Gray
2019-08-12Fix typo; spotted by Krystian Lewandowski.Mark Kettenis
2019-08-12Remove spurious newline. Spotted by patrick@Mark Kettenis
2019-08-12Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-08-12Remlve command mutex. It is unnecessary since commands are alreadyMark Kettenis
2019-08-12regenanton
2019-08-12Unlock lseek(2) since the file offset is MP-safe by now. Callinganton
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11Add battery sensors for the AXP803. A somewhat recent Linux DT is neededMark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-11The "phy-names" property has been dropped from the Linux device trees soMark Kettenis
2019-08-11Fix an issue where output gets stuck when a machine is under load. AlsoMark Kettenis
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2019-08-10gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)cheloha
2019-08-10Make sure fdt_get_reg() looks beyond its parent to establish the correctMark Kettenis
2019-08-10Fix pixel formats. Turns out the order in the device tree description isMark Kettenis
2019-08-10really crank to 6.6-betaChristian Weisgerber
2019-08-10move to 6.6-betaTheo de Raadt
2019-08-09Add TSC synchronization for multiprocessor machines.Paul Irofti
2019-08-09don't #define DEBUG, breaks building kernel with option DEBUGJonathan Gray
2019-08-09match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macroJonathan Gray
2019-08-08Support WPA2 CCMP encryption/decryption in hardware with iwm(4).Stefan Sperling
2019-08-08softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@cheloha
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha
2019-08-07Handle VF resets. When the PF changes VF settings, the VF will be reset,Jonathan Matthew
2019-08-07Process admin queue responses in the interrupt handler, rather thanJonathan Matthew
2019-08-07recognize the Realtek ALC285Joshua Stein
2019-08-07The pathname in unveil(2) allocated 1024 bytes on the stack duringAlexander Bluhm
2019-08-07Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skipPhilip Guenther
2019-08-07Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.Philip Guenther
2019-08-07avoid large MAXPATHLEN object on the stack in coredump(), by allocatingTheo de Raadt
2019-08-07Add support for integrated USB cameras with two functions, asPatrick Wildt
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,Patrick Wildt
2019-08-06When we needed the kernel lock for local IP packet delivery, mpi@Alexander Bluhm
2019-08-06Fix white spaces.Alexander Bluhm
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicAlexander Bluhm
2019-08-06Block interrupts while (attempting to) send an IPI on sun4v just like weMark Kettenis
2019-08-06remove some debug cruft i should have removed before the last commit.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne