]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
audit(4): Add tests for {get/set}auid, {get/set}audit, {get/set}audit_addr
[FreeBSD/FreeBSD.git] / sys / amd64 /
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
2018-03-20 Konstantin BelousovMove the CR0.WP manipulation KPI to x86.
2018-03-20 Ed MasteMake linuxulator fn declaration match definition
2018-03-20 Ed MasteRename assym.s to assym.inc
2018-03-20 Konstantin BelousovDisable write protection around patching of XSAVE instr...
2018-03-20 Konstantin BelousovProvide KPI for handling of rw/ro kernel text.
2018-03-19 Ed MasteRename linuxulator functions with linux_ prefix
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-19 Ed Mastelinux*_sysvec.c: rationalize whitespace and comments
2018-03-16 Ed MasteShare a single bsd-linux errno table across MD consumers
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-14 Ed MasteRemove stray ; at end of linux_vdso_deinstall()
2018-03-13 Kyle EvansEFIRT: SetVirtualAddressMap with 1:1 mapping after...
2018-03-13 Ed MasteUse C99 boolean type for translate_osrel
2018-03-13 Ed MasteApply some style(9) to Linuxulator linux_sysvec.c comments
2018-03-11 Ian LeporeRevert r330780, it was improperly tested and results...
2018-03-11 Ian LeporeEliminate atrtc_time_lock, and use atrtc_lock for efirt...
2018-03-07 Tycho NightingaleFix a lock recursion introduced in r327065.
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-06 Jonathan T. Looneyamd64: Protect the kernel text, data, and BSS by settin...
2018-03-05 Jonathan T. LooneyWe shouldn't need to execute code in the recursive...
2018-03-05 Jonathan T. LooneyPrior to r329071, pmap_bootstrap() used pmap_kmem_choos...
2018-03-05 Anish GuptaMove the new AMD-Vi IVHD [ACPI_IVRS_HARDWARE_NEW]defini...
2018-03-04 Konstantin BelousovUnify bulk free operations in several pmaps.
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 Andriy Gapondb_nextframe/amd64: catch up with r328083 to recognize...
2018-03-03 Ravi Pokalaimcsmb(4): Intel integrated Memory Controller (iMC...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Ed MasteRationalize license text on Linuxolator files
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-26 John BaldwinAdd a new variant of the GLA2GPA ioctl for use by the...
2018-02-26 Patrick KelseyGreatly reduce the number of #ifdefs supporting the...
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-24 Jung-uk KimPartially revert r197863 to reduce diff against i386.
2018-02-23 Conrad MeyerRemove unused error return from API that cannot fail
2018-02-23 Ed MasteUse linux types for linux-specific syscalls
2018-02-23 Ed MasteCorrect pseudo misspelling in sys/ comments
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Ed MasteRemove accidental vim droppings
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Ed MasteCorrect proper nouns in the Linuxulator
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
next