summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-23spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-10-23s390/boot/decompression: disable floating point in decompressorChristian Borntraeger1-1/+1
2015-10-23s390/compat: correct uc_sigmask of the compat signal frameMartin Schwidefsky1-4/+23
2015-10-23sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-23leds/led-class: Add missing put_device()Ricardo Ribalda Delgado1-2/+5
2015-10-23x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2-0/+31
2015-10-23x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-10-23x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner1-10/+42
2015-10-23x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi1-4/+3
2015-10-23x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming1-1/+66
2015-10-23Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-23x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-10-23x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2-4/+23
2015-10-23x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-10-23x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner1-0/+5
2015-10-23x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-10-23dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-10-23blockdev: don't set S_DAX for misaligned partitionsJeff Moyer1-0/+7
2015-10-23ARM: dts: fix usb pin control for imx-rex dtsFelipe F. Tonello1-2/+0
2015-10-23ARM: EXYNOS: reset Little cores when cpu is upChanho Park2-1/+32
2015-10-23ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work againCarl Frederik Werner1-1/+1
2015-10-23ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsetsGrazvydas Ignotas1-2/+2
2015-10-23ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson1-3/+5
2015-10-23windfarm: decrement client count when unregisteringPaul Bolle1-1/+1
2015-10-23ARM: 8429/1: disable GCC SRA optimizationArd Biesheuvel1-0/+8
2015-10-23ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King1-5/+10
2015-10-23hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-10-23sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-10-23watchdog: sunxi: fix activation of system resetFrancesco Lavra1-1/+1
2015-10-23perf: Fix AUX buffer refcountingPeter Zijlstra3-10/+35
2015-10-23perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-10-23perf tools: Add empty Build files for architectures lacking themBen Hutchings3-0/+3
2015-10-23perf stat: Get correct cpu id for print_aggrKan Liang1-3/+2
2015-10-23perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo1-0/+3
2015-10-23perf tools: Fix copying of /proc/kcoreAdrian Hunter1-22/+13
2015-10-23perf/x86/intel: Fix constraint accessPeter Zijlstra1-1/+4
2015-10-23toshiba_acpi: Fix hotkeys registration on some toshiba modelsAzael Avalos1-5/+3
2015-10-23target: Fix v4.1 UNIT_ATTENTION se_node_acl->device_list[] NULL pointerNicholas Bellinger2-4/+7
2015-10-23iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz1-1/+37
2015-10-23iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-10-23target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-10-23scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-10-23target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover7-39/+36
2015-10-23time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-10-23KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exitGautham R. Shenoy1-0/+1
2015-10-23KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth1-0/+6
2015-10-23arm: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+4
2015-10-23kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-10-23kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-10-23kvm: fix zero length mmio searchingJason Wang1-2/+17