summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: Unmask PMR before going idleJulien Thierry2019-02-062-11/+45
| * | arm64: Make PMR part of task contextJulien Thierry2019-02-065-3/+35
| * | arm64: ptrace: Provide definitions for PMR valuesJulien Thierry2019-02-061-0/+12
| * | irqchip/gic-v3: Switch to PMR masking before calling IRQ handlerJulien Thierry2019-02-063-0/+39
| * | arm/arm64: gic-v3: Add PMR and RPR accessorsJulien Thierry2019-02-062-0/+31
| * | arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry2019-02-063-1/+31
| * | arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system featureJulien Thierry2019-02-061-1/+1
| * | arm64: Remove unused daif related functions/macrosJulien Thierry2019-02-062-19/+1
| * | arm64: Fix HCR.TGE status for NMI contextsJulien Thierry2019-02-063-0/+41
| * | Merge branch 'irq/generic-nmi' of git://git.kernel.org/pub/scm/linux/kernel/g...Catalin Marinas2019-02-068-3/+532
| |\ \
| * | | arm64: entry: Remove unneeded need_resched() loopValentin Schneider2019-02-041-10/+1
| * | | efi/arm: Don't expect a return value of ptdump_debugfs_registerNathan Chancellor2019-02-041-3/+3
| * | | arm64: add ptrace regsets for ptrauth key managementKristina Martsenko2019-02-014-0/+167
| * | | arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-313-13/+7
| * | | arm64: uaccess: Implement unsafe accessorsJulien Thierry2019-01-251-20/+59
| * | | arm64: uaccess: Cleanup get/put_user()Julien Thierry2019-01-251-24/+12
| * | | MAINTAINERS: Add LAKML list to ACPI for ARM64 entryLorenzo Pieralisi2019-01-211-0/+1
| * | | arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe2019-01-211-19/+1
| * | | arm64: Remove asm/memblock.hWill Deacon2019-01-214-23/+1
| * | | arm64: asm-offsets: remove unused offsetsAndrew Murray2019-01-211-20/+0
| * | | arm64: default NR_CPUS to 256Mark Rutland2019-01-211-2/+1
* | | | Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-108-101/+142
|\ \ \ \
| * | | | nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-061-1/+2
| * | | | nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-063-9/+36
| * | | | nios2: User address TLB flush break after finding the matching entryNicholas Piggin2019-03-061-0/+5
| * | | | nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin2019-03-061-6/+5
| * | | | nios2: improve readability of tlb functionsNicholas Piggin2019-03-061-27/+33
| * | | | nios2: flush_tlb_mm flush only the pidNicholas Piggin2019-03-061-12/+14
| * | | | nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin2019-03-061-2/+2
| * | | | nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin2019-03-061-12/+7
| * | | | nios2: Use an invalid TLB entry address helper functionNicholas Piggin2019-03-061-35/+33
| * | | | nios2: pte_clear does not need to flush TLBNicholas Piggin2019-03-061-1/+0
| * | | | nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-063-14/+19
| * | | | nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin2019-03-061-0/+2
| * | | | nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-03-062-10/+0
| * | | | nios2: ksyms: Add missing symbol exportsGuenter Roeck2019-03-061-0/+12
* | | | | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-1021-148/+776
|\ \ \ \ \
| * | | | | dm integrity: limit the rate of error messagesMikulas Patocka2019-03-061-4/+4
| * | | | | dm snapshot: don't define direct_access if we don't support itMikulas Patocka2019-03-051-8/+0
| * | | | | dm cache: add support for discard passdown to the origin deviceMike Snitzer2019-03-052-26/+103
| * | | | | dm writecache: fix typo in name for writeback_wqHuaisheng Ye2019-03-051-1/+1
| * | | | | dm: add support to directly boot to a mapped deviceHelen Koike2019-03-056-0/+545
| * | | | | dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)2019-03-051-0/+13
| * | | | | dm block manager: remove redundant unlikely annotationChengguang Xu2019-03-051-4/+4
| * | | | | dm verity fec: remove redundant unlikely annotationChengguang Xu2019-03-051-3/+3
| * | | | | dm integrity: remove redundant unlikely annotationChengguang Xu2019-03-051-1/+1
| * | | | | dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer2019-03-051-3/+2
| * | | | | dm: fix to_sector() for 32bitNeilBrown2019-03-051-1/+1
| * | | | | dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-2/+1
| * | | | | dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer2019-03-053-36/+18