]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi
Add __iowrite32_copy() to the Linux kernel compatibility layer.
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi /
2016-05-24 kevloAdd __iowrite32_copy() to the Linux kernel compatibilit...
2016-05-24 hselaskyUse the DROP_GIANT() and PICKUP_GIANT() macros instead...
2016-05-24 hselaskySet "current" for all PCI enumeration callbacks.
2016-05-24 hselaskyUse make_dev_s() instead of make_dev() to avoid race...
2016-05-23 hselaskyImplement "atomic_long_add_unless()" in the LinuxKPI...
2016-05-23 hselaskyA missing definition needed by ktime_to_ms().
2016-05-23 hselaskyFix some data types and add "inline" keyword for __reg_...
2016-05-23 hselaskyImplement ror32() in the LinuxKPI.
2016-05-23 hselaskyDefine more copy to/from userspace functions in the...
2016-05-23 hselaskyAdd more printf() related functions to the LinuxKPI.
2016-05-23 hselaskySet an invalid IRQ number when no PCI IRQ is available...
2016-05-23 hselaskyAdd more ktime related functions to the LinuxKPI.
2016-05-23 hselaskyImplement "kref_put_mutex()" for the LinuxKPI.
2016-05-23 hselaskyAdd more list_xxx() functions to the LinuxKPI.
2016-05-23 hselaskyMake header file standalone by including definitions...
2016-05-23 hselaskyImplement "_outb()" to the LinuxKPI for i386 and amd64...
2016-05-23 hselaskyAdd support for "cdev_add_ext()" to the LinuxKPI.
2016-05-23 hselaskyAdd more GFP related defines to the LinuxKPI.
2016-05-23 hselaskyAdd support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-23 hselaskyAdd support for atomic_long_inc_not_zero() to the LinuxKPI.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-16 hselaskyOnly lock Giant when needed in the LinuxKPI.
2016-05-16 hselaskyImplement more Linux device related functions in the...
2016-05-16 hselaskyDon't dereference parent pointer when it is NULL.
2016-05-16 hselaskyProperly implement "cpu_has_clflush" macro.
2016-05-13 hselaskyHandle case of class being set, but not parent when...
2016-05-13 hselaskyAdd more PAGE related defines to the LinuxKPI. Move...
2016-05-13 hselaskyImplement "old_encode_dev()" for the LinuxKPI.
2016-05-13 hselaskyDefine _IOC_SIZE() in the LinuxKPI.
2016-05-13 hselaskyAdd unlikely() statement to optimise the IS_ERR_VALUE...
2016-05-13 hselaskyImplement nsecs_to_jiffies() in the LinuxKPI and while...
2016-05-13 hselaskyAdd more Linux defines. Improve some existing ones.
2016-05-13 hselaskyThe Linux error defines should all be positive, else...
2016-05-12 hselaskyFix handling of IOCTLs in the LinuxKPI.
2016-05-12 mmMFV r299425:
2016-05-12 hselaskyRemove redundant "task_struct_set()".
2016-05-12 hselaskyCreate a dummy "task_struct" on the stack which is...
2016-05-11 hselaskyMatch Linux behaviour and iterate the IDR tree unlocked...
2016-05-11 hselaskyReturn a proper error code instead of panicing when...
2016-05-11 hselaskyAdd more IDR and IDA related functions to the LinuxKPI.
2016-05-11 hselaskyFactor out common code into "idr_find_layer_locked...
2016-05-11 hselaskyAdd missing destruction of mutex.
2016-05-11 hselaskyAdd more atomic LinuxKPI functions.
2016-05-10 hselaskyImplement ioremap_wt() and use that in the MEMREMAP_WT...
2016-05-10 hselaskyAdd more LinuxKPI I/O functions.
2016-05-10 hselaskyUse function macros when possible to avoid stray substi...
2016-05-10 hselaskyAdd missing semicolon and properly wrap macro argument.
2016-05-10 hselaskyAllow the argument for the cpu_to_xxxp() and xxx_to_cpu...
2016-05-09 hselaskyFix file polling bug.
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-30 pfgsys/compat/linux*: spelling fixes.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-15 philImport to 0.6.1
2016-04-12 philMerge libxo 0.4.6
2016-04-04 gjbMFH
2016-04-01 sephetcp/lro: Change SLIST to LIST, so that removing an...
2016-03-31 npAdd wait_event_interruptible_timeout to linuxkpi.
2016-03-31 hselaskyFix bugs in currently unused bit searching loop.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-07 gjbMFH
2016-03-07 hselaskyRun the LinuxKPI PCI shutdown handler free of the Giant...
2016-03-06 gjbMFH
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 hselaskyAdd more functions to the LinuxKPI.
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 gjbMFH
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 gjbMFH
2016-01-26 hselaskyUpdate and add various macros to the LinuxKPI and resol...
2016-01-26 hselaskyLinuxKPI list updates:
2016-01-26 hselaskyImplement ether_addr_equal(), ether_addr_equal_64bits...
2016-01-26 hselaskyImplement is_vlan_dev() and vlan_dev_vlan_id() for...
2016-01-26 hselaskyImplement bitmap_weight() and bitmap_equal() for the...
2016-01-26 hselaskyAdd more network related macros and functions to the...
2016-01-26 hselaskyAdd definition for the NETDEV_CHANGE event and tidy...
2016-01-26 hselaskyDefine __get_user() and __put_user() for the LinuxKPI.
2016-01-26 hselaskyAdd more LinuxKPI PCI related functions and defines.
2016-01-25 gjbMFH
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 hselaskyImplement 64-bit atomic operations for the LinuxKPI.
2016-01-21 hselaskyLinuxKPI atomic fixes:
2016-01-21 hselaskyUse function macro instead of non-function macro to...
2016-01-21 hselaskyImplement idr_preload(), idr_preload_end(), idr_alloc...
2016-01-20 gjbMFH
2016-01-20 jhbInitialize vm_page_prot to VM_MEMATTR_DEFAULT instead...
next