aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-05-28s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger
2014-05-28s390/facilities: remove extract-cpu-time facility checkHeiko Carstens
2014-05-27s390: require mvcos facility for z10 and newer machinesHeiko Carstens
2014-05-27s390/boot: fix boot of compressed kernel built with gcc 4.9Martin Schwidefsky
2014-05-27s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky
2014-05-27s390/oprofile: make return of 0 explicitJulia Lawall
2014-05-20s390/spinlock: refactor arch_spin_lock_wait[_flags]Martin Schwidefsky
2014-05-20s390/rwlock: add missing local_irq_restore callsMartin Schwidefsky
2014-05-20s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott
2014-05-20s390/spinlock: fix system hang with spin_retry <= 0Gerald Schaefer
2014-05-20s390/appldata: add slab.h for kzalloc/kfreeJeff Mahoney
2014-05-20s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens
2014-05-20s390/pci: add some new arch specific pci attributesSebastian Ott
2014-05-20s390/pci: use pdev->dev.groups for attribute creationSebastian Ott
2014-05-20s390/pci: use macro for attribute creationSebastian Ott
2014-05-20s390/pci: improve state check when processing hotplug eventsSebastian Ott
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky
2014-05-20s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu
2014-05-20s390: fix new ccwgroup.h kernel-doc warningRandy Dunlap
2014-05-20s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu
2014-05-20s390/cmma: remove "cmma disable" code in case of dump againHeiko Carstens
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann
2014-05-20s390/spinlock: cleanup spinlock codePhilipp Hachtmann
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-05-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2014-05-20Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-16arm64: fix pud_huge() for 2-level pagetablesMark Salter
2014-05-15parisc: Improve LWS-CAS performanceJohn David Anglin
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller
2014-05-14x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds
2014-05-15metag: Remove _STK_LIM_MAX overrideJames Hogan
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan
2014-05-15metag: fix memory barriersMikulas Patocka
2014-05-13x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-05-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-05-12arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini
2014-05-11x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin
2014-05-10Merge tag 'davinci-fixes-for-v3.15-rc4' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2014-05-10Merge tag 'sunxi-fixes-for-3.15' of https://github.com/mripard/linux into fixesOlof Johansson
2014-05-10Merge tag 'mvebu-dt-fixes-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson
2014-05-10ARM: dts: i.MX53: Fix ipu register space sizeSascha Hauer
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky