aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/k...Linus 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
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman2-15/+0
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik1-2/+2
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik1-1/+1
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki1-1/+1
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-122/+225
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+60
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2