summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: make taskstats available from all net namespacesxu xin2022-04-291-0/+1
* taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-292-2/+31
* kexec: remove redundant assignmentsMichal Orzel2022-04-291-2/+0
* ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang2022-04-291-6/+0
* lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-292-3/+3
* kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai2022-04-291-1/+1
* Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-281-1/+1
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-1/+1
| |\
| | * kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki2022-04-261-1/+1
* | | Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-241-5/+5
|\ \ \
| * | | sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
| |/ /
* | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-243-6/+6
|\ \ \
| * | | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-193-6/+6
| |/ /
* / / kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh2022-04-211-2/+5
|/ /
* | Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-7/+10
|\ \
| * | tick/sched: Fix non-kernel-doc commentJiapeng Chong2022-04-101-2/+2
| * | tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-101-1/+1
| * | timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-091-4/+7
* | | Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-172-19/+19
|\ \ \
| * | | cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price2022-04-131-18/+18
| * | | smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-131-1/+1
* | | | Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-171-2/+3
|\ \ \ \
| * | | | genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-111-2/+3
| | |/ / | |/| |
* | | | Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-04-161-1/+2
|\ \ \ \
| * | | | dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-141-1/+2
* | | | | irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang2022-04-151-1/+1
| |_|/ / |/| | |
* | | | Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-101-157/+55
|\ \ \ \
| * | | | perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou2022-04-051-16/+2
| * | | | perf/core: Fix perf_cgroup_switch()Chengming Zhou2022-04-051-107/+25
| * | | | perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou2022-04-051-5/+2
| * | | | perf/core: Don't pass task around when ctx sched inChengming Zhou2022-04-051-32/+26
| * | | | perf/core: Inherit event_capsNamhyung Kim2022-04-051-0/+3
| | |/ / | |/| |
* | | | Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-103-542/+545
|\ \ \ \
| * | | | static_call: Don't make __static_call_return0 staticChristophe Leroy2022-04-053-542/+545
| |/ / /
* | | | Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-104-13/+12
|\ \ \ \
| * | | | entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle2022-04-051-1/+1
| * | | | sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-051-1/+1
| * | | | sched/core: Fix forceidle balancingPeter Zijlstra2022-04-053-11/+10
| |/ / /
* | | | Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-072-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-062-3/+3
| |\ \
| | * | rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu2022-03-301-1/+1
| | * | bpf: Fix sparse warnings in kprobe_multi_resolve_symsJiri Olsa2022-03-301-2/+2
* | | | Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-032-88/+10
|\ \ \ \
| * | | | tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-021-0/+5
| * | | | ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-021-14/+3
| * | | | tracing: Set user_events to BROKENSteven Rostedt (Google)2022-04-021-0/+1
| * | | | tracing/user_events: Remove eBPF interfacesBeau Belgrave2022-04-021-72/+1
| * | | | tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave2022-04-021-2/+6
* | | | | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-033-65/+1
|\ \ \ \ \
| * | | | | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-313-65/+1