summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-06fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-10-06avr32: fix copy_from_user()Al Viro3-4/+13
2016-10-06microblaze: fix __get_user()Al Viro1-1/+1
2016-10-06microblaze: fix copy_from_user()Al Viro1-3/+6
2016-10-06m32r: fix __get_user()Al Viro1-1/+1
2016-10-06blackfin: fix copy_from_user()Al Viro1-4/+5
2016-10-06sparc32: fix copy_from_user()Al Viro1-1/+3
2016-10-06sh: fix copy_from_user()Al Viro1-1/+4
2016-10-06sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-10-06score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-10-06score: fix __get_user/get_userAl Viro1-1/+4
2016-10-06s390: get_user() should zero on failureAl Viro1-4/+4
2016-10-06ppc32: fix copy_from_user()Al Viro1-19/+2
2016-10-06parisc: fix copy_from_user()Al Viro1-2/+4
2016-10-06openrisc: fix copy_from_user()Al Viro1-24/+11
2016-10-06mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+3
2016-10-06mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-10-06mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-10-06ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-10-06metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2016-10-06ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-11/+9
2016-10-06hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2
2016-10-06frv: fix clear_user()Al Viro1-3/+9
2016-10-06MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-10-06MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-10-06crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-10-06arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-10-06kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2-2/+1
2016-10-06powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2016-10-04ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sxAnson Huang1-1/+1
2016-10-04ARM: kirkwood: ib62x0: fix size of u-boot environment partitionSimon Baatz1-1/+1
2016-10-04ARM: OMAP3: hwmod data: Add sysc information for DSISebastian Reichel1-0/+12
2016-09-18MIPS: KVM: Check for pfn noslot caseJames Hogan1-1/+1
2016-09-16Revert "ARC: mm: don't loose PTE_SPECIAL in pte_modify()"Sasha Levin1-1/+1
2016-09-16x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai1-0/+12
2016-09-16x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt1-2/+2
2016-09-11[PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()Al Viro1-36/+37
2016-09-01parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-09-01ARC: export __udivdi3 for modulesVineet Gupta1-0/+2
2016-09-01ARC: Support syscall ABI v4Vineet Gupta3-5/+14
2016-09-01ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana1-2/+2
2016-09-01ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta2-7/+12
2016-09-01ARC: Elide redundant setup of DMA callbacksSasha Levin1-0/+9
2016-09-01ARC: Call trace_hardirqs_on() before enabling irqsSasha Levin1-1/+1
2016-08-23powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan1-1/+1
2016-08-22perf/x86: Fix undefined shift on 32-bit kernelsAndrey Ryabinin1-1/+1
2016-08-22powerpc/pseries: Fix PCI config address for DDWGavin Shan1-2/+2
2016-08-22powerpc/iommu: Remove the dependency on EEH struct in DDW mechanismGuilherme G. Piccoli1-12/+12
2016-08-22metag: Fix __cmpxchg_u32 asm constraint for CMPJames Hogan1-1/+1
2016-08-22x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceSasha Levin1-1/+1