summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/ipl: cleanup macro usageSebastian Ott2015-03-251-19/+11
* s390/ipl: cleanup shutdown_action attributesSebastian Ott2015-03-251-31/+20
* s390/ipl: cleanup bin attr usageSebastian Ott2015-03-251-56/+18
* s390/uprobes: fix address space annotationHeiko Carstens2015-03-251-1/+3
* s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
* s390: make couple of functions and variables staticHeiko Carstens2015-03-252-2/+2
* s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20
* s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-255-18/+28
* s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
* s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens2015-03-252-8/+3
* s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens2015-03-251-6/+1
* s390: remove 31 bit syscallsHeiko Carstens2015-03-252-361/+361
* s390: remove "64" suffix from a couple of filesHeiko Carstens2015-03-256-7/+7
* s390: remove 31 bit supportHeiko Carstens2015-03-2585-5883/+169
* s390/smp: reenable smt after resumeHeiko Carstens2015-03-251-0/+11
* s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky2015-03-131-1/+1
* s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens2015-03-131-16/+45
* s390/cpum_sf: add diagnostic sampling event only if it is authorizedHendrik Brueckner2015-03-131-2/+5
* arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMUChen Gang2015-03-131-0/+5
* Merge tag 'microblaze-4.0-rc4' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2015-03-121-3/+4
|\
| * microblaze: Fix syscall error recovery for invalid syscall IDsJamie Garside2015-03-041-1/+2
| * microblaze: Coding style cleanupMichal Simek2015-03-041-2/+2
* | Merge tag 'nios2-fix-4.0-rc4' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds2015-03-127-89/+62
|\ \
| * | nios2: update pt_regsChung-Ling Tang2015-03-127-89/+62
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-104-45/+40
|\ \ \
| * \ \ Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke...Marcelo Tosatti2015-03-054-45/+40
| |\ \ \
| | * | | KVM: s390: non-LPAR case obsolete during facilities mask initMichael Mueller2015-03-041-16/+1
| | * | | KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-044-22/+25
| | * | | KVM: s390: fix in memory copy of facility listsMichael Mueller2015-03-041-2/+2
| | * | | KVM: s390/cpacf: Fix kernel bug under z/VMChristian Borntraeger2015-03-041-3/+6
| | * | | KVM: s390/cpacf: Enable key wrapping by defaultTony Krowiak2015-03-031-3/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-107-37/+36
|\ \ \ \ \
| * | | | | s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky2015-03-021-1/+1
| * | | | | s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens2015-03-021-1/+1
| * | | | | s390/pci: unify pci_iomap symbol exportsSebastian Ott2015-02-271-2/+2
| * | | | | s390/pci: fix [un]map_resources sequenceSebastian Ott2015-02-271-10/+14
| * | | | | s390: let the compiler do page clearingChristian Borntraeger2015-02-261-10/+1
| * | | | | s390/pci: fix possible information leak in mmio syscallSebastian Ott2015-02-261-9/+8
| * | | | | s390/jump label: improve and fix sanity checkHeiko Carstens2015-02-261-4/+8
| * | | | | s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens2015-02-261-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-105-6/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ARM: fix typos in smc91x platform dataArnd Bergmann2015-03-054-4/+5
| * | | | | dtb: change binding name to match with newer firmware DTIyappan Subramanian2015-03-041-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-071-1/+4
|\ \ \ \ \
| * | | | | arm64: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-061-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-061-3/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-resources'Rafael J. Wysocki2015-03-051-3/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/PCI/ACPI: Ignore resources consumed by host bridge itselfJiang Liu2015-03-041-3/+8
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-053-22/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-051-17/+11