summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-06-29MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki-8/+8
2017-06-29MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki-3/+4
2017-06-29MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki-4/+1
2017-06-29MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki-0/+1
2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki-0/+38
2017-06-29MIPS: Use queued spinlocks (qspinlock)Paul Burton-232/+4
2017-06-29MIPS: Use queued read/write locks (qrwlock)Paul Burton-224/+4
2017-06-29MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton-2/+3
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton-0/+64
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton-3/+60
2017-06-29MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton-27/+32
2017-06-29MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton-31/+17
2017-06-29MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton-15/+17
2017-06-29MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton-3/+10
2017-06-29MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton-48/+33
2017-06-29MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton-58/+22
2017-06-29MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic-74/+111
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin-0/+3
2017-06-29MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6Miodrag Dinic-1/+1
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic-0/+40
2017-06-29MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen-9/+24
2017-06-29MIPS: Loongson-3: support irq_set_affinity() in i8259 chipHuacai Chen-13/+54
2017-06-29MIPS: Loongson-3: IRQ balancing for PCI devicesHuacai Chen-3/+34
2017-06-29MIPS: Loongson-3: Support 4 packages in CPU Hwmon driverHuacai Chen-61/+58
2017-06-29MIPS: Loongson: Add NMI handler supportHuacai Chen-0/+13
2017-06-29PM / Domains: Fix missing default_power_down_ok commentKrzysztof Kozlowski-6/+6
2017-06-29PM / Domains: Fix unsafe iteration over modified list of domainsKrzysztof Kozlowski-2/+2
2017-06-29PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski-2/+2
2017-06-29PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski-2/+2
2017-06-29PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd deviceKrzysztof Kozlowski-2/+2
2017-06-29PM / Domains: Call driver's noirq callbacksMikko Perttunen-9/+59
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-270/+0
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior-24/+24
2017-06-29ACPI / EC: Add quirk for GL720VMKCarlo Caione-1/+5
2017-06-29ACPI / EC: Fix media keys not working problem on some Asus laptopsChris Chiu-6/+43
2017-06-29ACPI / EC: Add support to skip boot stage DSDT probeLv Zheng-0/+14
2017-06-29ACPI / EC: Enhance boot EC sanity checkLv Zheng-0/+2
2017-06-28ACPI / video: Add quirks for the Dell Precision 7510Shih-Yuan Lee (FourDollars)-0/+8
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe-4/+14
2017-06-28PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas-0/+32
2017-06-28nvme: Allocate queues for all possible CPUsChristoph Hellwig-1/+1
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig-115/+11
2017-06-28blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig-3/+2
2017-06-28Merge tag 'kvm-s390-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-46/+981
2017-06-28kvm: nVMX: Check memory operand to INVVPIDJim Mattson-4/+18
2017-06-28x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner-2/+3
2017-06-28PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner-4/+15
2017-06-28x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner-39/+48
2017-06-28x86/PCI: Abort if legacy init failsThomas Gleixner-8/+10
2017-06-28x86/PCI: Remove duplicate definesThomas Gleixner-7/+1