]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Define the MSR used to fetch the current microcode patch level on AMD.
[FreeBSD/FreeBSD.git] / sys /
2018-07-07 Justin HibbitsLet ofw_iicbus work its magic on OPAL i2c buses.
2018-07-07 Jeff RobersonUse the ticks since the last update to reduce hysteresi...
2018-07-07 Dexuan Cuihyperv: Fix boot-up after malloc() returns memory of...
2018-07-06 John BaldwinExport a breakpoint() function to userland for arm...
2018-07-06 Ian LeporeSet .PATH to dev/usb/serial so that these modules compi...
2018-07-06 Oleksandr Tymoshenkoig4(4): Fix Apollo lake entries platform identifier
2018-07-06 Oleksandr Tymoshenkoig4(4): add support for Apollo Lake I2C controllers
2018-07-06 Konstantin BelousovExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 Konstantin BelousovRevert to recommit with the proper message.
2018-07-06 Konstantin BelousovSave a call to pmap_remove() if entry cannot have any...
2018-07-06 Ed MasteRegen arm64 linux sysent after r336043
2018-07-06 Ed MasteFix arm64 linuxulator clone() argument order
2018-07-06 Navdeep Parharcxgbe(4): Assume that any unknown flash on the card...
2018-07-06 Rick MacklemChange the pNFS server so that it does not disable...
2018-07-06 Jamie GrittonChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 Emmanuel Vadotpsci: Add \n at the end of printf
2018-07-06 Kyle Evanskern_environment: Fix SYSINIT ordering
2018-07-06 Brooks DavisOne more 32-bit fix for r335979.
2018-07-06 Sean BrunoRemove duplicate configuration values as they are alrea...
2018-07-06 Konstantin BelousovSave a call to pmap_remove() if entry cannot have any...
2018-07-06 Konstantin BelousovStyle: no need for braces around single-line then clause.
2018-07-06 Hans Petter SelaskyMake sure kernel modules built by default are portable...
2018-07-06 Matt Macycounter(9): unbreak amd64 following r336020
2018-07-06 Brooks DavisCorrect breakage on 32-bit platforms from r335979.
2018-07-06 Matt Macyhwpmc: remove hacks to work around incorrect pc_domain
2018-07-06 Matt Macyepoch(9): simplify initialization
2018-07-06 Matt MacyBack pcpu zone with domain correct pages
2018-07-05 Sean Eric FaganThis exposes ZFS user and group quotas via the normal
2018-07-05 Conrad Meyerath(4): Fix typo in debugging code
2018-07-05 Konstantin BelousovExtend r335969 to superpages.
2018-07-05 Sean Brunoriscv: Remove unused variable "code"
2018-07-05 Konstantin BelousovRevert r335999 to re-commit with the correct error...
2018-07-05 Andrew TurnerCreate a new macro for static DPCPU data.
2018-07-05 Sean BrunoRemove redundant device ar71xx_wdog which is now includ...
2018-07-05 Sean BrunoRemove redundant AH_DEBUG_ALQ.
2018-07-05 Sean BrunoMake ZSTD a real option via ZSTDIO.
2018-07-05 Bjoern A. ZeebSplit up deadlkres() to make it more readable in antici...
2018-07-05 Konstantin BelousovCopyout(9) on 4/4 i386 needs correct vm_page_array[].
2018-07-05 Konstantin BelousovUse vm_page_unhold_pages() instead of manually rolling...
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 Kyle Evanskern_environment: use any provided environments, evict...
2018-07-05 Kyle EvansRevert r335995 due to accidental changes snuck in
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 Kyle Evanskern_environment: use any provided environments, evict...
2018-07-05 Bjoern A. ZeebWith the introduction of reapers and reaplists in r275800,
2018-07-05 Brooks DavisRevert r335983.
2018-07-05 Ian LeporeDetach all children before beginning to tear down the...
2018-07-05 Ian LeporeAdd a missing call to usb_bus_mem_free_all() when detac...
2018-07-05 Ian LeporeRemove a test and early-out which just can't possibly...
2018-07-05 Brooks DavisGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-05 Ian LeporeFix an out-of-bounds array access... the irq data for...
2018-07-05 Konstantin BelousovSilence warnings about unused variables when RACCT...
2018-07-05 Brooks DavisMake struct xinpcb and friends word-size independent.
2018-07-05 Konstantin BelousovAdd a name for the MSR controlling standard extended...
2018-07-05 Konstantin BelousovOrder the portion of the AMD-specific MSRs names defini...
2018-07-05 Andrew Gallatinmxge: replace 65536 with IP_MAXPACKET in tso settings.
2018-07-05 Alan CoxAllow callers to vm_phys_split_pages() to specify wheth...
2018-07-05 Alan CoxAs of r335784, if pmap_enter() replaces a managed mappi...
2018-07-04 Matt Macyepoch(9): make nesting assert in epoch_wait_preempt...
2018-07-04 Konstantin BelousovIn x86 pmap_extract_and_hold()s, handle the case of...
2018-07-04 Rick MacklemFix the pNFS server so that it handles the "#mds_path...
2018-07-04 Andrew Gallatinmxge: choose appropriate values for hw tso
2018-07-04 Andrew Gallatinmxge: Add SIOCGI2C support for devices with SFP/XFP...
2018-07-04 Sean Brunofix locking within tcp_ipsec_pcbctl() to match ipsec4_p...
2018-07-04 Mariusz ZaborskiAdd description to debug.ncores sysctl.
2018-07-04 Matt Macyfix 335919 - check "last" not "inp" where appropriate
2018-07-04 Andrew Gallatinmxge: fix panic at module unload
2018-07-04 Ed Mastemuge(4): remove DTB MAC addr from TODO list after r335925
2018-07-04 Konstantin BelousovAdd a way for the process to request cleanup of the...
2018-07-04 Andriy Gaponremove unneeded inclusion of sys/interrupt.h from sever...
2018-07-04 Hiroki Sato- Fix a double unlock in inp_block_unblock_source(...
2018-07-04 Matt MacyFreeBSD_version: update for epoch(9) r335924 KPI change
2018-07-04 Will AndrewsRevert r335833.
2018-07-04 Oleksandr Tymoshenkomuge(4): add DTB blob as one more possible source of...
2018-07-04 Matt Macyepoch(9): allow preemptible epochs to compose
2018-07-04 Bryan DreweryMETA_MODE: Fix wanting a meta file in source tree.
2018-07-04 Bryan DreweryUse OBJS_DEPEND_GUESS for forced opt_global.h dependency.
2018-07-03 Matt Macyopensolaris compat: fix compile error
2018-07-03 Matt Macyudp6_input: validate inpcb before use
2018-07-03 Matt MacyEnable MODULE_TIED by default for modules compiled...
2018-07-03 John BaldwinUse 'e' instead of 'i' constraints with 64-bit atomic...
2018-07-03 Bryan DreweryFix .depend.foo.o tracking for sys/conf/files defined...
2018-07-03 Bryan DreweryNeed offset.inc generated early if MODULE_TIED is defined.
2018-07-03 Bryan DreweryAll genassym.sh usage need offset.inc
2018-07-03 Bryan Drewerygenoffset.c is not generated
2018-07-03 Bryan DreweryFix r335906+r335907 to not pass multiple source files...
2018-07-03 Bryan DreweryHandle .depend for genoffset_test.o
2018-07-03 Bryan DreweryNo need to make a copy to build genoffset_test.o
2018-07-03 Bryan DreweryFix module build when MODULE_TIED=1 is set.
2018-07-03 Matt Macyexplain the purpose of genoffset_test
2018-07-03 Matt Macyensure that offset.inc is generated first
2018-07-03 Mariusz ZaborskiRegen after 335900.
2018-07-03 Mariusz Zaborskicapsicum: add getdirentries to the freebsd32 compact
2018-07-03 Sean BrunoReset indentiation of ata_suspend() such that its clear...
2018-07-03 Sean BrunoReset indentation of this flag. No functional change...
2018-07-03 Matt Macyensure that offset.inc is generated before ia32_genassy...
2018-07-03 Matt Macyexpose sched_{pin,unpin}_lite to tied modules
2018-07-03 Matt Macyexpose thread_lite definition to tied modules
2018-07-03 Matt Macymake critical_{enter, exit} inline
2018-07-02 Matt Macyinline atomics and allow tied modules to inline locks
next