aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-1/+0
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Gravatar Tejun Heo 1-1/+0
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceGravatar Shakeel Butt 1-0/+5
2022-11-30mm: convert mm's rss stats into percpu_counterGravatar Shakeel Butt 1-1/+15
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-0/+2
2022-11-22gcov: clang: fix the buffer overflow issueGravatar Mukesh Ojha 1-0/+2
2022-11-08swap: add a limit for readahead page-cluster valueGravatar Kairui Song 1-0/+1
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingGravatar Liu Shixin 1-1/+1
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyGravatar Liu Shixin 1-6/+1
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Gravatar Shang XiaoJing 1-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyGravatar Masami Hiramatsu (Google) 1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationGravatar Rafael Mendonca 1-0/+2
2022-11-04kprobe: reverse kp->flags when arm_kprobe failedGravatar Li Qiang 1-1/+4
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsGravatar Li Huafei 1-13/+3
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Gravatar Steven Rostedt (Google) 1-0/+11
2022-11-02perf/hw_breakpoint: test: Skip the test if dependencies unmetGravatar David Gow 1-2/+2
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2022-10-28Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1
2022-10-27perf: Fix missing raw data on tracepoint eventsGravatar James Clark 1-0/+1
2022-10-25PM: hibernate: Allow hybrid sleep to work with s2idleGravatar Mario Limonciello 1-1/+1
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-2/+28
2022-10-24Merge tag 'rcu-urgent.2022.10.20a' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+6
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 4-2/+28
2022-10-23kernel/utsname_sysctl.c: Fix hostname pollingGravatar Linus Torvalds 1-0/+1
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-39/+116
2022-10-23Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-29/+35
2022-10-21bpf: Use __llist_del_all() whenever possbile during memory drainingGravatar Hou Tao 1-2/+5
2022-10-21bpf: Wait for busy refill_work when destroying bpf memory allocatorGravatar Hou Tao 1-0/+11
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-43/+39
2022-10-21Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+16
2022-10-20gcov: support GCC 12.1 and newer compilersGravatar Martin Liska 1-2/+16
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopGravatar Jiri Olsa 1-0/+6
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootGravatar Paul E. McKenney 1-4/+6
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Gravatar Ye Bin 1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Gravatar Ye Bin 1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperGravatar Ye Bin 1-38/+36
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-21/+80
2022-10-17bpf: prevent decl_tag from being referenced in func_protoGravatar Stanislav Fomichev 1-0/+5
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesGravatar Kees Cook 4-20/+26
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Gravatar Lin Shengwang 1-9/+9
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputGravatar Sumanth Korikkar 1-0/+2
2022-10-17perf: Fix missing SIGTRAPsGravatar Peter Zijlstra 2-39/+114
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-11/+11
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-83/+308
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 6-123/+146
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1Gravatar David Vernet 1-0/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 14-82/+101
2022-10-12tracing: Fix reading strings from synthetic eventsGravatar Steven Rostedt (Google) 1-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesGravatar Steven Rostedt (Google) 1-6/+25