summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ia64: vsyscall: Add missing paranthesisThomas Gleixner2012-03-271-1/+1
* x86: vdso: Put declaration before codeThomas Gleixner2012-03-241-1/+2
* x86-64: Inline vdso clock_gettime helpersAndy Lutomirski2012-03-231-4/+5
* x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-233-37/+26
* x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria2012-03-151-0/+10
* ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-03-154-11/+7
* x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-153-17/+12
* x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-03-151-5/+0
* time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz2012-03-151-26/+46
* x86/time: Eliminate unused irq0_irqs counterJan Beulich2012-02-272-4/+0
* x86/tsc: Reduce the TSC sync check time for core-siblingsSuresh Siddha2012-02-221-5/+24
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-02-149-27/+51
|\
| * powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2012-02-142-2/+7
| * powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2012-02-142-3/+8
| * powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman2012-02-141-8/+14
| * powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt2012-02-141-1/+5
| * powerpc/wsp: Fix IRQ affinity settingBenjamin Herrenschmidt2012-02-141-1/+1
| * powerpc: Implement GET_IP/SET_IPSrikar Dronamraju2012-02-141-8/+12
| * powerpc/wsp: Permanently enable PCI class code workaroundBenjamin Herrenschmidt2012-02-141-4/+4
* | Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-142-1/+8
|\ \
| * | xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini2012-02-031-1/+1
| * | xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic.Konrad Rzeszutek Wilk2012-02-031-0/+7
* | | Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-1310-46/+64
|\ \ \
| * | | ARM: omap: resolve nebulous 'Error setting wl12xx data'Russell King2012-02-134-15/+33
| * | | ARM: omap: fix wrapped error messages in omap_hwmod.cRussell King2012-02-131-8/+8
| * | | ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.cRussell King2012-02-131-7/+7
| * | | ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()Russell King2012-02-131-4/+4
| * | | ARM: omap: fix section mismatch error for omap_4430sdp_display_init()Russell King2012-02-131-1/+1
| * | | ARM: omap: fix section mismatch warning for omap_secondary_startup()Russell King2012-02-131-0/+1
| * | | ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()Russell King2012-02-131-1/+1
| * | | ARM: omap: fix section mismatch warning in mux.cRussell King2012-02-131-4/+4
| * | | ARM: omap: fix uninformative vc/i2c configuration error messageRussell King2012-02-131-2/+2
| * | | ARM: omap: fix vc.c PMIC error messageRussell King2012-02-131-4/+2
| * | | ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build errorRussell King2012-02-131-0/+1
* | | | Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-131-0/+5
|\ \ \ \
| * | | | ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not foundRussell King2012-02-091-0/+5
| |/ / /
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-133-1/+11
|\ \ \ \
| * | | | ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()Stephen Boyd2012-02-091-1/+4
| * | | | ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDRStephen Boyd2012-02-091-0/+6
| * | | | ARM: 7320/1: Fix proc_info table alignmentMarc Zyngier2012-02-091-0/+1
| |/ / /
* | | | i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-132-8/+47
* | | | i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-132-4/+4
| |_|/ |/| |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-102-3/+0
|\ \ \
| * | | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-0/+3
| * | | perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-033-6/+0
* | | | Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-091-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-091-4/+4
* | | | Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-073-12/+28
|\ \ \ \
| * | | | OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-262-0/+10
| * | | | OMAP: 4430SDP/Panda: add HDMI HPD gpioTomi Valkeinen2012-01-262-0/+6
OpenPOWER on IntegriCloud