summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-14crypto: more robust crypto_memneqCesar Eduardo Barros3-0/+14
2014-11-14fix misuses of f_count() in ppp and netlinkAl Viro2-2/+2
2014-11-14kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-11-14ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat modeTakashi Iwai1-0/+2
2014-11-14evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin1-3/+6
2014-11-14x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1
2014-11-14x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-11-14x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2-2/+18
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin6-6/+6
2014-11-14x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2-2/+5
2014-11-14x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov1-1/+4
2014-11-14x86: Reject x32 executables if x32 ABI not supportedBen Hutchings1-2/+3
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara3-3/+60
2014-11-14UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6
2014-11-14UBIFS: fix a race conditionArtem Bityutskiy2-8/+11
2014-11-14UBIFS: remove mst_mutexArtem Bityutskiy4-9/+3
2014-11-14fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-11-14fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-11-14mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng1-0/+7
2014-11-14libata-sff: Fix controllers with no ctl portOndrej Zary1-11/+9
2014-11-14pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE ControllerScott Carter1-2/+11
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-11-14lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-11-14drivers/net: macvtap and tun depend on INETBen Hutchings1-0/+2
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-11-14ax88179_178a: fix bonding failureIan Morgan1-1/+6
2014-11-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-11-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-30Linux 3.10.59v3.10.59Greg Kroah-Hartman1-1/+1
2014-10-30ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-30ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocksLudovic Desroches1-0/+1
2014-10-30ALSA: usb-audio: Add support for Steinberg UR22 USB interfaceVlad Catoi1-0/+30
2014-10-30ALSA: emu10k1: Fix deadlock in synth voice lookupTakashi Iwai1-4/+2
2014-10-30ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov1-1/+1
2014-10-30arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2
2014-10-30spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko1-0/+4
2014-10-30kernel: add support for gcc 5Sasha Levin1-0/+66
2014-10-30fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-30mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi1-2/+4
2014-10-30Bluetooth: Fix issue with USB suspend in btusb driverChampion Chen1-0/+9
2014-10-30Bluetooth: Fix HCI H5 corrupted ack valueLoic Poulain1-1/+1
2014-10-30rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka1-1/+1
2014-10-30PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado1-1/+1
2014-10-30PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr1-0/+20
2014-10-30iwlwifi: Add missing PCI IDs for the 7260 seriesOren Givon1-0/+4
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-30lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-10-30Revert "lzo: properly check for overruns"Willy Tarreau1-41/+21