aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+13
2022-12-02seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima1-6/+11
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
2022-12-02printk, xen: fbfront: create/use safe function for forcing preferredJohn Ogness1-3/+46
2022-12-02console: introduce console_is_registered()John Ogness1-1/+1
2022-12-02printk: console_device: use srcu console list iteratorJohn Ogness1-1/+11
2022-12-02printk: console_flush_on_panic: use srcu console list iteratorJohn Ogness1-10/+11
2022-12-02printk: console_unblank: use srcu console list iteratorJohn Ogness1-4/+13
2022-12-02printk: console_is_usable: use console_srcu_read_flagsJohn Ogness1-4/+5
2022-12-02printk: __pr_flush: use srcu console list iteratorJohn Ogness1-1/+9
2022-12-02printk: console_flush_all: use srcu console list iteratorJohn Ogness1-15/+35
2022-12-02kdb: use srcu console list iteratorJohn Ogness1-2/+16
2022-12-02console: introduce wrappers to read/write console flagsJohn Ogness1-5/+5
2022-12-02printk: introduce console_list_lockJohn Ogness1-9/+80
2022-12-02printk: fix setting first seq for consolesJohn Ogness1-5/+45
2022-12-02printk: move @seq initialization to helperJohn Ogness1-9/+14
2022-12-02printk: register_console: use "registered" for variable namesJohn Ogness1-7/+7
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness1-15/+72
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-46/+55
2022-12-01srcu: Make Tiny synchronize_srcu() check for readersZqiang1-0/+10
2022-12-01PM: hibernate: Complain about memory map mismatches during resumeXueqin Luo1-2/+6
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap1-2/+2
2022-12-01clockevents: Repair kernel-doc for clockevent_delta2ns()Lukas Bulwahn1-1/+1
2022-12-01printk: use strscpy() to instead of strlcpy()Xu Panda1-1/+1
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-0/+18
2022-11-30acct: fix potential integer overflow in encode_comp_t()Zheng Yejian1-0/+2
2022-11-30acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian1-2/+2
2022-11-30vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan1-0/+3
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka1-2/+3
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney14-153/+545
2022-11-30workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki1-1/+1
2022-11-30notifier: repair slips in kernel-doc commentsLukas Bulwahn1-3/+3
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe1-20/+0
2022-11-30genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2-6/+11