summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-191-0/+5
* timers: Fix nextevt calculation when no timers are pendingAnna-Maria Behnsen2023-12-201-2/+11
* timers: Rework idle logicThomas Gleixner2023-12-201-20/+20
* timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen2023-12-201-8/+2
* timers: Split out forward timer base functionalityAnna-Maria Behnsen2023-12-201-6/+10
* timers: Clarify check in forward_timer_base()Anna-Maria Behnsen2023-12-201-4/+7
* timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen2023-12-201-5/+6
* timers: Do not IPI for deferrable timersAnna-Maria Behnsen2023-12-201-9/+6
* tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen2023-12-201-3/+11
* tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen2023-12-201-1/+1
* tick-sched: Warn when next tick seems to be in the pastAnna-Maria Behnsen2023-12-201-0/+4
* tick/sched: Cleanup confusing variablesAnna-Maria Behnsen2023-12-201-6/+5
* tick-sched: Fix function names in commentsAnna-Maria Behnsen2023-12-201-5/+5
* time: Make sysfs_get_uname() function visible in headerArnd Bergmann2023-11-221-1/+2
* Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-192-22/+19
|\
| * hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-112-22/+19
* | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-192-38/+135
|\ \
| * | sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
| * | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
| * | sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
* | | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-191-3/+6
|\ \ \
| * | | futex: Fix hardcoded flagsPeter Zijlstra2023-11-151-3/+6
| |/ /
* | | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-11-191-0/+17
|\ \ \
| * | | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-151-0/+17
| |/ /
* | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-181-0/+4
|\ \ \
| * | | prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
| |/ /
* | | Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-171-1/+1
|\ \ \
| * | | audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-141-1/+1
| |/ /
* | | Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-162-29/+66
|\ \ \ | |/ / |/| |
| * | bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
| * | bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
| * | bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
| * | bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* | | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-102-5/+6
|\ \ \
| * | | tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-111-1/+1
| * | | tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)2023-11-101-4/+5
| |/ /
* | | Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-104-10/+81
|\ \ \ | |/ / |/| |
| * | swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik2023-11-081-1/+2
| * | dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He2023-11-063-2/+50
| * | dma-mapping: move dma_addressing_limited() out of lineJia He2023-11-061-0/+15
| * | swiotlb: do not free decrypted pages if dynamicPetr Tesarik2023-11-031-9/+16
* | | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-099-62/+75
|\ \ \
| * | | bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
| * | | bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
| * | | bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
| * | | bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
| * | | bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+3
| * | | bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-017-36/+18
| * | | bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
| * | | bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17