]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
De-virtualize pf_mtag_z [1]
[FreeBSD/FreeBSD.git] / sys /
2014-02-18 mmDe-virtualize pf_mtag_z [1]
2014-02-18 loosRemove an unnecessary header.
2014-02-18 jonathanAdd more __BEGIN_DECLS / __END_DECLS to <sys/capability.h>.
2014-02-18 glebiusFix incorrect assertions.
2014-02-18 luigitwo small changes:
2014-02-18 jhbA first pass at adding support for injecting hardware...
2014-02-18 rodrigcIn ue_attach_post_task(), initialize curvnet to vnet0...
2014-02-17 neelHandle writes to the SELF_IPI MSR by the guest when...
2014-02-17 neelUse spinlocks to lock accesses to the vioapic.
2014-02-17 hselaskyOur quirk table is almost full. Add some room for more...
2014-02-17 hselaskyAdjust USB quirk.
2014-02-17 dimIn sys/dev/usb/controller/uss820dci.c, similar to r2619...
2014-02-17 ianGive the fdt helper routines static linkage since no...
2014-02-17 eadlerpcm(4): Permit non-root users to change default unit
2014-02-17 glebiusAdd my copyright to flowtable.
2014-02-17 glebiusWhitespace.
2014-02-17 glebiusBring copyright notice to standard style.
2014-02-17 glebiuso Remove at compile time the HASH_ALL code, that was...
2014-02-17 jhayMake it possible to use the env kernel config file...
2014-02-17 adrianThe MDIO control register for the AR8327 has a differen...
2014-02-17 adrianAdd mmd declaration.
2014-02-17 adrianImplement PHY bus MMD writes for arswitch.
2014-02-17 bdreweryFix M_FILEDESC leak in fdgrowtable() introduced in...
2014-02-16 bdreweryRemove redundant memcpy of fd_ofiles in fdgrowtable...
2014-02-16 dimAfter r261980, the local ptr variable in xbox_init...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 br- Decrease buffer size.
2014-02-16 ianAfter a timeout, reset the controller using SDHCI_RESET...
2014-02-16 brAdd driver for Synchronous Audio Interface (SAI).
2014-02-16 hselaskyAdd new PCI ID for hardware which needs port routing...
2014-02-16 bruefferRemove an nve(4)-specific workaround from the xbox...
2014-02-16 dimIn sys/dev/usb/controller/musb_otg.c, fix a warning...
2014-02-16 bruefferRetire the nve(4) driver; nfe(4) has been the default...
2014-02-16 ianCatch up with last-second name change.
2014-02-16 ianOops, remove some dregs of debugging.
2014-02-16 ianMake it possible to access the ocotp registers before...
2014-02-16 ianAdd a helper routine to depth-search the device tree...
2014-02-15 ianSweep up a couple crumbs left over from the imx6->fsl...
2014-02-15 ianIt turns out Freescale cleverly made the ocotp device...
2014-02-15 ianAdd timeout logic to sdhci, separate from the timeouts...
2014-02-15 ianIf no compatible cards were found after probing the...
2014-02-15 gnnSummary: Two quick edits to the implementation notes...
2014-02-15 ianIncrease the wait time for acquiring the bus from 10...
2014-02-15 ianConvert the "R1B fix" from a busy-loop in the interrupt...
2014-02-15 ianAdd a driver to provide access to imx6 on-chip one...
2014-02-15 zbbHandle pmap_enter() on already promoted mappings for...
2014-02-15 zbbRemove spurious assertion from pmap_extract_locked...
2014-02-15 zbbAvoid redundant superpage promotion attempts on ARM
2014-02-15 zbbFix superpage promotion on ARM with respect to RO/RW...
2014-02-15 zbbEnsure proper TLB invalidation on superpage promotion...
2014-02-15 zbbAlways clear L1 PTE descriptor when removing superpage...
2014-02-15 dimIn sys/dev/xen/console/console.c, #if 0 an unused stati...
2014-02-15 dimUnder sys/netpfil/ipfw, surround two IPv6-specific...
2014-02-15 dimIn sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused stati...
2014-02-15 adrianMake sure that the flowtable flowid is only set to...
2014-02-15 luigiThis new version of netmap brings you the following:
2014-02-14 dimIn cxgbe, conditionalize the t4_pgprot_wc() function...
2014-02-14 adrianInclude the CPU id in the per-CPU timer swi thread...
2014-02-14 dimDisable warning about unused static const variables...
2014-02-14 dimIn r260111, in sys/conf/files, I disabled warning about...
2014-02-14 pluknetPreserve one character space for a trailing '\0'.
2014-02-14 dimSimilar to r260026, disable warning about unused functi...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 dimAfter r251709, avoid a clang 3.4 warning about an unuse...
2014-02-14 avgprovide fast versions of ffsl and flsl for i386; ffsll...
2014-02-14 bruefferCorrect the order of arguments to mtx_init().
2014-02-14 glebiusWhenever flowtable lookup fails, we do route lookup...
2014-02-14 glebiusOnce pf became not covered by a single mutex, many...
2014-02-14 dimBump __FreeBSD_version after the libc++ 3.4 ABI compati...
2014-02-14 hselaskyFix minor logical error in the XHCI driver. Set correct...
2014-02-14 adrianEnable use of the PCIe connected wifi on the DB120...
2014-02-14 adrianDisable this check for now; it fails on the AR9344...
2014-02-14 adrianAdd the ath0 EEPROM hints required to detect the on...
2014-02-14 attilioFix-up r254141: in the process of making a failing...
2014-02-14 rpauloAdd urtwn_start_locked() to avoid unlocking during TX.
2014-02-14 davidcscheck for defrag only when bus_dmamap_load_mbuf_sg...
2014-02-14 adrianDon't insert a flowtable entry if the lle isn't yet...
2014-02-13 bruefferFix a bug in be_uuid_dec(); it called le16dec() instead...
2014-02-13 andrewAllow the kernel to be loaded at any 1MiB address....
2014-02-13 ianRemove a couple obsolete function declarations.
2014-02-13 melifaroFurther simplify nd6_output_lle.
2014-02-13 loosMake the gpioled(4) work out of the box on BBB.
2014-02-13 loosAllow the use of the OFW GPIO bus for ti_gpio and bcm28...
2014-02-13 loosAllow the use of OFW I2C bus together with iicbb(4...
2014-02-13 loosAdd OFW support to the in tree gpio compatible devices...
2014-02-13 loosAdd an OFW GPIO compatible bus. This allows the use...
2014-02-13 impHonor the disabled status by only grabbing resources...
2014-02-13 impFix board ID too...
2014-02-13 impFix board name.
2014-02-13 aeDrop packets to multicast address whose scop field...
2014-02-13 hselasky- Remove not needed definitions from driver.
2014-02-13 brAdd function for configuring PLL4 (Audio) clock frequen...
2014-02-13 glebiusRemove unused FL_NOAUTO.
2014-02-13 glebiuso Axe non-pcpu flowtable implementation. It wasn't...
2014-02-13 ianValidate the header of a new dtb before using it. ...
2014-02-13 ianEnable both sdcard slots, but not the sdio-based wifi...
2014-02-13 ianAdd handling of standard "non-removable" property,...
2014-02-13 ianAdd standard non-removable and cd-gpios properties...
2014-02-13 ianWrite translation code for the SDHCI_PRESENT_STATE...
2014-02-12 ianFix the definition of the SDHCI_STATE_DAT and SDHCI_STA...
next