summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-234-8/+7
|\
| * usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov2014-04-302-2/+2
| * usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-212-2/+1
| * usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-211-4/+4
* | Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman2014-05-20103-710/+1378
|\ \
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-0928-59/+132
| |\ \
| | * | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky2014-05-091-1/+1
| | * | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund2014-05-091-1/+1
| | * | x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund2014-05-091-1/+1
| | * | x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang2014-05-081-0/+16
| | * | x86/hpet: Make boot_hpet_disable externFeng Tang2014-05-082-1/+2
| | * | x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin2014-05-071-0/+1
| | * | x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner2014-05-071-0/+10
| | * | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-0518-34/+34
| | * | x86, build: Don't get confused by local symbolsH. Peter Anvin2014-05-051-2/+2
| | * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2014-05-041-19/+64
| | |\ \
| | | * | x86/efi: earlyprintk=efi,keep fixDave Young2014-05-031-19/+64
| * | | | 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