summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-20x86: Fix typo in kexec register clearingKees Cook1-1/+1
2013-06-20x86: Fix adjust_range_size_mask calling positionYinghai Lu1-3/+3
2013-06-13s390: Add pgste to ptep_modify_prot_start()Ben Hutchings1-1/+2
2013-06-13xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.Konrad Rzeszutek Wilk1-0/+8
2013-06-13powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza5-0/+70
2013-06-13powerpc/pseries: Make 32-bit MSI quirk work on systems lacking firmware supportBrian King1-3/+39
2013-06-13powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2-3/+20
2013-06-13powerpc: Set default VGA deviceBrian King1-0/+13
2013-06-13powerpc: Fix build error in stable/3.9Guenter Roeck1-1/+1
2013-06-13powerpc/perf: Fix deadlock caused by calling printk() in PMU exceptionMichael Ellerman1-1/+1
2013-06-13powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regressionMichael Neuling2-8/+12
2013-06-13powerpc/eeh: Don't check RTAS token to get PE addrGavin Shan1-7/+5
2013-06-13ARM: 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across barrier()Will Deacon1-2/+9
2013-06-13ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann4-1/+4
2013-06-13ARM: 7742/1: topology: export cpu_topologyArnd Bergmann1-0/+2
2013-06-13ARM: Kirkwood: TS219: Fix crash by double PCIe instantiationAndrew Lunn1-10/+0
2013-06-13x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming1-1/+4
2013-06-07powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMPSrivatsa S. Bhat1-0/+2
2013-06-07KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini1-1/+4
2013-06-07KVM: Emulate multibyte NOPPaolo Bonzini1-1/+3
2013-06-07powerpc/tm: Move TM abort cause codes to uapiMichael Neuling4-14/+21
2013-06-07powerpc/tm: Abort on emulation and alignment faultsMichael Neuling2-0/+31
2013-06-07powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling6-36/+55
2013-06-07powerpc/tm: Make room for hypervisor in abort cause codesMichael Neuling1-7/+8
2013-06-07powerpc/32bit:Store temporary result in r0 instead of r8Priyanka Jain1-1/+1
2013-06-07s390/pgtable: Fix check for pgste/storage key handlingChristian Borntraeger1-4/+11
2013-06-07m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain1-10/+19
2013-06-07ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functionsSylwester Nawrocki1-0/+3
2013-06-07arm64: don't kill the kernel on a bad esr from el0Mark Rutland1-3/+9
2013-06-07x86, crc32-pclmul: Fix build with older binutilsJan Beulich2-3/+73
2013-06-07x86-64, init: Fix a possible wraparound bug in switchover in head_64.SZhang Yanfei1-2/+4
2013-06-07x86: Allow FPU to be used at interrupt time even with eagerfpuPekka Riikonen1-9/+5
2013-06-07Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21xMartin Michlmayr1-1/+1
2013-06-07ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta3-15/+19
2013-06-07ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definitionBoris BREZILLON1-1/+1
2013-06-07ARM: at91: rm9200 fix time supportJean-Christophe PLAGNIOL-VILLARD1-2/+5
2013-06-07ARM: at91/trivial: fix model name for SAM9X25-EKJean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-06-07ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handlingArd Biesheuvel1-1/+1
2013-06-07ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clockVaibhav Hiremath1-3/+23
2013-06-07ARM: OMAP: fix __init section mismatch for _enable_preprogramjean-philippe francois1-1/+1
2013-06-07ARM: plat-orion: Fix num_resources and id for ge10 and ge11Gregory CLEMENT1-6/+6
2013-06-07avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt1-1/+1
2013-05-24x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2-7/+8
2013-05-24x86: Fix bit corruption at CPU resume timeLinus Torvalds1-1/+1
2013-05-24arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh1-1/+1
2013-05-24arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2-4/+1
2013-05-19parisc: make default cross compiler search more robust (v3)Helge Deller1-12/+9
2013-05-19parisc: fix NATIVE set up in buildMike Frysinger1-3/+1
2013-05-19parisc: use long branch in fork_like macroJohn David Anglin1-1/+2
2013-05-19parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin1-72/+83