aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Gravatar Davidlohr Bueso 1-8/+8
2022-01-20kthread: dynamically allocate memory to store kthread's full nameGravatar Yafang Shao 1-2/+30
2022-01-07Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-43/+97
2022-01-06Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2022-01-06cgroup: Use open-time cgroup namespace for process migration perm checksGravatar Tejun Heo 2-9/+21
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privGravatar Tejun Heo 3-31/+65
2022-01-06cgroup: Use open-time credentials for process migraton perm checksGravatar Tejun Heo 2-4/+12
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerGravatar Naveen N. Rao 1-2/+2
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Gravatar Naveen N. Rao 1-1/+1
2021-12-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+11
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningGravatar Philipp Rudo 1-0/+11
2021-12-23Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-6/+9
2021-12-19Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+1
2021-12-19Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2021-12-19Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+9
2021-12-18locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Gravatar Zqiang 1-1/+1
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveGravatar Yu Liao 1-2/+1
2021-12-16Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+10
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-17/+36
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustGravatar Daniel Borkmann 1-9/+15
2021-12-16bpf: Fix signed bounds propagation after mov32Gravatar Daniel Borkmann 1-0/+4
2021-12-15audit: improve robustness of the audit queue handlingGravatar Paul Moore 1-11/+10
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regGravatar Daniel Borkmann 1-1/+8
2021-12-14bpf: Fix kernel address leakage in atomic fetchGravatar Daniel Borkmann 1-3/+9
2021-12-14signal: Skip the altstack update when not neededGravatar Chang S. Bae 1-0/+9
2021-12-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+9
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-7/+9
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+13
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillGravatar Paul Chaignon 1-4/+0
2021-12-09ucounts: Fix rlimit max values checkGravatar Alexey Gladkov 1-6/+9
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-10/+3
2021-12-09wait: add wake_up_pollfree()Gravatar Eric Biggers 1-0/+7
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathGravatar Miaoqian Lin 1-5/+6
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 2-10/+3
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiGravatar Jiri Olsa 1-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directGravatar Jiri Olsa 1-1/+3
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-1/+9
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-6/+12
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueGravatar Qais Yousef 1-1/+1
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueGravatar Andrew Halaney 1-2/+2
2021-12-03bpf: Fix the off-by-two error in range markingsGravatar Maxim Mikityanskiy 1-1/+1
2021-12-02bpf: Fix bpf_check_mod_kfunc_call for built-in modulesGravatar Kumar Kartikeya Dwivedi 1-2/+0
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLGravatar Kumar Kartikeya Dwivedi 1-7/+2
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullGravatar Frederic Weisbecker 1-3/+9
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryGravatar Frederic Weisbecker 2-1/+9
2021-12-01kprobes: Limit max data_size of the kretprobe instancesGravatar Masami Hiramatsu 1-0/+3
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapGravatar Chen Jun 1-0/+3
2021-12-01tracing/histograms: String compares should not care about signed valuesGravatar Steven Rostedt (VMware) 1-1/+1
2021-11-28Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+7