]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix secondary stacks calculation on ARM64
[FreeBSD/FreeBSD.git] / sys /
2015-07-17 zbbFix secondary stacks calculation on ARM64
2015-07-17 zbbIncrease DMAP (Direct Map) size on ARM64
2015-07-17 edImplement CloudABI memory management system calls.
2015-07-17 npcxgbe(4): Ask the firmware for the start of the RSS...
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-16 sbrunoAdd an adapter CORE lock in the DDB hook em_dump_queue...
2015-07-16 hselaskyOptimise the DWC OTG host mode driver's transmit path:
2015-07-16 mjgfd: partially deduplicate fdescfree and fdescfree_remapped
2015-07-16 mjgGet rid of lim_update_thread and cred_update_thread.
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-16 andrewSplit out the arm and armv6 parts of atomic.h to new...
2015-07-16 kibFix warnings about unused functions for UP build.
2015-07-16 bruefferActually recognize all Intel Lynx Point devices we...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-16 zbbSet-up proper TCR values for memory related to Translat...
2015-07-16 kevloFix typo in register definition.
2015-07-16 edImplement CloudABI's exec() call.
2015-07-16 jhibbitsFix userland program exception handling for powerpc64.
2015-07-16 neelIf uart interrupts are not functioning then schedule...
2015-07-15 kibDo not use atomic_swap_int(9), it is not available...
2015-07-15 kibReset non-zero it_need indicator to zero atomically...
2015-07-15 kibStyle. Remove excessive brackets. Compare non-boolean...
2015-07-15 andrewFix an infinite loop when a node doesn't have an interr...
2015-07-15 mavMULTI_ID supported does not mean it is used.
2015-07-15 edImplement the trivial socket system calls: shutdown...
2015-07-15 zbbAdd identify_cpu() to ARM64 init_secondary routine
2015-07-15 edMake posix_fallocate() and posix_fadvise() work.
2015-07-15 allanjudeAdd a new option to gpart(8) to fix Lenovo BIOS boot...
2015-07-15 pkelseyRevert inadvertent change to amd64/GENERIC.
2015-07-15 pkelseyAdd netmap support for ixgbe SRIOV VFs (that is, to...
2015-07-15 hirenRemove FreeBSD version check for deprecated M_FLOWID.
2015-07-15 pkelseyFix igxbe SRIOV VF (if_ixv) initialization bugs. The...
2015-07-14 edFix the build after breaking it in r285549.
2015-07-14 andrewAlso accept "ok" to enable a device, some vendor device...
2015-07-14 edImplement the CloudABI random_get() system call.
2015-07-14 markjFix some error-handling bugs when core dump compression...
2015-07-14 edRegenerate system call table for r285540.
2015-07-14 edImplement thread_tcb_set() and thread_yield().
2015-07-14 edImplement {,p}{read,write}{,v}().
2015-07-14 andrewSet memory to be inner-sharable. This isn't needed...
2015-07-14 edLet proc_raise() call into pksignal() directly.
2015-07-14 zbbFix secondary PIC initialization order
2015-07-14 zbbFix intr_machdep.c for ARM64
2015-07-14 bruefferSpell crypto correctly.
2015-07-14 hirenExpose full 32bit RSS hash from card regardless of...
2015-07-14 npcxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.
2015-07-14 jmgFix XTS, and name things a bit better...
2015-07-14 jmgfix typos..
2015-07-14 adrianPopulate hw.model with the CPU model information.
2015-07-14 jmgcryptodev is not needed for TCP_SIGNATURE...
2015-07-14 cemFix cleanup race between unp_dispose and unp_gc
2015-07-14 mjgexec: textvp -> oldtextvp; binvp -> newtextvp
2015-07-14 mjgexec plug a redundant vref + vrele of the image vnode
2015-07-13 mjgracct: perform a lockless check for p_throttled
2015-07-13 mavSwitch initiator IDs in target mode to the same address...
2015-07-13 loosBring a few simplifications to a10_gpio:
2015-07-13 cempipe_direct_write: Fix mismatched pipelock/unlock
2015-07-13 mavMake role sysctl handling from r284727 less strict.
2015-07-13 mavUnify port database use for target and initiator roles.
2015-07-13 luigiset the refcount for the structure (dropped by mistake...
2015-07-13 markmRework the read routines to keep the PRNG sources happy...
2015-07-13 adrianFixes the RF switch state polling by comparing with...
2015-07-12 ianAdd PRINTF_BUFR_SIZE=128 to avoid interleaved output.
2015-07-12 ianUse the monotonic (uptime) counter rather than time...
2015-07-12 zbbAdd ARM64TODO comments to ACPI PCI stubs
2015-07-12 markm* Address review (and add a bit myself).
2015-07-12 zbbImplement stubs for ACPI PCI routines
2015-07-12 bzTry to unbreak the build after r285390 removing the...
2015-07-11 loosReturn the FDT node of the GPIO controller to gpiobus...
2015-07-11 edImplement normal and abnormal process termination.
2015-07-11 edUse FDDUP_NORMAL instead of hardcoding value 0.
2015-07-11 edAdd missing function parameter.
2015-07-11 jhibbitscpu_number and cpu_swapout are never used, and only...
2015-07-11 mjglinprocfs: vref the vnode passed to vn_fullpath
2015-07-11 mjgvfs: always clear VI_OWEINACT in consumers bumping...
2015-07-11 mjgvfs: move si_usecount manipulation to dedicated functions
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 andrewAlways send a SIGSEGV on a map failure. Use the code...
2015-07-11 adrianRegenerate syscalls.
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-11 kibDo not allow creation of the dirty buffers for the...
2015-07-11 jmgComplete the move that was started w/ r263218.. For...
2015-07-10 pjdSpoil even can happen for some time now even on provide...
2015-07-10 luigiassorted algorithmic fixes from Paolo Valente (one...
2015-07-10 luigione more warning suppression when compiling the test...
2015-07-10 luigiadd code to compute fairness indexes;
2015-07-10 luigistaticize functions only used in netmap.c
2015-07-10 edAdd missing const keyword to kern_sigaction()'s 'act...
2015-07-10 mjgfd: further cleanup of kern_dup
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-10 kibConvert between abridged (from FXSAVE) and unabridged...
2015-07-10 kibDuplicate the copyright from the i386/i386/machdep...
2015-07-10 kibChange the mb() use in the sched_ult tdq_notify() and...
2015-07-10 luigiadd netmap dependency when compiled as a module
2015-07-10 edLet listen() return EDESTADDRREQ when not bound.
2015-07-10 luigiSync netmap sources with the version in our private...
2015-07-10 gnnSummary: Fix LINT build. The names of the new AES...
2015-07-09 dimFix swapped copyin(9) arguments in cxgb's iwch_arm_cq...
next