summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-06bpf: remove unnecessary prune and jump pointsAndrii Nakryiko1-24/+10
2022-12-06bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko1-23/+26
2022-12-06bpf: decouple prune and jump pointsAndrii Nakryiko1-14/+43
2022-12-06bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky1-1/+6
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet1-28/+48
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon3-6/+5
2022-12-06PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki1-2/+2
2022-12-06PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki1-13/+8
2022-12-05genirq/msi: Provide msi_domain_alloc_irq_at()Thomas Gleixner1-10/+95
2022-12-05genirq/msi: Provide msi_domain_ops:: Prepare_desc()Thomas Gleixner1-0/+3
2022-12-05genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]Thomas Gleixner1-0/+4
2022-12-05genirq/msi: Add range checking to msi_insert_desc()Thomas Gleixner1-10/+43
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-12-05genirq/msi: Provide msi_match_device_domain()Thomas Gleixner1-0/+25
2022-12-05genirq/msi: Provide msi_create/free_device_irq_domain()Thomas Gleixner1-0/+138
2022-12-05genirq/msi: Split msi_create_irq_domain()Thomas Gleixner1-12/+20
2022-12-05genirq/msi: Add size info to struct msi_domain_infoThomas Gleixner1-0/+11
2022-12-05genirq/msi: Provide struct msi_parent_opsThomas Gleixner1-0/+41
2022-12-05genirq/msi: Remove unused alloc/free interfacesThomas Gleixner1-73/+0
2022-12-05genirq/msi: Provide new domain id allocation functionsThomas Gleixner1-39/+136
2022-12-05genirq/msi: Provide new domain id based interfaces for freeing interruptsThomas Gleixner1-22/+120
2022-12-05genirq/msi: Make msi_add_simple_msi_descs() device domain awareThomas Gleixner1-41/+57
2022-12-05genirq/msi: Make descriptor freeing domain awareThomas Gleixner1-10/+48
2022-12-05genirq/msi: Make descriptor allocation device domain awareThomas Gleixner1-8/+12
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner1-2/+4
2022-12-05genirq/msi: Make msi_get_virq() device domain awareAhmed S. Darwish1-6/+13
2022-12-05genirq/msi: Make MSI descriptor iterators device domain awareThomas Gleixner1-12/+23
2022-12-05genirq/msi: Add pointers for per device irq domainsThomas Gleixner1-0/+9
2022-12-05genirq/msi: Move xarray into a separate struct and create an arrayThomas Gleixner1-10/+22
2022-12-05genirq/msi: Check for invalid MSI parent domain usageThomas Gleixner1-3/+14
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner1-4/+4
2022-12-05genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner1-1/+1
2022-12-04bpf: Enable sleeptable support for cgrp local storageYonghong Song1-1/+2
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2-0/+18
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song2-13/+46
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+13
2022-12-02signal: Initialize the info in ksignalhaifeng.xu1-0/+1
2022-12-02panic: Expose "warn_count" to sysfsKees Cook1-2/+20
2022-12-02panic: Introduce warn_limitKees Cook1-0/+14
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook3-6/+9
2022-12-02exit: Allow oops_limit to be disabledKees Cook1-1/+1
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima1-6/+11
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe20-171/+298
2022-12-02cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort1-16/+40
2022-12-02cpu/hotplug: Set cpuhp target for boot cpuPhil Auld1-0/+1
2022-12-02cpu/hotplug: Make target_store() a nop when target == statePhil Auld1-1/+3
2022-12-02futex: Resend potentially swallowed owner death notificationAlexey Izbyshev1-9/+17
2022-12-02printk: htmldocs: add missing descriptionJohn Ogness1-0/+2
2022-12-02printk: relieve console_lock of list synchronization dutiesJohn Ogness1-24/+20