aboutsummaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* defconfig: regen for 3.10.105Mister Oyster2017-04-111-24/+29
* metag: Only define atomic_dec_if_positive conditionallyGuenter Roeck2017-04-111-2/+1
* tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf2017-04-111-2/+2
* Fix potential infoleak in older kernelsLinus Torvalds2017-04-111-1/+1
* arc: don't leak bits of kernel stack into coredumpAl Viro2017-04-111-5/+6
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2017-04-111-11/+9
* ppc32: fix copy_from_user()Al Viro2017-04-111-19/+2
* sparc32: fix copy_from_user()Al Viro2017-04-111-1/+3
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2017-04-111-1/+3
* openrisc: fix the fix of copy_from_user()Guenter Roeck2017-04-111-1/+1
* openrisc: fix copy_from_user()Al Viro2017-04-111-24/+11
* parisc: fix copy_from_user()Al Viro2017-04-111-2/+5
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2017-04-111-1/+2
* alpha: fix copy_from_user()Al Viro2017-04-111-11/+8
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2017-04-111-0/+3
* hexagon: fix strncpy_from_user() error returnAl Viro2017-04-111-1/+2
* sh: fix copy_from_user()Al Viro2017-04-111-1/+4
* score: fix copy_from_user() and friendsAl Viro2017-04-111-21/+20
* blackfin: fix copy_from_user()Al Viro2017-04-111-4/+5
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2017-04-111-39/+32
* frv: fix clear_user()Al Viro2017-04-111-3/+9
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2017-04-111-2/+9
* s390: get_user() should zero on failureAl Viro2017-04-111-4/+4
* score: fix __get_user/get_userAl Viro2017-04-111-1/+4
* sh64: failing __get_user() should zeroAl Viro2017-04-111-0/+1
* m32r: fix __get_user()Al Viro2017-04-111-1/+1
* mn10300: failing __get_user() and get_user() should zeroAl Viro2017-04-111-0/+1
* microblaze: fix copy_from_user()Al Viro2017-04-111-3/+6
* microblaze: fix __get_user()Al Viro2017-04-111-1/+1
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2017-04-111-2/+9
* avr32: off by one in at32_init_pio()Dan Carpenter2017-04-111-1/+1
* avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2017-04-111-2/+2
* avr32: fix copy_from_user()Al Viro2017-04-113-4/+13
* powerpc/nvram: Fix an incorrect partition mergePan Xinhui2017-04-111-3/+3
* powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2017-04-111-1/+1
* powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan2017-04-111-2/+2
* powerpc/vdso64: Use double word compare on pointersAnton Blanchard2017-04-112-2/+2
* powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras2017-04-111-1/+6
* MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2017-04-111-1/+1
* MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2017-04-111-1/+7
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2017-04-111-2/+4
* arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon2017-04-111-0/+10
* arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2017-04-112-0/+3
* arm64: avoid returning from bad_modeMark Rutland2017-04-112-5/+22
* ARM: sa1111: fix pcmcia suspend/resumeRussell King2017-04-111-9/+13
* ARM: sa1100: clear reset status prior to rebootRussell King2017-04-111-0/+2
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2017-04-111-1/+1
* ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy2017-04-111-3/+11
* x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2017-04-111-5/+1
* x86/build: Build compressed x86 kernels as PIEH.J. Lu2017-04-113-1/+49