summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-46/+65
2014-05-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+11
2014-05-20Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-11/+14
2014-05-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+13
2014-05-16arm64: fix pud_huge() for 2-level pagetablesMark Salter1-0/+4
2014-05-15parisc: Improve LWS-CAS performanceJohn David Anglin1-3/+9
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller3-43/+56
2014-05-14x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2-1/+11
2014-05-15metag: Remove _STK_LIM_MAX overrideJames Hogan2-8/+1
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller3-5/+8
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan2-0/+4
2014-05-15metag: fix memory barriersMikulas Patocka1-0/+3
2014-05-13x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos1-0/+1
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-1/+1
2014-05-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds35-178/+170
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla1-3/+7
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini1-0/+1
2014-05-11x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin1-0/+1
2014-05-10Merge tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux...Olof Johansson2-34/+16
2014-05-10Merge tag 'sunxi-fixes-for-3.15' of https://github.com/mripard/linux into fixesOlof Johansson2-4/+12
2014-05-10Merge tag 'mvebu-dt-fixes-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson2-16/+20
2014-05-10ARM: dts: i.MX53: Fix ipu register space sizeSascha Hauer1-1/+1
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-59/+132
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund1-1/+1
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang2-1/+2
2014-05-07x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin1-0/+1
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner1-0/+10
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds12-107/+148
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen18-34/+34
2014-05-05Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds23-167/+691
2014-05-05x86, build: Don't get confused by local symbolsH. Peter Anvin1-2/+2
2014-05-05xtensa: ISS: don't depend on CONFIG_TTYMax Filippov2-2/+2
2014-05-04Merge tag 'mvebu-dt-fixes-3.15' of git://git.infradead.org/linux-mvebu into f...Olof Johansson6-12/+13
2014-05-04Merge tag 'mvebu-fixes-3.15' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-1/+1
2014-05-04Merge tag 'omap-for-v3.15/fixes-gpmc' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson14-102/+99
2014-05-05ARM: dts: kirkwood: fix mislocated pcie-controller nodesSebastian Hesselbarth2-16/+20
2014-05-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-7/+42
2014-05-04Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-19/+64
2014-05-03sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller1-3/+6
2014-05-03sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller1-15/+31
2014-05-03sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller4-10/+10
2014-05-03sparc64: Fix range check in kern_addr_valid().David S. Miller1-1/+1
2014-05-03sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2014-05-03sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-05-03sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller1-4/+4
2014-05-03sparc64: Fix hex values in comment above pte_modify().David S. Miller1-2/+2
2014-05-03sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2-2/+2