aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-20/+21
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds1-2/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds70-718/+3276
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds95-365/+148
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes2-2/+0
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes3-4/+4
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur1-0/+32
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski75-184/+49
2015-02-12arch/frv/mm/extable.c: remove unused functionRickard Strandqvist1-23/+0
2015-02-12x86: mm: restore original pte_special checkMel Gorman1-7/+1
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman6-127/+6
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+4
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman5-12/+13
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2-0/+32
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+4
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds1-0/+1
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds79-1450/+1807
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds20-338/+209
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-188/+81
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds200-3098/+3536
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds62-879/+1334
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds55-568/+1120
2015-02-11arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli5-21/+12
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2-0/+7
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-5/+9
2015-02-11arm: define __PAGETABLE_PMD_FOLDED for !LPAEKirill A. Shutemov1-0/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov29-29/+29
2015-02-11microblaze: define __PAGETABLE_PMD_FOLDEDKirill A. Shutemov1-0/+2
2015-02-11sparc32: fix broken set_pte()Kirill A. Shutemov1-1/+2
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2-2/+8
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi11-126/+8
2015-02-11Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-6/+8
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2015-02-11Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-10/+42
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-41/+199
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-11/+3
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-0/+140
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds60-689/+71
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-264/+157
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-548/+150
2015-02-10xtensa: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-10/+0
2015-02-10x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov5-77/+2
2015-02-10unicore32: drop pte_file()-related helpersKirill A. Shutemov2-15/+0
2015-02-10um: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov3-38/+0
2015-02-10tile: drop pte_file()-related helpersKirill A. Shutemov2-15/+0
2015-02-10sparc: drop pte_file()-related helpersKirill A. Shutemov3-73/+5
2015-02-10sh: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-34/+5
2015-02-10score: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-17/+2
2015-02-10s390: drop pte_file()-related helpersKirill A. Shutemov1-25/+4
2015-02-10parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-10/+0
2015-02-10openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-13/+0
2015-02-10nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-10/+1
2015-02-10mn10300: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-14/+3
2015-02-10mips: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov4-56/+0
2015-02-10microblaze: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-11/+0
2015-02-10metag: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-6/+0
2015-02-10m68k: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov4-53/+2
2015-02-10m32r: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2-15/+0
2015-02-10ia64: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-20/+5
2015-02-10hexagon: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-44/+16
2015-02-10frv: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-22/+5
2015-02-10cris: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov3-10/+0
2015-02-10c6x: drop pte_file()Kirill A. Shutemov1-5/+0
2015-02-10blackfin: drop pte_file()Kirill A. Shutemov1-5/+0
2015-02-10avr32: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-25/+0
2015-02-10arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov5-22/+4
2015-02-10arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov1-18/+4
2015-02-10arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-12/+1
2015-02-10alpha: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-7/+0
2015-02-10sh: eliminate unused irq_reg_{readl,writel} accessorsKevin Cernekee2-6/+0
2015-02-10sh: build superh without CONFIG_EXPERTRob Landley1-1/+1
2015-02-10hugetlb, x86: register 1G page size if we can allocate them at runtimeKirill A. Shutemov1-0/+11
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds11-309/+54
2015-02-10Merge tag 'microblaze-3.20-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-88/+49
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds22-368/+774
2015-02-10s390/process: free vx save area when releasing tasksHendrik Brueckner1-0/+8
2015-02-10s390/hypfs: Eliminate hypfs intervalMichael Holzheu2-40/+12
2015-02-10s390/hypfs: Add diagnose 0c supportMichael Holzheu5-4/+184
2015-02-10microblaze: Remove *.dtb files in make cleanMichal Simek2-4/+1
2015-02-10Merge branch 'pm-tools'Rafael J. Wysocki1-0/+4
2015-02-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki7-231/+126
2015-02-10Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables'Rafael J. Wysocki2-20/+2
2015-02-10Merge branches 'acpi-video' and 'acpi-soc'Rafael J. Wysocki1-0/+11
2015-02-10Merge branch 'acpica'Rafael J. Wysocki4-26/+26
2015-02-10Merge branch 'devel-stable' into for-nextRussell King65-244/+1331
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King41-1232/+580
2015-02-10ARM: 8301/1: qcom: Use secondary_startup_arm()Stephen Boyd1-2/+2
2015-02-10ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd1-0/+7
2015-02-10ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ipArd Biesheuvel1-1/+14
2015-02-10s390/cacheinfo: don't use smp_processor_id() in preemptible contextHeiko Carstens1-2/+5
2015-02-10KVM: ia64: drop kvm.h from installed user headersMike Frysinger1-1/+0
2015-02-10KVM: x86: fix build with !CONFIG_SMPRadim Krčmář1-0/+1
2015-02-10ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst1-1/+1
2015-02-09Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+41
2015-02-09Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+11
2015-02-09Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-25/+86
2015-02-09Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-25/+42
2015-02-09Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-18/+14
2015-02-09Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-301/+308
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-379/+346
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-28/+48
2015-02-09Merge branch 'sfi' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linu...Rafael J. Wysocki1-0/+1
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-0/+8
2015-02-09tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONSLen Brown1-0/+4
2015-02-09Merge tag 'spi-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+0
2015-02-09avr32: update all default configurationsHans-Christian Egtvedt15-308/+97
2015-02-09avr32: remove fake at91 cpu identificationAlexandre Belloni1-25/+1
2015-02-09avr32: wire up missing syscallsHans-Christian Egtvedt4-5/+111
2015-02-09KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini1-1/+2
2015-02-09KVM: s390: add cpu model supportMichael Mueller3-1/+156
2015-02-09KVM: s390: use facilities and cpu_id per KVMMichael Mueller5-44/+99
2015-02-09KVM: s390/CPACF: Choose crypto control block formatTony Krowiak2-2/+49
2015-02-09s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova2-3/+36
2015-02-09KVM: s390: reenable LPP facilityChristian Borntraeger1-1/+1
2015-02-09KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand1-0/+2
2015-02-09Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown4-10/+42
2015-02-09Merge remote-tracking branches 'asoc/fix/ac97', 'asoc/fix/atmel', 'asoc/fix/i...Mark Brown1-2/+2
2015-02-09ARM: dts: Switch Odroid X2/U2 to simple-audio-cardSylwester Nawrocki4-8/+30
2015-02-09ARM: dts: Exynos4 and Odroid X2/U3 sound device nodes updateSylwester Nawrocki2-2/+12
2015-02-08Merge tag 'nios2-fixes-v3.19-final' of git://git.rocketboards.org/linux-socfp...Linus Torvalds1-3/+5
2015-02-09nios2: fix unhandled signalsChung-Ling Tang1-3/+5
2015-02-08Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/config', 'spi/to...Mark Brown1-1/+0
2015-02-06Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds1-1/+1
2015-02-06Merge tag 'sound-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-2/+2
2015-02-06ARM: 8297/1: cache-l2x0: optimize aurora range operationsArnd Bergmann1-46/+22
2015-02-06ARM: 8296/1: cache-l2x0: clean up aurora cache handlingArnd Bergmann1-73/+38
2015-02-06Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-23/+0
2015-02-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds25-111/+159
2015-02-06ACPI: add AMD ACPI2Platform device support for x86 systemKen Xue1-0/+11
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini11-0/+11
2015-02-06ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo2-20/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-290/+612
2015-02-05mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim4-23/+0
2015-02-05Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linusMark Brown1-2/+2
2015-02-05ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCsSylwester Nawrocki1-2/+2
2015-02-05Merge tag 'pci-v3.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+16
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu4-24/+31
2015-02-05x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementationJiang Liu1-204/+91
2015-02-05x86/PCI: Fix the range check for IO resourcesJiang Liu1-2/+4
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu2-5/+4
2015-02-05kvm: remove KVM_MMIO_SIZETiejun Chen1-2/+0
2015-02-04Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-24/+47
2015-02-04KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2-4/+4
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Joerg Roedel74-313/+600
2015-02-04MIPS: Fix syscall_get_nr for the syscall exit tracing.Lars Persson3-7/+4
2015-02-04KVM: MIPS: Disable HTW while in guestJames Hogan1-0/+13
2015-02-04MIPS: elf2ecoff: Ignore PT_MIPS_ABIFLAGS program headers.Ralf Baechle1-1/+3
2015-02-04MIPS: elf2ecoff: Rewrite main processing loop to switch.Ralf Baechle1-27/+33
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf3-4/+4
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar66-255/+541
2015-02-04powerpc/mm: Warn on flushing tlb page in kernel contextArseny Solokha1-1/+5
2015-02-04powerpc/powernv: Add OPAL soft-poweroff routineJoel Stanley3-2/+67
2015-02-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman34-421/+884
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich1-0/+1
2015-02-03Merge branch 'acpica' into acpi-resourcesRafael J. Wysocki4-26/+26
2015-02-03ARM: dts: AM335x: Make charge delay a DT parameter for TSCVignesh R1-0/+1
2015-02-03iommu/fsl: Various cleanupsEmil Medve1-2/+2
2015-02-03KVM: nVMX: Enable nested posted interrupt processingWincy Van3-7/+161
2015-02-03KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van1-2/+65
2015-02-03KVM: nVMX: Enable nested apic register virtualizationWincy Van1-4/+35
2015-02-03KVM: nVMX: Make nested control MSRs per-cpuWincy Van1-86/+129
2015-02-03KVM: nVMX: Enable nested virtualize x2apic modeWincy Van1-2/+112
2015-02-03KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van1-11/+66
2015-02-03ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rolloverWill Deacon1-15/+11
2015-02-03Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-54/+77
2015-02-03Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-1/+1
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar125-482/+860
2015-02-02Merge branches 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-2/+6
2015-02-02Merge branches 'pci/host-generic' and 'pci/host-versatile' into nextBjorn Helgaas1-0/+37
2015-02-02Merge branch 'pci/config' into nextBjorn Helgaas12-485/+87
2015-02-02KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2-15/+0
2015-02-02KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti1-6/+6
2015-02-02arm64: compat: Remove incorrect comment in compat_siginfoCatalin Marinas1-1/+0
2015-02-02PCI: Add NEC variants to Stratus ftServer PCIe DMI checkCharlotte Richardson1-0/+16
2015-02-02powerpc/perf/hv-gpci: add the remaining gpci requestsCody P Schafer1-1/+186
2015-02-02powerpc/perf/{hv-gpci, hv-common}: generate requests with counters annotatedCody P Schafer10-30/+316
2015-02-02powerpc/perf/hv-24x7: parse catalog and populate sysfs with eventsCody P Schafer4-17/+841
2015-02-02perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helpersukadev@linux.vnet.ibm.com1-0/+10
2015-02-02powerpc/kernel: Avoid initializing device-tree pointer twiceGavin Shan1-3/+0
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman3-104/+0
2015-02-02powerpc/kernel: Make syscall_exit a local labelMichael Ellerman1-9/+9
2015-02-02cxl: Fix device_node reference countingRyan Grimm2-4/+4
2015-02-01Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-71/+150
2015-02-01Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linu...Olof Johansson4-0/+47
2015-02-01x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski1-47/+5
2015-02-01x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski1-0/+54
2015-02-01x86, traps: Fix ist_enter from userspaceAndy Lutomirski1-7/+18
2015-01-31m68k/defconfig: Enable Ethernet bridgingGeert Uytterhoeven12-0/+324
2015-01-31m68k/defconfig: Enable Atari EtherNAT and EtherNEC Ethernet supportGeert Uytterhoeven2-1/+10
2015-01-31m68k/defconfig: Enable automounting of devtmpfs at /devGeert Uytterhoeven12-0/+12
2015-01-31m68k/defconfig: Enable early printk supportGeert Uytterhoeven8-0/+8
2015-01-31m68k/defconfig: Enable test modulesGeert Uytterhoeven12-0/+72
2015-01-31m68k/defconfig: Refresh defconfigs for v3.16-rc1--v3.19-rc2Geert Uytterhoeven12-144/+336
2015-01-30net: davinci_emac: Get device MAC on 3517Tony Lindgren1-0/+1