summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-12-05genirq/msi: Provide new domain id based interfaces for freeing interruptsThomas Gleixner-22/+120
2022-12-05genirq/msi: Make msi_add_simple_msi_descs() device domain awareThomas Gleixner-41/+57
2022-12-05genirq/msi: Make descriptor freeing domain awareThomas Gleixner-10/+48
2022-12-05genirq/msi: Make descriptor allocation device domain awareThomas Gleixner-8/+12
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner-2/+4
2022-12-05genirq/msi: Make msi_get_virq() device domain awareAhmed S. Darwish-6/+13
2022-12-05genirq/msi: Make MSI descriptor iterators device domain awareThomas Gleixner-12/+23
2022-12-05genirq/msi: Add pointers for per device irq domainsThomas Gleixner-0/+9
2022-12-05genirq/msi: Move xarray into a separate struct and create an arrayThomas Gleixner-10/+22
2022-12-05genirq/msi: Check for invalid MSI parent domain usageThomas Gleixner-3/+14
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner-4/+4
2022-12-05genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flagsThomas Gleixner-1/+1
2022-12-04bpf: Enable sleeptable support for cgrp local storageYonghong Song-1/+2
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song-0/+18
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song-13/+46
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+13
2022-12-02signal: Initialize the info in ksignalhaifeng.xu-0/+1
2022-12-02panic: Expose "warn_count" to sysfsKees Cook-2/+20
2022-12-02panic: Introduce warn_limitKees Cook-0/+14
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook-6/+9
2022-12-02exit: Allow oops_limit to be disabledKees Cook-1/+1
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima-6/+11
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe-171/+298
2022-12-02cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort-16/+40
2022-12-02cpu/hotplug: Set cpuhp target for boot cpuPhil Auld-0/+1
2022-12-02cpu/hotplug: Make target_store() a nop when target == statePhil Auld-1/+3
2022-12-02futex: Resend potentially swallowed owner death notificationAlexey Izbyshev-9/+17
2022-12-02printk: htmldocs: add missing descriptionJohn Ogness-0/+2
2022-12-02printk: relieve console_lock of list synchronization dutiesJohn Ogness-24/+20
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness-3/+46
2022-12-02console: introduce console_is_registered()John Ogness-1/+1
2022-12-02printk: console_device: use srcu console list iteratorJohn Ogness-1/+11
2022-12-02printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness-10/+11
2022-12-02printk: console_unblank: use srcu console list iteratorJohn Ogness-4/+13
2022-12-02printk: console_is_usable: use console_srcu_read_flagsJohn Ogness-4/+5
2022-12-02printk: __pr_flush: use srcu console list iteratorJohn Ogness-1/+9
2022-12-02printk: console_flush_all: use srcu console list iteratorJohn Ogness-15/+35
2022-12-02kdb: use srcu console list iteratorJohn Ogness-2/+16
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness-5/+5
2022-12-02printk: introduce console_list_lockJohn Ogness-9/+80
2022-12-02printk: fix setting first seq for consolesJohn Ogness-5/+45
2022-12-02printk: move @seq initialization to helperJohn Ogness-9/+14
2022-12-02printk: register_console: use "registered" for variable namesJohn Ogness-7/+7
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness-15/+72
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner-46/+55
2022-12-02module: add module_elf_check_arch for module-specific checksNicholas Piggin-0/+10
2022-12-01bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky-1/+1
2022-12-01jump_label: Prevent key->enabled int overflowDmitry Safonov-12/+44
2022-12-01srcu: Make Tiny synchronize_srcu() check for readersZqiang-0/+10
2022-12-01Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-6/+2