summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/process: free vx save area when releasing tasksHendrik Brueckner2015-02-101-0/+8
* s390/hypfs: Eliminate hypfs intervalMichael Holzheu2015-02-102-40/+12
* s390/hypfs: Add diagnose 0c supportMichael Holzheu2015-02-105-4/+184
* s390/cacheinfo: don't use smp_processor_id() in preemptible contextHeiko Carstens2015-02-101-2/+5
* s390/smp: increase maximum value of NR_CPUS to 512Heiko Carstens2015-01-301-3/+3
* s390/jump label: use different nop instructionHeiko Carstens2015-01-292-7/+19
* s390/jump label: add sanity checksHeiko Carstens2015-01-291-14/+42
* s390/mm: correct missing space when reporting user process faultsHendrik Brueckner2015-01-291-1/+1
* s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-297-5/+45
* s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2015-01-292-5/+10
* s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky2015-01-233-7/+66
* s390: update default configurationMartin Schwidefsky2015-01-225-7/+5
* s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle2015-01-221-1/+1
* s390: add SMT supportMartin Schwidefsky2015-01-2216-107/+390
* s390: avoid z13 cache aliasingMartin Schwidefsky2015-01-225-18/+155
* s390: add z13 code generation supportMartin Schwidefsky2015-01-224-1/+26
* s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla2015-01-081-296/+92
* s390/crypto: remove 'const' to avoid compiler warningsChen Gang2015-01-081-2/+2
* s390: remove unnecessary KERN_CONTJoe Perches2015-01-081-1/+1
* s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens2015-01-081-1/+2
* s390/sclp: fix declaration of _sclp_print_early()Chen Gang2015-01-082-2/+3
* s390: keep Kconfig sortedHeiko Carstens2015-01-081-1/+1
* s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens2015-01-081-1/+3
* s390/pgtable: add unsigned long castsHeiko Carstens2015-01-081-3/+3
* s390/disassembler: remove indentical initializerHeiko Carstens2015-01-081-1/+0
* s390/pci: add missing address space annotationHeiko Carstens2015-01-081-2/+2
* s390/ftrace: add code replacement sanity checksHeiko Carstens2015-01-081-46/+49
* s390/mm: avoid using pmd_to_page for !USE_SPLIT_PMD_PTLOCKSMartin Schwidefsky2015-01-081-2/+3
* s390/timex: fix get_tod_clock_ext() inline assemblyChen Gang2015-01-072-5/+7
* s390: wire up execveat syscallHeiko Carstens2014-12-182-1/+3
* s390/kernel: use stnsm 255 instead of stosm 0Christian Borntraeger2014-12-181-1/+1
* s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger2014-12-181-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-1/+1
|\
| * groups: Consolidate the setgroups permission checksEric W. Biederman2014-12-061-1/+1
* | x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds2014-12-171-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-12-172-0/+91
|\ \
| * \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2014-12-092-0/+91
| |\ \
| | * | ARM: tegra: Add thermal trip points for Jetson TK1Mikko Perttunen2014-11-201-0/+44
| | * | ARM: tegra: Add soctherm and thermal zones to Tegra124 device treeMikko Perttunen2014-11-201-0/+47
* | | | Merge tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-12-173-5/+48
|\ \ \ \
| * | | | microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen2014-12-173-5/+48
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-10/+0
|\ \ \ \ \
| * | | | | make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-111-10/+0
* | | | | | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-163-14/+85
|\ \ \ \ \ \
| * | | | | | arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon2014-12-012-14/+81
| * | | | | | arm: call iommu_init before of_platform_populateWill Deacon2014-12-011-0/+2
| * | | | | | dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-011-1/+3
| * | | | | | dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-011-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'dt2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-1613-29/+267
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'tegra-for-3.19-dt' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2014-12-0410-61/+71
| |\ \ \ \ \ \