aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim1-7/+1
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim1-14/+24
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim1-7/+7
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim1-20/+65
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-11/+5
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2-30/+7
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim1-10/+2
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim1-7/+10
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek1-1/+1
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh1-0/+2
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)3-1/+47
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-23/+21
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa1-3/+19
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe2-2/+6
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei1-397/+1
2023-01-17genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei1-121/+121
2023-01-17genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei1-10/+24
2023-01-17genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei1-16/+12
2023-01-17genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei1-3/+2
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long1-2/+8
2023-01-15sched/fair: Limit sched slice durationVincent Guittot1-1/+7
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+6
2023-01-13seccomp: fix kernel-doc function name warningRandy Dunlap1-1/+1
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin1-15/+6
2023-01-13workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider1-8/+5
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-13context_tracking: Fix noinstr vs KASANPeter Zijlstra1-6/+6
2023-01-13tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra1-8/+18
2023-01-13tracing: WARN on rcuidlePeter Zijlstra1-0/+3
2023-01-13tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra1-29/+0
2023-01-13time/tick-broadcast: Remove RCU_NONIDLE() usagePeter Zijlstra1-17/+12
2023-01-13printk: Remove trace_.*_rcuidle() usagePeter Zijlstra1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-2/+0
2023-01-13cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()Peter Zijlstra1-9/+0
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra2-33/+18
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-20/+76
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+60
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang1-5/+0
2023-01-12workqueue: Unbind kworkers before sending them to exit()Valentin Schneider1-12/+60
2023-01-12workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVEValentin Schneider1-17/+19
2023-01-12workqueue: Convert the idle_timer to a timer + work_structValentin Schneider1-2/+50
2023-01-12workqueue: Factorize unbind/rebind_workers() logicValentin Schneider1-12/+21
2023-01-12workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan1-25/+16
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe1-1/+1