summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-30nouveau: fix nv40_perfctr_next() cleanup regressionArnd Bergmann1-2/+4
2016-09-30Staging: iio: adc: fix indent on break statementColin Ian King1-1/+1
2016-09-30iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2016-09-30ath9k: fix misleading indentationArnd Bergmann1-2/+2
2016-09-30am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann1-1/+1
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2-2/+4
2016-09-30net: caif: fix misleading indentationArnd Bergmann1-1/+1
2016-09-30Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2-1/+4
2016-09-30Disable "frame-address" warningLinus Torvalds1-0/+1
2016-09-30Disable "maybe-uninitialized" warning globallyLinus Torvalds1-3/+4
2016-09-30gcov: disable -Wmaybe-uninitialized warningArnd Bergmann1-1/+1
2016-09-30Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHESArnd Bergmann1-1/+5
2016-09-30kbuild: forbid kernel directory to contain spaces and colonsRobert Jarzmik1-0/+4
2016-09-30tools: Support relative directory path for 'O='Josh Poimboeuf1-2/+2
2016-09-30Makefile: revert "Makefile: Document ability to make file.lst and file.S" par...Wang YanQing1-1/+1
2016-09-30kbuild: Do not run modules_install and install in paralelMichal Marek1-0/+6
2016-09-30ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-30ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-09-30crypto: echainiv - Replace chaining with multiplicationHerbert Xu1-91/+24
2016-09-30crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-09-30crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-30crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-30tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-30ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-30reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-09-30Fix build warning in kernel/cpuset.cArnd Bergmann1-1/+1
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz3-24/+23
2016-09-24Linux 4.4.22v4.4.22Greg Kroah-Hartman1-1/+1
2016-09-24openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-09-24avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-09-24ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-11/+9
2016-09-24genirq/msi: Fix broken debug outputThomas Gleixner1-0/+1
2016-09-24ppc32: fix copy_from_user()Al Viro1-19/+2
2016-09-24sparc32: fix copy_from_user()Al Viro1-1/+3
2016-09-24mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-09-24nios2: copy_from_user() should zero the tail of destinationAl Viro1-3/+6
2016-09-24openrisc: fix copy_from_user()Al Viro1-24/+11
2016-09-24parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-24metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-09-24alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-24asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-09-24mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-09-24hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-09-24sh: fix copy_from_user()Al Viro1-1/+4
2016-09-24score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-24blackfin: fix copy_from_user()Al Viro1-4/+5
2016-09-24cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32