summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Linux 4.1.35v4.1.35Sasha Levin1-1/+1
2016-10-23xhci: fix usb2 resume timing and races.Mathias Nyman2-6/+42
2016-10-23mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2-2/+13
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall1-4/+21
2016-10-09Linux 4.1.34v4.1.34Sasha Levin1-1/+1
2016-10-09openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-10-09avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-10-03fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-10-03tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-10-03MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-10-03MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-10-03btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-10-03fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-10-03ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-10-03fanotify: fix list corruption in fanotify_get_response()Jan Kara4-42/+25
2016-10-03fsnotify: add a way to stop queueing events on group shutdownJan Kara3-1/+29
2016-10-03autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-10-03autofs racesAl Viro3-22/+15
2016-10-03ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-10-03MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski1-4/+4
2016-10-03can: flexcan: fix resume functionFabio Estevam1-5/+8
2016-10-03drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-10-03fix iov_iter_fault_in_readable()Al Viro2-23/+3
2016-10-03USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-10-02fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-10-02avr32: fix copy_from_user()Al Viro3-4/+13
2016-10-02microblaze: fix __get_user()Al Viro1-1/+1
2016-10-02microblaze: fix copy_from_user()Al Viro1-3/+6
2016-10-02m32r: fix __get_user()Al Viro1-1/+1
2016-10-02blackfin: fix copy_from_user()Al Viro1-4/+5
2016-10-02sparc32: fix copy_from_user()Al Viro1-1/+3
2016-10-02sh: fix copy_from_user()Al Viro1-1/+4
2016-10-02sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-10-02score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-10-02score: fix __get_user/get_userAl Viro1-1/+4
2016-10-02s390: get_user() should zero on failureAl Viro1-4/+4
2016-10-02ppc32: fix copy_from_user()Al Viro1-19/+2
2016-10-02parisc: fix copy_from_user()Al Viro1-2/+4
2016-10-02openrisc: fix copy_from_user()Al Viro1-24/+11
2016-10-02nios2: fix __get_user()Al Viro1-2/+2
2016-10-02nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-10-02mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-10-02mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-10-02mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-10-02ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-10-02metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-10-02ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-11/+9
2016-10-02hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-10-02frv: fix clear_user()Al Viro1-3/+9