summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7651/1: remove unused smp_timer_broadcast #defineMark Rutland2013-02-141-2/+0
* Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2013-02-04101-430/+595
|\
| * arm: Add generic timer broadcast supportMark Rutland2013-02-012-2/+2
| * arm: Use generic timer broadcast receiverMark Rutland2013-02-011-7/+3
| * Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-3111-73/+183
| |\
| | * Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-303-13/+22
| | |\
| | | * x86, efi: remove attribute check from setup_efi_pciMaarten Lankhorst2013-01-291-3/+0
| | | * x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming2013-01-251-1/+1
| | | * x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich2013-01-251-4/+4
| | | * efi, x86: Pass a proper identity mapping in efi_call_phys_prelogNathan Zimmer2013-01-181-5/+17
| | * | x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-284-27/+72
| | * | x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse2013-01-281-1/+6
| | * | x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse2013-01-281-0/+2
| | * | x86, efi: Fix display detection in EFI boot stubDavid Woodhouse2013-01-281-2/+1
| | * | x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin2013-01-283-28/+76
| | * | x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding2013-01-271-2/+4
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-3111-49/+73
| |\ \ \
| | * | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-304-38/+50
| | * | | x86/msr: Add capabilities checkAlan Cox2013-01-241-0/+3
| | * | | x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst2013-01-241-1/+1
| | * | | x86/olpc: Fix olpc-xo1-sci.c build errorsRandy Dunlap2013-01-241-0/+1
| | * | | arch/x86/platform/uv: Fix incorrect tlb flush all issueAlex Shi2013-01-242-4/+8
| | * | | x86-64: Fix unwind annotations in recent NMI changesJan Beulich2013-01-241-4/+3
| | * | | x86-32: Start out cr0 clean, disable paging before modifying cr3/4H. Peter Anvin2013-01-191-2/+7
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-01-301-0/+12
| |\ \ \
| | * | | s390/thp: implement pmdp_set_wrprotect()Gerald Schaefer2013-01-221-0/+12
| * | | | powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen2013-01-291-2/+7
| * | | | powerpc: kernel/kgdb.c: Fix memory leakageCong Ding2013-01-291-2/+3
| * | | | powerpc/book3e: Disable interrupt after preempt_schedule_irqTiejun Chen2013-01-291-0/+13
| * | | | powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() functionCarl E. Love2013-01-291-1/+1
| * | | | powerpc/pasemi: Fix crash on rebootSteven Rostedt2013-01-291-0/+7
| * | | | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong2013-01-291-0/+2
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-251-0/+2
| |\ \ \
| | * | | KVM: PPC: Emulate dcbfAlexander Graf2013-01-181-0/+2
| * | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-01-246-27/+26
| |\ \ \ \
| | * \ \ \ Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li...Russell King2013-01-19305-1068/+1129
| | |\ \ \ \
| | | * | | | ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier2013-01-101-9/+3
| | | * | | | ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier2013-01-101-1/+1
| | | * | | | ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin2013-01-101-3/+3
| | * | | | | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar2013-01-191-1/+1
| | * | | | | ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King2013-01-191-8/+10
| | * | | | | ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre2013-01-161-0/+3
| | * | | | | ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT aloneStephen Boyd2013-01-162-5/+5
| * | | | | | Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-2440-180/+176
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...Olof Johansson2013-01-242-3/+1
| | |\ \ \ \ \ \
| | | * | | | | | ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device TreePawel Moll2013-01-241-2/+0
| | | * | | | | | ARM: vexpress: extend the MPIDR range used for pen release checkLorenzo Pieralisi2013-01-241-1/+1
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2013-01-245-23/+48
| | |\ \ \ \ \ \
| | | * | | | | | ARM: at91/dts: correct comment in at91sam9x5.dtsi for miiDouglas Gilbert2013-01-231-8/+8
| | | * | | | | | ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfigNicolas Ferre2013-01-231-0/+1