summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-0112-21/+39
|\
| * RISC-V: Add missing includeOlof Johansson2017-11-301-0/+1
| * RISC-V: Use define for get_cycles like other architecturesOlof Johansson2017-11-301-1/+2
| * RISC-V: Provide stub of setup_profiling_timer()Olof Johansson2017-11-301-0/+7
| * RISC-V: Export some expected symbols for modulesOlof Johansson2017-11-303-0/+6
| * RISC-V: move empty_zero_page definition to C and export itOlof Johansson2017-11-302-3/+3
| * RISC-V: io.h: type fixes for warningsOlof Johansson2017-11-302-8/+10
| * RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macrosOlof Johansson2017-11-302-9/+9
| * RISC-V: use generic serial.hOlof Johansson2017-11-301-0/+1
* | move libgcc.h to include/linuxPalmer Dabbelt2017-12-017-6/+6
|\ \
| * | move libgcc.h to include/linuxChristoph Hellwig2017-12-017-6/+6
| |/
* | RISC-V: __io_writes should respect the length argumentPalmer Dabbelt2017-12-011-1/+1
|\ \
| * | RISC-V: __io_writes should respect the length argumentPalmer Dabbelt2017-12-011-1/+1
| |/
* | RISC-V: User-Visible ChangesPalmer Dabbelt2017-12-0119-34/+392
|\ \
| * | RISC-V: Clean up an unused includePalmer Dabbelt2017-11-301-1/+0
| * | RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman2017-11-308-0/+105
| * | RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2017-11-308-30/+174
| * | RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman2017-11-276-1/+113
| * | RISC-V: Remove __vdso_cmpxchg{32,64} symbol versionsPalmer Dabbelt2017-11-271-2/+0
| |/
* | RISC-V Atomic CleanupsPalmer Dabbelt2017-12-015-84/+60
|\ \ | |/ |/|
| * RISC-V: remove spin_unlock_wait()Palmer Dabbelt2017-11-281-9/+0
| * RISC-V: `sfence.vma` orderes the instruction cachePalmer Dabbelt2017-11-281-1/+4
| * RISC-V: Add READ_ONCE in arch_spin_is_locked()Palmer Dabbelt2017-11-281-1/+1
| * RISC-V: __test_and_op_bit_ord should be strongly orderedPalmer Dabbelt2017-11-281-1/+1
| * RISC-V: Remove smb_mb__{before,after}_spinlock()Palmer Dabbelt2017-11-281-8/+0
| * RISC-V: Remove __smp_bp__{before,after}_atomicPalmer Dabbelt2017-11-281-15/+0
| * RISC-V: Comment on why {,cmp}xchg is ordered how it isPalmer Dabbelt2017-11-281-2/+7
| * RISC-V: Remove unused arguments from ATOMIC_OPPalmer Dabbelt2017-11-281-47/+47
|/
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-261-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-266-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * | irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-148-10/+47
| |\ \
| | * | irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier2017-11-131-0/+1
| | * | irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * | irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * | irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * | irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-102-2/+22
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2638-616/+472
|\ \ \ \
| * | | | x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1