aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+0
2012-06-13Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds45-346/+106
2012-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds4-78/+11
2012-06-13Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-2/+2
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt1264-30792/+31018
2012-06-13sh: Kill off additional asm-generic wrappers.Paul Mundt6-10/+5
2012-06-13sh: Setup CROSS_COMPILE at the topGeert Uytterhoeven1-6/+6
2012-06-13sh: Fix up link time defsym warnings.Paul Mundt1-2/+2
2012-06-13sh: use the new generic strnlen_user() functionPaul Mundt7-117/+57
2012-06-13sh: switch to generic strncpy_from_user().Paul Mundt6-114/+5
2012-06-13sh: Kill off last dead UBC headerPaul Bolle1-28/+0
2012-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds5-8/+13
2012-06-11x86: kvmclock: remove check_and_clear_guest_paused warningMarcelo Tosatti1-5/+0
2012-06-12m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer1-1/+1
2012-06-12m68knommu: fix 68360 local setting of timer interrupt handlerGreg Ungerer1-2/+5
2012-06-12m68knommu: fix 68328 local setting of timer interrupt handlerGreg Ungerer1-2/+4
2012-06-12m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer1-2/+2
2012-06-12m68knommu: m528x qspi definition fixSteven King1-1/+1
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+4
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2012-06-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-9/+16
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-91/+168
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-62/+143
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table spaceYinghai Lu1-1/+2
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras1-3/+11
2012-06-07x86, efi stub: Add .reloc section back into imageJordan Justen2-74/+140
2012-06-07Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds3-1/+5
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-19/+1
2012-06-06tile: add #include to unbreak build after generic init_task conversionChris Metcalf1-0/+1
2012-06-06tile: remove cpu_idle_on_new_stackChris Metcalf2-19/+0
2012-06-06perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma1-0/+4
2012-06-06perf/x86: Check if user fp is validArun Sharma2-6/+18
2012-06-06perf/x86: Allow multiple stacksArun Sharma1-6/+0
2012-06-06perf/x86: Update SNB PEBS constraintsPeter Zijlstra1-8/+1
2012-06-06perf/x86: Enable/Add IvyBridge hardware supportPeter Zijlstra1-1/+2
2012-06-06perf/x86: Implement cycles:p for SNB/IVBPeter Zijlstra2-8/+43
2012-06-06perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra3-28/+66
2012-06-06sched/x86: Calculate booted cores after construction of sibling_maskKamalesh Babulal1-0/+9
2012-06-06m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()Geert Uytterhoeven4-78/+11
2012-06-06x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama1-2/+2
2012-06-06x86/reboot: Fix a warning message triggered by stop_other_cpus()Feng Tang1-2/+4
2012-06-06x86/intel/moorestown: Change intel_scu_devices_create() to __devinitSebastian Andrzej Siewior1-1/+1
2012-06-06x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init()Yasuaki Ishimatsu1-0/+2
2012-06-06x86/gart: Fix kmemleak warningXiaotian Feng1-6/+0
2012-06-06x86: mce: Add the dropped timer interval init backThomas Gleixner1-1/+1
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu2-9/+13
2012-06-06x86/mce: Fix the MCE poll timer logicChen Gong1-1/+1