aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Make the linuxkpi's alloc_pages() consistently return wired pages.Mark Johnston2019-06-062-5/+23
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* LinuxKPI: Finalize import of seq_file.Johannes Lundberg2019-05-161-3/+20
* LinuxKPI: Add in_task macro.Johannes Lundberg2019-05-161-0/+2
* LinuxKPI: Fix build on powerpc/sparc.Johannes Lundberg2019-05-161-4/+1
* LinuxKPI: Updates to tasklets for Linux 5.0.Johannes Lundberg2019-05-162-20/+65
* LinuxKPI: Add group_leader member to struct task_struct.Johannes Lundberg2019-05-162-0/+2
* LinuxKPI: Update access_ok macro for v5.0.Johannes Lundberg2019-05-162-3/+8
* Allow loading the same DMA address multiple times without any priorTycho Nightingale2019-05-161-0/+27
* LinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DOWN_ULL.Johannes Lundberg2019-05-151-0/+5
* LinuxKPI: Move {lower|upper}_32_bits macros from port to base.Johannes Lundberg2019-05-151-0/+6
* LinuxKPI: Include asm/atomic-long.h from atomic.h.Johannes Lundberg2019-05-151-0/+1
* LinuxKPI: Add get_random_u32 function.Johannes Lundberg2019-05-151-0/+2
* LinuxKPI: Update user_access_begin for Linux v5.0.Johannes Lundberg2019-05-151-0/+4
* LinuxKPI: Expand ktime functionality.Johannes Lundberg2019-05-151-4/+18
* LinuxKPI: Add prepare to pm_ops and bump FreeBSD version.Johannes Lundberg2019-05-141-0/+1
* LinuxKPI: Add vm_fault_t type.Johannes Lundberg2019-05-141-0/+2
* LinuxKPI: Add context member to ww_mutex and bump FreeBSD version.Johannes Lundberg2019-05-141-0/+1
* LinuxKPI: Let del_timer return a value to match Linux.Johannes Lundberg2019-05-142-1/+10
* Implement linux_pci_unregister_drm_driver in linuxkpi so that drm driversJohannes Lundberg2019-05-102-0/+17
* Fix memory leak of PCI BUS structure in the LinuxKPI.Hans Petter Selasky2019-05-091-6/+7
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-091-11/+22
* Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4).Hans Petter Selasky2019-05-081-0/+410
* Use PCIV_INVALID in pci_channel_offline() in the LinuxKPI.Hans Petter Selasky2019-05-061-1/+1
* Disabling a PCI device should only disable busmaster in the LinuxKPI.Hans Petter Selasky2019-05-061-2/+0
* Implement print_hex_dump_debug() function macro in the LinuxKPI.Hans Petter Selasky2019-05-061-0/+3
* Allow controlling pr_debug at runtime in the LinuxKPI.Hans Petter Selasky2019-05-062-2/+10
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-042-60/+21
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-041-2/+7
* Reduce the number of mutexes after r346645 in the LinuxKPI.Hans Petter Selasky2019-04-301-52/+38
* Make the dma_pool structure private to the LinuxKPI similar to Linux.Hans Petter Selasky2019-04-302-10/+11
* Store a pointer to the device instead of the PCI device in the DMA poolHans Petter Selasky2019-04-302-4/+4
* Don't call cdev_init where cdev_alloc is called. cdev_alloc alreadyJohannes Lundberg2019-04-251-2/+2
* LinuxKPI buildfix for ppc64 after r346645.Tycho Nightingale2019-04-251-2/+2
* LinuxKPI buildfix for 32-bit DMA architectures after r346645.Hans Petter Selasky2019-04-251-1/+3
* LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale2019-04-246-61/+549
* Enable ioremap for aarch64 in the LinuxKPIEd Maste2019-04-202-3/+3
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-042-4/+2
* Revert r345102 until the DRM next port issues are resolved.Hans Petter Selasky2019-03-141-2/+0
* Resolve duplicate symbol name conflict after r345095, when building LINT.Hans Petter Selasky2019-03-132-8/+7
* Implement sg_virt() function in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+7
* Define SG_CHAIN and SG_END in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+2
* Implement pr_info_ratelimited() function macro in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+3
* Define some RCU debug macros in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+6
* Honor SYSCTL function return values when creating sysfs nodes in the LinuxKPI.Hans Petter Selasky2019-03-131-2/+11
* Implement more malloc function macros in the LinuxKPI.Hans Petter Selasky2019-03-131-1/+3
* Implement more PCI speed related functions and macros in the LinuxKPI.Hans Petter Selasky2019-03-131-1/+74
* Implement IS_ALIGNED() and DIV_ROUND_DOWN_ULL() function macros in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+2
* Implement si_meminfo() in the LinuxKPI.Hans Petter Selasky2019-03-132-0/+15