summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-22x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-22perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+2
2017-04-18powerpc: Emulation support for load/store instructions on LERavi Bangoria1-20/+0
2017-04-18MIPS: DEC: Avoid la pseudo-instruction in delay slotsRalf Baechle1-2/+38
2017-04-18MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann1-1/+1
2017-04-18MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann1-1/+0
2017-04-18KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank1-1/+18
2017-04-18s390: use correct input data address for setup_randomnessHeiko Carstens1-1/+1
2017-04-18s390: make setup_randomness workHeiko Carstens1-3/+3
2017-04-18s390: TASK_SIZE for kernel threadsMartin Schwidefsky1-1/+2
2017-04-18crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2017-04-18xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov1-2/+2
2017-04-18KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank1-0/+3
2017-04-18ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann1-1/+1
2017-04-18Fix potential infoleak in older kernelsLinus Torvalds1-5/+5
2017-02-08x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar1-6/+5
2017-02-08x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2017-01-15arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall1-2/+1
2017-01-15powerpc/ps3: Fix system hang with GCC 5 buildsGeoff Levand2-12/+1
2017-01-15KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras5-0/+13
2016-12-23x86/kexec: add -fno-PIESebastian Andrzej Siewior1-0/+1
2016-12-23x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-12-23ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros1-1/+1
2016-11-24parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-11-24KVM: MIPS: Make ERET handle ERL before EXLJames Hogan1-4/+4
2016-11-24powerpc: Convert cmp to cmpd in idle enter sequenceSasha Levin1-1/+1
2016-11-24powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat1-0/+2
2016-10-22x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2016-10-10openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-10-10ARM: orion: convert the irq_reg_{readl,writel} calls to the new APIGregory CLEMENT1-4/+4
2016-10-10avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-10-10hexagon: Fix build failures in linux-nextGuenter Roeck5-22/+31
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