summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins15-113/+179
2017-06-05MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann1-1/+0
2017-06-05MIPS: OCTEON: Fix copy_from_user fault handling for large buffersJames Cowgill1-8/+12
2017-06-05MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2017-06-05powerpc/xmon: Fix data-breakpointRavi Bangoria1-1/+3
2017-06-05x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-06-05MIPS: 'make -s' should be silentArnd Bergmann1-2/+2
2017-03-16Revert "KVM: x86: expose MSR_TSC_AUX to userspace"Ben Hutchings1-16/+1
2017-03-16ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-16parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2017-03-16powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard1-3/+3
2017-03-16powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin1-0/+7
2017-03-16ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2-0/+19
2017-03-16x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba1-1/+1
2017-03-16sparc: leon: Fix a retry loop in leon_init_timers()Dan Carpenter1-28/+28
2017-03-16powerpc/ps3: Fix system hang with GCC 5 buildsGeoff Levand2-12/+1
2017-03-16powerpc/ibmebus: Fix further device reference leaksJohan Hovold1-2/+6
2017-03-16powerpc/ibmebus: Fix device reference leaks in sysfs interfaceJohan Hovold1-2/+6
2017-03-16cris: Only build flash rescue image if CONFIG_ETRAX_AXISFLASHMAP is selectedGuenter Roeck1-0/+8
2017-02-26kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson1-6/+5
2017-02-23Fix potential infoleak in older kernelsLinus Torvalds1-5/+5
2017-02-23ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King1-2/+2
2017-02-23KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
2017-02-23KVM: Disable irq while unregistering user notifierIgnacio Alvarado1-2/+11
2017-02-23parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2017-02-23KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv1-1/+3
2017-02-23powerpc: Convert cmp to cmpd in idle enter sequenceSegher Boessenkool1-1/+1
2017-02-23powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras1-1/+1
2017-02-23powerpc/vdso64: Use double word compare on pointersAnton Blanchard2-2/+2
2017-02-23powerpc/nvram: Fix an incorrect partition mergePan Xinhui1-3/+3
2016-11-20openrisc: fix the fix of copy_from_user()Guenter Roeck1-1/+1
2016-11-20avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-11-20avr32: fix copy_from_user()Al Viro3-4/+13
2016-11-20microblaze: fix __get_user()Al Viro1-1/+1
2016-11-20microblaze: fix copy_from_user()Al Viro1-3/+6
2016-11-20m32r: fix __get_user()Al Viro1-1/+1
2016-11-20blackfin: fix copy_from_user()Al Viro1-4/+5
2016-11-20sparc32: fix copy_from_user()Al Viro1-1/+3
2016-11-20sh: fix copy_from_user()Al Viro1-1/+4
2016-11-20sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-11-20score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-11-20score: fix __get_user/get_userAl Viro1-1/+4
2016-11-20s390: get_user() should zero on failureAl Viro1-4/+4
2016-11-20ppc32: fix copy_from_user()Al Viro1-19/+2
2016-11-20parisc: fix copy_from_user()Al Viro1-2/+5
2016-11-20openrisc: fix copy_from_user()Al Viro1-24/+11
2016-11-20mn10300: copy_from_user() should zero on access_ok() failure...Al Viro1-1/+4
2016-11-20mn10300: failing __get_user() and get_user() should zeroAl Viro1-0/+1
2016-11-20ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-11/+9
2016-11-20hexagon: fix strncpy_from_user() error returnAl Viro1-1/+2