aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 7-10/+64
2024-05-19Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 2-76/+79
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-7/+9
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-20/+33
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-26/+14
2024-05-17kprobe/ftrace: fix build error due to bad function definitionGravatar Linus Torvalds 1-1/+1
2024-05-17Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2024-05-17Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+75
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-16/+560
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 3-45/+36
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 11-57/+171
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 30-34/+2
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-18/+36
2024-05-17sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Gravatar Cheng Yu 1-1/+1
2024-05-17sched/fair: Remove stale FREQUENCY_UTIL commentGravatar Christian Loehle 1-2/+2
2024-05-17sched/fair: Fix initial util_avg calculationGravatar Dawei Li 1-2/+3
2024-05-17sched/debug: Dump domains' levelGravatar Vitalii Bursov 1-0/+1
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelGravatar Vitalii Bursov 2-2/+2
2024-05-15Merge tag 'wq-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-178/+275
2024-05-15Merge tag 'cgroup-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-173/+162
2024-05-16kprobe/ftrace: bail out if ftrace was killedGravatar Stephen Brennan 2-0/+7
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+3
2024-05-15Merge branch 'for-6.10' into test-merge-for-6.10Gravatar Tejun Heo 1-178/+275
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-89/+112
2024-05-15Merge tag 'livepatching-for-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-31/+31
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-15/+15
2024-05-15bpf: save extended inner map info for percpu array maps as wellGravatar Andrii Nakryiko 1-2/+2
2024-05-15Merge branch 'for-6.10-base-small' into for-linusGravatar Petr Mladek 2-2/+2
2024-05-15ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Gravatar Steven Rostedt (Google) 1-1/+1
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 22-393/+1544
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-20/+88
2024-05-14cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepointsGravatar Jesper Dangaard Brouer 1-12/+58
2024-05-14Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+1
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+5
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-53/+311
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-104/+87
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Gravatar Zheng Yejian 1-16/+23
2024-05-14bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES ofGravatar Mike Rapoport (IBM) 1-1/+1
2024-05-14kprobes: remove dependency on CONFIG_MODULESGravatar Mike Rapoport (IBM) 2-22/+53
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-20/+6
2024-05-14mm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 4-24/+16
2024-05-14module: make module_memory_{alloc,free} more self-containedGravatar Mike Rapoport (IBM) 1-25/+39
2024-05-14kallsyms: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-1/+1
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Gravatar Yifan Hong 1-1/+1
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Gravatar Dr. David Alan Gilbert 2-12/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Gravatar Dr. David Alan Gilbert 1-8/+0
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-325/+381
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-129/+148
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-38/+83
2024-05-13tracing: Improve benchmark test performance by using do_div()Gravatar Thorsten Blum 1-1/+1