| Age | Commit message (Expand) | Author |
| 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 | EHWPOISON | riastradh |
| 2021-12-19 | pr_info_ratelimited, not really | 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 |
| 2021-12-19 | __maybe_unused, typecheck | riastradh |
| 2021-12-19 | Define kinda bogus ARCH_KMALLOC_MINALIGN that's probably enough. | riastradh |
| 2021-12-19 | Move Linux SRCU to common. | riastradh |
| 2021-12-19 | sign_extend64, GENMASK_ULL, for_each_clear_bit | riastradh |
| 2021-12-19 | KMEM_CACHE, SLAB_TYPESAFE_BY_RCU | riastradh |
| 2021-12-19 | Move Linux RCU to common. | riastradh |
| 2021-12-19 | might_sleep, add_taint | riastradh |
| 2021-12-19 | Define kmem_cache_shrink = pool_cache_reclaim. | riastradh |
| 2021-12-19 | Define __GFP_RETRY_MAYFAIL as an alias for __GFP_NORETRY. | riastradh |
| 2021-12-19 | Define smp_store_mb, smp_store_release. | riastradh |
| 2021-12-19 | Constify work_pending, delayed_work_pending. | riastradh |
| 2021-12-19 | drain_workqueue | riastradh |
| 2021-12-19 | Move struct list_head to <linux/types.h>. | riastradh |
| 2021-12-19 | Move <linux/types.h> to common. | riastradh |
| 2021-12-19 | Define empty __deprecated. | riastradh |
| 2021-12-19 | Add some i915drmkms additions to the tasklet API. | riastradh |
| 2021-12-19 | Make a bit more room in the columns here. | riastradh |
| 2021-12-19 | No tasklet_disable_nosync implemented at the moment. | riastradh |