]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Pass on bhyve kernel module maintenance to
[FreeBSD/FreeBSD.git] / sys /
2018-06-09 rmacklemDelete some macros that are unused.
2018-06-09 rmacklemDelete an unused macro and clean up a comment about it.
2018-06-09 markjBump __FreeBSD_version after r334881 and force libdwarf...
2018-06-09 markjTell the compiler that rdtscp clobbers %ecx.
2018-06-09 andrewIn the ThunderX BGX network driver we were skipping...
2018-06-09 kppf: Fix deadlock with route-to
2018-06-09 aeExplicitly change the link state when we assingn an...
2018-06-08 mjgcounter: add a bit missed in r334858
2018-06-08 shurdRemove tx task spinning added in r333686
2018-06-08 mjguma: implement provisional api for per-cpu zones
2018-06-08 mmacyhwpmc: remove dangling references to hwpmc_xscale
2018-06-08 tychonDon't bother looking for non-executable pages when...
2018-06-08 mmacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 jtlAdd a socket destructor callback. This allows kernel...
2018-06-08 mmacyhwpmc: yet another missed fixup
2018-06-08 kibRestore release semantic for the old thread unlock...
2018-06-08 mmacyhwpmc: remove hwpmc_xscale.c from corresponding arm...
2018-06-08 adrian[ath_hal] Return failure if noise floor calibration...
2018-06-08 adrian[ath_hal] Don't do ANI processing if we've reset.
2018-06-08 mmacyhwpmc: retire never completed xscale support
2018-06-08 mmacyhwpmc: update files missed by r334827
2018-06-08 sefThis originated from ZFS On Linux, as
2018-06-08 mmacyavoid 'tcp_outflags defined but not used'
2018-06-08 mmacyhpts: remove redundant decl breaking gcc build
2018-06-08 mmacyunbreak LINT build after r334804
2018-06-08 mmacyhwpmc: fix arm64 INVARIANTS build
2018-06-08 mjguma: fix up r334824
2018-06-08 mmacyrtentry_zinit: don't blindly pass through M_ZERO to...
2018-06-08 mmacyhwpmc: avoid undefined variable on LINT
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-08 mjgamd64: remove now unused bzero, bcmp and bcopy. move...
2018-06-08 mjguma: remove M_ZERO support for pcpu zones
2018-06-08 mjgamd64: fix a retarded bug in memset
2018-06-08 glebiusUMA memory debugging enabled with INVARIANTS consists...
2018-06-07 leitaoFix excise_initrd_region() to support 32- and 64-bit...
2018-06-07 rrsTake out the stack alias inadvertantly added by my...
2018-06-07 rrsFix build issue with const and volatile and the
2018-06-07 bennoBreak recursion involving getnewvnode and zfs_rmnode.
2018-06-07 rrsThis commit brings in a new refactored TCP stack called...
2018-06-07 kibAccount for dmap limit when selecting the pages for...
2018-06-07 leitaodev/ofw: Fix ofw_fdt_getprop() return values to match...
2018-06-07 avgx86: reorganize code that deals with unexpected NMI-s
2018-06-07 avgexpand descriptions of x86 panic_on_nmi and kdb_on_nmi...
2018-06-07 leitaomd: use prestaged mfs_root
2018-06-07 jtlFix a typo in vm_domain_set(). When a domain crosses...
2018-06-07 erjiflib: Record TCP checksum info in iflib when TCP check...
2018-06-07 hselaskyDefine ARCH_KMALLOC_MINALIGN in the LinuxKPI.
2018-06-07 hselaskyWrap timespec64 into timespec in the LinuxKPI.
2018-06-07 hselaskyMove the EXPORT_SYMBOL_XXX() function macros into own...
2018-06-07 hselaskyImplement the dev_pm_set_driver_flags() function macro...
2018-06-07 jhibbitsBuild nvme modules for powerpc, and install man pages
2018-06-07 alcWhen pidctrl_daemon() is called multiple times within...
2018-06-07 mmacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 alcpidctrl_daemon() implements a variation on the classica...
2018-06-07 mmacyhwpmc: don't do EMIT64 on constant
2018-06-07 mmacypmc: convert native to jsonl and track TSC value of...
2018-06-07 mmacyhwpmc: don't log pid->name more than once
2018-06-07 mmacycpufunc: add rdtscp for x86
2018-06-06 tuexenImprove compliance with RFC 4895 and RFC 6458.
2018-06-06 cempuc(4): Add provisional support for Exar XR17V352
2018-06-06 hselaskyMake some list functions RCU safe in the LinuxKPI.
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 hselaskyRewrite code using atomic_fcmpset_int() in the LinuxKPI.
2018-06-06 hselaskyImplement the __add_wait_queue_entry_tail() function...
2018-06-06 jhibbitsRevert r334708
2018-06-06 hselaskyImplement the might_sleep_if() function macro in the...
2018-06-06 hselaskyRename two structure field members while keeping backwa...
2018-06-06 hselaskyImplement the init_wait_entry() function macro in the...
2018-06-06 hselaskyImplement the atomic_dec_if_positive() function in...
2018-06-06 hselaskyImplement the ktime_compare() and ktime_after() functio...
2018-06-06 hselaskyImplement the rdmsrl_safe() function macro in the LinuxKPI.
2018-06-06 aeMake in_delayed_cksum() be similar to IPv6 implementation.
2018-06-06 jhibbitsAdd a memory barrier after taking a reference on the...
2018-06-06 aeUse m_copyback() function to write delayed checksum...
2018-06-06 thjUse UDP len when calculating UDP checksums
2018-06-06 aeFix LINT-NOINET build.
2018-06-06 mjgmalloc: elaborate on r334545 due to frequent questions
2018-06-06 mmacyhwpmc: add summary command and further metadata extensions
2018-06-05 aeRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 aeConstify argument of in6_getscope().
2018-06-05 aeRework IP encapsulation handling code.
2018-06-05 vangyzenMake Coverity more happy with r334545
2018-06-05 aetcp_lro.h requires <netinet/in.h>, include it directly...
2018-06-05 hselaskyDeclare and set the global "system_highpri_wq" workqueu...
2018-06-05 hselaskyImplement the INIT_DELAYED_WORK_ONSTACK() function...
2018-06-05 hselaskyDefine the __kernel_size_t type in the LinuxKPI.
2018-06-05 hselaskyImplement the task_pid_vnr() function macro in the...
2018-06-05 hselaskyAdd "access" function pointer to the "vm_operations_str...
2018-06-05 hselaskyImplement mul_u32_u32() function in the LinuxKPI.
2018-06-05 hselaskyImplement timer_setup() and from_timer() function macro...
2018-06-05 ramIssue:
2018-06-05 kibabEnable high-speed on the card before increasing frequen...
2018-06-05 eadlerusbdevs: sync from NetBSD
2018-06-05 kevloSince we don't enable BUF_TRACKING and FULL_BUF_TRACKIN...
2018-06-05 kevloAdd support for SIMCom SIM7600E.
2018-06-05 mmacyhwpmc: log name->pid, name->tid mappings
2018-06-04 jkimMFV: r334448
2018-06-04 mmacyhwpmc: don't defer user callchain capture completion...
2018-06-04 markjRegen after r334626.
2018-06-04 markjReimplement brk() and sbrk() to avoid the use of _end.
next