summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-07-31x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-31parisc: Remove SA_RESTORER defineJohn David Anglin1-2/+0
2014-07-31powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2-0/+2
2014-07-31s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+10
2014-07-31xtensa: fix sysmem reservation at the end of existing blockMax Filippov1-1/+1
2014-07-28ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2-0/+5
2014-07-28ARM: dts: imx: Add alias for ethernet controllerMarek Vasut8-0/+8
2014-07-28x86/efi: Include a .bss section within the PE/COFF headersMichael Brown2-12/+52
2014-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra5-0/+5
2014-07-28x86, tsc: Fix cpufreq lockupPeter Zijlstra1-2/+2
2014-07-28perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-07-18x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-07-18powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64Guenter Roeck1-1/+2
2014-07-18arm64: implement TASK_SIZE_OFColin Cross1-0/+2
2014-07-18crypto: sha512_ssse3 - fix byte count to bit count conversionJussi Kivilinna1-1/+1
2014-07-18powerpc/perf: Clear MMCR2 when enabling PMUJoel Stanley1-0/+3
2014-07-18powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley3-6/+5
2014-07-18powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard1-1/+16
2014-07-18powerpc/kvm: Remove redundant save of SIER AND MMCR2Joel Stanley1-5/+0
2014-07-18parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller2-1/+11
2014-07-18parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller1-1/+2
2014-07-09arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling errorChen Gang1-0/+1
2014-07-09ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta1-1/+1
2014-07-09kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao1-1/+1
2014-07-09KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini1-1/+1
2014-07-09KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit1-1/+1
2014-07-09arm64: Bug fix in stack alignment exceptionChiaHao1-1/+0
2014-07-09ARM: OMAP2+: Fix parser-bug in platform muxing codeDavid R. Piegdon1-2/+4
2014-07-09arm64: mm: Make icache synchronisation logic huge page awareSteve Capper1-1/+2
2014-07-09ARM: mvebu: Fix the improper use of the compatible string armada38x using a w...Gregory CLEMENT5-5/+5
2014-07-09ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton1-0/+1
2014-07-07ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+16
2014-07-07MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-07-07MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-07-07powerpc: Don't skip ePAPR spin-table CPUsScott Wood1-1/+9
2014-07-07powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category supportBenjamin Herrenschmidt2-1/+3
2014-07-07powerpc: Don't setup CPUs with bad statusMichael Neuling1-1/+1
2014-07-07powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle1-1/+1
2014-07-07powerpc/perf: Ensure all EBB register state is cleared on fork()Michael Ellerman1-0/+2
2014-07-07powerpc: fix typo 'CONFIG_PMAC'Paul Bolle1-1/+1
2014-07-07powerpc: 64bit sendfile is capped at 2GBAnton Blanchard1-1/+1
2014-07-07powerpc/serial: Use saner flags when creating legacy portsBenjamin Herrenschmidt1-6/+9
2014-07-07powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman1-11/+20
2014-07-07powernv: Fix permissions on sysparam sysfs entriesAnton Blanchard1-2/+2
2014-07-07powerpc/pseries: Fix overwritten PE stateGavin Shan1-0/+1
2014-07-07MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-07-07Revert "MIPS: Save/restore MSA context around signals"Paul Burton6-363/+16
2014-07-01x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-07-01x86, x32: Use compat shims for io_{setup,submit}Mike Frysinger1-2/+4
2014-07-01x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0