summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.10.92v3.10.92Greg Kroah-Hartman2015-10-271-1/+1
* rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-10-271-1/+0
* dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer2015-10-271-1/+1
* workqueue: make sure delayed work run in local cpuShaohua Li2015-10-271-4/+4
* i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang2015-10-271-3/+4
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-271-1/+2
* crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp2015-10-273-0/+5
* m68k/uaccess: Fix asm constraints for userspace accessGeert Uytterhoeven2015-10-272-7/+7
* asix: Do full reset during ax88772_bindCharles Keepax2015-10-271-13/+1
* asix: Don't reset PHY on if_up for ASIX 88772Michel Stam2015-10-271-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-271-1/+1
* ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault2015-10-271-1/+0
* net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-271-0/+8
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-10-272-5/+6
* skbuff: Fix skb checksum flag on skb pullPravin B Shelar2015-10-271-0/+3
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-10-271-1/+13
* af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-10-271-1/+5
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-10-271-2/+9
* Linux 3.10.91v3.10.91Greg Kroah-Hartman2015-10-221-1/+1
* 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-221-7/+21
* staging: speakup: fix speakup-r regressioncovici@ccs.covici.com2015-10-221-0/+1
* dm cache: fix NULL pointer when switching from cleaner policyJoe Thornber2015-10-221-1/+1
* x86: Add 1/2/4/8 byte optimization to 64bit __copy_{from,to}_user_inatomicAndi Kleen2015-10-221-6/+18
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-221-2/+17
* fib_rules: Fix dump_rules() not to exit earlyRoland Dreier2015-10-221-1/+1
* bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong2015-10-221-0/+20
* m68k: Define asmlinkage_protectAndreas Schwab2015-10-221-0/+30
* arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn2015-10-221-0/+1
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-10-221-2/+27
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-221-0/+10
* IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn2015-10-224-20/+27
* UBI: return ENOSPC if no enough space availableshengyong2015-10-222-0/+2
* UBI: Validate data_sizeRichard Weinberger2015-10-221-0/+5
* powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-10-225-10/+16
* md: flush ->event_work before stopping array.NeilBrown2015-10-221-0/+2
* MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-10-221-1/+1
* USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao2015-10-221-0/+6
* usb: Add device quirk for Logitech PTZ camerasVincent Palatin2015-10-221-0/+7
* usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman2015-10-221-2/+3
* security: fix typo in security_task_prctlJann Horn2015-10-221-1/+1
* regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-10-221-2/+1
* regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-10-221-1/+1
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-10-221-0/+10
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-10-221-1/+1
* ipvs: do not use random local source address for tunnelsJulian Anastasov2015-10-221-1/+0
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-10-223-17/+17
* usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-10-222-14/+57
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-10-222-5/+5
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-10-221-1/+2
* USB: whiteheat: fix potential null-deref at probeJohan Hovold2015-10-221-0/+31