summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra2023-01-131-8/+18
* tracing: WARN on rcuidlePeter Zijlstra2023-01-131-0/+3
* tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra2023-01-131-29/+0
* time/tick-broadcast: Remove RCU_NONIDLE() usagePeter Zijlstra2023-01-131-17/+12
* printk: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-1/+1
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-2/+0
* cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()Peter Zijlstra2023-01-131-9/+0
* cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-132-33/+18
* sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski2023-01-071-1/+38
* cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba2023-01-071-20/+23
* sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()Chengming Zhou2023-01-071-33/+31
* sched/core: Micro-optimize ttwu_runnable()Chengming Zhou2023-01-071-3/+10
* sched/topology: Add __init for sched_init_domains()Bing Huang2023-01-051-1/+1
* sched/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers2023-01-021-3/+3
* cputime: remove cputime_to_nsecs fallbackNicholas Piggin2022-12-271-0/+4
* sched/core: Adjusting the order of scanning CPUHao Jia2022-12-272-3/+3
* sched/numa: Stop an exhastive search if an idle core is foundHao Jia2022-12-271-1/+1
* sched: Make const-safeMatthew Wilcox (Oracle)2022-12-273-22/+24
* rseq: Extend struct rseq with per-memory-map concurrency IDMathieu Desnoyers2022-12-271-1/+10
* sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-274-1/+118
* rseq: Extend struct rseq with numa node idMathieu Desnoyers2022-12-271-6/+13
* rseq: Introduce extensible rseq ABIMathieu Desnoyers2022-12-272-8/+31
* sched: Async unthrottling for cfs bandwidthJosh Don2022-12-272-13/+150
* sched/topology: Add __init for init_defrootdomainBing Huang2022-12-271-1/+1
* Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-233-7/+9
|\
| * cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| * exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
* | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-231-0/+4
|\ \
| * | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
* | | Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds2022-12-231-0/+5
|\ \ \
| * | | gcov: add support for checksum fieldRickard x Andersson2022-12-211-0/+5
| |/ /
* | | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-212-2/+2
|\ \ \
| * | | rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-202-2/+2
* | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-216-48/+112
|\ \ \ \
| * | | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-153-10/+17
| * | | | tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-154-24/+85
| * | | | kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-6/+2
| * | | | kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-11-281-8/+8
| * | | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
* | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-213-5/+11
|\ \ \ \ \
| * | | | | bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-141-2/+3
| * | | | | bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
| * | | | | bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-141-3/+3
* | | | | | Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-4/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney2022-12-171-4/+6
* | | | | | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+10
|\ \ \ \ \ \
| * | | | | | padata: Mark padata_work_init() as __refNathan Chancellor2022-12-141-2/+10
* | | | | | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-192-0/+17
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-0/+7
| |\ \ \ \ \ \ \
| | * | | | | | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+7