summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powermac: Add missing of_node_putJulia Lawall2011-11-251-2/+6
* powerpc/cell/iommu: Add missing of_node_putJulia Lawall2011-11-251-0/+2
* powerpc/pseries: Software invalidatation of TCEsMilton Miller2011-11-252-8/+61
* powerpc/time: Optimise decrementer_check_overflowAnton Blanchard2011-11-253-21/+17Star
* powerpc/time: Fix some style issuesAnton Blanchard2011-11-251-11/+11
* powerpc/time: Remove unnecessary sanity check of decrementer expirationAnton Blanchard2011-11-251-11/+3Star
* powerpc/time: Use clocksource_register_hzAnton Blanchard2011-11-251-10/+3Star
* powerpc/time: Use clockevents_calc_mult_shiftAnton Blanchard2011-11-251-28/+2Star
* powerpc/time: Handle wrapping of decrementerAnton Blanchard2011-11-253-9/+17
* microblaze: bury asm/namei.hAl Viro2011-11-211-22/+0Star
* fix braino in um patchset (mea culpa)Al Viro2011-11-211-1/+1
* 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-102-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/+2Star
| * | 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/+17Star
* | | | 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-1914-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
| * | | | | x86/apic: Do not clear nr_irqs_gsi if no legacy irqsJacob Pan2011-11-101-3/+1Star
| * | | | | x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang2011-11-103-0/+6
| * | | | | x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2011-11-083-5/+27
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-11-1912-319/+159Star
|\ \ \ \ \