]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vfs: swap vop_unlock_post and vop_unlock_pre definitions to the logical order
[FreeBSD/FreeBSD.git] / sys /
2019-08-25 Mateusz Guzikvfs: swap vop_unlock_post and vop_unlock_pre definition...
2019-08-25 Warner LoshReplace -Werror with ${WERROR} in module builds
2019-08-25 Mark JohnstonHandle UMA_ANYDOMAIN in kstack_import().
2019-08-25 Konstantin Belousovamd64: loose constraints on the APs dpcpu and nmi/dbg...
2019-08-25 Konstantin Belousovamd64: If domain-local page for pcpu cannot be allocate...
2019-08-25 Vincenzo Maffionenetmap: remove obsolete file
2019-08-25 Justin Hibbitspowerpc/booke: Clean up pmap a little for 64-bit
2019-08-25 Justin Hibbitspowerpc/booke: Use the DMAP if possible in pmap_map()
2019-08-25 Warner LoshFix bogusly declared WERRORs in kernel build
2019-08-25 Hiroki SatoAdd MODULE_PNP_INFO() to vmci(4). This allows devd...
2019-08-25 Xin LIRemove zlib 1.0.4 from kernel.
2019-08-25 Konstantin BelousovMove OBJT_VNODE specific code from vm_object_terminate...
2019-08-25 Xin LIGZIO: Update to use zlib 1.2.11.
2019-08-25 Doug Moorevm_map_simplify_entry considers merging an entry with...
2019-08-25 Mateusz Guziknullfs: reduce areas protected by vnode interlock
2019-08-25 Mateusz Guzikvfs: add vholdnz (for already held vnodes)
2019-08-24 Konstantin Belousovamd64: rework PCPU allocation
2019-08-24 Konstantin BelousovDo not constrain allocations for doublefault, boot...
2019-08-24 Konstantin BelousovStyle.
2019-08-24 Konstantin BelousovRemove unecessary VM_ALLOC_ZERO from allocation of...
2019-08-24 Konstantin BelousovMake stack grow use the same gap as stack create.
2019-08-24 Ganbold Tsagaankhuudtso: allwinner: Add an overlay for H3 thermal node
2019-08-24 Mateusz GuzikRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 Warner LoshIt turns out the duplication is only mostly harmless.
2019-08-23 Navdeep Parharcxgbe/t4_tom: Any invalid scaling factor in the hardwar...
2019-08-23 Navdeep Parharwhitespace nit.
2019-08-23 Navdeep Parharcxgbe(4): Use the same buffer size for TOE rx queues...
2019-08-23 Mateusz Guzikvfs: assert the lock held in MNT_REF/MNT_REL
2019-08-23 Mark JohnstonStop clearing page flags in vm_page_pqbatch_submit().
2019-08-23 Mark JohnstonMake vm_pqbatch_submit_page() externally visible.
2019-08-23 Konstantin BelousovDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-23 John BaldwinFix universe to include arm LINT kernel configs.
2019-08-23 Warner LoshTurn off -Werror for gcc 4.2.1
2019-08-23 Xin LIConvert ng_deflate to use new zlib.
2019-08-23 Xin LIINVARIANTS: treat LA_LOCKED as the same of LA_XLOCKED...
2019-08-22 Warner LoshWhen we have errors resetting the device before we...
2019-08-22 Kyle Evansmips: hide regnum definitions behind _KERNEL/_WANT_MIPS...
2019-08-22 Warner LoshWe need to define version 1 of nvme, not nvme_foo....
2019-08-22 Warner LoshMove releasing of resources to later
2019-08-22 Cy SchubertMFV r346563:
2019-08-22 Ed Mastemsdosfs_fat: reduce diffs with NetBSD and makefs
2019-08-22 Brooks DavisReorganise conditionals to reduce duplication.
2019-08-22 Bjoern A. Zeebusb: fix usb_fdt_support.c when altq enabled (usb_ehern...
2019-08-22 Conrad MeyerFix i386 build after r351368
2019-08-22 Cy SchubertSpecifying array sizes for fully initialized tables...
2019-08-22 Warner LoshRemove stray line that was duplicated.
2019-08-22 Rick MacklemMap ENOTTY to EINVAL for lseek(SEEK_DATA/SEEK_HOLE).
2019-08-22 Conrad Meyergdb(4): Style
2019-08-22 Conrad Meyergdb(4):amd64: Bump MI GDB_BUFSZ for more efficient...
2019-08-22 Conrad Meyergdb(4): Implement qXfer:threads:read
2019-08-22 Conrad Meyergdb(4): Add basic 'qSupported' support
2019-08-22 Conrad Meyergdb(4): Include thread in Target Halt Reason
2019-08-22 John BaldwinUse 'const' for keys and IVs passed to software encrypt...
2019-08-21 Mark JohnstonAdd lockmgr(9) probes to the lockstat DTrace provider.
2019-08-21 Mateusz Guziknullfs: lock the vnode with LK_SHARED in null_vptocnp
2019-08-21 Warner LoshCreate a AHCI attachment for nvme.
2019-08-21 Warner LoshSeparate the pci attachment from the rest of nvme
2019-08-21 Alexander MotinImprove NVMe hot unplug handling.
2019-08-21 Mark JohnstonRemove manual wire_count adjustments from the unmapped...
2019-08-21 Mark JohnstonModify pipe_poll() to properly check for pending direct...
2019-08-21 Ed Mastemakefs: share denode.h between kernel msdosfs and makefs
2019-08-21 Mark JohnstonSimplify vm_page_dequeue() and fix an assertion.
2019-08-21 Mark JohnstonUnconditionally enable debug.vm_lowmem.
2019-08-21 Mark JohnstonDon't requeue active pages in vm_swapout_object_deactiv...
2019-08-21 Randall StewartFix an issue when TSO and Rack play together. Basically
2019-08-21 Bjoern A. Zeebathhal: disable unused function (big endian only)
2019-08-21 Xin LIUse MTX_NEW instead of bzero().
2019-08-21 Xin LIFix sound on headset jack for ThinkPad T51.
2019-08-21 Xin LIFix a panic in ubt_do_hci_request.
2019-08-21 Mateusz Guzikseqc: predict false for _in_modify and type fixes for...
2019-08-21 Justin Hibbitsdpaa: Fix warnings in dtsec(4) found by clang
2019-08-21 Ed Mastemakefs: share fat.h between kernel msdosfs and makefs
2019-08-21 Alexander MotinFormalize NVMe controller consumer life cycle.
2019-08-20 Mark JohnstonUse a sleepable lock for midistat functions.
2019-08-20 Ed Mastemqueuefs: fix compat32 struct file leak
2019-08-20 Justin HibbitsUnbreak USB ethernet module builds
2019-08-20 Justin Hibbitspowerpc: Link Book-E kernels at the same address as...
2019-08-20 Stephen J. Kiernanusb_ethernet.h includes a number of mii headers, but...
2019-08-19 Jeff RobersonUse an atomic reference count for paging in progress...
2019-08-19 Conrad MeyerFix stylistic nit in r351239
2019-08-19 Conrad Meyergdb(4): Support "qC" query
2019-08-19 Conrad Meyergdb(4): Pack 'info threads' responses into fewer packets
2019-08-19 Conrad Meyerlibkern: Implement strchrnul(3)
2019-08-19 Jeff RobersonPermit vm_pager_has_page() to run with a shared lock...
2019-08-19 Jung-uk KimPartially revert the previous commit.
2019-08-19 Jung-uk KimFix sound on headset jack for Lenovo Thinkpad X1 Carbon...
2019-08-19 Kyle Evanstuntap: belatedly add MODULE_VERSION for if_tun and...
2019-08-19 Kyle Evansmips: avoid empty mdproc struct
2019-08-19 D Scott PhillipsDon't set the string "unknown" as a device's location_str
2019-08-19 Vincenzo Maffioneif_tuntap: minor improvements
2019-08-19 Mark JohnstonFix netdump buffering after r348473.
2019-08-19 Emmanuel Vadotti: sdhci: Correct voltage caps
2019-08-19 Emmanuel Vadotarm64: a37x0_gpio: Use syscon instead of MMIO region
2019-08-19 Mateusz Guzikvfs: fix up r351193 ("stop always overwriting ->mnt_sta...
2019-08-19 Andrey V. ElsukovUse TAILQ_FOREACH_SAFE() macro to avoid use after free...
2019-08-19 Andriy Gaponassert that td_lk_slocks is not leaked upon return...
2019-08-19 Rick MacklemAdd a vop_stdioctl() that performs a trivial FIOSEEKDAT...
2019-08-18 Jeff RobersonAllocate all per-cpu datastructures in domain correct...
2019-08-18 Jeff RobersonAllocate amd64's page array using pages and page direct...
2019-08-18 Vladimir Kondratyevng_ubt(4): do not attach Intel Wireless 8260/8265 in...
next