| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 2020-05-30 | 20 | -220/+1336 |
|\ |
|
| * | dt-bindings: interrupt-controller: Add Loongson PCH MSI | Jiaxun Yang | 2020-05-29 | 1 | -0/+62 |
| * | irqchip: Add Loongson PCH MSI controller | Jiaxun Yang | 2020-05-29 | 3 | -0/+266 |
| * | dt-bindings: interrupt-controller: Add Loongson PCH PIC | Jiaxun Yang | 2020-05-29 | 1 | -0/+56 |
| * | irqchip: Add Loongson PCH PIC controller | Jiaxun Yang | 2020-05-29 | 3 | -0/+253 |
| * | dt-bindings: interrupt-controller: Add Loongson HTVEC | Jiaxun Yang | 2020-05-29 | 1 | -0/+57 |
| * | irqchip: Add Loongson HyperTransport Vector support | Jiaxun Yang | 2020-05-29 | 3 | -0/+223 |
| * | irqchip/sifive-plic: Improve boot prints for multiple PLIC instances | Anup Patel | 2020-05-25 | 1 | -2/+2 |
| * | irqchip/sifive-plic: Setup cpuhp once after boot CPU handler is present | Anup Patel | 2020-05-25 | 1 | -2/+12 |
| * | irqchip/sifive-plic: Set default irq affinity in plic_irqdomain_map() | Anup Patel | 2020-05-25 | 1 | -0/+3 |
| * | irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIs | Valentin Schneider | 2020-05-25 | 2 | -2/+0 |
| * | irqdomain: Allow software nodes for IRQ domain creation | Andy Shevchenko | 2020-05-21 | 1 | -1/+2 |
| * | irqdomain: Get rid of special treatment for ACPI in __irq_domain_add() | Andy Shevchenko | 2020-05-21 | 1 | -16/+1 |
| * | irqdomain: Make __irq_domain_add() less OF-dependent | Andy Shevchenko | 2020-05-21 | 1 | -7/+6 |
| * | iio: dummy_evgen: Fix use after free on error in iio_dummy_evgen_create() | Dan Carpenter | 2020-05-20 | 1 | -1/+4 |
| * | irqchip/gic-v3-its: Balance initial LPI affinity across CPUs | Marc Zyngier | 2020-05-20 | 1 | -27/+100 |
| * | irqchip/gic-v3-its: Track LPI distribution on a per CPU basis | Marc Zyngier | 2020-05-18 | 1 | -3/+46 |
| * | genirq/irq_sim: Simplify the API | Bartosz Golaszewski | 2020-05-18 | 5 | -151/+237 |
| * | irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical users | Bartosz Golaszewski | 2020-05-18 | 2 | -13/+13 |
| * | irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts | Wesley W. Terpstra | 2020-05-18 | 1 | -2/+0 |
| * | irqchip/gic-v3: Fix missing "__init" for gic_smp_init() | Ingo Rohloff | 2020-05-18 | 1 | -1/+1 |
| * | platform-msi: Fix typos in comment | Shaokun Zhang | 2020-05-18 | 1 | -1/+1 |
* | | genirq: Check irq_data_get_irq_chip() return value before use | Marek Vasut | 2020-05-28 | 1 | -0/+4 |
* | | Linux 5.7-rc7v5.7-rc7 | Linus Torvalds | 2020-05-25 | 1 | -1/+1 |
* | | Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-05-24 | 12 | -39/+124 |
|\ \ |
|
| * \ | Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern... | Borislav Petkov | 2020-05-22 | 12 | -39/+124 |
| |\ \ |
|
| | * | | tpm: check event log version before reading final events | Loïc Yhuel | 2020-05-17 | 2 | -3/+7 |
| | * | | efi: Pull up arch-specific prototype efi_systab_show_arch() | Benjamin Thiel | 2020-05-17 | 2 | -4/+3 |
| | * | | x86/boot: Mark global variables as static | Arvind Sankar | 2020-05-14 | 1 | -8/+8 |
| | * | | efi: cper: Add support for printing Firmware Error Record Reference | Punit Agrawal | 2020-05-14 | 2 | -0/+71 |
| | * | | efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820() | Lenny Szubowicz | 2020-05-14 | 3 | -17/+22 |
| | * | | efi/earlycon: Fix early printk for wider fonts | Dave Young | 2020-05-12 | 1 | -6/+8 |
| | * | | efi/libstub: Avoid returning uninitialized data from setup_graphics() | Heinrich Schuchardt | 2020-04-30 | 1 | -1/+5 |
* | | | | Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-05-24 | 2 | -2/+9 |
|\ \ \ \ |
|
| * | | | | x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks | Josh Poimboeuf | 2020-05-22 | 1 | -0/+7 |
| * | | | | x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables | Nathan Chancellor | 2020-05-19 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-05-24 | 2 | -14/+39 |
|\ \ \ \ |
|
| * | | | | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list | Vincent Guittot | 2020-05-19 | 1 | -12/+30 |
| * | | | | sched/debug: Fix requested task uclamp values shown in procfs | Pavankumar Kondeti | 2020-05-19 | 1 | -2/+2 |
| * | | | | sched/fair: Fix enqueue_task_fair() warning some more | Phil Auld | 2020-05-19 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-05-24 | 112 | -454/+940 |
|\ \ \ \ |
|
| * | | | | net: smsc911x: Fix runtime PM imbalance on error | Dinghao Liu | 2020-05-24 | 1 | -4/+5 |
| * | | | | Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2020-05-24 | 16 | -48/+168 |
| |\ \ \ \ |
|
| | * | | | | net/mlx5: Fix error flow in case of function_setup failure | Shay Drory | 2020-05-23 | 1 | -1/+2 |
| | * | | | | net/mlx5e: CT: Correctly get flow rule | Roi Dayan | 2020-05-23 | 2 | -3/+6 |
| | * | | | | net/mlx5e: Update netdev txq on completions during closure | Moshe Shemesh | 2020-05-23 | 1 | -3/+6 |
| | * | | | | net/mlx5: Annotate mutex destroy for root ns | Roi Dayan | 2020-05-23 | 1 | -0/+6 |
| | * | | | | net/mlx5: Don't maintain a case of del_sw_func being null | Roi Dayan | 2020-05-23 | 1 | -8/+9 |
| | * | | | | net/mlx5: Fix cleaning unmanaged flow tables | Roi Dayan | 2020-05-23 | 1 | -5/+6 |
| | * | | | | net/mlx5: Fix memory leak in mlx5_events_init | Moshe Shemesh | 2020-05-23 | 1 | -1/+3 |