summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-206-7/+12
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-11-201-7/+8
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-11-201-1/+0
* ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-11-201-0/+1
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-11-201-2/+1
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-11-201-1/+2
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2016-11-202-11/+19
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin2016-11-201-1/+1
* i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-11-201-7/+11
* fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2016-11-201-19/+19
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-11-201-10/+24
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-11-204-42/+25
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-11-203-1/+29
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-11-201-6/+6
* can: flexcan: fix resume functionFabio Estevam2016-11-201-5/+8
* xfrm: Fix memory leak of aead algorithm nameIlan Tayari2016-11-201-0/+1
* openrisc: fix the fix of copy_from_user()Guenter Roeck2016-11-201-1/+1
* avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2016-11-201-2/+2
* irda: Free skb on irda_accept error path.phil.turnbull@oracle.com2016-11-201-3/+2
* IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein2016-11-203-3/+27
* IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein2016-11-201-17/+19
* IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker2016-11-201-7/+7
* IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker2016-11-201-0/+9
* USB: change bInterval default to 10 msAlan Stern2016-11-201-11/+17
* perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2016-11-201-2/+2
* avr32: fix copy_from_user()Al Viro2016-11-203-4/+13
* microblaze: fix __get_user()Al Viro2016-11-201-1/+1
* microblaze: fix copy_from_user()Al Viro2016-11-201-3/+6
* m32r: fix __get_user()Al Viro2016-11-201-1/+1
* blackfin: fix copy_from_user()Al Viro2016-11-201-4/+5
* sparc32: fix copy_from_user()Al Viro2016-11-201-1/+3
* sh: fix copy_from_user()Al Viro2016-11-201-1/+4
* sh64: failing __get_user() should zeroAl Viro2016-11-201-0/+1
* score: fix copy_from_user() and friendsAl Viro2016-11-201-21/+20
* score: fix __get_user/get_userAl Viro2016-11-201-1/+4
* s390: get_user() should zero on failureAl Viro2016-11-201-4/+4
* ppc32: fix copy_from_user()Al Viro2016-11-201-19/+2
* parisc: fix copy_from_user()Al Viro2016-11-201-2/+5
* openrisc: fix copy_from_user()Al Viro2016-11-201-24/+11
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-11-201-1/+3
* mn10300: failing __get_user() and get_user() should zeroAl Viro2016-11-201-0/+1
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-11-201-0/+3
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-11-201-2/+9
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-11-201-1/+2
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-11-201-11/+9
* hexagon: fix strncpy_from_user() error returnAl Viro2016-11-201-1/+2
* frv: fix clear_user()Al Viro2016-11-201-3/+9
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-11-201-39/+32
* asm-generic: make get_user() clear the destination on errorsAl Viro2016-11-201-3/+7