| Age | Commit message (Expand) | Author |
| 2021-12-19 | linux: S16_MAX, S32_MAX, S64_MAX | riastradh |
| 2021-12-19 | Provide list_for_each_entry_safe_reverse and reorder for consistency | riastradh |
| 2021-12-19 | linux/rcupdate: Stub init_rcu_head, destroy_rcu_head. | riastradh |
| 2021-12-19 | linux: Add __same_type and __must_be_array. | riastradh |
| 2021-12-19 | drm: Add __is_constexpr. | riastradh |
| 2021-12-19 | drm: Make BUILD_BUG_ON_ZERO do something. | riastradh |
| 2021-12-19 | stub BUILD_BUG_ON_ZERO, from openbsd. | riastradh |
| 2021-12-19 | linux: Stub linux/kmemleak.h. | riastradh |
| 2021-12-19 | linux: Simplify build_bug.h and add static_assert. | riastradh |
| 2021-12-19 | linux: Move BUILD_BUG_* to common linux/build_bug.h. | riastradh |
| 2021-12-19 | stub struct rcu_work | riastradh |
| 2021-12-19 | Call it srcu_struct like linux does. | riastradh |
| 2021-12-19 | linux: Add offsetofend. | riastradh |
| 2021-12-19 | Side-load linux/stringify.h in linux/workqueue.h. | riastradh |
| 2021-12-19 | gfpflags_allow_blocking | riastradh |
| 2021-12-19 | Rework linux_tasklet.c a little. | riastradh |
| 2021-12-19 | Move Linux atomic bitops from linux/atomic.h to linux/bitops.h. | riastradh |
| 2021-12-19 | Use adequate memory barrier for load-acquire semantics. | riastradh |
| 2021-12-19 | Move smp_mb_before/after_atomic from linux/atomic.h to asm/barrier.h. | riastradh |
| 2021-12-19 | Make BUILD_BUG_ON_INVALID work on bit-field expressions. | riastradh |
| 2021-12-19 | EHWPOISON | riastradh |
| 2021-12-19 | pr_info_ratelimited, not really | riastradh |
| 2021-12-19 | Side-load linux/compiler.h in asm/barrier.h. | riastradh |
| 2021-12-19 | Define Linux byte order macros __BIG_ENDIAN/__LITTLE_ENDIAN. | riastradh |
| 2021-12-19 | Move linux/bug.h and asm/bug.h to common. | riastradh |
| 2021-12-19 | ALIGN_DOWN seems to be an alias for round_down. | riastradh |
| 2021-12-19 | list_for_each_entry_from_reverse | riastradh |
| 2021-12-19 | Simplify rcu_* definitions with atomic_load/store_*. | riastradh |
| 2021-12-19 | list_bulk_move_tail | riastradh |
| 2021-12-19 | Omit outdated comment. | riastradh |
| 2021-12-19 | provide BITS_PER_TYPE | riastradh |
| 2021-12-19 | linux/bug.h for WARN_ON | riastradh |
| 2021-12-19 | Add a BIT_MASK in bits.h, move it to common so bitops.h can sideload | riastradh |
| 2021-12-19 | Include linux/export.h in linux/printk.h, move to common | riastradh |
| 2021-12-19 | define BITS_PER_LONG. use compiler-defined macro instead of sizeof. | riastradh |
| 2021-12-19 | provide list_for_each_entry_from (XXX needs review) | riastradh |
| 2021-12-19 | provide list_is_first | riastradh |
| 2021-12-19 | sys/kernel.h for hardclock_ticks | riastradh |
| 2021-12-19 | sys/param.h for KASSERT etc | riastradh |
| 2021-12-19 | Remove duplicate definition of BITS_PER_BYTE | riastradh |
| 2021-12-19 | alloc_workqueue | riastradh |
| 2021-12-19 | list_is_last | riastradh |
| 2021-12-19 | Omit __insn_barrier where implied or subsumed by volatile. | riastradh |
| 2021-12-19 | __list_del_entry, and poison list_del. | riastradh |
| 2021-12-19 | Move dma_addr_t to linux/types.h. | riastradh |
| 2021-12-19 | <linux/stringify.h> for __stringify. | riastradh |
| 2021-12-19 | Move attributes, barrier(), and likely/unlikely to linux/compiler.h. | riastradh |
| 2021-12-19 | Stubs for init/destroy delayed work on stack. | riastradh |
| 2021-12-19 | Linux namespace for srcu. | riastradh |
| 2021-12-19 | DEFINE_STATIC_KEY_FALSE | riastradh |