summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25alarmtimer: Convert comma to semicolonXu Wang
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney
2020-08-24rcutorture: Hoist OOM registry up one levelPaul E. McKenney
2020-08-24refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King
2020-08-24rcutorture: Properly synchronize with OOM notifierPaul E. McKenney
2020-08-24rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney
2020-08-24locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun
2020-08-24rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)
2020-08-24rcutorture: Remove KCSAN stubsPaul E. McKenney
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney
2020-08-24rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney
2020-08-24rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney
2020-08-24rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney
2020-08-24rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney
2020-08-24rcu: Do full report for .need_qs for strict GPsPaul E. McKenney
2020-08-24rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney
2020-08-24rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney
2020-08-24rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney
2020-08-24rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney
2020-08-24rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney
2020-08-24rcuperf: Change rcuperf to rcuscalePaul E. McKenney
2020-08-24scftorture: Add cond_resched() to test loopPaul E. McKenney
2020-08-24scftorture: Adapt memory-ordering test to UP operationPaul E. McKenney
2020-08-24scftorture: Block scftorture_invoker() kthreads for offline CPUsPaul E. McKenney
2020-08-24scftorture: Check unexpected "switch" statement valuePaul E. McKenney
2020-08-24scftorture: Make symbol 'scf_torture_rand' staticWei Yongjun
2020-08-24scftorture: Prevent compiler from reducing race probabilitiesPaul E. McKenney
2020-08-24scftorture: Flag errors in torture-compatible mannerPaul E. McKenney
2020-08-24scftorture: Consolidate scftorture_invoke_one() scf_check initializationPaul E. McKenney