Correctly update the address to write to after storing the stack pointer
[freebsd.git] / sys /
2015-08-25 andrewCorrectly update the address to write to after storing...
2015-08-25 araujoCode cleanup unused-but-set-variable spotted by gcc.
2015-08-25 zbbLeave hypervisor mode upon startup on ARMv7
2015-08-25 adrianCall the new RSS hash calculation function to correctly...
2015-08-25 alcTesting whether a page is dirty does not require the...
2015-08-24 loosFix the spelling of eri's name.
2015-08-24 loosReapply r196551 which was accidentally reverted by...
2015-08-24 cemImport ioat(4) driver
2015-08-24 adrianEnable hardfloat for assembly generation.
2015-08-24 bzWhen forking a child process with PMC_F_DESCENDANTS...
2015-08-24 andrewCheck the frame pointer is within the kernel before...
2015-08-24 sbrunoStyle/whitespace cleanup in shared/common code.
2015-08-24 traszMake it possible to forcibly unmount devfs.
2015-08-24 traszMake vfs_unmountall() unmount /dev after /, not before...
2015-08-24 andrewAdd support for pmap_sync_icache on arm64.
2015-08-24 andrewAdd pages used by the PV entries to minidumps.
2015-08-24 avgMFV (partial) r286889: 5692 expose the number of hole...
2015-08-24 jchRevert r284245: "Fix a callout race condition introduc...
2015-08-24 avgspa_import_rootpool: prevent lock and resource leak
2015-08-24 avgaccount for ashift when gathering buffers to be written...
2015-08-24 edSync HPA and VPA implementations with CUP.
2015-08-24 adrianImplement the IPv6 RSS software hash function.
2015-08-24 hrs- Deprecate IN6_IFF_NODAD. It was used to prevent...
2015-08-24 jhibbitsFix static fdt support.
2015-08-23 andrewEnable KDTRACE_HOOKS by default on all armv6 kernels...
2015-08-23 traszAfter r286237 it should be fine to call vgone(9) on...
2015-08-23 andrewHandle the breakpoint instruction in userland by sendin...
2015-08-23 adrianReset the channel to the first available channel if...
2015-08-22 mavRemove some code duplication by using biofinish().
2015-08-22 markmMake the UMA harvesting go away completely if not wante...
2015-08-22 jhibbitsFollow up to r287014
2015-08-22 jhibbitsEnhance book-e pmap for 36-bit physaddr
2015-08-22 jhibbitsCreate a RouterBoard platform and use it to create...
2015-08-22 jhibbitsMake the mpc85xx platform a kobj base class.
2015-08-21 loosAdd ALTQ(9) support for the CoDel algorithm.
2015-08-21 impWe're waiting on a struct proc *, not a struct thread...
2015-08-21 alcEliminate pointless assignments to rtvals[] in swap_pag...
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-21 roygerxen: allow disabling PV disks and nics
2015-08-21 cemvt_cpulogos: Resize all terms/windows when tearing...
2015-08-21 kibAutomatically disable x2APIC mode on SandyBridge Lenovo...
2015-08-21 avgtry to fix lor between z_teardown_lock and spa_namespac...
2015-08-21 avgfix standalone build of zfs module
2015-08-21 avgfix a mismerge in r286539 (MFV 286538: 5562 ZFS sa_hand...
2015-08-21 edDon't truncate cursor arithmetic to 16 bits.
2015-08-21 jhibbitsAdd initial boot support for e500mc and e5500.
2015-08-21 jhibbitsSimplify the PCI bus scanning logic.
2015-08-20 kibIf process becomes reaper (procctl(PROC_REAP_ACQUIRE...
2015-08-20 rstonePrevent ticks rollover from preventing vm_lowmem event
2015-08-20 ianRemove code left over from the armv4 days. On armv4...
2015-08-20 ianMinor comment and style fixes, no functional change.
2015-08-20 impThe flags -mno-aes -mno-avx only exist for clang, not...
2015-08-20 kenRevamp camcontrol(8) fwdownload support and add the...
2015-08-20 kibTypo.
2015-08-20 andrewAdd the kernel support for minidumps on arm64.
2015-08-20 andrewRemove pmap_kenter from pmap.h, the function doesn...
2015-08-20 andrewAdd pmap_get_tables to get the page tables for a given...
2015-08-20 melifaro* Split allocation and table linking for lle's.
2015-08-20 andrewAdd the arm64 minidump header. This was missed from...
2015-08-20 mavRestore part of r274628, reverted at r286776.
2015-08-20 adrianFurther conversions from ifp->if_softc -> ic_softc.
2015-08-20 adrianRemove some if_softc references from urtwn(4).
2015-08-19 melifaroCheck value return from lle_create() for NULL.
2015-08-19 ianEnable the watchdog driver on imx6, now that it works.
2015-08-19 ianMake the imx watchdog actually work, by setting WDOG_CR...
2015-08-19 ianAdd compatible strings for all the hardware this driver...
2015-08-19 npcxgbe(4): Save the flags for the last adapter-wide...
2015-08-19 baptAdd a kern.features.cloudabi64 entry when the module...
2015-08-19 jhibbitsRemove debug printf.
2015-08-19 zbbIncrease MAXCPU in ARM64
2015-08-19 kibfget_unlocked() depends on the freed struct file f_coun...
2015-08-19 zbbRemove redundant mp_naps from ARM64 secondary CPU start...
2015-08-19 zbbAdd SMP support to GICv3 and ITS drivers
2015-08-19 gremboAllow building a kernel with baked in ig4, isl and...
2015-08-19 jhibbitsFix copy&paste.
2015-08-19 jhibbitsSave the registers at the correct offsets.
2015-08-19 ianAdd required foo_if.h files to SRCS to fix build errors.
2015-08-18 loosFix the use of plural in two cases that I missed on...
2015-08-18 loosAdd the GPIO driver for the ADI Engineering RCC-VE...
2015-08-18 delphijSet curvnet context inside the RPC code in more places.
2015-08-18 fabientAdd ichwd TCO version 3 support (Bay Trail / Rangeley...)
2015-08-18 avatarUsing consistent coding style to deal with error inside...
2015-08-18 avatarUsing the error return code documented in the comment.
2015-08-18 avatarFixing typo as well as improving readability of a few...
2015-08-18 emasteCorrect comment typo noted by erik
2015-08-18 jchcallout_stop() should return 0 (fail) when the callout...
2015-08-18 emasteRemove register dump from arm64 el0 unknown exception
2015-08-18 jasoneBump __FreeBSD_version for the jemalloc 4.0.0 import.
2015-08-18 jchMake clear that TIME_WAIT timeout expiration is managed...
2015-08-18 melifaroFix panic when handling non-inet arp message introduced...
2015-08-18 marcelAdd 24 more page table pages we allocate on boot-up...
2015-08-18 marcelSupport frame buffers that are larger than the default...
2015-08-17 adrianConvert more ifp->if_softc -> ic->ic_softc.
2015-08-17 adrianMigrate ifp->if_softc -> ic->ic_softc.
2015-08-17 loosFix the copy of addresses passed from userland in table...
2015-08-17 kibXEN/amd64 may initiate i/o over the pages not mapped...
2015-08-17 jahSome cleanups to make the style of pmap_quick_enter_pag...
2015-08-17 loosgpioled(4) depends on gpiobus.
2015-08-17 loosFix the build of gpiobus as a module.
2015-08-17 loosFix a few bugs when gpiobus is detaching:
next