summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-14timers: Provide a better debugobjects hint for delayed worksStephen Boyd1-1/+31
2022-05-02time/sched_clock: Fix formatting of frequency reporting codeMaciej W. Rozycki1-6/+4
2022-05-02time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzMaciej W. Rozycki1-1/+1
2022-05-02time/sched_clock: Round the frequency reported to nearest rather than downMaciej W. Rozycki1-2/+3
2022-05-02timekeeping: Consolidate fast timekeeperThomas Gleixner1-10/+10
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner1-1/+1
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin1-2/+10
2022-04-14Merge tag 'tai-for-tracing' into timers/coreThomas Gleixner11-715/+632
2022-04-14timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach1-0/+17
2022-04-10clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-157/+55
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-542/+545
2022-04-10Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-13/+12
2022-04-10timers: Move timer sysctl into the timer codetangmeng2-26/+38
2022-04-10clockevents: Use dedicated list iterator variableJakob Koschel1-4/+5
2022-04-09timers: Simplify calc_index()Thomas Gleixner1-1/+1
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Anna-Maria Behnsen1-0/+1
2022-04-09timers: Fix warning condition in __run_timers()Anna-Maria Behnsen1-4/+7
2022-04-08Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+3
2022-04-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+3
2022-04-05perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou1-16/+2
2022-04-05perf/core: Fix perf_cgroup_switch()Chengming Zhou1-107/+25
2022-04-05perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou1-5/+2
2022-04-05perf/core: Don't pass task around when ctx sched inChengming Zhou1-32/+26
2022-04-05perf/core: Inherit event_capsNamhyung Kim1-0/+3
2022-04-05static_call: Don't make __static_call_return0 staticChristophe Leroy3-542/+545
2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle1-1/+1
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior1-1/+1
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra3-11/+10
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-88/+10
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-65/+1
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+8
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet1-0/+1
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)2-0/+6
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)1-0/+5
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy1-14/+3
2022-04-02tracing: Set user_events to BROKENSteven Rostedt (Google)1-0/+1
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave1-72/+1
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave1-2/+6
2022-04-01dma-mapping: move pgprot_decrypted out of dma_pgprotChristoph Hellwig2-4/+8
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-27/+112
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner3-65/+1
2022-03-31rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu1-1/+1
2022-03-30bpf: Fix sparse warnings in kprobe_multi_resolve_symsJiri Olsa1-2/+2
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-96/+36
2022-03-29kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu3-22/+107
2022-03-29bpf: Fix maximum permitted number of arguments checkYuntao Wang1-1/+1
2022-03-29fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu1-1/+1
2022-03-29fprobe: Fix smatch type mismatch warningMasami Hiramatsu1-3/+3
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-66/+82