aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.7.5v4.7.5Greg Kroah-Hartman2016-09-241-1/+1
* openrisc: fix the fix of copy_from_user()Guenter Roeck2016-09-241-1/+1
* avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2016-09-241-2/+2
* Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-09-243-3/+6
* genirq/msi: Fix broken debug outputThomas Gleixner2016-09-241-0/+1
* iwlegacy: avoid warning about missing bracesArnd Bergmann2016-09-241-1/+2
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-241-11/+9
* ppc32: fix copy_from_user()Al Viro2016-09-241-19/+2
* sparc32: fix copy_from_user()Al Viro2016-09-241-1/+3
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-09-241-1/+3
* nios2: copy_from_user() should zero the tail of destinationAl Viro2016-09-241-3/+6
* openrisc: fix copy_from_user()Al Viro2016-09-241-24/+11
* parisc: fix copy_from_user()Al Viro2016-09-241-2/+4
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-241-1/+2
* alpha: fix copy_from_user()Al Viro2016-09-241-11/+8
* asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-241-4/+6
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-241-0/+3
* hexagon: fix strncpy_from_user() error returnAl Viro2016-09-241-1/+2
* sh: cmpxchg: fix a bit shift bug in big_endian osPan Xinhui2016-09-241-1/+1
* sh: fix copy_from_user()Al Viro2016-09-241-1/+4
* score: fix copy_from_user() and friendsAl Viro2016-09-241-21/+20
* blackfin: fix copy_from_user()Al Viro2016-09-241-4/+5
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-09-241-39/+32
* frv: fix clear_user()Al Viro2016-09-241-3/+9
* asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-241-3/+7
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-09-241-2/+9
* s390: get_user() should zero on failureAl Viro2016-09-241-4/+4
* score: fix __get_user/get_userAl Viro2016-09-241-1/+4
* nios2: fix __get_user()Al Viro2016-09-241-2/+2
* sh64: failing __get_user() should zeroAl Viro2016-09-241-0/+1
* m32r: fix __get_user()Al Viro2016-09-241-1/+1
* mn10300: failing __get_user() and get_user() should zeroAl Viro2016-09-241-0/+1
* fix minor infoleak in get_user_ex()Al Viro2016-09-241-1/+5
* microblaze: fix copy_from_user()Al Viro2016-09-241-3/+6
* avr32: fix copy_from_user()Al Viro2016-09-243-4/+13
* microblaze: fix __get_user()Al Viro2016-09-241-1/+1
* fix iov_iter_fault_in_readable()Al Viro2016-09-242-23/+3
* irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon2016-09-242-4/+6
* genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon2016-09-241-0/+10
* mmc: sdhci-st: Handle interconnect clockLee Jones2016-09-241-1/+14
* svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever2016-09-241-2/+3
* drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen2016-09-241-0/+4
* drm/i915: Ignore OpRegion panel type except on select machinesVille Syrjälä2016-09-241-0/+27
* drm: atmel-hlcdc: Fix vertical scalingJan Leupold2016-09-241-5/+5
* kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-242-0/+10
* mpssd: fix buffer overflow warningMike Danese2016-09-241-2/+2
* powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy2016-09-241-3/+4
* powerpc/32: Fix csum_partial_copy_generic()Christophe Leroy2016-09-241-3/+4
* x86/efi: Use efi_exit_boot_services()Jeffrey Hugo2016-09-241-69/+67
* efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-241-10/+27