summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-23mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-23spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee1-0/+4
2015-10-23spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-10-23sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
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/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/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-10-23dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-10-23ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsetsGrazvydas Ignotas1-2/+2
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-23perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
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-23iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-10-23scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-10-23kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-10-01Linux 3.14.54v3.14.54Greg Kroah-Hartman1-2/+2
2015-10-01NVMe: Initialize device reference count earlierKeith Busch1-1/+1
2015-10-01udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+16
2015-10-01x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-3/+26
2015-10-01x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+17
2015-10-01x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2-70/+93
2015-10-01x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+73
2015-10-01x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-18/+0
2015-10-01x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-10-01Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required"Markus Pargmann1-2/+1
2015-10-01net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal5-5/+5
2015-10-01bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
2015-10-01udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-10-01rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-10-01packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-01openvswitch: Zero flows on allocation.Jesse Gross3-11/+14
2015-10-01sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-10-01netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-10-01net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-01ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-01usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin1-3/+4
2015-10-01ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-10-01net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-10-01netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47