]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
subr_pidctrl: use standard 2-Clause FreeBSD license and disclaimer
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-05-14 John BaldwinMake the common interrupt entry point labels local...
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-10 Konstantin BelousovMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-09 Mateusz Guzikamd64: depessimize bcmp for small buffers
2018-05-09 Konstantin BelousovAvoid calls to bzero() before ireloc.
2018-05-09 Konstantin BelousovRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 Konstantin BelousovRemove PG_U from the recursive pte for kernel pmap...
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Konstantin BelousovPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-07 Mateusz Guzikamd64: stop asserting params != NULL in the syscall...
2018-05-07 Mateusz Guzikamd64: fix up memset added in r333324
2018-05-07 Mateusz Guzikamd64: tweak the memmove comment regarding authorship
2018-05-07 Mateusz Guzikamd64: replace libkern's memset and memmove with assemb...
2018-05-04 Mateusz Guzikamd64: syscall path bcopy -> memcpy
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-04 Mateusz Guzikamd64: get rid of the pessimized bcopy in syscall arg...
2018-05-03 Konstantin BelousovImplement support for ifuncs in the kernel linker.
2018-05-03 Konstantin BelousovStyle.
2018-05-02 Peter GrehanUse PCI power-mgmt to reset a device if FLR fails.
2018-05-01 Jung-uk KimMFV: r333077
2018-05-01 Mark JohnstonPrint the dump progress indicator after calling dump_st...
2018-04-28 Conrad Meyeramd64/mp_machdep.c: Fix GCC build after r333059
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Tycho NightingaleExpand the checks for UCR3 == PMAP_NO_CR3 to enable...
2018-04-26 Sean Brunomove smartpqi(4) controller out of NOTES and into sys...
2018-04-26 Sean Brunomartpqi(4):
2018-04-25 Tycho NightingaleIf a trap is encountered upon executing iretq from...
2018-04-24 Mark JohnstonImprove VM page queue scalability.
2018-04-24 Konstantin BelousovCorrect undesirable interaction between caching of...
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-19 Andriy Gaponset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 Andriy Gapondon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 Brooks DavisRemove the unused fuwintr() and suiwintr() functions.
2018-04-14 Konstantin BelousovSet PG_G global mapping bit on the trampoline ptes.
2018-04-13 Tycho NightingaleAdd SDT probes to vmexit on Intel.
2018-04-12 Konstantin BelousovFix PSL_T inheritance on exec for x86.
2018-04-12 Konstantin BelousovOptimize context switch for PTI on PCID pmap.
2018-04-09 Ed Mastelinuxulator: add else case braces to reduce diffs betwe...
2018-04-09 Ed Mastelinuxulator: deduplicate linux_exec_imgact_try
2018-04-08 Rodney W. GrimesAdd the ability to control the CPU topology of created VMs
2018-04-08 Brooks DavisFix LINT (and static COMPAT_LINUX32) after r332122.
2018-04-07 Konstantin BelousovHandle Skylake-X errata SKZ63.
2018-04-06 John BaldwinAdd a way to temporarily suspend and resume virtual...
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 Jonathan T. LooneyPat the watchdog less while producing a coredump. ...
2018-04-06 Roger Pau Monnéx86: fix trampoline memory allocation after r332073
2018-04-06 Roger Pau Monnéremove GiB/MiB macros from param.h
2018-04-05 Roger Pau Monnéx86: improve reservation of AP trampoline memory
2018-04-05 Konstantin BelousovFix ERESTART for lcall $7,$0 syscalls.
2018-04-05 Konstantin BelousovMake the INTO instruction operational in 32bit mode.
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-03 Andriy Gaponfix i386 build with CPU_ELAN (LINT for instance) after...
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-04-02 Andriy Gaponunify amd64 and i386 cpu_reset() in x86/cpu_machdep.c
2018-04-02 Andriy Gaponx86 cpu_reset: if failed to switch to BSP proceed to...
2018-04-02 Andriy Gaponx86 cpu_reset_proxy: no need to stop_cpus() the origina...
2018-03-30 Kenneth D. MerryBring in the Broadcom/Emulex Fibre Channel driver,...
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-28 Jeff RobersonRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-28 John BaldwinFix kernel builds without options DDB after r331650.
2018-03-27 John BaldwinRemove very old and unused signal information codes.
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-27 Jeff RobersonBackout r331606 until I can identify why it does not...
2018-03-27 Jeff RobersonOnly use CPUs in the domain the device is attached...
2018-03-24 Konstantin BelousovImprove the lcall $7,$0 syscall emulation on amd64.
2018-03-24 Jonathan T. LooneyMake the TCP blackbox code committed in r331347 be...
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 Ed MasteRemove redundant cast from Linuxulator SYSINITs
2018-03-23 Ed MasteFixup return style(9) in amd64 linux*_sysvec.c
2018-03-23 Ed MasteSort headers in MD Linuxulator files
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 Konstantin BelousovFixes for ptrace(PT_GETXSTATE_INFO) related to the...
2018-03-22 Kyle EvansRe-work efidev ordering to fix efirt preloaded by loade...
2018-03-22 Ed MasteShare Linux errno table with libsysdecode
next