]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Try to unbreak the build after r300611 by including the header
[FreeBSD/FreeBSD.git] / sys /
2016-05-24 Bjoern A. ZeebTry to unbreak the build after r300611 by including...
2016-05-24 Ruslan BukinAdd initial DTrace support for RISC-V.
2016-05-24 Ruslan BukinSet dependencies for genassym.c.
2016-05-24 Adrian Chadd[bhnd] fix compilation due to incompatible types
2016-05-24 Edward Tomasz Napi... Add kern.icl.iser_offloads sysctl.
2016-05-24 Ruslan BukinStore the original value of stack pointer to the except...
2016-05-24 Sean BrunoReject ioctl commands for FLSHGCHR and FLSHPCHR if...
2016-05-24 Andrew TurnerMark all memory before the kernel as toxic to DTrace.
2016-05-24 Alexander MotinRe-enable write combining, disabled by default at r295486.
2016-05-24 Andrew Rybchenkosfxge(4): enable Medford support
2016-05-24 Andrew Rybchenkosfxge(4): bump driver version to the closest out-of...
2016-05-24 Andrew Rybchenkosfxge(4): cleanup: update copyright to 2016
2016-05-24 Andrew Rybchenkosfxge(4): provide option to disable not a local MAC...
2016-05-24 Andrew Rybchenkosfxge(4): be ready to receive events immediately after...
2016-05-24 Andrew TurnerLimit calling pmc_hook to when the interrupt comes...
2016-05-24 Michael TuexenAllow an MTU of 65535 bytes to be set via TUN[SG]IFINFO...
2016-05-24 Konstantin BelousovIn vm_page_alloc_contig(), on vm_page_insert() failure...
2016-05-24 Konstantin BelousovRemove Giant around allocation of the swap pager with...
2016-05-24 Kevin LoAdd __iowrite32_copy() to the Linux kernel compatibilit...
2016-05-24 Edward Tomasz Napi... Rename kern.icl.drivers to kern.icl.offloads, for consi...
2016-05-24 Edward Tomasz Napi... Add mechanism for choosing iSER-capable ICL modules.
2016-05-24 Hans Petter SelaskyUse the DROP_GIANT() and PICKUP_GIANT() macros instead...
2016-05-24 Hans Petter SelaskySet "current" for all PCI enumeration callbacks.
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Free message taskqueue during interrupt...
2016-05-24 Hans Petter SelaskyUse make_dev_s() instead of make_dev() to avoid race...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Factor out functions for vmbus interrupt...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Git rid of sc version of pcpu data extrac...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Use busdma(9) for messages and event...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Move SynIC setup/teardown from hyperv...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Rename local variable and break long...
2016-05-24 Dmitry ChaginDon't leak fp in case where fo_ioctl() returns an error.
2016-05-24 Sepherosa Ziehauhyperv/busdma: Take BUS_DMA_ZERO into account
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr()
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Move vmbus interrupt counter into vmbus...
2016-05-24 Adrian Chadd[bwn] begin separating out the attach path from the...
2016-05-24 Adrian Chadd[bwn] add BCM43225 to the BHND device list.
2016-05-24 John BaldwinDon't prematurely return short completions on blocking...
2016-05-24 Sean BrunoUpdate some of the TBD entries in ciss(4) to match...
2016-05-24 Luiz Otavio O SouzaMove the OFW iicbus code to dev/iicbus to stop pollutin...
2016-05-24 Adrian Chadd[bwn] add extra debugging for non-SIBA devices.
2016-05-24 Adrian Chadd[bhnd] Implement pass-through resource management for...
2016-05-24 Don LewisFix multiple Coverity Out-of-bounds access false postiv...
2016-05-24 Alan SomersFix build of kern/subr_unit.c, broken by r300539
2016-05-23 Jung-uk KimDocument POPCNT erratum for 6th Generation Intel Core...
2016-05-23 Alan SomersAdd bit_count to the bitstring(3) api
2016-05-23 Mark JohnstonMark the prefix and default router list sysctl handlers...
2016-05-23 Mark JohnstonAcquire the nd6 lock in the prefix list sysctl handler.
2016-05-23 Ian LeporeSpaces->tab in comment.
2016-05-23 Ian LeporeOops, fix a paste-o commited in r300533.
2016-05-23 Ian LeporeUse the new(-ish) CP15_SCTLR macro to generate system...
2016-05-23 Kenneth D. MerryFix ada(4) trim support quirk setting.
2016-05-23 Conrad Meyerntb_hw(4): Only record the first three MSIX vectors
2016-05-23 Svatopluk KrausINTRNG - support new interrupt mapping type INTR_MAP_DA...
2016-05-23 Svatopluk KrausINTRNG - use gpio generic interrupt modes definitions...
2016-05-23 Alan CoxCorrect an error in a comment: One of the conditions...
2016-05-23 Hans Petter SelaskyImplement "atomic_long_add_unless()" in the LinuxKPI...
2016-05-23 Andrew TurnerAdd the needed hwpmc hooks to subr_intr.c. This is...
2016-05-23 Kristof Provostpf: Fix more ICMP mistranslation
2016-05-23 Hans Petter SelaskyA missing definition needed by ktime_to_ms().
2016-05-23 Hans Petter SelaskyFix some data types and add "inline" keyword for __reg_...
2016-05-23 Andrew Rybchenkosfxge(4): cleanup: remove unused EFX preempt macros
2016-05-23 Hans Petter SelaskyImplement ror32() in the LinuxKPI.
2016-05-23 Hans Petter SelaskyDefine more copy to/from userspace functions in the...
2016-05-23 Kristof Provostpf: Fix ICMP translation
2016-05-23 Hans Petter SelaskyAdd more printf() related functions to the LinuxKPI.
2016-05-23 Hans Petter SelaskySet an invalid IRQ number when no PCI IRQ is available...
2016-05-23 Hans Petter SelaskyAdd more ktime related functions to the LinuxKPI.
2016-05-23 Hans Petter SelaskyImplement "kref_put_mutex()" for the LinuxKPI.
2016-05-23 Hans Petter SelaskyAdd more list_xxx() functions to the LinuxKPI.
2016-05-23 Hans Petter SelaskyMake header file standalone by including definitions...
2016-05-23 Hans Petter SelaskyImplement "_outb()" to the LinuxKPI for i386 and amd64...
2016-05-23 Hans Petter SelaskyAdd support for "cdev_add_ext()" to the LinuxKPI.
2016-05-23 Hans Petter SelaskyAdd more GFP related defines to the LinuxKPI.
2016-05-23 Hans Petter SelaskyAdd support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-23 Hans Petter SelaskyAdd support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-23 Hans Petter SelaskyUse DELAY() instead of _sleep() when SCHEDULER_STOPPED...
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Move IDT vector to vmbus_softc
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Get rid of vmbus_devp
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Declare Synic message and event w/ proper...
2016-05-23 Sepherosa Ziehauhyperv: Move Hypercall setup to an early place.
2016-05-23 Sepherosa Ziehauhyperv/hn: Use hyperv busdma(9) helper.
2016-05-23 Sepherosa Ziehauhyperv: Add helpers for busdma(9) operation
2016-05-23 Adrian Chadd[siba] update device ids.
2016-05-23 Sepherosa Ziehauhyperv: Move guest id setup to early place
2016-05-23 Adrian Chadd[bwn] convert another PHY-N workaround to the freebsd...
2016-05-23 Adrian Chadd[nvram2env] fix nvram2env to scan all of memory, not...
2016-05-23 Adrian Chadd[bhnd] Add support for querying the attachment type...
2016-05-23 Adrian Chadd[ixl] fix build for RSS.
2016-05-23 Adrian Chadd[bhnd] Fix DEFINE_CLASS_(2|3) multiple inheritance...
2016-05-22 Konstantin BelousovMark swap-related proc sysctls as not requiring Giant.
2016-05-22 Konstantin BelousovReplace hand-made exclusive lock, protecting against...
2016-05-22 Andriy Voskoboinykurtwn: cleanup some unused code in urtwn_tx_data().
2016-05-22 Andriy Voskoboinykurtwn: setup per-frame retry limit.
2016-05-22 Konstantin BelousovRemove false claim. Giant is dropped by mi_startup...
2016-05-22 Dmitry ChaginConvert proto family in both directions. The linux...
2016-05-22 Dmitry ChaginRemove a now unused global declaration of some sysentve...
2016-05-22 Konstantin BelousovRemove drop/reacquire of Giant around geom calls for...
2016-05-22 Andrey A. ChernovImprove panic message by specifying on which cpu it...
2016-05-22 Kevin Loarc4random() returns 0 to (2**32)−1, use an alternative...
2016-05-22 Pedro F. Giffunindis(4): Undo unneeded workarounds in ndis' rand().
next