aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move ID reading signatures to a better headerAndrew Turner2020-07-012-4/+4
* Fix a possible next-hop refcount leak when handling IPSec traffic.Mark Johnston2020-07-011-0/+1
* Read the arm64 ID registers earlier in the boot process.Andrew Turner2020-07-012-74/+85
* Simplify the flow when getting/setting an isrcAndrew Turner2020-07-011-10/+6
* Rework linux accept(2). This makes the code flow easier to follow,Edward Tomasz Napierala2020-07-011-22/+31
* The "pid" field in the LinuxKPI task struct is typically set to the thread IDHans Petter Selasky2020-07-011-1/+11
* cache: lockless forward lookup with smrMateusz Guzik2020-07-011-35/+113
* vfs: protect vnodes with smrMateusz Guzik2020-07-012-12/+108
* Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe2020-07-011-0/+6
* libifconfig: Add function to get bridge statusRyan Moeller2020-07-011-0/+30
* geom(4): Kill GEOM_PART_EBR_COMPAT optionConrad Meyer2020-07-015-59/+83
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-0124-9/+2464
* [net80211] Commit files missing in the previous commitAdrian Chadd2020-07-013-4/+5
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-0112-203/+670
* Convert cryptostats to a counter_u64 array.Mark Johnston2020-06-302-20/+42
* Fix a bug introduced in https://svnweb.freebsd.org/changeset/base/362173Michael Tuexen2020-06-301-1/+5
* Make linprocfs(5) create the /proc/<PID>/task/ directores.Edward Tomasz Napierala2020-06-301-0/+27
* Make linux(4) ignore SA_INTERRUPT. The zsh(1) binary from Bionic uses it.Edward Tomasz Napierala2020-06-301-0/+4
* Add dwc_otg_acpiAndrew Turner2020-06-305-47/+216
* Remove unused 32-bit compatibility structures from cryptodev.Mark Johnston2020-06-301-22/+0
* Remove CRYPTO_TIMING.Mark Johnston2020-06-302-94/+4
* Document the is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-301-11/+24
* Fix a panic when unloading firmwareAndrew Gallatin2020-06-291-8/+7
* linux: reposition the comment for bsd_to_linux_bits/linux_to_bsd_bitsKyle Evans2020-06-291-3/+2
* vm: Add missing WITNESS warnings for M_WAITOK allocationConrad Meyer2020-06-291-0/+16
* Implement is_signed(), type_max() and type_min() function macros in theHans Petter Selasky2020-06-291-0/+16
* Coresight: provide device_attach method for FDT bus.Ruslan Bukin2020-06-292-1/+3
* Fix the spelling of identify in the arm64 identcpu codeAndrew Turner2020-06-291-1/+1
* Create a kernel arm64 ID register viewAndrew Turner2020-06-292-27/+87
* linuxolator: implement memfd_create syscallKyle Evans2020-06-298-4/+239
* Fix UMA's first-touch policy on systems with empty domains.Mark Johnston2020-06-281-4/+6
* Remove some redundant assignments and computations.Mark Johnston2020-06-282-5/+4
* Configure rx_delay/tx_delay values for RK3399/RK3328 GMACOleksandr Tymoshenko2020-06-281-8/+12
* Make linux(4) support SO_PROTOCOL. Running Python test suiteEdward Tomasz Napierala2020-06-282-0/+3
* Use EFI memory map to determine attributes for Acpi mappings on arm64.Andrew Turner2020-06-283-2/+45
* Don't send packets containing ERROR chunks in response to unknownMichael Tuexen2020-06-281-1/+5
* Don't check ch for not being NULL, since that is true.Michael Tuexen2020-06-281-4/+3
* amd64 pmap: explain ptepindex.Konstantin Belousov2020-06-271-0/+23
* Make linux(4) warn about unsupported SA_ flags.Edward Tomasz Napierala2020-06-271-7/+39
* Regen.Edward Tomasz Napierala2020-06-2712-430/+2032
* Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala2020-06-275-24/+103
* Add syscall definitions for linux xattr syscalls.Edward Tomasz Napierala2020-06-274-48/+264
* Adjust types of linuxulator syscalls, to match include/linux/syscalls.hEdward Tomasz Napierala2020-06-272-74/+74
* rtwn: Add a USB ID for Buffalo WI-U2-433DHPLi-Wen Hsu2020-06-272-0/+2
* [ath_hal] Add KeyMiss for AR5212/AR5416 series chips.Adrian Chadd2020-06-272-3/+5
* vm_page_free_prep(): correct description of the required page and object state.Konstantin Belousov2020-06-271-2/+3
* Fix "current" variable name conflict with openzfsMatt Macy2020-06-271-39/+39
* Rename nvpair.c to bsd_nvpair.c to not conflict with openzfs' version.Matt Macy2020-06-272-1/+1
* Add mostly dummy hw.pci.enable_aspm tunable.Alexander Motin2020-06-263-0/+9
* sound/hda: fix interrupt handler endless loop after r362294Andriy Gapon2020-06-261-2/+51