summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-25signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras3-6/+0
2015-08-25signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-25x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-25x86/ldt: Correct FPU emulation access to LDTJuergen Gross3-7/+20
2015-08-25x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-08-25x86/ldt: Make modify_ldt synchronousAndy Lutomirski9-150/+208
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra9-2/+210
2015-08-25x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+61
2015-08-25x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-18/+0
2015-08-25x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-08-25ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without syscRoger Quadros1-8/+16
2015-08-19x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-08-19sparc64: Fix userspace FPU register corruptions.David S. Miller4-81/+11
2015-08-19MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-19MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-08-19ARM: realview: fix sparsemem buildArnd Bergmann1-0/+2
2015-08-19tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-08-19ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin1-1/+1
2015-08-19s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-08-05efi: fix 32bit kernel boot failed problem using efiFupan Li1-1/+1
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-08-04kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+3
2015-07-30kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-07-30arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-07-30arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-07-30arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-07-30ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta1-4/+5
2015-07-30x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas1-2/+4
2015-07-30KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář3-4/+4
2015-07-30MIPS: Fix KVM guest fixmap addressJames Hogan1-0/+4
2015-07-30x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas1-0/+11
2015-07-30powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard1-1/+10
2015-07-30arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2-8/+22
2015-07-30sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan1-1/+1
2015-07-30arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2015-07-30KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-07-30ARM: clk-imx6q: refine sata's parentSebastien Szymanski1-1/+1
2015-07-30kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin1-2/+5
2015-06-23arm64: cmpxchg: update macros to prevent warningsMark Hambleton1-11/+17
2015-06-23arm64: xchg: prevent warning if return value is unusedWill Deacon1-1/+6
2015-06-23MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-06-23x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski4-26/+42
2015-06-10m68k/mac: Fix out-of-bounds array index in OSS IRQ source initializationFinn Thain1-2/+1
2015-06-10MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-06-10x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov1-1/+6
2015-06-03ARM: dts: imx27: only map 4 Kbyte for fec registersPhilippe Reynes1-1/+1
2015-06-03crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-06-03powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2015-06-03KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-06-02ARM: fix missing syscall trace exitRussell King1-1/+3