summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-03-06perf/cgroup: Order events in RB tree by cgroup idIan Rogers
2020-03-06perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers
2020-03-06perf/core: Use min_heap in visit_groups_merge()Ian Rogers
2020-03-06perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra
2020-03-06perf/core: Remove 'struct sched_in_data'Peter Zijlstra
2020-03-06perf/core: Unify {pinned,flexible}_sched_in()Peter Zijlstra
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar
2020-03-06futex: Remove {get,drop}_futex_key_refs()Peter Zijlstra
2020-03-06futex: Remove pointless mmgrap() + mmdrop()Peter Zijlstra
2020-03-06Merge branch 'locking/urgent'Peter Zijlstra
2020-03-06futex: Fix inode life-time issuePeter Zijlstra
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau
2020-03-05bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song
2020-03-05blktrace: fix dereference after null checkCengiz Can
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Refactor trampoline update codeKP Singh
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai
2020-03-04tick/common: Make tick_periodic() check for missing ticksWaiman Long
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang
2020-03-04timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang
2020-03-04posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman
2020-03-03PM: QoS: annotate data races in pm_qos_*_value()Qian Cai
2020-03-03tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)
2020-03-03tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)
2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-03-02task_work_run: don't take ->pi_lock unconditionallyOleg Nesterov
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-01posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman
2020-03-01posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman
2020-03-01posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28pid: Improve the comment about waiting in zap_pid_ns_processesEric W. Biederman
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki