summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-05-3020-220/+1336
|\
| * dt-bindings: interrupt-controller: Add Loongson PCH MSIJiaxun Yang2020-05-291-0/+62
| * irqchip: Add Loongson PCH MSI controllerJiaxun Yang2020-05-293-0/+266
| * dt-bindings: interrupt-controller: Add Loongson PCH PICJiaxun Yang2020-05-291-0/+56
| * irqchip: Add Loongson PCH PIC controllerJiaxun Yang2020-05-293-0/+253
| * dt-bindings: interrupt-controller: Add Loongson HTVECJiaxun Yang2020-05-291-0/+57
| * irqchip: Add Loongson HyperTransport Vector supportJiaxun Yang2020-05-293-0/+223
| * irqchip/sifive-plic: Improve boot prints for multiple PLIC instancesAnup Patel2020-05-251-2/+2
| * irqchip/sifive-plic: Setup cpuhp once after boot CPU handler is presentAnup Patel2020-05-251-2/+12
| * irqchip/sifive-plic: Set default irq affinity in plic_irqdomain_map()Anup Patel2020-05-251-0/+3
| * irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIsValentin Schneider2020-05-252-2/+0
| * irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko2020-05-211-1/+2
| * irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko2020-05-211-16/+1
| * irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko2020-05-211-7/+6
| * iio: dummy_evgen: Fix use after free on error in iio_dummy_evgen_create()Dan Carpenter2020-05-201-1/+4
| * irqchip/gic-v3-its: Balance initial LPI affinity across CPUsMarc Zyngier2020-05-201-27/+100
| * irqchip/gic-v3-its: Track LPI distribution on a per CPU basisMarc Zyngier2020-05-181-3/+46
| * genirq/irq_sim: Simplify the APIBartosz Golaszewski2020-05-185-151/+237
| * irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski2020-05-182-13/+13
| * irqchip/sifive-plic: Remove incorrect requirement about number of irq contextsWesley W. Terpstra2020-05-181-2/+0
| * irqchip/gic-v3: Fix missing "__init" for gic_smp_init()Ingo Rohloff2020-05-181-1/+1
| * platform-msi: Fix typos in commentShaokun Zhang2020-05-181-1/+1
* | genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut2020-05-281-0/+4
* | Linux 5.7-rc7v5.7-rc7Linus Torvalds2020-05-251-1/+1
* | Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-2412-39/+124
|\ \
| * \ Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov2020-05-2212-39/+124
| |\ \
| | * | tpm: check event log version before reading final eventsLoïc Yhuel2020-05-172-3/+7
| | * | efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel2020-05-172-4/+3
| | * | x86/boot: Mark global variables as staticArvind Sankar2020-05-141-8/+8
| | * | efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal2020-05-142-0/+71
| | * | efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-143-17/+22
| | * | efi/earlycon: Fix early printk for wider fontsDave Young2020-05-121-6/+8
| | * | efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt2020-04-301-1/+5
* | | | Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-242-2/+9
|\ \ \ \
| * | | | x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf2020-05-221-0/+7
| * | | | x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-05-191-2/+2
| |/ / /
* | | | Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-242-14/+39
|\ \ \ \
| * | | | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| * | | | sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
| * | | | sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-24112-454/+940
|\ \ \ \
| * | | | net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu2020-05-241-4/+5
| * | | | Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-05-2416-48/+168
| |\ \ \ \
| | * | | | net/mlx5: Fix error flow in case of function_setup failureShay Drory2020-05-231-1/+2
| | * | | | net/mlx5e: CT: Correctly get flow ruleRoi Dayan2020-05-232-3/+6
| | * | | | net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh2020-05-231-3/+6
| | * | | | net/mlx5: Annotate mutex destroy for root nsRoi Dayan2020-05-231-0/+6
| | * | | | net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan2020-05-231-8/+9
| | * | | | net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan2020-05-231-5/+6
| | * | | | net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh2020-05-231-1/+3