summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-1327-202/+251
|\
| * Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-061071-5565/+10369
| |\
| | * irqchip/gic-v3-its: Make its_lock a raw_spin_lock_tSebastian Andrzej Siewior2018-08-061-9/+9
| | * irqchip/gic-v3-its: Reduce minimum LPI allocation to 1 for PCI devicesMarc Zyngier2018-07-271-3/+11
| | * irqchip/gic-v3-its: Honor hypervisor enforced LPI rangeMarc Zyngier2018-07-162-0/+10
| | * irqchip/gic-v3: Expose GICD_TYPER in the rdist structureMarc Zyngier2018-07-163-4/+4
| | * irqchip/gic-v3-its: Drop chunk allocation compatibilityMarc Zyngier2018-07-161-25/+16
| | * irqchip/gic-v3-its: Move minimum LPI requirements to individual bussesMarc Zyngier2018-07-164-6/+16
| | * irqchip/gic-v3-its: Use full range of LPIsMarc Zyngier2018-07-161-2/+1
| | * irqchip/gic-v3-its: Refactor LPI allocatorMarc Zyngier2018-07-161-62/+129
| * | genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt2018-08-032-17/+8
| * | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-033-13/+1
| * | arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-033-15/+1
| * | ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-036-37/+11
| * | irqchip: Port the ARM IRQ drivers to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-0/+8
| * | Merge tag 'irqchip-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-07-194-0/+5
| |\ \
| | * | dt-bindings: irqchip: renesas-irqc: Document r8a77980 supportSergei Shtylyov2018-07-191-0/+1
| | * | dt-bindings: irqchip: renesas-irqc: Document r8a77470 supportBiju Das2018-07-191-0/+1
| | * | irqchip/ingenic: Add support for the JZ4725B SoCPaul Cercueil2018-07-192-0/+2
| | * | irqchip/stm32: Add exti0 translation for stm32mp1Ludovic Barre2018-07-191-0/+1
| * | | genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi2018-07-171-3/+0
| * | | genirq: Synchronize only with single thread on free_irq()Lukas Wunner2018-06-241-10/+23
| * | | genirq: Update code comments wrt recycled thread_maskLukas Wunner2018-06-241-5/+4
| * | | genirq: Speedup show_interrupts()Eric Dumazet2018-06-221-10/+12
| * | | genirq: Fix editing error in a commentJonathan Neuschäfer2018-06-191-1/+1
| * | | genirq: Use rcu in kstat_irqs_usr()Eric Dumazet2018-06-191-6/+7
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-1317-451/+626
|\ \ \ \
| * | | | efivars: Call guid_parse() against guid_t type of variableAndy Shevchenko2018-07-221-1/+3
| * | | | efi/cper: Use consistent types for UUIDsAndy Shevchenko2018-07-221-1/+1
| * | | | efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel2018-07-221-10/+6
| * | | | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-227-93/+45
| * | | | efi/x86: Add missing NULL initialization in UGA draw protocol discoveryArd Biesheuvel2018-07-221-0/+1
| * | | | efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesArd Biesheuvel2018-07-221-85/+26
| * | | | efi/x86: Align efi_uga_draw_protocol typedef names to conventionArd Biesheuvel2018-07-222-8/+8
| * | | | efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesArd Biesheuvel2018-07-221-91/+32
| * | | | efi/x86: Prevent reentrant firmware calls in mixed modeArd Biesheuvel2018-07-221-3/+98
| * | | | efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel2018-07-171-1/+2
| * | | | fbdev/efifb: Honour UEFI memory map attributes when mapping the FBArd Biesheuvel2018-07-161-10/+41
| * | | | efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-163-9/+7
| * | | | efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2018-07-162-3/+16
| * | | | efi: Remove the declaration of efi_late_init() as the function is unusedSai Praneeth2018-07-161-2/+0
| * | | | efi/cper: Avoid using get_seconds()Arnd Bergmann2018-07-161-2/+15
| * | | | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-163-15/+204
| * | | | efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Sai Praneeth2018-07-161-6/+5
| * | | | efi/x86: Clean up the eboot codeIngo Molnar2018-07-161-120/+125
| | |_|/ | |/| |
* | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-08-131-4/+6
|\ \ \ \
| * | | | debugobjects: Remove redundant NULL pointer checkZhong Jiang2018-08-021-2/+1
| * | | | debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-07-301-2/+5
* | | | | Merge tag 'm68k-for-v4.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1342-577/+335
|\ \ \ \ \
| * | | | | m68k/defconfig: Update defconfigs for v4.18-rc6Geert Uytterhoeven2018-07-2912-143/+218