summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2023-01-17genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei
2023-01-17genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei
2023-01-17genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei
2023-01-17genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long
2023-01-15sched/fair: Limit sched slice durationVincent Guittot
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13seccomp: fix kernel-doc function name warningRandy Dunlap
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-13workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-13context_tracking: Fix noinstr vs KASANPeter Zijlstra
2023-01-13tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra
2023-01-13tracing: WARN on rcuidlePeter Zijlstra
2023-01-13tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra
2023-01-13time/tick-broadcast: Remove RCU_NONIDLE() usagePeter Zijlstra
2023-01-13printk: Remove trace_.*_rcuidle() usagePeter Zijlstra
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()Peter Zijlstra
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang
2023-01-12workqueue: Unbind kworkers before sending them to exit()Valentin Schneider
2023-01-12workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVEValentin Schneider
2023-01-12workqueue: Convert the idle_timer to a timer + work_structValentin Schneider
2023-01-12workqueue: Factorize unbind/rebind_workers() logicValentin Schneider
2023-01-12workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe
2023-01-11genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe
2023-01-11genirq: Add might_sleep() to disable_irq()Manfred Spraul
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn
2023-01-11printk: adjust string limit macrosJohn Ogness