summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/oprofile: make return of 0 explicitJulia Lawall2014-05-271-10/+4
* s390/spinlock: refactor arch_spin_lock_wait[_flags]Martin Schwidefsky2014-05-201-34/+47
* s390/rwlock: add missing local_irq_restore callsMartin Schwidefsky2014-05-201-0/+2
* s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky2014-05-202-33/+46
* s390/cio: fix multiple structure definitionsSebastian Ott2014-05-207-26/+27
* s390/spinlock: fix system hang with spin_retry <= 0Gerald Schaefer2014-05-201-6/+8
* s390/appldata: add slab.h for kzalloc/kfreeJeff Mahoney2014-05-201-0/+1
* s390/uaccess: provide inline variants of get_user/put_userHeiko Carstens2014-05-201-0/+30
* s390/pci: add some new arch specific pci attributesSebastian Ott2014-05-204-3/+65
* s390/pci: use pdev->dev.groups for attribute creationSebastian Ott2014-05-203-40/+16
* s390/pci: use macro for attribute creationSebastian Ott2014-05-201-38/+17
* s390/pci: improve state check when processing hotplug eventsSebastian Ott2014-05-201-2/+3
* s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-2016-126/+173
* s390/uaccess: simplify control register updatesMartin Schwidefsky2014-05-208-43/+33
* s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu2014-05-202-12/+2
* s390: fix new ccwgroup.h kernel-doc warningRandy Dunlap2014-05-201-0/+2
* s390/zfcpdump: Update documentation in zfcpdump.txtMichael Holzheu2014-05-201-53/+18
* s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu2014-05-205-20/+11
* s390/cmma: remove "cmma disable" code in case of dump againHeiko Carstens2014-05-201-10/+0
* s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2014-05-205-10/+21
* s390/spinlock: cleanup spinlock codePhilipp Hachtmann2014-05-203-77/+82
* s390/mm: Convert bootmem to memblockPhilipp Hachtmann2014-05-2010-498/+270
* mm/memblock: add physical memory listPhilipp Hachtmann2014-05-203-0/+19
* mm/memblock: Do some refactoring, enhance APIPhilipp Hachtmann2014-05-202-85/+183
* Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-204-46/+65
|\
| * parisc: Improve LWS-CAS performanceJohn David Anglin2014-05-151-3/+9
| * parisc: ratelimit userspace segfault printingHelge Deller2014-05-153-43/+56
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-202-3/+11
|\ \
| * | arm64: fix pud_huge() for 2-level pagetablesMark Salter2014-05-161-0/+4
| * | arm64: use cpu_online_mask when using forced irq_set_affinitySudeep Holla2014-05-121-3/+7
* | | Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-2010-22/+33
|\ \ \
| * | | asm-generic: remove _STK_LIM_MAXJames Hogan2014-05-152-8/+1
| * | | metag: Remove _STK_LIM_MAX overrideJames Hogan2014-05-152-8/+1
| * | | parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-154-5/+23
| * | | metag: Reduce maximum stack size to 256MBJames Hogan2014-05-153-3/+7
| * | | metag: fix memory barriersMikulas Patocka2014-05-151-0/+3
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-207-29/+141
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2014-05-16' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-05-207-29/+141
| |\ \ \ \
| | * | | | drm/i915: Increase WM memory latency values on SNBVille Syrjälä2014-05-151-0/+40
| | * | | | drm/i915: restore backlight precision when converting from ACPIAaron Lu2014-05-151-4/+4
| | * | | | drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson2014-05-151-0/+9
| | * | | | drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula2014-05-151-1/+6
| | * | | | drm/i915/vlv: reset VLV media force wake request registerJani Nikula2014-05-091-0/+2
| | * | | | drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich2014-05-071-2/+2
| | * | | | drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula2014-05-071-7/+23
| | * | | | drm/i915: clean up VBT eDP link param decodingJani Nikula2014-05-071-14/+38
| | * | | | drm/i915: consider the source max DP lane count tooPaulo Zanoni2014-05-071-2/+18
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-205-5/+17
|\ \ \ \ \ \
| * | | | | | x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2014-05-152-1/+11
| * | | | | | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos2014-05-141-0/+1