aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove the unused ifc_link_irq and ifc_mtx_name members of struct iflib_ctx.Marius Strobl2019-05-063-89/+73
* Adds sys/class/net devices to linsysfs.Dmitry Chagin2019-05-061-0/+151
* Rewrite linux_ifflags() in more readable Linuxulator style.Dmitry Chagin2019-05-062-10/+44
* Complete r347052 (https://reviews.freebsd.org/D20137) as it it was notDmitry Chagin2019-05-061-4/+5
* Drop periph lock around cam_periph_unmapmem().Alexander Motin2019-05-062-0/+4
* The build process generates assym.inc from genassym.o, so don't forgetDmitry Chagin2019-05-062-2/+4
* List-ify kernel dump device configurationConrad Meyer2019-05-069-144/+471
* Use PCIV_INVALID in pci_channel_offline() in the LinuxKPI.Hans Petter Selasky2019-05-061-1/+1
* Disabling a PCI device should only disable busmaster in the LinuxKPI.Hans Petter Selasky2019-05-061-2/+0
* Implement print_hex_dump_debug() function macro in the LinuxKPI.Hans Petter Selasky2019-05-061-0/+3
* Reformat arm64 linux syscalls.master per current styleEd Maste2019-05-061-486/+1544
* Allow controlling pr_debug at runtime in the LinuxKPI.Hans Petter Selasky2019-05-062-2/+10
* geom: fix initialization orderRoger Pau Monné2019-05-061-1/+1
* Do not flush NFS node from NFS VOP_SET_TEXT().Konstantin Belousov2019-05-061-34/+27
* Noted by: alcKonstantin Belousov2019-05-061-3/+2
* zero inputs to vm_page_initfake() for predictable resultsTycho Nightingale2019-05-062-3/+4
* powerpc/booke: Use #ifdef __powerpc64__ instead of hw_direct_map in placesJustin Hibbits2019-05-051-68/+82
* powerpc/booke: Fix size check for phys_avail in pmap bootstrapJustin Hibbits2019-05-051-3/+4
* Decode some more ATA commands found in ACS-4.Alexander Motin2019-05-051-3/+21
* Ensure that error is initialized in ufs_bmap_seekdata().Mark Johnston2019-05-051-0/+1
* Decode Deallocate Logical Block Features.Alexander Motin2019-05-051-0/+14
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-0522-249/+338
* Do not collapse objects with OBJ_NOSPLIT backing swap object.Konstantin Belousov2019-05-051-1/+2
* imgact_elf: do not relock the text vnode if possible.Konstantin Belousov2019-05-051-7/+18
* [ath_rate_sample] Have the final attempted rate in 11n modes to be the lowest...Adrian Chadd2019-05-051-18/+18
* [ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd2019-05-058-1/+104
* x86: Implement MWAIT support for stopping a CPUConrad Meyer2019-05-046-17/+91
* arm64: Properly restore PAN when done with userspace access in casueword.Konstantin Belousov2019-05-041-4/+4
* sysv: get rid of fork/exit hooks if the code is compiled inMateusz Guzik2019-05-042-0/+18
* Annotate nprocs with __exclusive_cache_lineMateusz Guzik2019-05-041-1/+1
* Zero out the file directory entry metadata to reduce diskKirk McKusick2019-05-041-6/+11
* x86: Define pc_monitorbuf as a logical structureConrad Meyer2019-05-043-8/+23
* powerpc/mpc85xx: Attach MPC85xx PCI bus and root complex at the right passJustin Hibbits2019-05-042-2/+4
* Add emmc clock definitions for Rockchip RK3399 SoC.Ganbold Tsagaankhuu2019-05-041-0/+75
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-043-61/+22
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-041-2/+7
* powerpc: Optimize padding in bus_dma_tagJustin Hibbits2019-05-041-1/+1
* powerpc: Merge all pmap struct definitionsJustin Hibbits2019-05-042-184/+176
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-031-6/+13
* Emulate the "ADD reg, r/m" instruction (opcode 03H).John Baldwin2019-05-031-0/+100
* Simplify calculation of DIRECTSIZ. No functional change intended.Kirk McKusick2019-05-031-6/+4
* Disallow excessively small times of day in clock_settime(2).Mark Johnston2019-05-031-1/+3
* When MAC is enabled and a policy module is loaded, don't unconditionallyRobert Watson2019-05-033-26/+51
* Allow iflib drivers to pass a pointer to their own ifmedia structure.Matt Macy2019-05-032-8/+20
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-034-5/+65
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-038-115/+164
* Decode more CPU flags in cpuinfo.Edward Tomasz Napierala2019-05-031-13/+76
* fls() should find the most significant bit of an int faster than aDoug Moore2019-05-031-3/+1
* iflib: remove assertion that isc_capabilities is nonzeroEd Maste2019-05-021-2/+0
* Fix flags in cpuinfo.Edward Tomasz Napierala2019-05-021-6/+6