summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Hexagon: fix initial page table setup prior to jump to VARichard Kuo1-12/+73
2013-05-01Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-05-01Hexagon: check to if we will overflow the signal stackRichard Kuo1-0/+4
2013-05-01Hexagon: Signal and return path fixesRichard Kuo5-88/+84
2013-05-01Hexagon: add support for new v4+ registersRichard Kuo8-48/+206
2013-05-01Hexagon: add individual register access for switch_stackRichard Kuo1-6/+43
2013-05-01Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo1-1/+1
2013-05-01Hexagon: use GENERIC_CPU_DEVICESRichard Kuo3-53/+2
2013-05-01Hexagon: change arch version config to allow comparisonsRichard Kuo3-31/+10
2013-05-01Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo8-55/+91
2013-05-01Hexagon: fix __atomic_add_unlessRichard Kuo1-9/+11
2013-05-01Hexagon: clean up generic headers in KbuildRichard Kuo1-1/+1
2013-05-01Merge branch 'akpm' (incoming from Andrew)Linus Torvalds75-439/+88
2013-05-01sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-2/+2
2013-05-01powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd14-83/+10
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-1/+0
2013-05-01arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-1/+1
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo37-84/+53
2013-05-01dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2-0/+2
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo30-259/+1
2013-05-01sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo1-9/+7
2013-05-01x86: don't show trace beyond show_stack(NULL, NULL)Tejun Heo1-1/+13
2013-05-01Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds100-5881/+250
2013-05-01Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds4-147/+4
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-88/+1408
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-40/+406
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds14-24/+717
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-51/+597
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds13-18/+15
2013-04-30Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-39/+34
2013-04-30Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+3
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds16-76/+71
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-19/+9
2013-04-30Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-305/+660
2013-04-30Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+4
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-75/+80
2013-04-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-27/+30
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-89/+76
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas1-4/+2
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland1-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds94-1322/+288
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-53/+52
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-303/+1834
2013-04-30Merge branch 'devel-for-v3.10' into v4l_for_linusMauro Carvalho Chehab10-51/+597
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming177-893/+1610
2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V1-2/+30
2013-04-30powerpc: Print page size info during bootAneesh Kumar K.V1-5/+5
2013-04-30powerpc: print both base and actual page size on hash failureAneesh Kumar K.V3-7/+10