summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+22
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner-0/+7
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov-0/+24
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau-15/+32
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-8/+9
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter-1/+1
2020-08-26bpf: Fix a verifier failure with xorYonghong Song-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant-11/+21
2020-08-26audit: Remove redundant null checkXu Wang-2/+1
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng-18/+35
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng-17/+2
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng-47/+141
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng-3/+44
2020-08-26lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng-8/+35
2020-08-26lockdep: Make __bfs(.match) return boolBoqun Feng-10/+10
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng-19/+94
2020-08-26lockdep: Introduce lock_list::depBoqun Feng-4/+88
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng-3/+3
2020-08-26lockdep: Make __bfs() visit every dependency until a matchBoqun Feng-26/+35
2020-08-26lockdep: Demagic the return value of BFSBoqun Feng-66/+89
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng-0/+14
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider-0/+7
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider-0/+6
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior-2/+5
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao-2/+2
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don-0/+4
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra-5/+9
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra-14/+8
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra-2/+2
2020-08-25bpf: Add d_path helperJiri Olsa-0/+48
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa-0/+19
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa-6/+42
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa-11/+16
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov-0/+3
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh-1/+20
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-1/+286
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh-0/+601
2020-08-25alarmtimer: Convert comma to semicolonXu Wang-1/+1
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser-2/+1
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song-1/+1
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney-0/+4