summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-1/+1
|\
| * ARM/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-0/+1
|\ \
| * | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-139-275/+384
|\ \ \
| * | | clocksource/drivers/arm_arch_timer: Fix bogus cpu_all_mask usageThomas Gleixner2018-08-021-1/+1
| * | | clocksource: ti-32k: Remove CLOCK_SOURCE_SUSPEND_NONSTOP flagKeerthy2018-08-021-2/+1
| * | | clocksource/drivers/sprd: Register one always-on timer to compensate suspend ...Baolin Wang2018-07-261-0/+50
| * | | clocksource/drivers/timer-mediatek: Add support for system timerStanley Chu2018-07-261-1/+103
| * | | clocksource/drivers/timer-mediatek: Convert the driver to timer-ofStanley Chu2018-07-261-125/+80
| * | | clocksource/drivers/timer-mediatek: Use specific prefix for GPTStanley Chu2018-07-261-77/+80
| * | | clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatekStanley Chu2018-07-262-1/+1
| * | | clocksource/drivers: Set clockevent device cpumask to cpu_possible_maskSudeep Holla2018-07-264-4/+4
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-17379-1689/+3821
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-212-2/+2
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-138-100/+186
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-06420-3179/+4415
| |\ \ \ \ \
| | * | | | | 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-161-0/+9
| | * | | | | irqchip/gic-v3: Expose GICD_TYPER in the rdist structureMarc Zyngier2018-07-162-3/+3
| | * | | | | 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-031-16/+8
| * | | | | 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-192-0/+2
| |\ \ \ \ \
| | * | | | | irqchip/ingenic: Add support for the JZ4725B SoCPaul Cercueil2018-07-191-0/+1
| | * | | | | irqchip/stm32: Add exti0 translation for stm32mp1Ludovic Barre2018-07-191-0/+1
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-139-70/+310
|\ \ \ \ \ \ \
| * | | | | | | efi/cper: Use consistent types for UUIDsAndy Shevchenko2018-07-221-1/+1
| * | | | | | | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-223-30/+29
| * | | | | | | 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-162-8/+5
| * | | | | | | efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2018-07-162-3/+16
| * | | | | | | efi/cper: Avoid using get_seconds()Arnd Bergmann2018-07-161-2/+15
| * | | | | | | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-162-15/+201
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'm68k-for-v4.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-133-12/+15
|\ \ \ \ \ \ \
| * | | | | | | Input: hilkbd - Add casts to HP9000/300 I/O accessorsGeert Uytterhoeven2018-07-291-2/+2
| * | | | | | | net: mac8390: Use standard memcpy_{from,to}io()Geert Uytterhoeven2018-07-291-10/+10
| * | | | | | | nubus: Set default dma mask for nubus_board devicesFinn Thain2018-07-231-0/+3
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-08-127-49/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill2018-08-031-3/+8
| * | | | | | | | scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche2018-08-031-8/+21
| * | | | | | | | scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy2018-08-031-8/+8
| * | | | | | | | scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn2018-08-021-0/+1
| * | | | | | | | scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn2018-08-021-2/+2