summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-25osf_wait4(): fix infoleakAl Viro1-2/+4
2017-05-25metag/uaccess: Check access_ok in strncpy_from_userJames Hogan1-2/+7
2017-05-25metag/uaccess: Fix access_ok()James Hogan1-16/+24
2017-05-25arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-25arm64: xchg: hazard against entire exchange variableMark Rutland1-1/+1
2017-05-25ARM: dts: at91: sama5d3_xplained: not all ADC channels are availableLudovic Desroches1-3/+1
2017-05-25ARM: dts: at91: sama5d3_xplained: fix ADC vrefLudovic Desroches1-0/+1
2017-05-25powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong1-0/+12
2017-05-25powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler1-1/+0
2017-05-25powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2-2/+4
2017-05-25s390/cputime: fix incorrect system timeMartin Schwidefsky1-3/+18
2017-05-25s390/kdump: Add final noteMichael Holzheu1-0/+15
2017-05-25KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-05-25KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2-2/+8
2017-05-25ARM: tegra: paz00: Mark panel regulator as enabled on bootMarc Dietrich1-0/+1
2017-05-20arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier1-3/+3
2017-05-20KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones1-1/+7
2017-05-20KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-05-20um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger1-1/+1
2017-05-20x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings1-1/+1
2017-05-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2017-05-20xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross1-3/+4
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann1-4/+4
2017-05-14MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin1-6/+6
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek1-0/+3
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek1-0/+12
2017-05-14Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2-8/+0
2017-05-14x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko1-1/+1
2017-05-14kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu3-5/+5
2017-05-14x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-05-14x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-05-14ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 buildMatthijs van Duin1-1/+2
2017-05-14powerpc/powernv: Fix opal_exit tracepoint opcodeMichael Ellerman1-1/+1
2017-05-14ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 modeArd Biesheuvel2-1/+4
2017-05-02ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-05-02ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2-1/+3
2017-05-02MIPS: Avoid BUG warning in arch_check_elfJames Cowgill1-1/+1
2017-05-02MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-02sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-05-02sparc64: kern_addr_valid regressionbob picco1-1/+1
2017-05-02xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2017-05-02MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-05-02ARM: OMAP2+: timer: add probe for clocksourcesTero Kristo1-2/+5
2017-04-27x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams1-13/+32
2017-04-27kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose1-0/+12
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-04-27powerpc/kprobe: Fix oops when kprobed on 'stdu' instructionRavi Bangoria1-3/+3
2017-04-27s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-04-21MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.Greg Kroah-Hartman1-2/+2
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30