summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Linux 4.2.4v4.2.4Greg Kroah-Hartman1-1/+1
2015-10-22sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-10-22sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-10-223w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig1-7/+21
2015-10-22sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov5-18/+22
2015-10-22blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita1-1/+8
2015-10-22mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-22e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil1-10/+21
2015-10-22serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-22serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-22drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-22tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-22staging: speakup: fix speakup-r regressioncovici@ccs.covici.com1-0/+1
2015-10-22dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber1-1/+1
2015-10-22dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura1-4/+2
2015-10-22namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-22clk: samsung: fix cpu clock's flags checkingBartlomiej Zolnierkiewicz1-5/+5
2015-10-22clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi1-17/+1
2015-10-22clk: ti: fix dual-registration of uart4_ickBen Dooks1-1/+1
2015-10-22cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpusSrinivas Pandruvada1-0/+3
2015-10-22mmc: sdhci-pxav3: fix error handling of armada_38x_quirksMarcin Wojtas1-1/+1
2015-10-22mmc: sdhci-pxav3: disable clock inversion for HS MMC cardsNadav Haklai1-0/+3
2015-10-22mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driverNadav Haklai1-0/+1
2015-10-22nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee1-19/+12
2015-10-22md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown1-1/+2
2015-10-22clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-22genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-10-22igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-10-22net/xen-netfront: only napi_synchronize() if runningChas Williams1-1/+2
2015-10-22xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-10-22m68k: Define asmlinkage_protectAndreas Schwab1-0/+30
2015-10-22arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-10-22arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2015-10-22arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2-16/+75
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+25
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-10-22mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-10-22mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-10-22iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-10-22net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-10-22UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-10-22UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-10-22UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-10-22rsi: Fix possible leak when loading firmwareChristian Engelmayer2-4/+12
2015-10-22powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras5-10/+15
2015-10-22tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh1-3/+20
2015-10-22batman-adv: Fix potentially broken skb network header accessLinus Lüssing1-1/+6
2015-10-22batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing3-13/+58
2015-10-22batman-adv: Make MCAST capability changes atomicLinus Lüssing2-9/+11
2015-10-22batman-adv: Make TT capability changes atomicLinus Lüssing2-5/+7