]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add AHCI attachment code for Allwinner A10/A20 SoCs.
[FreeBSD/FreeBSD.git] / sys /
2015-07-03 loosAdd AHCI attachment code for Allwinner A10/A20 SoCs.
2015-07-03 roygernetfront: preserve configuration across migrations
2015-07-03 hselaskyFix broken implementation of "kvasprintf()" function...
2015-07-03 bzMove comment to the right position.
2015-07-03 adrianOops - fix typo.
2015-07-03 sjgUpdated depends
2015-07-03 adrianAdd initial support for the TP-Link Archer C7 v2.
2015-07-03 adrianAdd pcb1 to the QCA955x.
2015-07-03 marcelImplement unload and sync operations.
2015-07-03 adrianEnable setting the QCA955x GPIO output mux configuration.
2015-07-03 adrianAdd register defines for the QCA955x DDR flush and...
2015-07-03 marcelAdd create, destroy and load of memory descriptors.
2015-07-03 impKill MFILES and find things automatically. It turned...
2015-07-03 rmacklemAlex Burlyga reported a POLA violation for the new...
2015-07-02 oshogboAdd stddef.h for size_t typedef.
2015-07-02 marcelAdd an ISA/ACPI bus attachment to proto(4).
2015-07-02 mjgsysvshm: fix up some whitespace issues and spurious...
2015-07-02 mjgsysvshm: don't lock proc when calculating attach_va
2015-07-02 mjgsysvshm: fix shmrealloc
2015-07-02 mjgvm: don't lock proc around accesses to vm_{t,d}addr...
2015-07-02 eriAvoid doing multiple route lookups for the same destina...
2015-07-02 andrewRemove an unneeded define and old comment referencing...
2015-07-02 andrewRemove an old comment, the cache is enabled.
2015-07-02 kibAccount for the main process stack being one page below...
2015-07-02 andrewUse pmap_load to load table entries. This simplifies...
2015-07-02 kibUse single instance of the identical INKERNEL() and...
2015-07-02 andrewEnable kernel debugging on arm64, other than GDB as...
2015-07-02 kibVnode is not referenced by the vfs_domount() at the...
2015-07-02 mavFix couple panics on forced unmount of backing file.
2015-07-02 pjdProperly propagate errors in metadata reading.
2015-07-02 pjdAllow to omit keyfile number for the first keyfile.
2015-07-02 avgzfs_mount(MS_REMOUNT): protect zfs_(un)register_callbac...
2015-07-02 mavDisable port multiplier support on Marvell 88SE61xx...
2015-07-01 loosAdd DMA support for Allwinner MMC controller.
2015-07-01 andrewFix the logic for when to restore the VFP registers...
2015-07-01 kibDisallow a debugger on 64bit system to set fs/gs bases...
2015-07-01 brFirst cut of DTrace for AArch64.
2015-07-01 bruefferUse the correct le*dec function to decode a 16bit type.
2015-07-01 brAdd a central location for exclusion checks. We check
2015-07-01 npcxgbe(4): request an automatic tx update when a netmap...
2015-06-30 lwhsu- Fix `make depend` in sys/modules
2015-06-30 npFix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn...
2015-06-30 markmUpdated random(4) boot/shutdown scripting.
2015-06-30 markmHuge cleanup of random(4) code.
2015-06-30 kibDo not calculate the stack's bottom address twice.
2015-06-29 hirenAvoid a situation where we do not set persist timer...
2015-06-29 bruefferSet the initial system time to a sane (as in: not end...
2015-06-29 kibSimplify code, no need to test the flag before clearing it.
2015-06-29 kibProvide npx_get_fsave(9) and npx_set_fsave(9) functions...
2015-06-29 kibMove CS_SECURE() and EFL_SECURE() macros to the machine...
2015-06-29 kibsvr4 emulator has custom sendsig() implementation,...
2015-06-29 kibRemove sv_sigtbl handling from the arm64 sendsig()...
2015-06-29 kibAdd a comment about too strong semantic of atomic_load_...
2015-06-29 kibpcb_gs32sd is unused for long time, remove it. Keep...
2015-06-29 kibAdd x86 PT_GETFSBASE, PT_GETGSBASE machine-depended...
2015-06-29 kibReduce code duplication. Add helper fill_based_sd...
2015-06-29 pfgAdd a new __sentinel attribute.
2015-06-28 hselaskyMake the system queue header file fully usable within...
2015-06-28 markmAdd const to char * pointers. This breaks nothing,...
2015-06-28 markmAnsify another function. This is the last in the file...
2015-06-28 markmANSIfy the only function that uses K&R definition in...
2015-06-28 kibRemove unneeded data dependency, currently imposed by
2015-06-27 pfgChange detection for the gnu_inline attribute.
2015-06-27 bzFix compilation without INET6 and without INET and...
2015-06-27 kibHandle errors from background write of the cylinder...
2015-06-27 nyanMFi386: r278165
2015-06-27 nyanMFi386: r284878
2015-06-26 delphijReduce warnings:
2015-06-26 tychonverify_gla() needs to account for non-zero segment...
2015-06-26 kadesaiCounter part of mfi driver commit in mrsas
2015-06-26 kadesaiKernel panic may be observed by user, if MR controller...
2015-06-26 andrewpc_curpmap is only in the armv6 pcpu data.
2015-06-26 roygeramd64: set the correct LMA values
2015-06-26 kibSplit the DMAR unit domains and contexts. Domains...
2015-06-26 adrianUn-static cpuset_which() - it's useful in other context...
2015-06-26 adrianRename seq_* to mseq_*, to avoid clashes with seq.h...
2015-06-25 bzAnother attempt to make this compile on more architectu...
2015-06-25 jmgIf INVARIANTS is specified, add ctor/dtor to junk memor...
2015-06-25 tijlEnable the use of __builtin_va_* for ICC.
2015-06-25 eriCorrect r284777 to use proper includes and remove dead...
2015-06-25 mavRemove limitations on setting WWNNs starting from 2.
2015-06-25 gremboProtect smbus ioctls in ig4 driver using a shared lock.
2015-06-25 delphijMerge changes from vendor driver 1.1.4:
2015-06-25 mjgrlimit: fix a an old name in a comment: uihashtbl_mtx...
2015-06-25 mjgrlimit: deduplicate code in chg* functions
2015-06-24 eriALTQ FAIRQ discipline import from DragonFLY
2015-06-24 ianFix a misplaced #endif (maybe a mismerge?). Emitting...
2015-06-24 erjSeveral build changes for ix and ixv:
2015-06-24 sbrunoAt the suggestion of jhb, replace atomic_set/clear...
2015-06-24 emasteadd floatingpoint.h for arm64
2015-06-24 andrewFix the floating-point exception values to line up...
2015-06-24 mavFix reported_gone setting, missed in some cases.
2015-06-24 arybchiksfxge: skip VPD info population if access is denied
2015-06-24 whuTSO and checksum offloading support for Netvsc driver...
2015-06-23 hselaskyRename __weak to __weak_symbol to avoid language confli...
2015-06-23 davidcsUpdated Copyright information
2015-06-23 davidcstx_mtx should be grabbed before calling buf_ring_dequeu...
2015-06-23 dimFix endless recursion in sys/net/if.c's drbr_inuse_drv...
2015-06-23 jmgzero this struct as it depends upon it...
2015-06-23 delphijUpdate vendor driver to 1.2.7. This update improves...
next