aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-07parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsGravatar Helge Deller 2-1/+9
2016-10-07parisc: Drop bootmem and switch to memblockGravatar Helge Deller 3-66/+64
2016-10-06parisc: Add hardened usercopy featureGravatar Helge Deller 3-19/+41
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeGravatar Helge Deller 8-80/+121
2016-10-05parisc: Move hpmc stack into page aligned bss sectionGravatar Helge Deller 1-4/+8
2016-09-25parisc: Fix self-detected CPU stall warnings on Mako machinesGravatar Helge Deller 1-6/+0
2016-09-24parisc: Report trap type as human readable stringGravatar Helge Deller 1-1/+47
2016-09-20parisc: Update comment regarding implementation of copy_user_page_asmGravatar John David Anglin 1-5/+11
2016-09-20parisc: Use kmalloc_array() in add_system_map_addresses()Gravatar Markus Elfring 1-1/+1
2016-09-20parisc: Check return value of smp_boot_one_cpu()Gravatar Helge Deller 1-2/+2
2016-09-20parisc: Drop BROKEN_RODATA config optionGravatar Helge Deller 1-1/+0
2016-09-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-2/+2
2016-09-18Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-15/+26
2016-09-18openrisc: fix the fix of copy_from_user()Gravatar Guenter Roeck 1-1/+1
2016-09-18avr32: fix 'undefined reference to `___copy_from_user'Gravatar Guenter Roeck 1-2/+2
2016-09-17Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-9/+29
2016-09-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 24-93/+101
2016-09-16Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 6-17/+38
2016-09-16Merge tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-0/+6
2016-09-16perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Gravatar Matt Fleming 2-4/+4
2016-09-16perf/x86/intel/pt: Do validate the size of a kernel address filterGravatar Alexander Shishkin 1-2/+7
2016-09-16perf/x86/intel/pt: Fix kernel address filter's offset validationGravatar Alexander Shishkin 1-1/+6
2016-09-16perf/x86/intel/pt: Fix an off-by-one in address filter configurationGravatar Alexander Shishkin 1-2/+2
2016-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+5
2016-09-15fix minor infoleak in get_user_ex()Gravatar Al Viro 1-1/+5
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC stateGravatar Paolo Bonzini 1-3/+5
2016-09-15ARM: keystone: defconfig: Fix USB configurationGravatar Roger Quadros 1-0/+1
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingGravatar Alexander Shishkin 1-7/+8
2016-09-15powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALGravatar Michael Ellerman 1-2/+2
2016-09-15powerpc/powernv: Detach from PE on releasing PCI deviceGravatar Gavin Shan 1-0/+10
2016-09-14Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+13
2016-09-14Merge branch 'dt/irq-fix' into fixesGravatar Arnd Bergmann 11-44/+44
2016-09-14arm64: dts: Fix broken architected timer interrupt triggerGravatar Marc Zyngier 11-44/+44
2016-09-14ARM: multi_v7_defconfig: update XILINX_VDMAGravatar Fabian Frederick 1-1/+1
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 25-163/+166
2016-09-14Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+3
2016-09-14arm/xen: fix SMP guests bootGravatar Vitaly Kuznetsov 1-4/+3
2016-09-14powerpc/powernv: Fix the state of root PEGravatar Gavin Shan 1-1/+11
2016-09-13avr32: fix copy_from_user()Gravatar Al Viro 3-4/+13
2016-09-13microblaze: fix __get_user()Gravatar Al Viro 1-1/+1
2016-09-13microblaze: fix copy_from_user()Gravatar Al Viro 1-3/+6
2016-09-13m32r: fix __get_user()Gravatar Al Viro 1-1/+1
2016-09-13blackfin: fix copy_from_user()Gravatar Al Viro 1-4/+5
2016-09-13sparc32: fix copy_from_user()Gravatar Al Viro 1-1/+3
2016-09-13sh: fix copy_from_user()Gravatar Al Viro 1-1/+4
2016-09-13sh64: failing __get_user() should zeroGravatar Al Viro 1-0/+1
2016-09-13score: fix copy_from_user() and friendsGravatar Al Viro 1-21/+20
2016-09-13score: fix __get_user/get_userGravatar Al Viro 1-1/+4
2016-09-13s390: get_user() should zero on failureGravatar Al Viro 1-4/+4