aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck176-10878/+0
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+4
2013-09-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-8/+49
2013-09-13Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linuxLinus Torvalds11-353/+324
2013-09-13Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds34-35/+0
2013-09-13Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linuxLinus Torvalds11-0/+2219
2013-09-13MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky34-35/+0
2013-09-13MIPS: Fix SMP core calculations when using MT support.Leonid Yegoshin1-2/+11
2013-09-13MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki2-0/+10
2013-09-13MIPS: DECstation HRT initialization rearrangementMaciej W. Rozycki3-5/+27
2013-09-13blackfin: Ignore generated uImagesMark Brown1-0/+1
2013-09-13blackfin: Add STMMAC platform data to enable dwmac1000 driver on BF60x.Sonic Zhang2-0/+26
2013-09-13bf609: adv7343: add S-Video and Component output supportScott Jiang1-1/+22
2013-09-13bf609: add adv7343 video encoder supportScott Jiang1-0/+54
2013-09-13clock: add stmmac clock for ethernet driverSteven Miao1-0/+17
2013-09-13blackfin: scb: Add SCB1 to SCB9 config options and data.Sonic Zhang2-13/+782
2013-09-13blackfin: scb: Add system crossbar init code.Steven Miao7-0/+1331
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds98-484/+2732
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds28-121/+177
2013-09-12x86: finish user fault error path with fatal signalJohannes Weiner1-18/+17
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner28-64/+134
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner6-22/+26
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner3-17/+0
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+18
2013-09-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-24/+107
2013-09-12Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-19/+26
2013-09-12ARM: sort arch/arm/KconfigRussell King1-16/+18
2013-09-12ARM: dts: sun7i: olinuxino-micro: Enable the EMACMaxime Ripard1-0/+15
2013-09-12ARM: dts: sun7i: cubieboard2: Enable the EMACMaxime Ripard1-0/+15
2013-09-12ARM: dts: sun7i: Add the muxing options for the EMACMaxime Ripard1-0/+11
2013-09-12ARM: dts: sun7i: Enable the Ethernet in the A20Maxime Ripard1-0/+16
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-0/+47
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2013-09-12Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fixes' into nextJoerg Roedel3-0/+47
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus4-5/+5
2013-09-12perf/x86: Fix uncore PCI fixed counter handlingStephane Eranian1-2/+4
2013-09-12perf/x86: Add constraint for IVB CYCLE_ACTIVITY:CYCLES_LDM_PENDINGStephane Eranian1-0/+1
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu3-19/+107
2013-09-11s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke1-0/+26
2013-09-11s390/vmcore: use ELF header in new memory featureMichael Holzheu1-27/+54
2013-09-11s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens2-8/+140
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2-6/+11
2013-09-11mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pteCyrill Gorcunov2-15/+22
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi11-0/+63
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen3-9/+34
2013-09-11mm: vmstats: tlb flush countersDave Hansen1-4/+14
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds20-122/+117
2013-09-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-14/+34
2013-09-10Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-48/+50