aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Merge git://git.kernel.org/pub/scm/virt/kvm/kvmHEADmasterLinus Torvalds2-0/+6
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2-0/+6
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds34-84/+280
2012-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds10-41/+14
2012-11-10Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-14/+18
2012-11-09sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller9-8/+24
2012-11-09sparc: Support atomic64_dec_if_positive properly.David S. Miller4-2/+20
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson1-0/+5
2012-11-09sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson1-2/+4
2012-11-09xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini1-0/+6
2012-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-16/+33
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-1/+2
2012-11-09h8300: add missing L1_CACHE_SHIFTFengguang Wu1-1/+2
2012-11-08arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2-1/+3
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon1-2/+1
2012-11-08arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon3-25/+3
2012-11-08arm64: perf: use architected event for CPU cycle counterWill Deacon1-8/+2
2012-11-07xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk1-0/+5
2012-11-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-29/+21
2012-11-06s390/sclp: fix addressing mode clobberHeiko Carstens1-1/+7
2012-11-06s390: Move css limits from drivers/s390/cio/ to include/asm/.Cornelia Huck1-0/+2
2012-11-05Merge tag 'v3.7-rc4' into upstream-masterCatalin Marinas165-1244/+1652
2012-11-04xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich1-14/+7
2012-11-04ARM: 7569/1: mm: uninitialized warning correctionsviresh kumar1-1/+1
2012-11-02Merge tag 'frv-fixes-20121102' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-32/+14
2012-11-02Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-11/+25
2012-11-02frv: fix the broken preemptAl Viro1-20/+3
2012-11-02frv: switch to saner kernel_execve() semanticsAl Viro3-6/+1
2012-11-02FRV: Fix the new-style kernel_thread() stuffDavid Howells1-2/+3
2012-11-02FRV: Fix the preemption handlingDavid Howells1-1/+1
2012-11-02FRV: Don't objcopy the GNU build_id noteDavid Howells1-4/+6
2012-11-02FRV: Add missing linux/export.h #inclusionsDavid Howells1-0/+1
2012-11-01Merge tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linuxLinus Torvalds10-132/+104
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-26/+34
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-1/+20
2012-10-30xen/arm: use the __HVC macroStefano Stabellini1-9/+5
2012-10-30x86: remove obsolete comment from asm/xen/hypervisor.hOlaf Hering1-1/+0
2012-10-29ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon1-2/+2
2012-10-29ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley3-10/+14
2012-10-29ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 22-16/+4
2012-10-28sparc: Wire up sys_kcmp.David S. Miller3-3/+5
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller5-10/+55
2012-10-28Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds54-86/+217
2012-10-27sparc64: Use pause instruction when available.David S. Miller5-16/+62
2012-10-27sparc64: Fix cpu strand yielding.David S. Miller2-2/+8
2012-10-27Revert "ARM i.MX25: Fix PWM per clock lookups"Arnd Bergmann1-4/+4
2012-10-27ARM: versatile: fix versatile_defconfigArnd Bergmann1-0/+1
2012-10-27ARM: mvebu: update defconfig with 3.7 changesThomas Petazzoni1-3/+7
2012-10-27ARM: at91: fix at91x40 buildArnd Bergmann1-1/+1
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller13-61/+117
2012-10-26Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-10-26Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-1/+0
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-58/+100
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-47/+228
2012-10-26s390/thp: respect page protection in pmd_none() and pmd_present()Gerald Schaefer1-13/+22
2012-10-26s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2-2/+2
2012-10-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Arnd Bergmann1-1/+1
2012-10-26Merge branch 'v3.7-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann9-2/+55
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar3-8/+23
2012-10-26Revert "ARM: dma-mapping: support debug_dma_mapping_error"Marek Szyprowski1-1/+0
2012-10-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-30/+50
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds3-2/+2
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-25xtensa: switch to generic sys_execve()Max Filippov4-27/+3
2012-10-25xtensa: switch to generic kernel_execve()Max Filippov2-17/+2
2012-10-25xtensa: switch to generic kernel_thread()Max Filippov5-63/+61
2012-10-25xtensa: reset windowbase/windowstart when cloning the VMChris Zankel1-1/+25
2012-10-25xtensa: use physical addresses for bus addressesChris Zankel1-0/+4
2012-10-25xtensa: allow multi-inclusion for uapi/unistd.hChris Zankel3-25/+10
2012-10-25x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson3-8/+23
2012-10-25ARM: socfpga: Fix socfpga compilation with early_printk() enabledPavel Machek3-17/+33
2012-10-25ARM: SPEAr: Remove unused empty filesViresh Kumar2-0/+0
2012-10-25Merge tag 'omap-for-v3.7-rc2/fixes-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann9-18/+56
2012-10-25Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesArnd Bergmann6-13/+14
2012-10-25Merge branch 'for-rcs-3.7' of git://git.linaro.org/people/ljones/linux-3.0-ux...Arnd Bergmann2-1/+17
2012-10-25Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann348-3683/+3974
2012-10-25ARM: dts: mxs: add the "clock-names" for gpmi-nandHuang Shijie2-0/+2
2012-10-25ARM: ux500: Correct SDI5 address and add some format changesLee Jones1-1/+6
2012-10-25ARM: ux500: Specify AMBA Primecell IDs for Nomadik I2C in DTLee Jones1-0/+10
2012-10-25ARM: ux500: Fix build error relating to IRQCHIP_SKIP_SET_WAKELee Jones1-0/+1
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-29/+41
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-2/+2
2012-10-24x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu1-7/+8
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+3
2012-10-24ARM: at91: drop duplicated config SOC_AT91SAM9 entryJean-Christophe PLAGNIOL-VILLARD1-8/+2
2012-10-24ARM: at91/i2c: change id to let i2c-at91 workBo Shen9-11/+11
2012-10-24ARM: at91/i2c: change id to let i2c-gpio workBo Shen5-5/+5
2012-10-24ARM: at91/dts: at91sam9g20ek_common: Fix typos in buttons labels.Marek Belisko1-2/+2
2012-10-24ARM: at91: fix external interrupt specification in board codeNicolas Ferre3-3/+3
2012-10-24ARM: at91: fix external interrupts in non-DT caseNicolas Ferre3-4/+10
2012-10-24ARM: at91: at91sam9g10: fix SOC type detectionIvan Shugov1-1/+1
2012-10-24x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich1-0/+3
2012-10-24perf/x86: Remove unused variable in nhmex_rbox_alter_er()Wei Yongjun1-2/+0
2012-10-24x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming3-15/+26
2012-10-24perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Vince Weaver1-1/+77
2012-10-24perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableVince Weaver1-6/+2
2012-10-24perf/x86: Make Intel KNC use full 40-bit width of countersVince Weaver1-4/+3
2012-10-24perf/x86/uncore: Handle pci_read_config_dword() errorsYan, Zheng1-15/+28
2012-10-24x86-64: Fix page table accountingJan Beulich1-1/+6
2012-10-24perf/x86: Remove P6 cpuc->enabled checkVince Weaver1-7/+7
2012-10-24perf/x86: Update/fix generic events on P6 PMUVince Weaver1-7/+104
2012-10-24perf/x86: Fix P6 FP_ASSIST event constraintVince Weaver1-1/+1
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young1-13/+9
2012-10-24x86/perf: Fix virtualization sanity checkAndre Przywara1-4/+6
2012-10-24ARM: mm: Remove unused arm_vmregion priv fieldLaurent Pinchart1-1/+0
2012-10-24ARM: dma-mapping: fix build warning in __dma_alloc()Jingoo Han1-1/+1
2012-10-24Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-15/+28
2012-10-24alpha: separate thread-synchronous flagsAl Viro4-45/+68
2012-10-23ARM: AM33XX: Fix configuration of dmtimer parent clock by dmtimer driverDate:...Vaibhav Hiremath1-0/+2
2012-10-23Merge tag 'for_3.7-rc3-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren4-11/+47
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+5
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-18/+7
2012-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-22/+33
2012-10-24Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-10/+4
2012-10-24Merge tag 'please-pull-uapi-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-34/+1
2012-10-23arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas1-1/+1
2012-10-23arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas1-3/+3
2012-10-23arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf1-10/+0
2012-10-23arch/tile: avoid generating .eh_frame information in modulesChris Metcalf1-0/+4
2012-10-23ARM: dma-mapping: support debug_dma_mapping_errorMing Lei1-0/+1
2012-10-22ARM: OMAP3: Beagle: fix OPP customization and initcall orderingKevin Hilman1-9/+13
2012-10-22Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King10-16/+27
2012-10-22ARM: drop experimental status for hotplug and Thumb2Russell King1-4/+4
2012-10-22ARM: OMAP3: Fix 3430 legacy mux names for ssi1 signals.Tony Lindgren1-4/+4
2012-10-22ARM: OMAP2+: Fix location of select PINCTRLTony Lindgren2-1/+1
2012-10-22ARM/dts: omap3: Fix mcbsp2/3 hwmods to be able to probe the drivers for audioPeter Ujfalusi1-2/+2
2012-10-22ARM: OMAP2: UART: fix console UART mismatched runtime PM statusKevin Hilman1-0/+5
2012-10-22ARM: OMAP3: PM: apply part of the erratum i582 workaroundPaul Walmsley2-2/+29
2012-10-22KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin1-0/+3
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov1-1/+1
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong1-2/+1
2012-10-22ARM: 7560/1: SMP_TWD: use DIV_ROUND_CLOSEST() for periodic modeLinus Walleij1-2/+2
2012-10-22ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon1-4/+10
2012-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds31-671/+731
2012-10-22ARM: EXYNOS: Set .smp field of machine descriptor for exynos4-dtTomasz Figa1-0/+1
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-17/+3
2012-10-21Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-1/+1
2012-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds9-45/+83
2012-10-20arm64: fix alignment padding in assembly codeMarc Zyngier2-1/+7
2012-10-20perf/x86: Disable uncore on virtualized CPUsYan, Zheng1-0/+3
2012-10-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2012-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+6
2012-10-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-66/+120
2012-10-19Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/...Olof Johansson3-12/+12
2012-10-19Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson1-1/+1
2012-10-19Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-34/+24
2012-10-19Merge tag 'xtensa-next-20121018' of git://github.com/czankel/xtensa-linuxLinus Torvalds82-1620/+1677
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk3860-98627/+152534
2012-10-19xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bitIan Campbell1-1/+7
2012-10-19xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2-4/+6
2012-10-19xen: arm: make p2m operations NOPsIan Campbell1-3/+10
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell3-5/+1
2012-10-19xen: sysfs: fix build warning.Ian Campbell2-0/+4
2012-10-19xen/x86: remove duplicated include from enlighten.cWei Yongjun1-2/+0
2012-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds104-136/+112
2012-10-19Merge tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds57-1542/+1511
2012-10-19xtensa: add missing system calls to the syscall tableChris Zankel1-20/+78
2012-10-19xtensa: minor compiler warning fixChris Zankel2-2/+5
2012-10-19m68k: Wire up kcmpGeert Uytterhoeven3-1/+3
2012-10-19Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin3901-97998/+153268
2012-10-19x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov1-6/+0
2012-10-19s390,uapi: do not use uapi/asm-generic/kvm_para.hDavid Howells2-2/+11
2012-10-19ARM: shmobile: r8a7779: I/O address abuse cleanupKuninori Morimoto1-1/+1
2012-10-18UAPI: Make arch/ia64/include/asm/kvm_para.h genericDavid Howells2-34/+1
2012-10-18Hexagon: Copyright marking changesRichard Kuo101-133/+100
2012-10-18UAPI: (Scripted) Disintegrate arch/hexagon/include/asmDavid Howells14-3/+12
2012-10-18crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage a...Jussi Kivilinna1-2/+7
2012-10-18arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon1-16/+21
2012-10-18arm64: ptrace: make structure padding explicit for debug registersWill Deacon2-7/+32
2012-10-18arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas1-10/+0
2012-10-18arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas1-0/+12
2012-10-18arm64: Fix the update_vsyscall() prototypeCatalin Marinas1-10/+10
2012-10-18arm64: Select MODULES_USE_ELF_RELACatalin Marinas1-0/+1
2012-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-25/+68
2012-10-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-39/+36
2012-10-18Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+12
2012-10-18ARM: kirkwood: fix buttons on lsxl boardsMichael Walle1-3/+5
2012-10-18ARM: kirkwood: fix LEDs names for lsxl boardsMichael Walle1-5/+5
2012-10-18ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2Jason Gunthorpe2-4/+2
2012-10-18s390/cache: fix data/instruction cache outputHeiko Carstens1-3/+6
2012-10-18s390: fix linker script for 31 bit buildsHeiko Carstens2-2/+2
2012-10-18s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer1-0/+1
2012-10-18s390/kdump: Use 64 bit mode for 0x10000 entry pointMichael Holzheu1-8/+2
2012-10-18perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner2-2/+6
2012-10-18s390/chpid: make headers usable (again)Sebastian Ott1-5/+5
2012-10-18ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon1-0/+4
2012-10-18ARM: 7555/1: kexec: fix segment memory addresses checkAaro Koskinen1-4/+3
2012-10-18MIPS: CMP: Fix physical core number calculation logicjerin jacob1-1/+1
2012-10-17Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/j...Olof Johansson3-21/+41
2012-10-17Merge tag 'omap-for-v3.7-rc1/fixes-take5-signed' of git://git.kernel.org/pub/...Olof Johansson6-12/+34
2012-10-17Merge tag 'tegra-for-3.7-fixes-for-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson7-5/+7
2012-10-18cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar1-23/+13
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar3-10/+20
2012-10-18cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar1-4/+0
2012-10-18powerpc: Build fix for powerpc KVMAneesh Kumar K.V2-2/+3
2012-10-18Revert "powerpc/perf: Use pmc_overflow() to detect rolled back events"Benjamin Herrenschmidt1-1/+1
2012-10-17Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/lin...Linus Torvalds11-3/+21
2012-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds6-29/+196
2012-10-17x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman1-5/+5