]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add SPDX tags to bhyve(8) HD Audio device.
[FreeBSD/FreeBSD.git] / sys /
2019-06-25 impReplay r349342 by imp accidentally reverted by r349352
2019-06-25 impReplay r349340 by imp accidentally reverted by r349352
2019-06-25 impReplay r349339 by imp accidentally reverted by r349352
2019-06-25 impReplay r349334 by markj accidentally reverted by r349352
2019-06-25 impRemove NAND and NANDFS support
2019-06-25 jhibbitspowerpc: Transition to Secure-PLT, like most other OSs
2019-06-24 jchandraarm64 acpi_iort: add some error handling
2019-06-24 jchandraarm64 gicv3_its: enable all ITS blocks for a CPU
2019-06-24 jchandraarm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
2019-06-24 impAdd missing include of sys/boot.h
2019-06-24 impMove to using a common kernel path between the boot...
2019-06-24 impUse the cam_ed copy of ata_params rather than malloc...
2019-06-24 impCreate ata_param_fixup
2019-06-24 impGo ahead and completely fix the ata_params before calli...
2019-06-24 markjRemove a lingering use of splbio().
2019-06-24 cyClean out duplicate definitions of TCP macros also...
2019-06-24 ianAdd pwm devices to NOTES.
2019-06-24 ianAdd gpio(4) and related drivers to NOTES.
2019-06-24 ianThe gpiopps(4) driver currently has probe and attach...
2019-06-24 ianBuild an armv7 LINT kernel in addition to armv5 LINT...
2019-06-23 kibamd64 pmap: block on turnstile for lock-less DI.
2019-06-23 ianAllow compiling ukbdmap.h on arm, since it appears...
2019-06-23 kibSwitch to check for effective user id in r349320, and...
2019-06-23 alcpmap_enter_quick_locked() never replaces a valid mappin...
2019-06-23 mavImprove AHCI Enclosure Management and SES interoperation.
2019-06-23 kibcoredump: avoid writing to core files not owned by...
2019-06-23 ianAdd some i2c slave-device drivers that were missing...
2019-06-23 ianThe sy8106a and syr827 drviers require FDT and the...
2019-06-23 ianAdd the rtc8583 driver to conf/files. Also, move sy810...
2019-06-23 ianRemove some unused header files from the ad7418 driver.
2019-06-22 mavDecouple enc/ses verbosity from bootverbose.
2019-06-22 alcIntroduce pmap_remove_l3_range() and use it in two...
2019-06-22 rlibbyddb show proc typo
2019-06-22 mavRemove ancient SCSI-2/3 mentioning.
2019-06-22 vangyzenVirtIO SCSI: validate seg_max on attach
2019-06-22 mavMake ELEMENT INDEX validation more strict.
2019-06-21 scottlRefactor xpt_getattr() to make it more readable. No...
2019-06-21 mavFix individual_element_index when some type has 0 elements.
2019-06-21 asomersReduce namespace pollution from r349233
2019-06-21 johalunLinuxKPI: Additions to rcu list.
2019-06-21 johalunLinuxKPI: Add atomic_long_sub macro.
2019-06-21 ianAdd pwm to the armv7 GENERIC kernel, it's now used...
2019-06-21 ianAdd support for the PWM(9) API. This allows configurin...
2019-06-21 ianSome mundane tweaks and cleanups to help de-clutter...
2019-06-21 emastenandsim: correct test to avoid out-of-bounds access
2019-06-21 aeAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 kpip_output: pass PFIL_FWD in the slow path
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 takawataFix the case where no root hub object while host contro...
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 mavSPC-3 and up require some UAs to be returned as fixed.
2019-06-20 mavOptimize xpt_getattr().
2019-06-20 npcxgbe/t4_tom: DDP_DEAD is a ddp flag and not a toepcb...
2019-06-20 brooksExtend mmap/mprotect API to specify the max page protec...
2019-06-20 asomers#include <sys/types.h> from sys/filio.h
2019-06-20 asomersAdd FIOBMAP2 ioctl
2019-06-20 asomersAdd a VOP_BMAP(9) man page
2019-06-20 mavAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-19 markjGroup vm_page_activate()'s definition with other relate...
2019-06-19 mavUse sbuf_cat() in GEOM confxml generation.
2019-06-19 jtlAdd the ability to limit how much the code will fragmen...
2019-06-19 mavFix typo in r349178.
2019-06-19 zecV_ip6_forwarding and V_ipforwarding have been defined...
2019-06-19 zecEvaluating htons() at compile time is more efficient...
2019-06-19 scottlImplement VT-d capability detection on chipsets that...
2019-06-19 alcCorrect an error in r349122. pmap_unwire() should...
2019-06-18 mavOptimize kern.geom.conf* sysctls.
2019-06-18 cemrandom(4): Fix a regression in short AES mode reads
2019-06-18 ianHandle labels specified with hints even on FDT systems...
2019-06-18 emasteRemove sys/capability.h for the third time
2019-06-18 ianRemove everything related to channels from the pwmc...
2019-06-17 takawataAdd ACPI support for USB driver.
2019-06-17 cemrandom(4): Fortuna: allow increased concurrency
2019-06-17 cyMake ipf_objbytes a constant. ipf_objbytes is a table...
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 ianPut the pwmc cdev filenames under the pwm directory...
2019-06-17 cemrandom(4): Generalize algorithm-independent APIs
2019-06-17 cemrandom(4): Add regression tests for uint128 implementat...
2019-06-17 mmMFV r349134:
2019-06-17 ianAdd back a const qualifier I somehow fumbled away betwe...
2019-06-17 ianImplement the ofw_bus_get_node method in aw_pwm(4)...
2019-06-17 ianAdd ofw_pwmbus to enumerate pwmbus devices on systems...
2019-06-17 alcEliminate a redundant call to pmap_invalidate_page...
2019-06-16 alcThree changes to arm64's pmap_unwire():
2019-06-16 nwhitehornFix bug on newbus device deletion: we should delete...
2019-06-16 ianRework pwmbus and pwmc so that each child will handle...
2019-06-16 alcThree enhancements to arm64's pmap_protect():
2019-06-16 ianIn detach(), call bus_generic_detach() before deleting...
2019-06-16 ianRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 philipAdd macOS-like three finger drag trackpad gesture to...
2019-06-16 ianBuild SoC-specific modules with GENERIC for the SoCs...
2019-06-16 ianAdd module makefiles for Texas Instruments ARM SoCs.
2019-06-16 ianSplit the dtb MODULES_EXTRA line to a series of +=...
2019-06-16 ianAdd module makefiles for pwm.
2019-06-16 ianThis code no longer uses fdt/ofw stuff, no need to...
2019-06-16 ianMake channel number unsigned, and spell unsigned int...
2019-06-16 ianThe pwm interface was replaced with pwmbus, include...
2019-06-15 ianMake pwm channel numbers unsigned.
2019-06-15 ianRestructure the pwm device hirearchy and interfaces.
2019-06-15 ianDestroy the cdev on device detach. Also, make the...
next