aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3
2017-06-30MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton1-8/+1
2017-06-29ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger1-4/+4
2017-06-29x86/ftrace: Exclude functions in head64.c from function-tracingKirill A. Shutemov1-0/+1
2017-06-29perf/x86/intel/uncore: Fix wrong box pointer checkKan Liang1-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser41-270/+0
2017-06-28x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner2-2/+3
2017-06-28x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner1-39/+48
2017-06-28x86/PCI: Abort if legacy init failsThomas Gleixner1-8/+10
2017-06-28x86/PCI: Remove duplicate definesThomas Gleixner1-7/+1
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook1-0/+9
2017-06-28Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky7-12/+115
2017-06-28s390/pci: recognize name clashes with uidsSebastian Ott1-1/+11
2017-06-28s390/pci: provide more debug informationSebastian Ott2-2/+4
2017-06-28s390/pci: fix handling of PEC 306Sebastian Ott3-32/+24
2017-06-28s390/pci: improve pci hotplugSebastian Ott3-3/+21
2017-06-28s390/pci: introduce clp_get_stateSebastian Ott2-14/+47
2017-06-28s390/pci: improve error handling during fmb (de)registrationSebastian Ott1-30/+21
2017-06-28s390/pci: improve unreg_ioat error handlingSebastian Ott2-6/+17
2017-06-28s390/pci: improve error handling during interrupt deregistrationSebastian Ott3-16/+25
2017-06-28s390/pci: don't cleanup in arch_setup_msi_irqsSebastian Ott2-29/+18
2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2-2/+8
2017-06-27MIPS: head: Reorder instructions missing a delay slotKarl Beldan1-1/+1
2017-06-27Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-2/+4
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2017-06-27KVM: s390: Backup the guest's machine check infoQingFeng Hao3-1/+51
2017-06-27s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao5-11/+64
2017-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-6/+1
2017-06-26x86/mce: Always save severity in machine_check_poll()Yazen Ghannam1-6/+1
2017-06-26x86/microcode: Make a couple of symbols staticColin Ian King2-2/+2
2017-06-26powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman1-7/+1
2017-06-26x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUDJérôme Glisse1-1/+7
2017-06-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar15-110/+329
2017-06-24x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev1-1/+1
2017-06-24x86/boot: Add missing strchr() declarationTommy Nguyen1-0/+1
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner1-2/+1
2017-06-24x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko1-3/+0
2017-06-23Merge tag 'powerpc-4.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-50/+166
2017-06-23x86/xen/efi: Initialize only the EFI struct members used by XenDaniel Kiper1-33/+12
2017-06-23powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann3-4/+26
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe13-47/+116
2017-06-23powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin1-3/+28
2017-06-22x86/apic: Mark single target interruptsThomas Gleixner1-0/+7
2017-06-22x86/apic: Implement effective irq mask updateThomas Gleixner3-0/+8
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner5-15/+32
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner12-42/+29
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner3-35/+22