]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add a command to inject an NMI on a specific vcpu. It is a simple
[FreeBSD/FreeBSD.git] / sys /
2013-12-12 loosAfter r256961 ofw_iicbuc.c will be built for any kernel...
2013-12-12 bzAdd an FDT DTS and MDROOT kernel configuration for...
2013-12-12 bzUse correct value pointing to previously selected FDT...
2013-12-12 rayDo not try to probe/attach if attempt to add fbd child...
2013-12-12 mavFix long known bug with handling device aliases residin...
2013-12-12 hselaskySet chain bit correctly. This will fix some problems...
2013-12-12 mavFix bug introduced at r256607. We have to recalculate...
2013-12-12 jhibbitsFBT now does work fully on PowerPC.
2013-12-12 marcelAllow pmap_remove_pages() to be called for physical...
2013-12-12 asomerssys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
2013-12-11 mavCreate own free list for each of the first 32 possible...
2013-12-11 jhbUse fixed-width types for all fields in MP Table struct...
2013-12-11 mavDestroy mtx lock when failed to allocate memory during...
2013-12-11 gnnFix a panic when booting with kernels that have FREEBBS...
2013-12-11 impLoose -> Lose so this sentence makes sense.
2013-12-11 hselaskyUSB method structures for USB controllers and USB pipes...
2013-12-11 neelFix typo when initializing the vlapic version register...
2013-12-11 impFix one race and one fence post error. When the TX...
2013-12-11 markjCorrect the check for errors from proc_rwmem().
2013-12-10 neelFix x2apic support in bhyve.
2013-12-10 kibThe opt_*.h headers must be included before any system...
2013-12-10 jhbCorrect license statements to reflect the fact that...
2013-12-10 kibFix detection of EOF in kern_physio(). If bio_length...
2013-12-10 nwhitehornReturn the correct IEEE 1275 code for "nextprop".
2013-12-10 kibOnly assert the length of the passed bio in the mdstart...
2013-12-10 mavDo not DELAY() for P-state transition unless we want...
2013-12-10 traszProperly refuse handoff requests on already connected...
2013-12-10 pjdFix missing new line after:
2013-12-10 rayDisable error message about failed attempt to attach...
2013-12-10 rayBreak build with error in case when both syscons and...
2013-12-10 mavDon't even try to read vdev labels from devices smaller...
2013-12-10 jmallettAdd missing includes.
2013-12-10 adrianPrint out the full PCIe link negotiation during dmesg.
2013-12-09 npUnstaticize t4_list and t4_uld_list. This works around...
2013-12-09 jhbMove constants for indices in the local APIC's local...
2013-12-09 adrianBump the g2b firmware to 18.x.
2013-12-09 rayo Compat options have to be defined before sys/ioccom...
2013-12-09 rayRespect SC_NO_CUTPASTE option. It disable mouse cursor...
2013-12-09 loosBring the RPi I2C driver in line with ti_i2c. Make...
2013-12-09 loosActivate the device before attempt to access any of...
2013-12-09 loosFix a few typos on the scm (control module) pin mux...
2013-12-09 hselaskyMake it easier to test build the USB code having the...
2013-12-09 ganboldAdd gpio config for usb1 in dts.
2013-12-09 ganboldAdd gpio parse routines according to sys/boot/fdt/dts...
2013-12-09 adrianAdd some initial support for the Intel 6235.
2013-12-09 alfredChase down cryptodeflate.c change from r259109.
2013-12-08 rayo Build syscons(9)'s splash support if both sc and...
2013-12-08 peterFix build with 'crypto' and 'zfs' in the same kernel...
2013-12-08 mavWhen comparing device IDs, make sure that they have...
2013-12-08 alcEliminate a redundant parameter to vm_radix_replace().
2013-12-08 dumbbelldrm/radeon: radeon_dp_i2c_aux_ch() must return 0 on...
2013-12-08 npcxgbe(4): save a copy of the RSS map for each port...
2013-12-08 mariusRestore a vital comment nuked in r259016.
2013-12-08 dumbbelldrm/radeon: agp_info->ai_aperture_size is in bytes...
2013-12-08 loosSimilar to r255816, fix the math for the DELAY() calcul...
2013-12-08 jhibbitsPartially revert r259080. bde@ pointed out that there...
2013-12-08 hselaskyFix typos.
2013-12-07 neelUse callout(9) to drive the vlapic timer instead of...
2013-12-07 rmacklemFor software builds, the NFS client does many small
2013-12-07 jhibbitsMake more unsigned ints signed.
2013-12-07 neelIf a vcpu disables its local apic and then executes...
2013-12-07 jhibbitsFix some integer signs. These unsigned integers should...
2013-12-07 rayInclude dev/fb/fb_if.m in build always, without it...
2013-12-07 adrianRefactor out the scan id and scan vap as part of the...
2013-12-07 adrianAdd a channel parameter to iwn_scan().
2013-12-07 adrianRefactor out the scan channel to be assigned early...
2013-12-07 adrianBegin fleshing out some code to handle tracking PLCP...
2013-12-07 adrianAdd some PLCP thresholds from Linux iwlwifi driver...
2013-12-06 delphijExpose spa_asize_inflation.
2013-12-06 rayFix td_frame flags for i386.
2013-12-06 hselaskyFix compilation when the "USB_DEBUG" option is set.
2013-12-06 kibDisallow optimizations which potentially remove boundar...
2013-12-06 impAlthough not strictly required to boot a 64MB board...
2013-12-06 loosFix the pin value reading on AM335x. Because of the...
2013-12-06 loosMove the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_O...
2013-12-06 loosRemove unnecessary includes and an unused softc variabl...
2013-12-06 loosMake the sysctl node read-only.
2013-12-06 kevloAdd support for the MediaTek/Ralink RT5572 chipset.
2013-12-06 kevloReplace the magic numbers with something more readable.
2013-12-06 kevloCosmetic changes.
2013-12-06 kevloRemove daft KASSERT.
2013-12-06 hselaskyImprove the XHCI command timeout recovery handling...
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 jhbFix a typo.
2013-12-05 jhbThere is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
2013-12-05 jhbFix the processor table entry structure to use a fixed...
2013-12-05 jhbFix debug printfs in FPU_EMU to compile on powerpc64...
2013-12-05 andreastDo some cosmetic fixes.
2013-12-05 andreastIncrease PHYS_AVAIL_SZ because on pSeries machines...
2013-12-05 andreastIn case we have many continous regions without gaps...
2013-12-05 rmhInitialize modesetting sysctls in radeonkms.
2013-12-05 hselaskyFix external compiler warning about write-only assigned...
2013-12-05 cpercivaMake panic_reboot_wait_time static.
2013-12-05 rayMFC @r258947.
2013-12-05 delphijEnable Hyper-V support in i386 GENERIC.
2013-12-05 delphijSupport Hyper-V on i386:
2013-12-05 rayo Implement more standard ioctls.
2013-12-04 delphijApply vendor improvements to oce(4) driver:
2013-12-04 dumbbelldrm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI...
next