summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-2432-228/+281
|\
| * genirq: Restrict export of irq_to_desc()Thomas Gleixner2020-12-151-1/+3
| * xen/events: Implement irq distributionThomas Gleixner2020-12-151-8/+68
| * xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner2020-12-151-3/+5
| * xen/events: Only force affinity mask for percpu interruptsThomas Gleixner2020-12-151-14/+34
| * xen/events: Use immediate affinity settingThomas Gleixner2020-12-151-26/+9
| * xen/events: Remove disfunct affinity spreadingThomas Gleixner2020-12-152-42/+1
| * xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner2020-12-151-6/+0
| * net/mlx5: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * net/mlx5: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-7/+3
| * net/mlx4: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * net/mlx4: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-11/+6
| * PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
| * PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
| * NTB/msi: Use irq_has_action()Thomas Gleixner2020-12-151-3/+1
| * mfd: ab8500-debugfs: Remove the racy fiddling with irq_descThomas Gleixner2020-12-151-13/+3
| * pinctrl: nomadik: Use irq_has_action()Thomas Gleixner2020-12-151-5/+6
| * drm/i915/pmu: Replace open coded kstat_irqs() copyThomas Gleixner2020-12-153-18/+43
| * drm/i915/lpe_audio: Remove pointless irq_to_desc() usageThomas Gleixner2020-12-151-4/+0
| * s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner2020-12-151-1/+1
| * parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner2020-12-151-1/+1
| * arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
| * ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner2020-12-151-1/+1
| * genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-152-2/+8
| * genirq: Make kstat_irqs() staticThomas Gleixner2020-12-152-14/+6
| * parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner2020-12-151-4/+1
| * genirq: Annotate irq stats data racesThomas Gleixner2020-12-152-4/+5
| * genirq: Provide irq_get_effective_affinity()Thomas Gleixner2020-12-151-0/+7
| * genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-152-6/+18
| * genirq: Move status flag checks to coreThomas Gleixner2020-12-152-12/+25
| * genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-155-7/+21
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-2421-137/+133
|\ \
| * \ Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-12-154-9/+10
| |\ \
| | * | efi: arm: force use of unsigned type for EFI_PHYS_ALIGNArd Biesheuvel2020-12-141-1/+1
| | * | efi: ia64: disable the capsule loaderArd Biesheuvel2020-12-143-8/+9
| |/ /
| * | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-096-22/+1
| * | efi/efi_test: read RuntimeServicesSupportedHeinrich Schuchardt2020-12-092-0/+19
| * | efi: arm: reduce minimum alignment of uncompressed kernelArd Biesheuvel2020-12-091-7/+6
| * | efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel2020-12-093-0/+22
| * | efi: capsule: use atomic kmap for transient sglist mappingsArd Biesheuvel2020-12-071-2/+2
| * | efi: x86/xen: switch to efi_get_secureboot_mode helperArd Biesheuvel2020-11-172-31/+9
| * | arm64/ima: add ima_arch supportChester Lin2020-11-171-0/+1
| * | ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin2020-11-064-35/+19
| * | efi: generalize efi_get_securebootChester Lin2020-11-044-28/+40
| * | efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yesGeert Uytterhoeven2020-10-291-1/+1
| * | efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar2020-10-261-1/+4
| * | efi/libstub/x86: simplify efi_is_native()Heinrich Schuchardt2020-10-261-2/+0
* | | Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-243-123/+120
|\ \ \
| * | | io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang2020-12-231-10/+19
| * | | io_uring: fix double io_uring freePavel Begunkov2020-12-231-32/+39