]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi
Update the GNU DTS file from Linux 4.11
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi /
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-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-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 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 markjAdd some miscellaneous definitions to support DRM drivers.
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-21 markjAdd get_cpu() and put_cpu().
2017-05-18 markjFix a few uses of kern_yield() in the TTM and the LinuxKPI.
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-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 mmMFV r317781:
2017-05-01 markjAdd on_each_cpu() and wbinvd_on_all_cpus().
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-27 hselaskyPrefer to use real virtual address over direct map...
2017-04-19 markjDrop Giant before sleeping in linux_wait_for_{timeout_...
2017-04-19 hselaskyUse __typeof() instead of typeof() in some RCU related...
2017-04-19 hselaskyFix problem regarding priority inversion when using...
2017-04-19 hselaskyZero number of CPUs should be translated into the defau...
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-17 glebiusAll these files need sys/vmmeter.h, but now they got...
2017-04-17 glebiusRemove unneeded include of vm_phys.h.
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-09 cognetImport CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22...
2017-04-09 hselaskyFix compilation of LinuxKPI for PowerPC.
2017-04-07 hselaskyCreate the LinuxKPI current task structure on the fly...
2017-04-07 hselaskyThe __stringify() macro in the LinuxKPI should expand...
2017-04-06 hselaskyCleanup the bitmap_xxx() functions in the LinuxKPI:
2017-04-06 hselaskyDefine VM_READ, VM_WRITE and VM_EXEC in the LinuxKPI.
2017-04-06 hselaskyImplement need_resched() in the LinuxKPI.
2017-04-06 hselaskyFix implementation of task_pid_group_leader() in the...
2017-04-06 hselaskyImplement proper support for memory map operations...
2017-04-06 hselaskyBefore registering a new mm_struct in the LinuxKPI...
2017-04-05 hselaskyUnify error handling when si_drv1 is NULL in the LinuxKPI.
2017-04-05 hselaskyImplement down_write_killable() in the LinuxKPI.
2017-03-28 mmMFV r316083,316094:
2017-03-27 hselaskyImplement vmalloc_32() in the LinuxKPI.
2017-03-27 hselaskyAdd more platforms supporting the direct map feature...
2017-03-27 hselaskyImplement a series of physical page management related...
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-23 hselaskyUse ppsratecheck() for ratelimiting in the LinuxKPI.
2017-03-23 hselaskyAdd proper error checking for the string to number...
2017-03-23 hselaskyFunction macros are preferred in the LinuxKPI.
2017-03-23 hselaskyAdd support for ratelimited printouts in the LinuxKPI.
2017-03-22 markjExtend cmpxchg() to support 8- and 16-bit values, and...
2017-03-22 hselaskyAdd full VNET support to the inet_get_local_port_range...
2017-03-22 hselaskyAdd support for more IPv4 and IPv6 related macros in...
2017-03-20 mmMFV r315633, 315635:
2017-03-17 hselaskyImplement get_pid_task(), pid_task() and some other...
2017-03-17 hselaskyImplement minimalistic memory mapping structure, struct...
2017-03-17 hselaskyAdd comment describing the use of pagefault_disable...
2017-03-16 hselaskyUse __LP64__ to detect presence of suword64() to fix...
2017-03-16 hselaskyThe LinuxKPI pagefault disable and enable functions...
2017-03-16 hselaskyImplement more userspace memory access functions in...
2017-03-16 hselaskyDefine some more LinuxKPI task related macros.
2017-03-16 hselaskyAdd helper function similar to ip_dev_find() to the...
2017-03-16 hselaskyAdd basic support for VIMAGE to the LinuxKPI and ibcore.
2017-03-14 hselaskySet "current" pointer for LinuxKPI interrupts and timer...
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-09 hselaskyFix implementation of the DECLARE_WORK() macro in the...
2017-03-09 hselaskyImplement support for mutexes with deadlock avoidance...
2017-03-09 hselaskyCleanup the LinuxKPI mutex wrappers.
2017-03-09 hselaskyDon't create any threads before SI_SUB_INIT_IF in the...
2017-03-08 hselaskyFix compilation warning for powerpc64 by not using...
2017-03-08 hselaskyCleanup the LinuxKPI slab implementation.
2017-03-08 hselaskyImplement eth_zero_addr() in the LinuxKPI.
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 hselaskyAdd support for constant pointer constructs to READ_ONC...
2017-03-07 hselaskyImplement time_is_after_eq_jiffies() function in the...
2017-03-07 hselaskyFix implementation of the DECLARE_RWSEM() macro in...
2017-03-07 hselaskyMake sure jiffies value is cast to an integer in the...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
next