summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-08bpf: Reuse freed element in free_by_rcu during allocationHou Tao
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-08bpf: Fix comment error in fixup_kfunc_call functionYang Jihong
2022-12-08bpf: Do not zero-extend kfunc return valuesBjörn Töpel
2022-12-08blktrace: Fix output non-blktrace event when blk_classic option enabledfor-6.2/block-2022-12-08Yang Jihong
2022-12-08Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet
2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet
2022-12-07bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov
2022-12-07module/decompress: Support zstd in-kernel decompressionStephen Boyd
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires
2022-12-06bpf: remove unnecessary prune and jump pointsAndrii Nakryiko
2022-12-06bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko
2022-12-06bpf: decouple prune and jump pointsAndrii Nakryiko
2022-12-06bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon
2022-12-06PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki
2022-12-06PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki
2022-12-05genirq/msi: Provide msi_domain_alloc_irq_at()Thomas Gleixner
2022-12-05genirq/msi: Provide msi_domain_ops:: Prepare_desc()Thomas Gleixner
2022-12-05genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]Thomas Gleixner
2022-12-05genirq/msi: Add range checking to msi_insert_desc()Thomas Gleixner
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-05genirq/msi: Provide msi_match_device_domain()Thomas Gleixner
2022-12-05genirq/msi: Provide msi_create/free_device_irq_domain()Thomas Gleixner
2022-12-05genirq/msi: Split msi_create_irq_domain()Thomas Gleixner
2022-12-05genirq/msi: Add size info to struct msi_domain_infoThomas Gleixner
2022-12-05genirq/msi: Provide struct msi_parent_opsThomas Gleixner
2022-12-05genirq/msi: Remove unused alloc/free interfacesThomas Gleixner
2022-12-05genirq/msi: Provide new domain id allocation functionsThomas Gleixner
2022-12-05genirq/msi: Provide new domain id based interfaces for freeing interruptsThomas Gleixner
2022-12-05genirq/msi: Make msi_add_simple_msi_descs() device domain awareThomas Gleixner
2022-12-05genirq/msi: Make descriptor freeing domain awareThomas Gleixner
2022-12-05genirq/msi: Make descriptor allocation device domain awareThomas Gleixner
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner
2022-12-05genirq/msi: Make msi_get_virq() device domain awareAhmed S. Darwish
2022-12-05genirq/msi: Make MSI descriptor iterators device domain awareThomas Gleixner
2022-12-05genirq/msi: Add pointers for per device irq domainsThomas Gleixner
2022-12-05genirq/msi: Move xarray into a separate struct and create an arrayThomas Gleixner
2022-12-05genirq/msi: Check for invalid MSI parent domain usageThomas Gleixner
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner
2022-12-05genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner
2022-12-04bpf: Enable sleeptable support for cgrp local storageYonghong Song
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima