summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernelsJon Medhurst2011-11-262-38/+78
* ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocationsSumit Bhattacharya2011-11-261-0/+9
* ARM: 7171/1: unwind: add unwind directives to bitops assembly macrosWill Deacon2011-11-267-22/+28
* ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski2011-11-261-1/+1
* ARM: 7168/1: use cache type functions for arch_get_unmapped_areaRob Herring2011-11-261-17/+6
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-11-223-11/+11
|\
| * ARM: perf: check that we have a platform device when reserving PMUWill Deacon2011-11-221-0/+3
| * ARM: perf: initialise used_mask for fake PMU during validationWill Deacon2011-11-171-1/+7
| * ARM: PMU: remove pmu_init declarationWill Deacon2011-11-161-10/+0
| * ARM: PMU: re-export release_pmu symbol to modulesWill Deacon2011-11-161-0/+1
* | ARM: 7166/1: Use PMD_SHIFT instead of PGDIR_SHIFT in dma-consistent.cCatalin Marinas2011-11-211-1/+1
* | ARM: 7165/2: PL330: Fix typo in _prepare_ccr()Javi Merino2011-11-211-2/+2
* | ARM: 7163/2: PL330: Only register usable channelsJavi Merino2011-11-211-1/+7
* | ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workaroundsWill Deacon2011-11-212-5/+5
* | ARM: 7161/1: errata: no automatic store buffer drainWill Deacon2011-11-212-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-202-2/+2
|\ \
| * | net: Fix references to deleted NET_ETHERNET Kconfig setting.David S. Miller2011-11-092-2/+2
* | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-11-2013-48/+189
|\ \ \
| * | | KVM guest: prevent tracing recursion with kvmclockAvi Kivity2011-11-201-2/+3
| * | | Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf2011-11-174-23/+2
| * | | KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-171-1/+5
| * | | KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-171-0/+21
| * | | KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-171-11/+93
| * | | KVM: s390: announce SYNC_MMUChristian Borntraeger2011-11-171-0/+1
| * | | KVM: s390: Fix tprot lockingChristian Borntraeger2011-11-171-2/+8
| * | | KVM: s390: handle SIGP sense running interceptsCornelia Huck2011-11-173-0/+41
| * | | KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck2011-11-176-9/+15
* | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-11-2014-32/+80
|\ \ \ \
| * | | | ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King2011-11-172-0/+4
| * | | | ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon2011-11-121-2/+4
| * | | | ARM: 7158/1: add new MFP implement for NUC900wanzongshun2011-11-123-8/+45
| * | | | ARM: 7157/1: fix a building WARNING for nuc900wanzongshun2011-11-121-2/+2
| * | | | ARM: 7156/1: l2x0: fix compile error on !CONFIG_USE_OFOlof Johansson2011-11-121-0/+2
| * | | | ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam2011-11-091-0/+1
| * | | | ARM: 7154/1: mach-bcmring: fix build error in dma.cMaxin B. John2011-11-091-0/+1
| * | | | ARM: 7153/1: mach-bcmring: fix build error in core.cMaxin B. John2011-11-091-1/+1
| * | | | ARM: 7152/1: distclean: Remove generated .dtb filesDirk B2011-11-081-0/+2
| * | | | ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas2011-11-081-1/+1
| * | | | Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King2011-11-071-18/+17
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-201-7/+26
|\ \ \ \ \
| * | | | | PM / shmobile: Fix build of sh7372_pm_init() for CONFIG_PM unsetRafael J. Wysocki2011-11-171-5/+14
| * | | | | PM / shmobile: Avoid restoring the INTCS state during initializationRafael J. Wysocki2011-11-141-4/+8
| * | | | | ARM: mach-shmobile: sh7372 A3SP no_suspend_console fixMagnus Damm2011-11-101-0/+6
| * | | | | PM / shmobile: Don't skip debugging output in pd_power_up()Guennadi Liakhovetski2011-11-101-2/+2
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-1814-23/+121
|\ \ \ \ \ \
| * | | | | | x86: Call stop_machine_text_poke() on all CPUsRabin Vincent2011-11-141-1/+1
| * | | | | | x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa...Mathias Nyman2011-11-102-0/+6
| * | | | | | x86/mrst: Avoid reporting wrong nmi statusJacob Pan2011-11-105-2/+18
| * | | | | | x86/mrst: Add support for Penwell clock calibrationDirk Brandewie2011-11-102-5/+35
| * | | | | | x86/apic: Allow use of lapic timer early calibration resultJacob Pan2011-11-102-7/+27