]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi
Add Armada 80x0/70x0 compatible to 38x RTC driver
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi /
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-23 markjSet the bus number field when attaching a PCI device.
2017-08-22 markjAdd some miscellaneous definitions to support the DRM...
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 hselaskyFix for deadlock situation in the LinuxKPI's RCU synchr...
2017-08-20 markjDefine prefetch() only if it hasn't already been defined.
2017-08-20 markjAdd a couple of trivial headers to the LinuxKPI.
2017-08-18 cemMove some other SI_SUB_INIT_IF initializations to SI_SU...
2017-08-16 markjAdd device resource management fields to struct device.
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 hselaskyMake sure the "vm_flags" and "vm_page_prot" fields...
2017-08-11 markjAdd a specialized function for DRM drivers to register...
2017-08-10 hselaskyUse integer type to pass around jiffies and/or ticks...
2017-08-10 hselaskyFixes for wait event in the LinuxKPI. These are regress...
2017-08-10 hselaskyMake sure the linux_wait_event_common() function in...
2017-08-08 mavFix few issues of LinuxKPI workqueue.
2017-08-08 markjAdd round_jiffies_up(), local_clock() and __setup_timer...
2017-08-08 markjAdd macros for defining attribute groups and for WO...
2017-08-07 mavFix hrtimer_active() in case of cancellation.
2017-08-07 bro Replace __riscv__ with __riscv
2017-08-04 ngieMFhead@r322057
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-08-03 markjAdd subsystem vendor and device ID fields to struct...
2017-08-02 ngieMFhead@r321960
2017-08-02 hselaskyFix LinuxKPI regression after r321920. The mda_unit...
2017-07-31 ngieMFhead@r321829
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...
next