]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/conf
arm64: Ignore 1GB mappings in pmap_advise()
[FreeBSD/FreeBSD.git] / sys / conf /
2022-09-21 Andrew TurnerImport the arm64 Cortex Strings memset into the kernel
2022-09-21 Andrew TurnerImport an optimized arm64 memcmp into the kernel
2022-09-21 Andrew TurnerUpdate the arm64 kernel memcpy/memmove
2022-08-31 Mark JohnstonNOTES: Update the comment for MCLSHIFT
2022-08-31 Mark JohnstonNOTES: Update the default MSIZE and MCLSHIFT values
2022-07-29 Dimitry AndricSuppress -Wstrict-prototypes for several zlib files
2022-07-29 Dimitry AndricSuppress unused variable warning for zfs_fm.c
2022-07-23 Dimitry AndricFix unused variable warning in acpica's nsaccess.c
2022-07-18 Ed MasteAdd SPLIT_KERNEL_DEBUG knob
2022-07-18 Bjoern A. Zeebdwc3: add ACPI attachment
2022-07-18 Bjoern A. Zeebpca954x: harmonize pca9547 and pca954x and add pca9540...
2022-07-18 Bjoern A. Zeebarm64: NXP add LS1088a clockgen support
2022-07-13 John Baldwincrypto: Add an API supporting curve25519.
2022-07-13 John Baldwincrypto: Add a simple API for [X]ChaCha20-Poly1035 on...
2022-07-13 John Baldwinnewvers.sh: Don't use return to exit.
2022-07-13 John Baldwinfirmware: Map '@' in filenames to '_' in symbols.
2022-07-13 John BaldwinDon't implicitly pull in most of 'device crypto' for...
2022-07-11 Dag-Erling SmørgravEnable CRC64 checksums in xz.
2022-06-27 Mitchell HorneAdd new vnode dumper to support live minidumps
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-21 Emmanuel Vadotlinuxkpi: Add i2c support
2022-06-17 Dmitry Chaginlinux(4): Get rid of Linuxulator kernel build options.
2022-06-07 Andrew TurnerSupport LSE atomics in the arm64 casue* functions
2022-06-05 Konstantin BelousovExclude DEBUG_VFS_LOCKS from non-debug kernel configs
2022-05-30 Dimitry AndricAvoid adding -d to kernel module link command lines...
2022-05-16 Emmanuel Vadotfiles: Make mmc_fdt_helper and sdhci depends on clk...
2022-05-16 Emmanuel Vadotfiles: Make mmc_pwrseq depends on regulator and clk
2022-05-16 Emmanuel Vadotfiles: Make mmc_helpers depends on regulator and clk
2022-05-16 Emmanuel Vadotfiles: Make mmc_helper depend on gpio
2022-05-16 Emmanuel Vadotfiles: Make ext_resources non-optional
2022-05-11 John BaldwinDisable -Wreturn-type on GCC.
2022-05-10 John Baldwinkernel: Disable errors for -Walloca-larger-than for...
2022-05-10 John Baldwininfiniband: Disable -Wredundant-decl warnings.
2022-05-10 John BaldwinRemove nonexistent include path for arm64 crypto files.
2022-04-29 John BaldwinSort libsodium entries by path in sys/conf/files.
2022-04-14 Gordon BerglingNOTES: Remove a double word in comments
2022-04-09 Gordon BerglingNOTES: Fix a typo in a comments
2022-03-29 Bartlomiej Grzesiksdhci_xenon: add ACPI support
2022-03-29 Bartlomiej Grzesiksdhci_xenon: split driver file into generic file and...
2022-03-29 Bartlomiej Grzesikmmc: switch mmc_helper to device_ api
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-10 Glen BarberRename stable/13 to -STABLE now that releng/13.1 has...
2022-03-08 Eric Joynerice(4): Update to 1.34.2-k
2022-03-08 Eric Joynerice_ddp: Update to 1.3.27.0
2022-03-08 Piotr Kubajpowerpc: enable ice in GENERIC64LE
2022-03-08 Eric Joyneriavf(4): Split source and update to 3.0.26-k
2022-03-07 Eric Joynerice_ddp: Update to 1.3.24.0
2022-03-03 Allan Judesmbios: Move smbios driver out from x86 machdep code
2022-02-28 Navdeep Parharcxgbe(4): Update firmwares to 1.26.6.0.
2022-02-28 Navdeep Parharcxgbe(4): Update firmwares to 1.26.4.0
2022-02-24 Glen Barber13.1: update stable/13 to -PRERELEASE to start the...
2022-02-22 Ed Mastenewvers.sh: allow multiple -V args in one invocation
2022-02-22 Warner Loshed: Remove options
2022-02-18 Konstantin Belousovvdso linker scripts: explicitly specify output arch...
2022-02-11 Dimitry AndricDisable clang 14 warning about bitwise operators in...
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-08 Hans Petter Selaskymlx5: Implement flow steering helper functions for...
2022-02-08 Hans Petter Selaskymlx5en: Implement support for internal queues, IQ.
2022-02-07 Cy Schubertipfilter: Move kernel bits to netpfil
2022-01-31 Andrew TurnerUse ${MACHINE} for the kernel modeule ldscript
2022-01-24 Jessica Clarkearm64: Don't rely on host readelf for u-boot booti...
2022-01-24 Jessica Clarkeamd64: Pass DEBUG when building VDSO wrapper
2022-01-21 Warner Loshnvme: Only reset once on attach.
2022-01-19 Mitchell Horneriscv: gdb(4) support
2022-01-10 Mark JohnstonRemove an obsolete warning from NOTES
2022-01-10 Andrew TurnerExtract the arm64 signal code to a new file
2022-01-02 Konstantin BelousovEnforce that vdso does not contain runtime relocations
2022-01-02 Konstantin Belousovvdso for ia32 on amd64
2022-01-02 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2021-12-30 Bjoern A. ZeebLinuxKPI: add 802.11 compat code
2021-12-30 Bjoern A. ZeebLinuxKPI: import beginning of a new version of netdevice.h
2021-12-30 Bjoern A. ZeebLinuxKPI: add a work-in-progress skbuff implementation
2021-12-30 Bjoern A. Zeebstd.nodebug: turn off net80211 debugging as well
2021-12-20 Andrew TurnerPer-thread stack canary on arm64
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Florian WalpenMAC/priority module for realtime privilege group
2021-12-17 Ram Kishore Vegesnaocs_fc: Add gendump and dump_to_host ioctl command...
2021-12-14 Konstantin Belousovamd64: Only build aout.ko when COMPAT_FREEBSD32 is...
2021-12-13 Konstantin Belousovkern.pre.mk: allow to use and customize elfdump during...
2021-12-13 Konstantin Belousovkern.pre.mk: trim space at EoL
2021-12-10 Mitchell HorneRemove references to sio(4) from NOTES
2021-12-06 Jessica Clarkemips: Fix build of kernel.tramp.bin after upstream...
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-29 N.J. Mannpchtherm: Let the driver be compiled into the kernel
2021-11-25 Konstantin Belousovkmod_syms.awk: fix removal of the export list from...
2021-11-24 Andriy Gaponpca954x: driver for PCA954x / TCA954x I2C switches
2021-11-21 Andriy Gaponpcf8574: driver for 8-pin quasi-bidirectional GPIO...
2021-11-17 Mark Johnstonkasan: Disable validation of function parameters passed...
2021-11-13 Andriy GaponRevert "files.arm64: fix sort order for aw_i2s.c"
2021-11-13 Andriy Gaponfiles.arm64: fix sort order for aw_i2s.c
2021-11-13 Andriy Gapondriver for MAX44009 I2C illuminance sensor
2021-11-13 Andriy Gaponpcf8591: driver for adc/dac with i2c interface
2021-11-02 Mark Johnstonconf: Add a KMSAN kernel option
2021-11-01 Mark JohnstonAdd the KASAN runtime
2021-11-01 Mark JohnstonAdd a KASAN option to the kernel build
2021-10-21 John Baldwinossl: Add ChaCha20 cipher support.
2021-10-21 John Baldwinossl: Add Poly1305 digest support.
2021-10-21 John BaldwinAdd an implementation of CHACHA20_POLY1305 to cryptosoft.
2021-10-21 John BaldwinAdd an OCF algorithm for ChaCha20-Poly1305 AEAD.
next