summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-201-0/+14
* audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth2022-05-171-0/+6
* Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-157-15/+15
|\
| * sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-127-15/+15
* | Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-151-1/+0
|\ \
| * | genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner2022-05-111-1/+0
| |/
* | Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-121-2/+5
|\ \ | |/ |/|
| * cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-051-2/+5
* | Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-081-2/+2
|\ \
| * | timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach2022-04-291-2/+2
* | | Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-083-10/+33
|\ \ \
| * | | genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-053-10/+33
| | |/ | |/|
* / | mm: Fix PASID use-after-free issueFenghua Yu2022-05-011-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
|\ \ \ \