summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-12-156-17/+13Star
|\
| * x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2013-12-111-7/+0Star
| * x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw2013-12-101-2/+3
| * x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2013-12-104-8/+10
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2013-12-149-78/+67Star
|\ \
| * | ARM: fix asm/memory.h build errorRussell King2013-12-133-20/+17Star
| * | ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst2013-12-101-1/+2
| * | ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov2013-12-101-1/+1
| * | ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov2013-12-101-2/+5
| * | ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init()Santosh Shilimkar2013-12-101-2/+1Star
| * | ARM: 7908/1: mm: Fix the arm_dma_limit calculationSantosh Shilimkar2013-12-101-1/+1
| * | ARM: another fix for the DMA mapping checksRussell King2013-12-101-51/+40Star
* | | Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-12-143-2/+8
|\ \ \
| * | | ARC: [perf] Fix a few thinkosVineet Gupta2013-11-281-2/+2
| * | | ARC: Add guard macro to uapi/asm/unistd.hVineet Gupta2013-11-251-0/+5
| * | | ARC: extable: Enable sorting at build timeVineet Gupta2013-11-251-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-133-55/+24Star
|\ \ \ \
| * | | | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-121-1/+4
| * | | | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-123-53/+18Star
| * | | | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-121-1/+2
| |/ / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-12-1324-149/+403
|\ \ \ \
| * | | | ARM: sun6i: dt: Fix interrupt trigger typesMaxime Ripard2013-12-121-12/+15
| * | | | ARM: sun7i: dt: Fix interrupt trigger typesMaxime Ripard2013-12-121-21/+21
| * | | | ARM: tegra: add missing break to fuse initialization codeStephen Warren2013-12-121-0/+2
| * | | | ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich2013-12-121-1/+7
| * | | | ARM: pxa: tosa: fix keys mappingDmitry Eremin-Solenikov2013-12-121-51/+51
| * | | | ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detectedNishanth Menon2013-12-102-0/+25
| * | | | Merge tag 'for-v3.13-rc/hwmod-fixes-a' of git://git.kernel.org/pub/scm/linux/...Kevin Hilman2013-12-104-31/+52
| |\ \ \ \
| | * | | | ARM: OMAP2+: hwmod: Fix usage of invalid iclk / oclk when clock node is not p...Nishanth Menon2013-12-091-0/+2
| | * | | | ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host moduleRoger Quadros2013-12-091-10/+3Star
| | * | | | ARM: OMAP2+: hwmod: Fix SOFTRESET logicRoger Quadros2013-12-091-1/+42
| | * | | | ARM: OMAP4+: hwmod data: Don't prevent RESET of USB Host moduleRoger Quadros2013-12-092-20/+5Star
| | |/ / /
| * | | | Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel....Kevin Hilman2013-12-1097-662/+738
| |\ \ \ \
| | * | | | ARM: dts: Fix booting for secure omapsTony Lindgren2013-12-074-2/+34
| | * | | | ARM: OMAP2+: Fix the machine entry for am3517Nishanth Menon2013-12-062-3/+21
| | * | | | ARM: dts: Fix missing entries for am3517Tony Lindgren2013-12-061-0/+63
| | * | | | ARM: OMAP2+: Fix overwriting hwmod data with data from device treeTony Lindgren2013-12-061-20/+78
| | | |_|/ | | |/| |
| * | | | Merge tag 'davinci-fixes-for-v3.13-rc3' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-12-045-4/+7
| |\ \ \ \
| | * | | | ARM: davinci: Fix McASP mem resource namesPeter Ujfalusi2013-12-045-4/+7
| | | |/ / | | |/| |
| * | | | Merge tag 'davinci-fixes-for-v3.13-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-12-044-4/+4
| |\ \ \ \
| | * | | | ARM: davinci: fix number of resources passed to davinci_gpio_register()Lad, Prabhakar2013-11-214-4/+4
| * | | | | ARM: highbank: handle soft poweroff and reset key eventsRob Herring2013-12-041-0/+23
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2013-12-1018-18/+5Star
|\ \ \ \ \ \
| * | | | | | avr32: favr-32: clk_round_rate() can return a zero upon errorPaul Walmsley2013-12-101-1/+3
| * | | | | | avr32: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-101-1/+1
| * | | | | | avr32: pm: Fix section mismatchMatthias Brugger2013-12-101-1/+1
| * | | | | | avr32: Kill CONFIG_MTD_PARTITIONSEunbong Song2013-12-1015-15/+0Star
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-12-107-18/+17Star
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | s390/time,vdso: fix clock_gettime for CLOCK_MONOTONICMartin Schwidefsky2013-12-022-11/+4Star
| * | | | | | s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky2013-12-023-2/+7