aboutsummaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi2017-07-111-1/+1
* defconfig: regen .107Mister Oyster2017-07-041-1/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-0412-16/+16
* x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert2017-07-041-13/+1
* x86: standardize mmap_rnd() usageKees Cook2017-07-041-18/+22
* kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson2017-07-041-6/+5
* ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf2017-07-041-0/+12
* xen/x86: don't lose event interruptsStefano Stabellini2017-07-041-3/+3
* MIPS: Fix crash registers on non-crashing CPUsCorey Minyard2017-07-041-3/+13
* powerpc: Reject binutils 2.24 when building little endianMichael Ellerman2017-07-041-0/+8
* x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-07-041-1/+1
* x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-07-041-1/+1
* powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras2017-07-041-8/+20
* metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2017-07-042-46/+26
* metag/usercopy: Drop unused macrosJames Hogan2017-07-041-113/+0
* metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin2017-07-041-0/+2
* metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin2017-07-041-3/+12
* metag/ptrace: Preserve previous registers for short regset writeDave Martin2017-07-041-1/+1
* sparc/ptrace: Preserve previous registers for short regset writeDave Martin2017-07-041-1/+1
* c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin2017-07-041-41/+0
* s390/pci: fix use after free in dma_initSebastian Ott2017-07-041-6/+10
* crypto: ghash-clmulni - Fix load failureWang, Rui Y2017-07-041-0/+26
* xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov2017-07-041-2/+2
* s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-07-041-1/+2
* KVM: s390: fix task size checkMartin Schwidefsky2017-07-042-1/+3
* KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth2017-07-041-1/+0
* KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-07-041-1/+1
* powerpc/xmon: Fix data-breakpointRavi Bangoria2017-07-041-1/+3
* MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle2017-07-041-0/+2
* ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-07-041-1/+1
* parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-07-043-5/+10
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-07-041-1/+2
* tile/ptrace: Preserve previous registers for short regset writeDave Martin2017-07-041-1/+1
* ARM: dts: da850-evm: fix read access to SPI flashFabien Parent2017-07-041-0/+1
* ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-07-042-0/+19
* x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FBjorn Helgaas2017-07-041-0/+10
* ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt2017-07-041-1/+2
* powerpc/ps3: Fix system hang with GCC 5 buildsGeoff Levand2017-07-042-12/+1
* arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall2017-07-041-2/+1
* ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King2017-06-251-2/+2
* defconfig: enable hwbinder domainMister Oyster2017-06-181-0/+1
* defconfig: bump to .106Moyster2017-06-171-1/+1
* ARM: dts: imx31: fix AVIC base addressVladimir Zapolskiy2017-06-171-2/+2
* ARM: dts: imx31: move CCM device node to AIPS2 bus devicesVladimir Zapolskiy2017-06-171-7/+7
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-06-171-15/+33
* powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt2017-06-171-0/+9
* s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri2017-06-171-16/+19
* metag/usercopy: Add missing fixupsJames Hogan2017-06-171-24/+48
* metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan2017-06-171-8/+28
* metag/usercopy: Set flags before ADDZJames Hogan2017-06-171-4/+4