aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe1-1/+1
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe1-39/+0
2023-01-11genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe1-0/+27
2023-01-11genirq: Add might_sleep() to disable_irq()Manfred Spraul1-1/+4
2023-01-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn3-0/+6
2023-01-11printk: adjust string limit macrosJohn Ogness2-26/+25
2023-01-11printk: use printk_buffers for devkmsgJohn Ogness1-27/+22
2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness2-33/+61
2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness2-35/+96
2023-01-11printk: introduce struct printk_buffersJohn Ogness2-31/+36
2023-01-11printk: move size limit macros into internal.hJohn Ogness2-17/+24
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien1-11/+27
2023-01-10cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap1-5/+8
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney2-2/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky1-1/+3
2023-01-07sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski1-1/+38
2023-01-07cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba1-20/+23
2023-01-07sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()Chengming Zhou1-33/+31
2023-01-07sched/core: Micro-optimize ttwu_runnable()Chengming Zhou1-3/+10
2023-01-06workqueue: Make show_pwq() use run-length encodingPaul E. McKenney1-5/+39
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun1-0/+6
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-128/+253
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-18/+48
2023-01-05clocksource: Improve "skew is too large" messagesPaul E. McKenney1-0/+8
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei1-2/+2
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei6-0/+84
2023-01-05sched: Add helper nr_context_switches_cpu()Zhen Lei1-0/+5
2023-01-05torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)1-1/+1
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney1-6/+6
2023-01-05locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)1-5/+7
2023-01-05locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)1-43/+56
2023-01-05refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-0/+234
2023-01-05sched/topology: Add __init for sched_init_domains()Bing Huang1-1/+1
2023-01-05locking/qspinlock: Micro-optimize pending state waiting for unlockGuo Ren1-2/+2
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-143/+163
2023-01-04workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-3/+12
2023-01-04cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek1-2/+0
2023-01-03clocksource: Improve read-back-delay messagePaul E. McKenney1-2/+2
2023-01-03clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2-7/+14
2023-01-03clocksource: Print clocksource name when clocksource is tested unstableYunying Sun1-2/+2
2023-01-03refscale: Provide for initialization failurePaul E. McKenney1-5/+11
2023-01-03torture: Seed torture_random_state on CPUPaul E. McKenney1-1/+1
2023-01-03rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang1-5/+8
2023-01-03rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang1-5/+3