aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath2-0/+10
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath3-0/+65
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson1-19/+22
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar10-127/+287
2020-03-06perf/cgroup: Order events in RB tree by cgroup idIan Rogers1-10/+84
2020-03-06perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers1-0/+47
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers1-11/+32
2020-03-06perf/core: Use min_heap in visit_groups_merge()Ian Rogers1-16/+51
2020-03-06perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra1-8/+8
2020-03-06perf/core: Remove 'struct sched_in_data'Peter Zijlstra1-25/+11
2020-03-06perf/core: Unify {pinned,flexible}_sched_in()Peter Zijlstra1-37/+21
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar28-515/+623
2020-03-06futex: Remove {get,drop}_futex_key_refs()Peter Zijlstra1-84/+6
2020-03-06futex: Remove pointless mmgrap() + mmdrop()Peter Zijlstra1-13/+1
2020-03-06Merge branch 'locking/urgent'Peter Zijlstra29-551/+674
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-36/+53
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers1-3/+4
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh1-0/+7
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh1-10/+3
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau1-0/+5
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau1-3/+11
2020-03-05bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song1-1/+1
2020-03-05blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen1-4/+10
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh1-0/+1
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2-8/+51
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh4-2/+8
2020-03-04bpf: Refactor trampoline update codeKP Singh2-28/+44
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen1-6/+2
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai1-3/+3
2020-03-04tick/common: Make tick_periodic() check for missing ticksWaiman Long1-3/+33
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang1-1/+1
2020-03-04timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang1-2/+1
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman1-10/+1
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman1-18/+55
2020-03-03PM: QoS: annotate data races in pm_qos_*_value()Qian Cai1-2/+2
2020-03-03tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)1-6/+1
2020-03-03tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)3-10/+22
2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis1-0/+2
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2-46/+219
2020-03-02task_work_run: don't take ->pi_lock unconditionallyOleg Nesterov1-4/+14
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-03-01posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman1-4/+3
2020-03-01posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman1-54/+12
2020-03-01posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman1-3/+1
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-115/+228
2020-02-28pid: Improve the comment about waiting in zap_pid_ns_processesEric W. Biederman1-12/+19
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+83