]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi/common
MFV: r362286
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi / common /
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-13 Doug MooreLinuxkpi uses the rb-tree structures without using...
2020-06-12 Doug MooreRevert r362108, as it breaks compilation.
2020-06-12 Doug MooreThe linuxkpi code accesses left/right rb tree pointers...
2020-06-12 Cy SchubertMFV r362082:
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Doug MooreTo reduce the size of an rb_node, drop the color field...
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-05 Hans Petter SelaskyEnsure pci_channel_offline() actually queries the PCI...
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-02 Hans Petter SelaskyImplement __is_constexpr() function macro in the LinuxKPI.
2020-06-02 Hans Petter SelaskyImplement struct_size() function macro in the LinuxKPI.
2020-06-02 Hans Petter SelaskyImplement BUILD_BUG_ON_ZERO() in the LinuxKPI.
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-27 Emmanuel Vadotlinuxkpi: Add kstrtou16
2020-05-27 Emmanuel Vadotlinuxkpi: Add rcu_swap_protected
2020-05-27 Emmanuel Vadotlinuxkpi: Add overflow.h
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-25 Emmanuel Vadotlinuxkpi: Fix mod_timer and del_timer_sync
2020-05-25 Emmanuel Vadotlinuxkpi: Add refcount.h
2020-05-25 Emmanuel Vadotlinuxkpi: Add __same_type and __must_be_array macros
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Emmanuel Vadotlinuxkpi: Add prandom_u32_max
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-21 Cy SchubertMFV r361322:
2020-05-21 Emmanuel Vadotlinuxkpi: Add rcu_work functions
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-19 Emmanuel Vadotlinuxkpi: Add irq_work.h
2020-05-19 Emmanuel Vadotlinuxkpi: add pci_dev_present
2020-05-19 Emmanuel Vadotlinuxkpi: Add __init_waitqueue_head
2020-05-17 Emmanuel Vadotlinuxkpi: Add offsetofend macro
2020-05-17 Emmanuel Vadotlinuxkpi: Add __mutex_init
2020-05-17 Emmanuel Vadotlinuxkpi: Add atomic_dec_and_mutex_lock
2020-05-16 Hans Petter SelaskyImplement synchronize_srcu_expedited() in the LinuxKPI.
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 Emmanuel Vadotlinuxkpi: Add EBADRQC to errno.h
2020-05-13 Andriy Gaponlinuxkpi: print stack trace in WARN_ON macros
2020-05-10 Emmanuel Vadotlinuxkpi: Really add bitmap_alloc and bitmap_zalloc
2020-05-10 Emmanuel Vadotlinuxkpi: Add bitmap_alloc and bitmap_free
2020-05-09 Emmanuel Vadotlinuxkpi: Add bitmap_copy and bitmap_andnot
2020-05-07 Emmanuel Vadotlinuxkpi: Add pci_iomap and pci_iounmap
2020-05-04 Hans Petter SelaskyOptimise use of sg_page_count() in __sg_page_iter_next...
2020-05-04 Hans Petter SelaskyImplement more scatter and gather functions in the...
2020-05-04 Hans Petter SelaskyFix warning about sleeping with non-sleepable lock...
2020-05-01 Hans Petter SelaskyImplement more PCI-express bandwidth functions in the...
2020-05-01 Hans Petter SelaskyImplement mutex_lock_killable() in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement DIV64_U64_ROUND_UP() in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement more lockdep macros in the LinuxKPI.
2020-05-01 Hans Petter SelaskyImplement kstrtou64() in the LinuxKPI.
2020-05-01 Jung-uk KimMFV: r360512
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-23 Cy SchubertMFV r360158:
2020-04-22 Hans Petter SelaskyFactor code in LinuxKPI to allow attach and detach...
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
2020-04-20 Hans Petter SelaskyImplement the atomic fetch add unless functions for...
2020-04-20 Hans Petter SelaskyImplement aligned LinuxKPI types for u16, u32 and u64.
2020-04-20 Hans Petter SelaskyAllow test_bit() in the LinuxKPI to accept a const...
2020-04-20 Hans Petter SelaskyAllow the ERR_CAST() function in the LinuxKPI to take...
2020-04-17 Mark JohnstonRemove a vestigal reference to kmem_object.
2020-04-14 Emmanuel Vadotdts: Import DTS from Linux 5.6
2020-04-08 Hans Petter SelaskyClone the RCU interface into a sleepable and a non...
2020-04-08 Hans Petter SelaskySome fixes for SRCU in the LinuxKPI.
2020-04-02 Dimitry AndricMerge once more from ^/vendor/llvm-project/release...
2020-04-01 Hartmut BrandtMerge release 1.14 of bsnmp.
2020-03-31 Jung-uk KimMerge OpenSSL 1.1.1f.
2020-03-30 Kyle EvansMFV r359442: bmake: import -fno-common fix build back...
2020-03-28 Kyle EvansMFV r359401: OpenBSM: import ee79d73e8df5: auditreduce...
2020-03-28 Kyle EvansMFV r359393: tcsh: import 6974bc35a5cd
2020-03-27 Jung-uk KimMerge ACPICA 20200326.
2020-03-26 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-23 Brooks DavisImport the kyua test framework.
2020-03-23 Brooks DavisAdd liblutok a lightweight C++ API for lua.
2020-03-22 Xin LIMFV r359197: xz 5.2.5.
2020-03-20 Warner LoshImplement a workaround for kms-drm modules
2020-03-18 Konstantin Belousovlinuxkpi: Add infrastructure to pass FreeBSD IOV method...
2020-03-18 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-18 Jung-uk KimMerge OpenSSL 1.1.1e.
2020-03-05 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 Dimitry AndricMerge ^/head r358466 through r358677.
2020-03-04 Cy SchubertMFV r358616:
2020-03-03 Hans Petter SelaskyWhen closing a LinuxKPI file always use the real releas...
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
2020-02-27 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-27 Hans Petter SelaskyExtend the range of the return value from nsecs_to_jiff...
2020-02-22 Dimitry AndricMerge r358179 through r358238.
2020-02-21 Emmanuel Vadotlinuxkpi: Move shmem related functions in it's own...
2020-02-20 Dimitry AndricMerge ^/head r358131 through r358178.
next