summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux
AgeCommit message (Expand)Author
2021-12-19Fix radix_tree_insert declaration.riastradh
2021-12-19resource_sizeriastradh
2021-12-19Draft stop_machine. Hope the callback runs quickly under splhigh...riastradh
2021-12-19Dinky hash_32.riastradh
2021-12-19io_mapping_init/finiriastradh
2021-12-19get_random_int, get_random_longriastradh
2021-12-19memset64, memset_priastradh
2021-12-19atomic_andnotriastradh
2021-12-19Move Linux RCU to common.riastradh
2021-12-19Declare radix_tree_delete.riastradh
2021-12-19Linux wants llist_node::next.riastradh
2021-12-19Stupid ktime_get_raw until I figure out what this should be.riastradh
2021-12-19raw_read_seqcountriastradh
2021-12-19Rename more fields that Linux treats as part of the API, not opaque.riastradh
2021-12-19dma-fence-array.h stub declarations.riastradh
2021-12-19io_mapping_map_wc takes a size argument now. Must be PAGE_SIZE.riastradh
2021-12-19Kludgey xchg.riastradh
2021-12-19dma_fence_set_errorriastradh
2021-12-19Start dma_fence_array.riastradh
2021-12-19Let's try spelling the member the same way Linux does.riastradh
2021-12-19Empty dev_pm_set_driver_flags stub.riastradh
2021-12-19Stub disable_irq, enable_irq.riastradh
2021-12-19Update type signatures for begin/end_cpu_access.riastradh
2021-12-19Side-load <linux/interrupt.h> in <linux/pci.h>.riastradh
2021-12-19Define rcu_dereference_raw as alias for rcu_dereference.riastradh
2021-12-19Expand some <linux/sched.h> definitions.riastradh
2021-12-19Expand shrinker stubs.riastradh
2021-12-19Stub vmap purge notifiers.riastradh
2021-12-19Side-load <linux/wait_bit.h> in <linux/fs.h>.riastradh
2021-12-19linux/wait_bit.hriastradh
2021-12-19CAP_SYS_NICEriastradh
2021-12-19Define NSEC_PER_SEC and side-load <linux/math64.h>.riastradh
2021-12-19Linux API wants seqcount exposed in reservation object, so do that.riastradh
2021-12-19Revamp seqlock. Fix some stupid bugs. Add seqcount.riastradh
2021-12-19recursive locking is bad, do not use this ever.riastradh
2021-12-19Define pci_get/set_drvdata properly.riastradh
2021-12-19pci_get_bus_and_slot -> pci_get_domain_bus_and_slotriastradh
2021-12-19Define some obscure PCI ids.riastradh
2021-12-19Define reservation_object_has_excl_fence as substitute for abstrusion.riastradh
2021-12-19Implement kfree_rcu.riastradh
2021-12-19reservation_object_lock/lock_interruptible/trylock/unlockriastradh
2021-12-19reservation_object_get_excl_rcuriastradh
2021-12-19Define UUID_STRING_LEN.riastradh
2021-12-19Fix Linux ratelimit state struct tag.riastradh
2021-12-19Implement rcu_barrier to wait for call_rcu callbacks.riastradh
2021-12-19Move <linux/types.h> to common.riastradh
2021-12-19Stub struct hrtimer.riastradh
2021-12-19Stub linux radix tree API.riastradh
2021-12-19<linux/interrupt.h> provides the tasklet API.riastradh
2021-12-19ktime_addriastradh