summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Linux 2.6.32.68v2.6.32.68Willy Tarreau1-1/+1
2015-09-18ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2015-09-18dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert1-1/+1
2015-09-18dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2015-09-18dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2015-09-18dccp: fix auto-loading of dccp(_probe)Gerrit Renker1-2/+2
2015-09-18x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-09-18libata: increase the timeout when setting transfer modeMikulas Patocka1-1/+2
2015-09-18s390/process: fix sfpc inline assemblyHeiko Carstens1-1/+1
2015-09-18mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-09-18fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-09-18tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-09-18tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-09-18mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-1/+13
2015-09-18NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-09-18ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-09-18nfs: increase size of EXCHANGE_ID name string bufferJeff Layton1-1/+1
2015-09-18Disable write buffering on Toshiba ToPIC95Ryan Underwood1-0/+16
2015-09-18ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-2/+18
2015-09-18dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2-26/+47
2015-09-18SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-09-18fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-09-18staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley1-0/+4
2015-09-18pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-09-18cx24116: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-4/+4
2015-09-18s5h1420: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-1/+1
2015-09-18hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra1-3/+9
2015-09-18MIPS: Fix race condition in lazy cache flushing.Lars Persson2-15/+35
2015-09-18MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin3-12/+0
2015-09-18__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2015-09-18include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov1-4/+4
2015-09-18x86/reboot: Fix a warning message triggered by stop_other_cpus()Feng Tang1-2/+5
2015-09-18tracing: Have filter check for balanced opsSteven Rostedt1-2/+8
2015-09-18x86_64: Fix strnlen_user() to not touch memory after specified maximumBen Hutchings1-1/+1
2015-09-18fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-09-18lguest: fix out-by-one error in address checking.Rusty Russell1-1/+1
2015-09-18sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-09-18jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong1-1/+6
2015-09-18powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2015-09-18md/raid5: don't record new size if resize_stripes fails.NeilBrown1-1/+2
2015-09-18memstick: mspro_block: add missing curly bracesDan Carpenter1-1/+2
2015-09-18ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-09-18s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens1-0/+6
2015-09-18powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson1-9/+34
2015-09-18e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-09-18udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+13
2015-09-18udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-09-18udf: Check component length before reading itJan Kara1-2/+7
2015-09-18udf: Check path length when reading symlinkJan Kara5-20/+48