| Age | Commit message (Expand) | Author |
| 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 |
| 2021-12-19 | Draft Linux tasklet implementation. | riastradh |
| 2021-12-19 | DIV_ROUND_DOWN_ULL | riastradh |
| 2021-12-19 | Define pr_warn. | riastradh |
| 2021-12-19 | Add BITS_PER_BYTE and BIT_ULL. Fix type of BIT. | riastradh |
| 2021-12-19 | Add work_pending, delayed_work_pending. | riastradh |
| 2021-12-19 | Implement return value of flush_work, flush_delayed_work. | riastradh |
| 2021-12-19 | Namespacing for system_unbound_wq. | riastradh |
| 2021-12-19 | Implement wait_for_completion_timeout. | riastradh |
| 2021-12-19 | Define u64_to_user_ptr. | riastradh |
| 2021-12-19 | New system_unbound_wq. | riastradh |
| 2021-12-19 | Replace ACCESS_ONCE by READ_ONCE, WRITE_ONCE. | riastradh |
| 2021-12-19 | Define clamp_val. | riastradh |
| 2021-12-19 | Actually use the type in min_t/max_t. | riastradh |
| 2021-12-19 | Define struct va_format. | riastradh |
| 2021-12-19 | Add some side loads to <linux/kernel.h> to help reduce diffs. | 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 |
| 2020-10-19 | Define __BIG_ENDIAN or __LITTLE_ENDIAN depending on target endianness | jmcneill |
| 2020-07-03 | hardclock_ticks -> getticks() | maxv |
| 2020-02-16 | Move another file from drm2 to common for <linux/kernel.h>. | riastradh |
| 2020-02-14 | Reduce diffs by side-loading some header files like Linux. | maya |
| 2020-02-14 | Add LIST_HEAD to <linux/nbsd-namespace.h> too. | riastradh |
| 2020-02-14 | Implement (obsolete) simple_strtol stub; reduce diff. | riastradh |
| 2019-12-05 | Add what appears to be the fixes to CVE-2019-0154, CVE-2019-0155. | maya |
| 2019-09-30 | use __inline | christos |
| 2019-09-29 | fix another sign compare warning: | mrg |
| 2019-04-16 | fix various problems i've seen where cv_*wait*() return ERESTART, | mrg |
| 2018-08-28 | Add KERN_{EMERG,ALERT,NOTICE} | skrll |