]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
gpiobus: provide a new hint, pin_list
[FreeBSD/FreeBSD.git] / sys /
2019-06-27 Andriy Gapongpiobus: provide a new hint, pin_list
2019-06-27 Andriy Gaponupgrade the warning printf-s in bus accessors to KASSERT-s
2019-06-26 Olivier HouchardIn get_fpcontext32() and set_fpcontext32(), we can...
2019-06-26 Alan CoxRevert one of the changes from r349323. Specifically...
2019-06-26 Rodney W. GrimesEmulate the "TEST r/m{16,32,64}, imm{16,32,32}" instruc...
2019-06-26 Andriy Gaponfix up r349428, fix a typo made during "fdt" removal
2019-06-26 Mark JohnstonAdd a return value to vm_page_remove().
2019-06-26 Andriy Gaponowc_gpiobus: clean / fix up the driver module things
2019-06-26 Konstantin Belousovamd64 pmap: Fix pkru handling in pmap_remove().
2019-06-26 Olivier HouchardFix debugging of 32bits arm binaries on arm64.
2019-06-26 Mark JohnstonRemove references to splbio in ffs_softdep.c.
2019-06-26 Alexander MotinFix qlxgbe(4) static build.
2019-06-26 Marius Stroblo In iflib_txq_drain():
2019-06-26 Doug MooreRevert r349393, which leads to an assertion failure...
2019-06-26 Justin Hibbitspowerpc/booke: Handle misaligned floating point loads...
2019-06-26 Cy SchubertWhile working on PR/238796 I discovered an unused varia...
2019-06-26 Cy SchubertRemove a tautological compare for offset != 0.
2019-06-26 Cy SchubertPrompted by r349366, ipfilter is also does not conform...
2019-06-25 Doug MooreEliminate some uses of the prev and next fields of...
2019-06-25 Julian ElischerFix annoying whitespace issue.
2019-06-25 Alan Somersfcntl: style changes to r349248
2019-06-25 Alexander MotinAvoid extra taskq_dispatch() calls by DMU.
2019-06-25 Leandro Lupori[PowerPC64] Don't mark module data as static
2019-06-25 Warner LoshRemove a couple of harmless stray references to nandfs.
2019-06-25 Ryan Libbynetipsec key_register: check for M_NOWAIT alloc failure
2019-06-25 Hans Petter SelaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-25 Hans Petter SelaskyFree all allocated unit IDs in cuse(3) after the client...
2019-06-25 Hans Petter SelaskyFix for deadlock situation in cuse(3)
2019-06-25 Andrey V. ElsukovFollow the RFC 3128 and drop short TCP fragments with...
2019-06-25 Andrey V. ElsukovMark default rule with IPFW_RULE_NOOPT flag, so it...
2019-06-25 Doug Moorevm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-25 Cy SchubertThe definition of icmptypes in ip_compt.h is dead code...
2019-06-25 Warner LoshReplay r349342 by imp accidentally reverted by r349352
2019-06-25 Warner LoshReplay r349340 by imp accidentally reverted by r349352
2019-06-25 Warner LoshReplay r349339 by imp accidentally reverted by r349352
2019-06-25 Warner LoshReplay r349334 by markj accidentally reverted by r349352
2019-06-25 Warner LoshRemove NAND and NANDFS support
2019-06-25 Justin Hibbitspowerpc: Transition to Secure-PLT, like most other OSs
2019-06-24 Jayachandran C.arm64 acpi_iort: add some error handling
2019-06-24 Jayachandran C.arm64 gicv3_its: enable all ITS blocks for a CPU
2019-06-24 Jayachandran C.arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
2019-06-24 Warner LoshAdd missing include of sys/boot.h
2019-06-24 Warner LoshMove to using a common kernel path between the boot...
2019-06-24 Warner LoshUse the cam_ed copy of ata_params rather than malloc...
2019-06-24 Warner LoshCreate ata_param_fixup
2019-06-24 Warner LoshGo ahead and completely fix the ata_params before calli...
2019-06-24 Mark JohnstonRemove a lingering use of splbio().
2019-06-24 Cy SchubertClean out duplicate definitions of TCP macros also...
2019-06-24 Ian LeporeAdd pwm devices to NOTES.
2019-06-24 Ian LeporeAdd gpio(4) and related drivers to NOTES.
2019-06-24 Ian LeporeThe gpiopps(4) driver currently has probe and attach...
2019-06-24 Ian LeporeBuild an armv7 LINT kernel in addition to armv5 LINT...
2019-06-23 Konstantin Belousovamd64 pmap: block on turnstile for lock-less DI.
2019-06-23 Ian LeporeAllow compiling ukbdmap.h on arm, since it appears...
2019-06-23 Konstantin BelousovSwitch to check for effective user id in r349320, and...
2019-06-23 Alan Coxpmap_enter_quick_locked() never replaces a valid mappin...
2019-06-23 Alexander MotinImprove AHCI Enclosure Management and SES interoperation.
2019-06-23 Konstantin Belousovcoredump: avoid writing to core files not owned by...
2019-06-23 Ian LeporeAdd some i2c slave-device drivers that were missing...
2019-06-23 Ian LeporeThe sy8106a and syr827 drviers require FDT and the...
2019-06-23 Ian LeporeAdd the rtc8583 driver to conf/files. Also, move sy810...
2019-06-23 Ian LeporeRemove some unused header files from the ad7418 driver.
2019-06-22 Alexander MotinDecouple enc/ses verbosity from bootverbose.
2019-06-22 Alan CoxIntroduce pmap_remove_l3_range() and use it in two...
2019-06-22 Ryan Libbyddb show proc typo
2019-06-22 Alexander MotinRemove ancient SCSI-2/3 mentioning.
2019-06-22 Eric van GyzenVirtIO SCSI: validate seg_max on attach
2019-06-22 Alexander MotinMake ELEMENT INDEX validation more strict.
2019-06-21 Scott LongRefactor xpt_getattr() to make it more readable. No...
2019-06-21 Alexander MotinFix individual_element_index when some type has 0 elements.
2019-06-21 Alan SomersReduce namespace pollution from r349233
2019-06-21 Johannes LundbergLinuxKPI: Additions to rcu list.
2019-06-21 Johannes LundbergLinuxKPI: Add atomic_long_sub macro.
2019-06-21 Ian LeporeAdd pwm to the armv7 GENERIC kernel, it's now used...
2019-06-21 Ian LeporeAdd support for the PWM(9) API. This allows configurin...
2019-06-21 Ian LeporeSome mundane tweaks and cleanups to help de-clutter...
2019-06-21 Ed Mastenandsim: correct test to avoid out-of-bounds access
2019-06-21 Andrey V. ElsukovAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 Kristof Provostip_output: pass PFIL_FWD in the slow path
2019-06-21 Conrad Meyersys: Remove DEV_RANDOM device option
2019-06-20 Takanori WatanabeFix the case where no root hub object while host contro...
2019-06-20 Alan Somersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 Alexander MotinSPC-3 and up require some UAs to be returned as fixed.
2019-06-20 Alexander MotinOptimize xpt_getattr().
2019-06-20 Navdeep Parharcxgbe/t4_tom: DDP_DEAD is a ddp flag and not a toepcb...
2019-06-20 Brooks DavisExtend mmap/mprotect API to specify the max page protec...
2019-06-20 Alan Somers#include <sys/types.h> from sys/filio.h
2019-06-20 Alan SomersAdd FIOBMAP2 ioctl
2019-06-20 Alan SomersAdd a VOP_BMAP(9) man page
2019-06-20 Alexander MotinAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-19 Mark JohnstonGroup vm_page_activate()'s definition with other relate...
2019-06-19 Alexander MotinUse sbuf_cat() in GEOM confxml generation.
2019-06-19 Jonathan T. LooneyAdd the ability to limit how much the code will fragmen...
2019-06-19 Alexander MotinFix typo in r349178.
2019-06-19 Marko ZecV_ip6_forwarding and V_ipforwarding have been defined...
2019-06-19 Marko ZecEvaluating htons() at compile time is more efficient...
2019-06-19 Scott LongImplement VT-d capability detection on chipsets that...
2019-06-19 Alan CoxCorrect an error in r349122. pmap_unwire() should...
2019-06-18 Alexander MotinOptimize kern.geom.conf* sysctls.
2019-06-18 Conrad Meyerrandom(4): Fix a regression in short AES mode reads
next