| Age | Commit message (Expand) | Author |
| 2021-12-19 | Define another __stringify for fun, can't ever have too many. | riastradh |
| 2021-12-19 | Add rcu_access_pointer and rcu_pointer_handoff. | riastradh |
| 2021-12-19 | RCU pointer fixes. | riastradh |
| 2021-12-19 | Define RCU_INIT_POINTER. | riastradh |
| 2021-12-19 | Stub struct pmu. | riastradh |
| 2021-12-19 | struct timespec serves as a perfectly adequate struct timespec64. | riastradh |
| 2021-12-19 | Update Linux timer API from ulong cookie to container_of. | riastradh |
| 2021-12-19 | Linux wants to violate abstractions, so fine, let them. | riastradh |
| 2021-12-19 | <linux/file.h> oughta be enough to dereference struct file. | riastradh |
| 2021-12-19 | fget == fd_getfile | riastradh |
| 2021-12-19 | ktime_after | riastradh |
| 2021-12-19 | Add dma_fence_get_rcu_safe. | riastradh |
| 2021-12-19 | Teach idr_remove to accept failure. | riastradh |
| 2021-12-19 | ktime_t is now just int64_t, no longer a union. | riastradh |
| 2021-12-19 | mul_u32_u32 | riastradh |
| 2021-12-19 | Update dma-buf API enough to compile drm_prime.c. | riastradh |
| 2021-12-19 | Define kvzalloc. | riastradh |
| 2021-12-19 | Define rb_erase and rb_erase_cached -- easy wrappers. | riastradh |
| 2021-12-19 | Define __MODULE_STRING. | riastradh |
| 2021-12-19 | Define kvmalloc_array. | riastradh |
| 2021-12-19 | Define idr_init_base. | riastradh |
| 2021-12-19 | Support i2c bus lock operations. | riastradh |
| 2021-12-19 | Kludge up <linux/ratelimit.h> with ppsratecheck. | riastradh |
| 2021-12-19 | Define Linux array_size function and expose via vmalloc.h. | riastradh |
| 2021-12-19 | Hokey Linux sort routine. Doesn't support swap argument. | riastradh |
| 2021-12-19 | Work out sync file construction API. | riastradh |
| 2021-12-19 | Draft SRCU implementation. | riastradh |
| 2021-12-19 | Add some hdmi definitions. | riastradh |
| 2021-12-19 | Fix , -> ; typo in `for' header. | riastradh |
| 2021-12-19 | Move Linux lockdep stuff to its own header file. | riastradh |
| 2021-12-19 | <linux/sync_file.h> stubs. | riastradh |
| 2021-12-19 | Implement lockdep assertions. Add lockdep_assert_held_once. | riastradh |
| 2021-12-19 | <linux/interrupt.h> side loads <linux/kernel.h>. | riastradh |
| 2021-12-19 | Implement strscpy. | riastradh |
| 2021-12-19 | Define stub struct rb_root_cached. | riastradh |
| 2021-12-19 | Implement <linux/seqlock.h>. | riastradh |
| 2021-12-19 | Declare struct seq_file; save some debugfs/sysfs ifdef trouble. | riastradh |
| 2021-12-19 | Make <linux/mutex.h> side-load <linux/spinlock.h>. | riastradh |
| 2021-12-19 | Implement kref_read. | riastradh |
| 2021-12-19 | Move struct rb_root from linux interval_tree.h to rbtree.h. | riastradh |
| 2021-12-19 | Move <linux/compiler.h> to common. | riastradh |
| 2021-12-19 | Move IS_REACHABLE to <linux/kernel.h> to avoid double definition. | riastradh |
| 2021-12-19 | Bunch more Linux header file stubs. | riastradh |
| 2021-12-19 | linux/sizes.h | riastradh |
| 2021-12-19 | More Linux header stubs. | riastradh |
| 2021-12-19 | Define IS_ENABLED and IS_REACHABLE. | riastradh |
| 2021-12-19 | Stub linux interval_tree_generic.h, mem_encrypt.h, sync_file.h. | riastradh |
| 2021-12-19 | fence -> dma_fence in <linux/reservation.h>. | riastradh |
| 2021-12-19 | Stub <linux/srcu.h>. | riastradh |
| 2021-12-19 | Stub linux compiler.h, scatterlist.h, seqlock.h, sort.h. | riastradh |