]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi/common/src
LinuxKPI: Add comment describing proper use of the on_each_cpu() function.
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi / common / src /
2022-03-17 Hans Petter Selaskylindebugfs: Make single_release() NULL safe.
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-27 Bjoern A. ZeebLinuxKPI: USB change successful probe result to BUS_PRO...
2022-02-27 Bjoern A. ZeebLinuxKPI: return value for linux_pci_probe()
2022-02-25 Ryan StoneMFC b58cf1cb35ab:
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 simplify beacon checks in rx path
2022-02-20 Bjoern A. ZeebLinuxKPI: implement dma_sync_single_for_*, apply to...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: disable ic_headroom for the moment
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 advertise full offload scanning based...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 header updates and add/adjust source...
2022-02-20 Bjoern A. ZeebLinuxKPI: skbuff updates
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: defer workq allocation until we have...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 assign an(y) early chandef
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 scan update
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 enahnce linuxkpi_ieee80211_iterate_int...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: get rid of lkpi_ic_getradiocaps warnings
2022-01-22 Vladimir KondratyevLinuxKPI: Import MTRR support functions from drm-kmod
2022-01-22 Vladimir KondratyevLinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag
2022-01-22 Vladimir KondratyevLinuxKPI: Implement default sysfs kobject attribute...
2022-01-22 Vladimir KondratyevLinuxKPI: Implement interval_tree
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 Refine/add DTIM/TSF handling
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 handle connection loss differently
2022-01-16 Ruslan MakhmatkhanovLinuxKPI: 802.11 correctly spell queues
2022-01-16 Bjoern A. ZeebLinuxKPI: 802.11 fix locking in lkpi_stop_hw_scan()
2022-01-16 Bjoern A. ZeebLinuxKPI: 802.11 handle IEEE80211_CONF_IDLE better
2022-01-09 Bjoern A. ZeebLinuxKPI: 802.11 fix queue wait
2021-12-30 Bjoern A. ZeebLinuxKPI: add 802.11 compat code
2021-12-30 Bjoern A. ZeebLinuxKPI: import beginning of a new version of netdevice.h
2021-12-30 Bjoern A. ZeebLinuxKPI: add a work-in-progress skbuff implementation
2021-12-30 Bjoern A. ZeebLinuxKPI: USB return possible error from suspend/resume
2021-12-30 Bjoern A. ZeebLinuxKPI: fix -Wunused-but-set-variable warnings
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-19 Bjoern A. ZeebLinuxKPI: pci.h / linux_pci.c rename pci_driver field
2021-11-19 Bjoern A. ZeebLinuxKPI: implement dma_set_coherent_mask()
2021-11-12 Hans Petter SelaskyLinuxKPI: Add sysctl(8) knob to control verbosity of...
2021-11-03 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-10-24 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-24 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-13 Vladimir KondratyevLinuxKPI: Import linux_page.c and some dependent code...
2021-10-13 Vladimir KondratyevLinuxKPI: Implement backlight_enable and backlight_disa...
2021-10-13 Vladimir KondratyevLinuxKPI: Allow cdev_pager prefault handler to steal...
2021-10-13 Vladimir KondratyevLinuxKPI: Factor out vmf_insert_pfn_prot() routine
2021-10-13 Vladimir KondratyevLinuxKPI: Invoke release handler when file is destroyed...
2021-10-13 Vladimir KondratyevLinuxKPI: allocate current before taking shrinkers...
2021-10-13 Vladimir KondratyevLinuxKPI: Remove FreeBSD struct resource from all LKPI...
2021-10-13 Vladimir KondratyevLinuxKPI: Implement get_file_rcu()
2021-10-13 Mark Johnstonlinuxkpi: Handle a NULL cache pointer in kmem_cache_des...
2021-09-22 Warner Loshdirect commit: fix KBI for pci_dev
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-03 Konstantin Belousovlinuxkpi: remove global atomic counter of the task...
2021-08-03 Hans Petter SelaskyWait for all task_struct allocations to be returned...
2021-07-20 Vladimir KondratyevLinuxKPI: Use macro for implementation of some dma_map_...
2021-07-20 Vladimir KondratyevLinuxKPI: Do not wait for a grace period in rcu_barrier()
2021-07-20 Vladimir KondratyevLinuxKPI: Allow kmem_cache_free() to be called from...
2021-07-18 Bjoern A. ZeebLinuxKPI: firmware, implement deferred loading for...
2021-07-18 Bjoern A. ZeebLinuxKPI: pci: cleanup some code and add support for...
2021-07-18 Bjoern A. ZeebLinuxKPI: fix pci device devres initialisation
2021-07-18 Bjoern A. ZeebLinuxKPI: enhance the irq KPI for managed and threaded...
2021-07-18 Bjoern A. ZeebLinuxKPI: extend pci.h by various functions for wireles...
2021-07-18 Bjoern A. ZeebLinuxKPI: add dmam_pool_create() support
2021-07-18 Bjoern A. ZeebLinuxKPI: add KPI for netdev_notifier_info returning ifp
2021-07-18 Bjoern A. ZeebLinuxKPI: add cpu.h for cpumask_*()
2021-07-18 Bjoern A. ZeebLinuxKPI: treat firmware file names more lenient
2021-07-18 Bjoern A. ZeebLinuxKPI: netdevice notifier callback argument
2021-07-18 Bjoern A. ZeebLinuxKPI: add net_ratelimit()
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-02 Hans Petter SelaskyImplement read-only VM_SHARED flag in the LinuxKPI.
2021-06-02 Hans Petter SelaskyImplement cdev_device_add() and cdev_device_del() in...
2021-06-02 Hans Petter Selaskycdev_del() should only put it's kernel object in the...
2021-06-02 Hans Petter SelaskyMake sure all tasklets are drained before unloading...
2021-05-01 Neel Chauhanlinuxkpi: Introduce tasklet_disable_nosync()
2021-04-26 Konstantin Belousovlinuxkpi: reduce number of stray mm_struct allocations
2021-04-26 Konstantin Belousovlinuxkpi: guarantee allocations of task and mm for...
2021-04-26 Konstantin Belousovlinuxkpi: some style, wrap too long lines
2021-04-23 Konstantin Belousovlinuxkpi: remove erronously committed diff save file
2021-04-23 Konstantin Belousovlinuxkpi: drop single-use variable
2021-04-23 Konstantin Belousovlinuxkpi: avoid counting per-thread use for the embedde...
2021-04-23 Konstantin Belousovlinuxkpi: do not destroy/free embedded linux cdevs
2021-04-23 Konstantin Belousovlinuxkpi: rename cdev to ldev
2021-04-23 Konstantin Belousovlinuxkpi: copy ldev into local to test and free the...
2021-04-06 Hans Petter SelaskyReduce chance of RCU deadlock in the LinuxKPI by implem...
2021-03-23 Hans Petter SelaskyMFC dfb33cb0ef48:
2021-03-23 Hans Petter SelaskyMFC d1cbe7908986:
2021-03-23 Hans Petter SelaskyMFC ebe5cf355dca:
2021-02-02 Bjoern A. ZeebLinuxKPI: implement devres() framework parts and two...
2021-02-02 Bjoern A. ZeebLinuxKPI: enhance PCI bits for DRM
2021-02-02 Bjoern A. ZeebLinuxKPI: add firmware loading support
2021-01-18 Mark Johnstonlinuxkpi: Fix the shrinker scan target
2021-01-17 Vladimir KondratyevLinuxKPI: Reimplement irq_work queue on top of fast...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
next