summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-08-31arm: dts: ls1021a: Share all MSIsMinghuan Lian1-2/+2
2017-08-31arm64: dts: ls1043a: Fix typo of MSI compatible stringMinghuan Lian1-3/+3
2017-08-31arm: dts: ls1021a: Fix typo of MSI compatible stringMinghuan Lian1-2/+2
2017-08-31irqchip/gic-v3-its: Add VPE interrupt maskingMarc Zyngier2-0/+8
2017-08-31irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessorsMarc Zyngier2-0/+33
2017-08-31x86/idt: Remove superfluous ALIGNmentJiri Slaby1-1/+1
2017-08-31s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky1-2/+4
2017-08-31s390/mm: fork vs. 5 level page tabelMartin Schwidefsky1-0/+5
2017-08-31x86/boot/KASLR: Work around firmware bugs by excluding EFI_BOOT_SERVICES_* an...Naoya Horiguchi1-9/+31
2017-08-31x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede1-1/+5
2017-08-31x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov3-4/+19
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich1-11/+15
2017-08-31x86/idt: Remove the tracing IDT leftoversThomas Gleixner1-18/+0
2017-08-30Merge branch 'for-linus-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-08-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds13-16/+68
2017-08-30arm64: dts: marvell: fix number of GPIOs in Armada AP806 descriptionThomas Petazzoni1-2/+2
2017-08-29Merge tag 'sunxi-fixes-for-4.13-3' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson18-263/+0
2017-08-29alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-08-29alpha: Define ioremap_wcGuenter Roeck1-0/+1
2017-08-29alpha: Fix section mismatchesMatt Turner2-3/+3
2017-08-29alpha: support R_ALPHA_REFLONG relocations for module loadingMichael Cree1-0/+3
2017-08-29alpha: Fix typo in ev6-copy_user.SRichard Henderson2-4/+5
2017-08-29alpha: Package string routines togetherRichard Henderson1-6/+16
2017-08-29alpha: Update for new syscallsRichard Henderson3-1/+24
2017-08-29alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2-0/+4
2017-08-29s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2-8/+33
2017-08-29s390/dasd: Add discard support for FBA devicesJan Höppner1-1/+5
2017-08-29s390/uaccess: avoid mvcos jump labelMartin Schwidefsky1-12/+26
2017-08-29s390/mm: use generic mm_hooksMartin Schwidefsky1-26/+1
2017-08-29s390/facilities: fix typoHeiko Carstens1-1/+1
2017-08-29MIPS: Remove pt_regs adjustments in indirect syscall handlerJames Cowgill2-17/+0
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan1-6/+4
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-3/+3
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra2-17/+30
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang3-3/+4
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin2-3/+4
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar26-97/+183
2017-08-29x86/boot: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-2/+1
2017-08-29x86/boot: Provide more slack space during decompressionJan H. Schönherr1-1/+7
2017-08-29x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()Jiri Slaby1-2/+2
2017-08-29x86/fpu/math-emu: Add ENDPROC to functionsJiri Slaby14-4/+21
2017-08-29x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby1-59/+53
2017-08-29x86/boot/32: Extract efi_pe_entry() from startup_32()Jiri Slaby1-65/+64
2017-08-29locking/refcounts, x86/asm: Disable CONFIG_ARCH_HAS_REFCOUNT for the time beingIngo Molnar1-1/+2
2017-08-29x86/idt: Hide set_intr_gate()Thomas Gleixner3-15/+22
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner2-10/+5
2017-08-29x86/idt: Deinline setup functionsThomas Gleixner2-44/+36
2017-08-29x86/idt: Remove unused functions/inlinesThomas Gleixner1-36/+0
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner2-18/+18
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner3-68/+50