summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fix Haswell precise store data source encodingStephane Eranian2014-05-191-3/+19
* Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-07183-882/+1859
|\
| * perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng2014-05-071-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-05-0612-107/+148
| |\
| | * sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller2014-05-031-3/+6
| | * sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller2014-05-031-15/+31
| | * sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller2014-05-034-10/+10
| | * sparc64: Fix range check in kern_addr_valid().David S. Miller2014-05-031-1/+1
| | * sparc64: Fix top-level fault handling bugs.David S. Miller2014-05-031-30/+52
| | * sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller2014-05-031-3/+9
| | * sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller2014-05-031-4/+4
| | * sparc64: Fix hex values in comment above pte_modify().David S. Miller2014-05-031-2/+2
| | * sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2014-05-032-2/+2
| | * sparc64: Fix huge PMD invalidation.David S. Miller2014-05-033-15/+17
| | * sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller2014-05-031-6/+9
| | * sparc64: Normalize NMI watchdog logging and behavior.David S. Miller2014-05-031-16/+5
| | * sparc64: Make itc_sync_lock rawKirill Tkhai2014-05-021-3/+3
| | * sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller2014-05-021-1/+1
| * | Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-05-0523-167/+691
| |\ \
| | * | xtensa: ISS: don't depend on CONFIG_TTYMax Filippov2014-05-052-2/+2
| | * | xtensa: xt2000: drop redundant sysmem initializationMax Filippov2014-04-101-11/+1
| | * | xtensa: add support for KC705Max Filippov2014-04-062-0/+39
| | * | xtensa: xtfpga: introduce SoC I/O busMax Filippov2014-04-063-53/+64
| | * | xtensa: add HIGHMEM supportMax Filippov2014-04-069-16/+270
| | * | xtensa: optimize local_flush_tlb_kernel_rangeMax Filippov2014-04-063-7/+34
| | * | xtensa: dump sysmem from the bootmem_initMax Filippov2014-04-021-0/+12
| | * | xtensa: handle memmap kernel optionMax Filippov2014-04-022-0/+51
| | * | xtensa: keep sysmem banks ordered in mem_reserveMax Filippov2014-04-022-33/+51
| | * | xtensa: keep sysmem banks ordered in add_sysmem_bankMax Filippov2014-04-022-5/+103
| | * | xtensa: split bootparam and kernel meminfoMax Filippov2014-04-024-45/+61
| | * | xtensa: enable sorting extable at build timeMax Filippov2014-04-021-0/+1
| | * | xtensa: export __{invalidate,flush}_dcache_rangeMax Filippov2014-04-021-0/+6
| | * | xtensa: Export __invalidate_icache_rangeGeert Uytterhoeven2014-04-021-0/+1
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-045-7/+42
| |\ \ \
| | * | | arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherentCatalin Marinas2014-05-031-0/+3
| | * | | arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-032-2/+33
| | * | | arm64: Make default dma_ops to be noncoherentRitesh Harjani2014-05-031-1/+1
| | * | | arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier2014-05-031-4/+2
| | * | | arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson2014-05-031-0/+3
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-031-0/+5
| |\ \ \ \
| | * | | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+5
| | |/ / /
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-022-2/+13
| |\ \ \ \
| | * | | | x86/vsmp: Fix irq routingOren Twaig2014-04-281-1/+10
| | * | | | x86: LLVMLinux: Wrap -mno-80387 with cc-optionBehan Webster2014-04-221-1/+3
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-05-023-19/+51
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2014-04-302-7/+10
| | |\ \ \ \ \
| | | * | | | | arm: KVM: fix possible misalignment of PGDs and bounce pageMark Salter2014-04-281-6/+9
| | | * | | | | ARM: KVM: disable KVM in Kconfig on big-endian systemsWill Deacon2014-04-261-1/+1
| | * | | | | | KVM: x86: Check for host supported fields in shadow vmcsBandan Das2014-04-281-12/+41
| | |/ / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-05-021-1/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |