]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / sys /
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 adrian[arswitch] Stub out the ATU table dump in AR9340 switch...
2018-02-02 adrian[arswitch] begin tidying up the learning and ATU manage...
2018-02-02 brooksAdd kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32.
2018-02-02 avgZFS ARC: restore illumos uses of 'needfree' that were...
2018-02-02 hselaskySlightly bump the maximum OID path for loading tunable...
2018-02-02 kibOn pageout, in vnode generic pager, for partially dirty...
2018-02-02 aeMerge r1.120 from NetBSD:
2018-02-02 swillsCorrect longjmp
2018-02-02 adrian[etherswitch] add the first pass of a simple API to...
2018-02-01 adrian[atheros] Update QCA953x support to use the new hints.
2018-02-01 adrian[atheros] Fix DIR-825C1 to use the new hints.
2018-02-01 adrian[atheros] teach these two boards about the new hints...
2018-02-01 adrian[atheros] Teach the QCA955x SoC code about the new...
2018-02-01 adrian[atheros] Fix-up the base address stuff after I did...
2018-02-01 hselaskyFix some recent regressions after r328436 in the LinuxKPI:
2018-02-01 hselaskyMake sure the LinuxKPI's internal ERESTARTSYS error...
2018-02-01 andrewDisable EARLY_PRINTF from the Armada 3700 uart, it...
2018-02-01 andrewOnly promote userspace mappings to superpages. This...
2018-02-01 kppf: Avoid warning without INVARIANTS
2018-02-01 nwhitehornChange the default MSR values used when starting userla...
2018-02-01 nwhitehornFix build on 32-bit PowerPC, broken in r328537.
2018-01-31 mckusickNull out journal softc pointer earlier to avoid a segme...
2018-01-31 mckusickWhen reading a cylinder group, break out reporting...
2018-01-31 mckusickOne of the vnode fields listed by vn_printf is the...
2018-01-31 wulfpsm: Add a kludge to support 0x46 identity middle byte...
2018-01-31 wulfpsm(4): Reduce psm watchdog verbosity
2018-01-31 wulfpsm(4): Add support for HP EliteBook 1040 ForcePads.
2018-01-31 jhbConsistently use 16-byte alignment for MIPS N32 and...
2018-01-31 kibWhen switching IBRS on, also enable STIBP (Single Threa...
2018-01-31 kibExpand IBRS TLA in sysctl help lines.
2018-01-31 avgzfs_rezget: drop cached pages before doing anything...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-31 kibDo not enable PTI when IA32_ARCH_CAP_RDCL_NO bit is...
2018-01-31 hselaskyProperly implement the cond_resched() function macro...
2018-01-31 avgvmm/svm: post LAPIC interrupts using event injection...
2018-01-31 adrian[arswitch] Fix ATU programming on the AR8327 switch.
2018-01-31 adrian[arswitch] Fix ATU flushing on AR8216/AR8316 and most...
2018-01-31 adrian[arswitch] add a new debug section for upcoming address...
2018-01-31 wmaPowerNV: fix compilation on non-NV platforms
2018-01-31 mavTry to preallocate receive memory early.
2018-01-30 jhbEnsure 'name' is not NULL before passing to strcmp().
2018-01-30 jhbExport tcp_always_keepalive for use by the Chelsio...
2018-01-30 emastemakesyscalls: permit a range of syscall numbers for...
2018-01-30 hselaskyMove the mlx5 core device pointer first in the mlx5en...
2018-01-30 traszMake the handler routine for the hw.usb.template sysctl...
2018-01-30 mmelUse more verbose panic messages.
2018-01-30 mmelRevert r328511, it was committed with <patch>.diff...
2018-01-29 fsuFix mistake in case of zeroed inode check.
2018-01-29 fsuAdd flex_bg/meta_bg features RW support.
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-29 impDo the book-keeping on release before we release the...
2018-01-29 bennoRemove some duplicated sys/conf/files* entries.
2018-01-29 vangyzenND6: Set the correct state for new neighbor cache entries
2018-01-29 aeDo not skip scope zone violation check, when mbuf has...
2018-01-29 aeAssign IPv6 link-local address to loopback interfaces...
2018-01-29 wmaPowerNV: move LPCR and LPID altering to cpudep_ap_early...
2018-01-29 wmaPPC64: use hwref instead of cpuid
2018-01-29 wmaPPC64: cleanup APs startup routines
2018-01-29 nwhitehornRemove hard-coded trap-handling logic involving the...
2018-01-29 lwhsuFix kernel build after r328523, correct variable names
2018-01-29 ianAdd a NO_GETMAXLUN quirk for the JMicron JMS567 USB...
2018-01-29 lwhsuFix LINT build after r328508, add forgotten part in...
2018-01-29 emasteCorrect MD patch in linux64 module Makefile
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-29 impTag the current round of deprecated drivers.
2018-01-29 impCreate deprecation management functions.
2018-01-29 impUse atomic load and stores to ensure that the compiler...
2018-01-28 impOut of an abundance of caution, NUL out the first byte...
2018-01-28 nwhitehornRemove some unused AIM register declarations that exist...
2018-01-28 jhibbitsStart building modules for QORIQ64
2018-01-28 jhibbitsConsolidate trap instruction checks to a single function
2018-01-28 mavAssume Always Running APIC Timer for AMD CPU families...
2018-01-28 mmelRemove #endif forgotten in r328510.
2018-01-28 mmeldiff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres...
2018-01-28 mmelFix handling of I-cache sync operations
2018-01-28 impAdd the DF_SUSPENDED flag to flags that are printed.
2018-01-28 impAvoid using \$. It's an unknown escape sequence. Some...
2018-01-27 kevansMFV r328490: Update libfdt to github:f1879e1
2018-01-27 jahRemove system makefile path directives from env passed...
2018-01-27 pfgRevert r328479:
2018-01-27 pfg{ext2|ufs}_readdir: Set limit on valid ncookies values.
2018-01-27 tuexenAdd constant for the PAD chunk as defined in RFC 4820.
2018-01-27 tuexenUpdate references in comments, since the IDs have becom...
2018-01-27 oshogboAdd SPDX tags for nv(9).
2018-01-27 oshogboDon't truncate name of glabel.
2018-01-27 kibUse PCID to optimize PTI.
2018-01-27 kibFix native_lapic_ipi_alloc().
2018-01-27 mmelImplement mitigation for Spectre version 2 attacks...
2018-01-27 mmelFix pmap_fault().
2018-01-27 cemccp(4): Store IV in output buffer in GCM software fallb...
2018-01-27 scottlFinish the incomplete move of CAM_PERIPH_PRINT().
2018-01-26 scottlMove CAM_PERIPH_PRINT() to cam_periph.h
2018-01-26 jhbMove per-operation data out of the csession structure.
2018-01-26 impFix a sleepable malloc in ndastart. We shouldn't be...
2018-01-26 mavUse bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
2018-01-26 scottlFix a cut-and-paste error in a panic message
2018-01-26 mckusickFor many years the message "fsync: giving up on dirty...
2018-01-26 ianAdd support to the imx5/6 watchdog for the external...
2018-01-26 hselaskyDecouple Linux files from the belonging character devic...
next