summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2017-02-231-1/+1
* mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2017-02-234-1/+33
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2017-02-234-3/+26
* powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2017-02-231-1/+1
* powerpc/pseries: Fix stack corruption in htpe codeLaurent Dufour2017-02-231-2/+2
* metag: Only define atomic_dec_if_positive conditionallyGuenter Roeck2017-02-231-2/+1
* powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan2017-02-231-2/+2
* powerpc/vdso64: Use double word compare on pointersAnton Blanchard2017-02-232-2/+2
* KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2017-02-232-0/+3
* KVM: PPC: BookE: Fix a sanity checkDan Carpenter2017-02-231-1/+1
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2017-02-236-11/+18
* powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2017-02-232-0/+13
* powerpc/nvram: Fix an incorrect partition mergePan Xinhui2017-02-231-3/+3
* ARM: dts: exynos: Fix mismatched value for SD4 pull up/down configuration on ...Krzysztof Kozlowski2017-02-231-1/+1
* arc: don't leak bits of kernel stack into coredumpAl Viro2017-02-231-3/+4
* ARM: pxa: fix GPIO double shiftsRobert Jarzmik2017-02-234-17/+9
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2017-02-231-2/+4
* x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf2017-02-231-2/+2
* KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan2016-11-201-8/+53
* ARC: use ASL assembler mnemonicVineet Gupta2016-11-201-3/+3
* arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose2016-11-201-6/+15
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-11-201-1/+1
* MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2016-11-201-1/+7
* ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-11-201-1/+1
* openrisc: fix the fix of copy_from_user()Guenter Roeck2016-11-201-1/+1
* avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2016-11-201-2/+2
* perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2016-11-201-2/+2
* avr32: fix copy_from_user()Al Viro2016-11-203-4/+13
* microblaze: fix __get_user()Al Viro2016-11-201-1/+1
* microblaze: fix copy_from_user()Al Viro2016-11-201-3/+6
* m32r: fix __get_user()Al Viro2016-11-201-1/+1
* blackfin: fix copy_from_user()Al Viro2016-11-201-4/+5
* sparc32: fix copy_from_user()Al Viro2016-11-201-1/+3
* sh: fix copy_from_user()Al Viro2016-11-201-1/+4
* sh64: failing __get_user() should zeroAl Viro2016-11-201-0/+1
* score: fix copy_from_user() and friendsAl Viro2016-11-201-21/+20
* score: fix __get_user/get_userAl Viro2016-11-201-1/+4
* s390: get_user() should zero on failureAl Viro2016-11-201-4/+4
* ppc32: fix copy_from_user()Al Viro2016-11-201-19/+2
* parisc: fix copy_from_user()Al Viro2016-11-201-2/+5
* openrisc: fix copy_from_user()Al Viro2016-11-201-24/+11
* mn10300: copy_from_user() should zero on access_ok() failure...Al Viro2016-11-201-1/+3
* mn10300: failing __get_user() and get_user() should zeroAl Viro2016-11-201-0/+1
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-11-201-0/+3
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-11-201-2/+9
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-11-201-1/+2
* ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-11-201-11/+9
* hexagon: fix strncpy_from_user() error returnAl Viro2016-11-201-1/+2
* frv: fix clear_user()Al Viro2016-11-201-3/+9
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-11-201-39/+32