summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-223-1/+8
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-223-1/+8
| |\
| | * bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao2024-02-191-0/+2
| | * bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-02-191-1/+4
| | * bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-02-131-0/+2
* | | Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-221-0/+4
|\ \ \
| * | | ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)2024-02-211-0/+4
* | | | sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-201-0/+6
|/ / /
* | | Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-02-171-2/+2
|\ \ \
| * | | tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)2024-02-171-2/+2
| |/ /
* | | Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-161-6/+2
|\ \ \
| * | | Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo2024-02-051-6/+2
* | | | Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-163-3/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | tracing/synthetic: Fix trace_string() return valueThorsten Blum2024-02-151-1/+2
| * | | tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-141-0/+3
| * | | tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle2024-02-131-1/+1
| * | | tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-131-1/+1
* | | | Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-111-0/+3
|\ \ \ \
| * | | | hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-061-0/+3
* | | | | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-102-25/+35
|\ \ \ \ \
| * | | | | exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov2024-02-071-7/+3
| * | | | | getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-02-071-3/+13
| * | | | | getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-02-071-15/+19
| |/ / / /
* | | | | Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-092-38/+47
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-091-38/+37
| * | | | ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-091-0/+10
* | | | | kprobes: Remove unnecessary initial values of variablesLi zeming2024-02-081-2/+2
* | | | | tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)2024-02-081-12/+13
* | | | | tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-082-3/+7
| |/ / / |/| | |
* | | | Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-022-4/+4
|\| | |
| * | | tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira2024-02-011-3/+3
| * | | ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-01-311-1/+1
* | | | Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-291-2/+4
|\| | |
| * | | tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-01-261-2/+4
* | | | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-291-1/+1
|\ \ \ \
| * | | | uprobes: use pagesize-aligned virtual address when replacing pagesDavid Hildenbrand2024-01-251-1/+1
* | | | | Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-282-6/+20
|\ \ \ \ \
| * | | | | futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior2024-01-192-6/+20
* | | | | | Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-241-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-282-1/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-01-251-0/+5
| * | | | | clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner2024-01-251-1/+24
| |/ / / /
* | | | | Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxLinus Torvalds2024-01-252-3/+34
|\ \ \ \ \
| * | | | | rcu: Defer RCU kthreads wakeup when CPU is dyingFrederic Weisbecker2024-01-242-3/+34
| |/ / / /
* | | | | Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-241-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | exec: Distinguish in_execve from in_execKees Cook2024-01-241-0/+1
| |/ / /
* / / / tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-01-221-1/+6
|/ / /
* | | Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-211-0/+5
|\ \ \
| * | | tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-191-0/+5