summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba1-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don1-0/+4
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra1-5/+9
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-14/+8
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra1-2/+2
2020-08-26bpf: Add d_path helperJiri Olsa1-0/+48
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa2-0/+19
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa2-6/+42
2020-08-26bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-26bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-26bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-26bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2-11/+16
2020-08-26bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh1-1/+20
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh4-1/+286
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-0/+601
2020-08-25alarmtimer: Convert comma to semicolonXu Wang1-1/+1
2020-08-25bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser1-2/+1
2020-08-25bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-08-25rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney1-0/+4
2020-08-25rcutorture: Hoist OOM registry up one levelPaul E. McKenney1-2/+2
2020-08-25refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King1-3/+5
2020-08-25rcutorture: Properly synchronize with OOM notifierPaul E. McKenney1-1/+13
2020-08-25rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney1-1/+12
2020-08-25locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun1-1/+1
2020-08-25rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)1-2/+11
2020-08-25rcutorture: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-25rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney2-6/+6
2020-08-25rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2-6/+24
2020-08-25rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2-0/+14
2020-08-25rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney1-2/+10
2020-08-25rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney1-0/+4
2020-08-25rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney1-0/+13
2020-08-25rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney1-0/+14
2020-08-25rcu: Do full report for .need_qs for strict GPsPaul E. McKenney1-2/+6
2020-08-25rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney1-0/+2
2020-08-25rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney1-6/+7
2020-08-25rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney1-1/+1
2020-08-25rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney1-3/+5
2020-08-25rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2-0/+17
2020-08-25rcuperf: Change rcuperf to rcuscalePaul E. McKenney3-167/+167
2020-08-25scftorture: Add cond_resched() to test loopPaul E. McKenney1-0/+1
2020-08-25scftorture: Adapt memory-ordering test to UP operationPaul E. McKenney1-1/+2
2020-08-25scftorture: Block scftorture_invoker() kthreads for offline CPUsPaul E. McKenney1-1/+12
2020-08-25scftorture: Check unexpected "switch" statement valuePaul E. McKenney1-0/+4
2020-08-25scftorture: Make symbol 'scf_torture_rand' staticWei Yongjun1-1/+1
2020-08-25scftorture: Prevent compiler from reducing race probabilitiesPaul E. McKenney1-2/+8
2020-08-25scftorture: Flag errors in torture-compatible mannerPaul E. McKenney1-4/+10