]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
lio_listio(2): send signal even if number of jobs is zero.
[FreeBSD/FreeBSD.git] / sys /
2020-12-01 Konstantin Belousovlio_listio(2): send signal even if number of jobs is...
2020-12-01 Konstantin Belousovvfs_aio.c: style.
2020-12-01 Konstantin BelousovFix syntax
2020-12-01 Konstantin Belousovvfs_aio.c: correct comment.
2020-12-01 Konstantin Belousovrtld: bump r_debug.r_version to 1 from current 0.
2020-12-01 Oleksandr Tymoshenko[arm64] Parse ACPI _PXM property on ARM64 platform
2020-12-01 Oleksandr Tymoshenko[arm64] Bump MAXMEMDOM value to 8 to match amd64
2020-12-01 Bjoern A. ZeebUSB umass: add quirk to not probe
2020-12-01 John BaldwinUse uintptr_t instead of uint64_t for pointers in stack...
2020-12-01 John BaldwinUse uintptr_t for pointers in stack frames.
2020-12-01 John BaldwinMake stack_save*() more robust on MIPS.
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 Kristof Provostnet: Revert vnet/epair cleanup race mitigation
2020-12-01 Kristof Provostif: Fix panic when destroying vnet and epair simultaneously
2020-12-01 Mark Johnstonvmem: Revert r364744
2020-12-01 Martin MatuskaMFV r368207:
2020-12-01 Michal MelounRemove duplicated SV_ASLR from the elf flags.
2020-12-01 Michal MelounAlways use the __unused attribute even for potentially...
2020-11-30 Alexander V. ChernikovMove inner loop logic out of sysctl_sysctl_next_ls().
2020-11-30 Alexander V. ChernikovRenumber NHR_* flags after NHR_IFAIF removal in r368127.
2020-11-30 Matt Macywireguard: fix zfs_ copy pasta in module init macro
2020-11-30 Matt MacyRemove (dead) GPL copyright code from wireguard sources
2020-11-30 Mark Johnstonqat: Initialize the crypto device ID to -1 instead...
2020-11-30 Mark Johnstonqat: Fix firmware module autoloading
2020-11-30 Konstantin Belousovffs: do not read full direct blocks if they are going...
2020-11-30 Mark Johnstonuma: Avoid allocating buckets with the cross-domain...
2020-11-30 Michal MelounUnbreak r368167 in userland. Decorate unused arguments.
2020-11-30 Emmanuel Vadotmmccam: Convert some printf to CAM_DEBUG
2020-11-30 Emmanuel Vadotarm: allwinner: aw_mmc: Add a sysctl for debuging
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-30 Hans Petter SelaskyUse function macro for sema_init() in the LinuxKPI...
2020-11-30 Toomas Soomefix vmbus_fb_mmio_res after r368168
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-30 Michal MelounNVME: Don't try to swap data on little endian machines.
2020-11-29 Alexander V. ChernikovRemove RADIX_MPATH config option.
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Konstantin BelousovReduce MAXPHYS back to 128KB on 32bit architectures.
2020-11-29 Michal MelounStore MPIDR register in pcpu.
2020-11-29 Michal MelounRemove unused options.
2020-11-29 Michal Meloun_ARM_ARCH_5E is always defined, we not support older...
2020-11-29 Andrew TurnerOnly set the PCI bus end when we are reducing it
2020-11-29 Michal MelounRemove orphaned configs.
2020-11-29 Michal MelounRemove remaining fragments of code for older already...
2020-11-29 Michal MelounRemove remaining support of big endian byte order.
2020-11-29 Alexander V. ChernikovIntroduce rib_walk_ext_internal() to allow iteration...
2020-11-29 Alexander V. ChernikovAdd nhop_ref_any() to unify referencing nhop or nexthop...
2020-11-29 Alexander V. ChernikovRefactor fib4/fib6 functions.
2020-11-29 Alexander V. ChernikovAdd tracking for rib/nhops/nhgrp objects and provide...
2020-11-29 Konstantin Belousovbhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.
2020-11-29 Konstantin Belousovbio aio: Destroy ephemeral mapping before unwiring...
2020-11-29 Michal MelounRemove the pre-ARMv6 and pre-INTRNG code.
2020-11-29 Yuri Pankovhwpstate_intel: don't unconditionally print the error...
2020-11-29 Alexander MotinRemove alignment requirements for KVA buffer mapping.
2020-11-29 Alexander MotinRemove aligment requirements for passthrough buffer.
2020-11-29 Alexander MotinRemove alignment requirements for KVA buffer mapping.
2020-11-29 Alexander MotinMark inline functions static.
2020-11-29 Alexander MotinIncrease nvme(4) maximum transfer size from 1MB to...
2020-11-28 Poul-Henning KampAdd watchdog(9) driver for the Fintek F81803 SuperIO...
2020-11-28 Alexander V. ChernikovAdd nhgrp_get_idx() as a counterpart for nhop_get_idx().
2020-11-28 Alexander V. ChernikovCleanup nexthops request flags:
2020-11-28 Michal MelounRemove now unused armv4 and not-INTRNG files.
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-28 Kyle Evanskern: cpuset: drop the lock to allocate domainsets
2020-11-28 Peter GrehanConvert vmm_ops calls to IFUNC
2020-11-27 Ruslan Bukino Move options IOMMU from Debugging section back to...
2020-11-27 Mark Johnstoncallout(9): Remove some leftover APM BIOS support
2020-11-27 Mark Johnstonarm: Correctly report the size of FPA registers to GDB
2020-11-27 Alexander MotinSome code reorganization.
2020-11-27 Alexander MotinRestore break statement lost in r367857.
2020-11-26 Emmanuel Vadotarm64: Do not rely on SPCR table to detect acpi
2020-11-26 Alexander MotinMore cleanup in response queue and reset code.
2020-11-26 Konstantin Belousovnullfs: provide custom bypass for VOP_READ_PGCACHE().
2020-11-26 Konstantin Belousovvn_read_from_obj(): fix handling of doomed vnodes.
2020-11-26 Konstantin BelousovMore careful handling of the mount failure.
2020-11-26 Konstantin Belousovclear_inodedeps: handle ERELOOKUP from ffs_syncvnode().
2020-11-26 Konstantin BelousovMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 Alex RichardsonAdd .cfi_{start,end}proc for RISC-V assembly functions
2020-11-26 Emmanuel Vadotarm: allwinner: a23 timer functions are only used for...
2020-11-26 Emmanuel Vadotarm: tegra: Remove unused variable
2020-11-26 Emmanuel Vadotarm: mv: Remove unused code
2020-11-26 Emmanuel Vadotarm: ti: Remove unused function ti_first_gpio_bank
2020-11-26 Emmanuel Vadotsdhci: mmccam: Update vccq in the driver ios
2020-11-26 Emmanuel Vadotsdhci: Only print mmccam debug code if hw.sdhci.debug...
2020-11-26 Emmanuel Vadotmmccam: We can't sleep during sdda_add_part so use...
2020-11-26 Poul-Henning KampAdd support for Fintek F81803 SuperIO chip
2020-11-26 Mateusz Guzikthread: staticize thread_reap and move td_allocdomain
2020-11-26 Peter GrehanRemove manual instruction encodings for VMLOAD, VMRUN...
2020-11-26 Alexander MotinSome minor FCoE bits I had lying around.
2020-11-26 Alexander MotinRemove some more dead code from pre-24xx.
2020-11-26 Ian LeporeAdd the firmware blob required to use the sdma hardware...
2020-11-25 Maxim SobolevUnobfuscate "KERNLOAD" parameter on amd64. This change...
2020-11-25 Mateusz Guzikpipe: follow up cleanup to previous
2020-11-25 Mateusz Guzikpipe: drop spurious pipeunlock/pipelock cycle on write
2020-11-25 Bjoern A. ZeebIPv6: set ifdisabled in the kernel rather than in rc
2020-11-25 Ian LeporeExtend the imx6 gpc->gic interrupt controller fixup...
2020-11-25 Ian LeporeConvert the imx6_snvs RTC driver to access registers...
2020-11-25 Ian LeporeAdd the standard extres pseudo devices to the IMX6...
2020-11-25 Ian LeporeA couple small fixes for the imx6_sdma driver...
2020-11-25 Kristof Provostif: Fix non-VIMAGE build
next