]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi
Detect hypervisors early. We used to set lower hz on hypervisors by default
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi /
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-08-03 markjAdd subsystem vendor and device ID fields to struct...
2017-08-02 hselaskyFix LinuxKPI regression after r321920. The mda_unit...
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-31 hselaskyRemove cycle_t type from the LinuxKPI similar to Linux...
2017-07-29 ianAdd inline functions to convert between sbintime_t...
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-22 rlibbylinuxkpi compiler.h: avoid gcc -Wunused-value in dummy...
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 markjAdd some functions to jiffies.h.
2017-07-09 markjAdd some functions to math64.h in the LinuxKPI, and...
2017-07-09 markjAdd a few functions to ktime.h in the LinuxKPI, and...
2017-07-09 markjFree existing per-thread task structs when unloading...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-08 markjAdd some helper definitions to fs.h in the LinuxKPI.
2017-07-08 markjFix the definitions of pgprot_{noncached,writecombine...
2017-07-08 markjAdd device_is_registered() to the LinuxKPI.
2017-07-08 markjAdd TASK_COMM_LEN to the LinuxKPI.
2017-07-07 hselaskyComplete r320189 which allows a NULL VM fault handler...
2017-07-07 hselaskyFix a bug in synchronize RCU when the calling thread...
2017-07-04 markjInvoke suspend/resume methods from the driver pmops...
2017-07-04 markjAdd some auxiliary types for device driver support.
2017-07-04 markjAdd a field for the class code to struct pci_driver.
2017-07-04 markjAdd some PCI class definitions.
2017-07-04 markjRename the "driver" field to "bsddriver" to avoid a...
2017-07-04 markjHold the PCI device list lock when removing an element.
2017-07-03 markjLet io_mapping_init_wc() fall back to an uncacheable...
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-26 markjImplement parts of the hrtimer API in the LinuxKPI.
2017-06-25 markjAdd u64_to_user_ptr() to the LinuxKPI.
2017-06-25 markjAdd ns_to_ktime() to the LinuxKPI.
2017-06-25 markjAdd a couple of macros to lockdep.h in the LinuxKPI.
2017-06-25 markjAdd the thaw_early method to struct dev_pm_ops in the...
2017-06-25 markjAdd noop_lseek() to the LinuxKPI.
2017-06-21 markjUpdate io-mapping.h in the LinuxKPI.
2017-06-21 markjAdd missing lock destructor invocations to the LinuxKPI...
2017-06-21 markjInclude kmod.h from the LinuxKPI's module.h.
2017-06-21 markjAdd a lockdep macro to the LinuxKPI.
2017-06-21 hselaskyAllow the VM fault handler to be NULL in the LinuxKPI...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-18 markjAdd kthread parking support to the LinuxKPI.
2017-06-18 markjAvoid including list.h in LinuxKPI headers.
2017-06-17 markjRemove prototypes for unimplemented LinuxKPI functions.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge ^/head r319548 through r319778.
2017-06-09 markjImplement pci_disable_device() in the LinuxKPI.
2017-06-09 markjAugment wait queue support in the LinuxKPI.
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-08 jhibbitsRemove ARM and MIPS from linuxkpi ioremap_attr definition
2017-06-07 jhibbitsAdd more #ifdef arch checks to the linuxkpi
2017-06-06 hselaskyFix init order in the LinuxKPI for IDR support after...
2017-06-03 dimMerge ^/head r319480 through r319547.
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-02 hselaskyImprove kqueue() support in the LinuxKPI. Some applicat...
2017-06-02 hselaskyAdd support for setting the non-blocking I/O flag for...
2017-06-01 dimMerge ^/head r319251 through r319479.
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 hselaskyMake sure the selrecord() function is only called from...
2017-06-01 hselaskyTranslate the ERESTARTSYS error code into ERESTART...
2017-06-01 hselaskyAdd generic kqueue() and kevent() support to the LinuxK...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-31 hselaskyImplement print_hex_dump(), print_hex_dump_bytes() and
2017-05-31 hselaskyProperly implement idr_preload() and idr_preload_end...
2017-05-31 hselaskyImplement in_atomic() function in the LinuxKPI.
2017-05-31 hselaskyProperly set the .d_name field in the cdevsw structure...
2017-05-31 hselaskyMake sure the VMAP's "vm_file" field is referenced...
2017-05-31 hselaskyRemove the VMA handle from its list before calling...
2017-05-31 hselaskyDon't acquire a reference on the VM-space when allocati...
2017-05-31 hselaskyFix a reference count leak in the LinuxKPI due to calli...
2017-05-31 hselaskyFixes for refcounting "struct linux_file" in the LinuxKPI.
2017-05-31 hselaskyMake sure the thread's priority is restored for all...
2017-05-30 dimMerge ^/head r319165 through r319250.
2017-05-30 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-30 markjAdd some miscellaneous definitions to support DRM drivers.
2017-05-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-22 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-22 dimMerge ^/head r318560 through r318657.
2017-05-21 markjAdd get_cpu() and put_cpu().
2017-05-19 dimMerge ^/head r318380 through r318559.
2017-05-18 markjFix a few uses of kern_yield() in the TTM and the LinuxKPI.
2017-05-16 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 dimMerge ^/head r317971 through r318379.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-10 sjgMerge bmake-20170510
2017-05-09 hselaskyFix init order in the LinuxKPI for RCU support.
2017-05-08 dimMerge ^/head r317808 through r317970.
2017-05-08 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-06 baptImport Zstandard 1.2.0
2017-05-05 markjUse pmap_invalidate_cache() to implement wbinvd_on_all_...
2017-05-05 hselaskyFix for use after free in the LinuxKPI.
2017-05-04 dimMerge ^/head r317503 through r317807.
next