aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13s390/ipl: rename diagnose enumsHeiko Carstens2-13/+13
2016-06-13s390/ipl: use load normal for LPAR re-iplHeiko Carstens1-1/+4
2016-06-13s390: avoid extable collisionsHeiko Carstens5-5/+5
2016-06-13s390/uaccess: use __builtin_expect for get_user/put_userHeiko Carstens1-2/+2
2016-06-13s390/uaccess: fix whitespace damageHeiko Carstens1-3/+3
2016-06-13s390/pci: ensure to not cross a dma segment boundarySebastian Ott1-1/+2
2016-06-13s390/pci: ensure page aligned dma start addressSebastian Ott1-0/+1
2016-06-13s390: use SPARSE_IRQSebastian Ott3-18/+7
2016-06-13s390: use __section macro everywhereHeiko Carstens3-5/+5
2016-06-13s390: add proper __ro_after_init supportHeiko Carstens5-11/+19
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky6-48/+28
2016-06-13s390/mm: fix vunmap vs finish_arch_post_lock_switchMartin Schwidefsky1-2/+18
2016-06-13s390/time: remove ETR supportMartin Schwidefsky5-1229/+55
2016-06-13s390/time: add leap seconds to initial system timeMartin Schwidefsky2-2/+33
2016-06-13s390/time: LPAR offset handlingMartin Schwidefsky3-9/+53
2016-06-13s390/time: move PTFF definitionsMartin Schwidefsky2-32/+33
2016-06-13s390/time: STP sync clock correctionMartin Schwidefsky2-7/+6
2016-06-13s390/kexec: fix crash on resize of reserved memoryHeiko Carstens2-23/+25
2016-06-13s390/kexec: fix update of os_info crash kernel sizeHeiko Carstens1-6/+14
2016-06-13s390/mm: align swapper_pg_dir to 16kHeiko Carstens3-3/+10
2016-06-13s390: dump_stack: fill in arch descriptionChristian Borntraeger1-0/+21
2016-06-13s390: use canonical include guard styleDaniel van Gerpen1-1/+1
2016-06-13s390/cpuinfo: show dynamic and static cpu mhzHeiko Carstens4-12/+68
2016-06-13s390/cpuinfo: print cache info and all single cpu lines on first iterationHeiko Carstens1-28/+34
2016-06-13s390: add explicit <linux/stringify.h> for jump labelJason Baron1-0/+1
2016-06-13s390/pgtable: add mapping statisticsHeiko Carstens3-0/+53
2016-06-13s390/vmem: simplify vmem code for read-only mappingsHeiko Carstens1-28/+9
2016-06-13s390/pageattr: allow kernel page table splittingHeiko Carstens3-33/+250
2016-06-13s390/pgtable: make pmd and pud helper functions availableHeiko Carstens1-14/+63
2016-06-13s390/mm: always use PAGE_KERNEL when mapping pagesHeiko Carstens1-1/+1
2016-06-13s390/vmem: make use of pte_clear()Heiko Carstens1-3/+1
2016-06-13s390/pgtable: get rid of _REGION3_ENTRY_ROHeiko Carstens2-3/+1
2016-06-13s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNELHeiko Carstens2-10/+46
2016-06-13s390/vmem: align segment and region tables to 16kHeiko Carstens1-1/+3
2016-06-13s390/pgtable: introduce and use generic csp inline asmHeiko Carstens2-20/+19
2016-06-13KVM: s390/mm: Fix CMMA reset during rebootChristian Borntraeger1-1/+1
2016-06-10Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-11/+15
2016-06-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2016-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-15/+86
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+1
2016-06-10x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang1-1/+1
2016-06-10x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski1-10/+10
2016-06-10powerpc/nohash: Fix build break with 64K pagesMichael Ellerman1-1/+1
2016-06-09Merge tag 'arc-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds35-415/+30
2016-06-08x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov1-2/+2
2016-06-08x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen1-0/+68
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V1-1/+5
2016-06-08powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V1-4/+4
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1