summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-08-24rcu: Remove KCSAN stubsPaul E. McKenney
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver
2020-08-24kcsan: Use pr_fmt for consistencyMarco Elver
2020-08-24kcsan: Show message if enabled earlyMarco Elver
2020-08-24kcsan: Remove debugfs test commandMarco Elver
2020-08-24kcsan: Simplify constant string handlingMarco Elver
2020-08-24kcsan: Simplify debugfs counter to name mappingMarco Elver
2020-08-24kcsan: Test support for compound instrumentationMarco Elver
2020-08-24kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver
2020-08-24kcsan: Skew delay to be longer for certain access typesMarco Elver
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-08-24kcsan: Add atomic builtin test caseMarco Elver
2020-08-24kcsan: Add support for atomic builtinsMarco Elver
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner
2020-08-21bpf: sockmap: Allow update from BPFLorenz Bauer
2020-08-21bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins
2020-08-21kernel/relay.c: fix memleak on destroy relay channelWei Yongjun
2020-08-21core/entry: Respect syscall number rewritesThomas Gleixner
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov
2020-08-20fork: introduce kernel_clone()Christian Brauner
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider
2020-08-19sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider
2020-08-19sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider
2020-08-19sched/debug: Output SD flag names rather than their valuesValentin Schneider
2020-08-19sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-17audit: uninitialize variable audit_sig_sidJules Irenge
2020-08-17audit: change unnecessary globals into staticsJules Irenge
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds