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