]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
qat: Address -Wunused-but-set-variable warnings
[FreeBSD/FreeBSD.git] / sys / x86 /
2021-12-24 Alexander Motinsmist: Remove unneeded Giant from bus_dma_tag_create().
2021-12-24 Alexander Motinbusdma: Remove outdated comments about Giant.
2021-12-23 Alexander Motinmca: Some error handling logic improvements.
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Alexander Motinx86: Make AMD elvtX dump more compact.
2021-12-19 Corvin Köhnepci: add missing PCI id of Coffee Lake GPU
2021-12-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-12-15 Alexander Motinmca: Switch to using taskqueue_enqueue_timeout_sbt().
2021-12-15 Alexander Motinmca: Decode new Intel status bits.
2021-12-15 Alexander Motinmca: Remove excessively verbose debug messages.
2021-12-15 Alexander Motinmca: Make some sysctls also a loader tunables.
2021-12-10 Mitchell Hornex86: remove unused T_USER flag
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-20 Alexander MotinPrefer CPUID leaf 1Fh for Intel CPU topology detection.
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-11-01 Mark Johnstonx86: Mark the trapframe as initialized in ipi_bitmap_ha...
2021-11-01 Mark Johnstonstack(9): Disable KASAN in stack_capture()
2021-11-01 Mark Johnstonamd64: Add MD bits for KASAN
2021-11-01 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-27 Konstantin BelousovDMAR: clean up warnings about write-only variables
2021-10-25 Mark Johnstonx86: Remove some leftover APM support
2021-10-21 Alexander Motinx86: Add NUMA nodes into CPU topology.
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-10 Konstantin Belousovapic: initialize lapic_paddr statically
2021-10-10 Konstantin BelousovRevert "linux32: add a hack to avoid redefining the...
2021-10-10 Konstantin Belousovlinux32: add a hack to avoid redefining the type of...
2021-10-10 Adam Fennpvclock: Add vDSO support
2021-10-10 Adam Fennkvm_clock: KVM paravirtual clock support
2021-10-10 Adam Fennpvclock: Add 'struct pvclock' API
2021-10-10 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-01 Konstantin Belousovx86 bounce_bus_dmamem_alloc(): use malloc_aligned(...
2021-09-20 Konstantin Belousovx86: duplicate acpi_wakeup.c per i386 and amd64
2021-09-20 Konstantin Belousovamd64 acpi_wakeup: map 1:1 whole low 4G for the trampol...
2021-09-20 Konstantin Belousovx86 acpi_install_wakeup_handler(): style
2021-09-20 Konstantin Belousovamd64: do not touch low memory in acpi_wakeup_ap()...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-02 Dimitry Andricxen: Fix warning by adding KERNBASE to modlist_paddr...
2021-08-23 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-08-23 Konstantin Belousovamd64: rework AP startup
2021-08-23 Konstantin Belousovx86_msr_op: extend the KPI to allow MSR read and single...
2021-08-11 Alexander MotinDo not expose to scheduler caches of single CPU.
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-24 Mitchell HorneConsolidate machine/endian.h definitions
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-10 Konstantin BelousovDisable x2APIC for SandyBridge laptops with Samsung...
2021-06-10 Konstantin Belousovmadt_setup_local: extract special case checks into...
2021-06-10 Konstantin Belousovmadt_setup_local: convert series of strcmp to iteration...
2021-06-10 Konstantin Belousovmadt_setup_local: skip further checks if ACPI DMAR...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-08 Mark Johnstoni386: Make setidt_disp a size_t instead of uintptr_t
2021-06-07 Mark Johnstonx86: Fix lapic_ipi_alloc() on i386
2021-05-05 Piotr Pawel StefaniakBalance parentheses in sysctl descriptions
2021-04-23 Konstantin Belousovx86: add x86_clear_dbregs() helper
2021-04-21 Mitchell Hornegdb: allow setting/removing hardware watchpoints
2021-04-21 Mitchell Hornex86: implement kdb watchpoint functions
2021-04-21 Mitchell Hornex86: consolidate hw watchpoint logic into new file
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-12 Kyle Evansx86: tsc: deprioritize TSC on VirtualBox
2021-02-15 Mark Johnstonmca: Handle inconsistent CMCI capability reporting
2021-02-04 Mateusz Guzikx86: use compiler intrinsics for bswap*
2021-02-03 Roger Pau Monnéstand/multiboot: adjust the protocol between loader...
2021-01-21 Konstantin Belousovx86: switch kernel TSC timecounter to RDTSCP on AMD...
2021-01-17 Konstantin Belousovx86 busdma_bounce: use malloc_domainset_aligned(9).
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Konstantin BelousovRevert "x86 busdma_bounce: do not make assumptions...
2021-01-13 Konstantin Belousovx86 busdma_bounce: do not make assumptions about alignm...
2021-01-13 Konstantin Belousovx86 budma_bounce: style.
2021-01-10 Konstantin Belousovx86 tsc: mark %eax as earlyclobber in tscp_get_timecoun...
2021-01-10 Konstantin Belousovtsc: add RDTSCP or faster variants of get_timecount()
2021-01-10 Konstantin Belousovtsc: use u_int for return type for prototype, same...
2021-01-10 Konstantin Belousovx86 identcpu.c: fix formatting of the comment.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Konstantin Belousovx86: stop punishing VMs with low priority for TSC timec...
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Ryan Libbydmar: reserve memory windows of PCIe root port
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-04 Warner Loshbusdma: Annotate bus_dmamap_sync() with fence
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-29 Yuri Pankovhwpstate_intel: don't unconditionally print the error...
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 Simon J. GerratyMerge bmake-20201117
next