summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long-2/+8
2023-01-15sched/fair: Limit sched slice durationVincent Guittot-1/+7
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+6
2023-01-13seccomp: fix kernel-doc function name warningRandy Dunlap-1/+1
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin-15/+6
2023-01-13workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider-8/+5
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst-1/+3
2023-01-13context_tracking: Fix noinstr vs KASANPeter Zijlstra-6/+6
2023-01-13tracing, hardirq: No moar _rcuidle() tracingPeter Zijlstra-8/+18
2023-01-13tracing: WARN on rcuidlePeter Zijlstra-0/+3
2023-01-13tracing: Remove trace_hardirqs_{on,off}_caller()Peter Zijlstra-29/+0
2023-01-13time/tick-broadcast: Remove RCU_NONIDLE() usagePeter Zijlstra-17/+12
2023-01-13printk: Remove trace_.*_rcuidle() usagePeter Zijlstra-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-2/+0
2023-01-13cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()Peter Zijlstra-9/+0
2023-01-13cpuidle: Fix ct_idle_*() usagePeter Zijlstra-33/+18
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef-19/+16
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+76
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+60
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang-5/+0
2023-01-12workqueue: Unbind kworkers before sending them to exit()Valentin Schneider-12/+60
2023-01-12workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVEValentin Schneider-17/+19
2023-01-12workqueue: Convert the idle_timer to a timer + work_structValentin Schneider-2/+50
2023-01-12workqueue: Factorize unbind/rebind_workers() logicValentin Schneider-12/+21
2023-01-12workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan-25/+16
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe-1/+1
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe-1/+1
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe-39/+0
2023-01-11genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe-0/+27
2023-01-11genirq: Add might_sleep() to disable_irq()Manfred Spraul-1/+4
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn-0/+6
2023-01-11printk: adjust string limit macrosJohn Ogness-26/+25
2023-01-11printk: use printk_buffers for devkmsgJohn Ogness-27/+22
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness-33/+61
2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness-35/+96
2023-01-11printk: introduce struct printk_buffersJohn Ogness-31/+36
2023-01-11printk: move size limit macros into internal.hJohn Ogness-17/+24
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien-11/+27
2023-01-10cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap-5/+8
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore-7/+2
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney-2/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky-1/+3