aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-01-09powerpc: fix typo (utilties -> utilities)Gravatar Tim Blechmann 2-6/+6
2013-01-04h8300: Fix home page URL in h8300/READMEGravatar Masanari Iida 1-1/+1
2013-01-04xtensa: Fix home page URL in KconfigGravatar Masanari Iida 1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsGravatar Jorrit Schippers 3-5/+5
2012-12-07x86 mtrr: fix comment typo in mtrr_bp_initGravatar Olaf Hering 1-1/+1
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 4-4/+4
2012-12-03treewide: Fix typos in various driversGravatar Masanari Iida 2-2/+2
2012-12-03treewide: Fix typos in various KconfigGravatar Masanari Iida 2-2/+2
2012-11-19Fix misspellings of "whether" in comments.Gravatar Adam Buchbinder 16-19/+19
2012-11-19various: Fix spelling of "registered" in comments.Gravatar Adam Buchbinder 2-2/+2
2012-11-19treewide: fix typo of "suport" in various comments and KconfigGravatar Masanari Iida 3-3/+3
2012-11-19treewide: fix typo of "suppport" in various commentsGravatar Masanari Iida 1-1/+1
2012-11-19x86: remove offsets.h from .gitignore and dontdiffGravatar Paul Bolle 1-1/+0
2012-11-19treewide: fix printk typo in multiple driversGravatar Masanari Iida 2-2/+2
2012-11-08alpha: use BUG_ON where possibleGravatar Sasha Levin 1-8/+4
2012-10-26Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2012-10-26Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Gravatar Linus Torvalds 1-1/+0
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-58/+100
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-47/+228
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Gravatar Ingo Molnar 3-8/+23
2012-10-26Revert "ARM: dma-mapping: support debug_dma_mapping_error"Gravatar Marek Szyprowski 1-1/+0
2012-10-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 14-30/+50
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Gravatar Linus Torvalds 3-2/+2
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cGravatar Yinghai Lu 1-4/+0
2012-10-25x86: efi: Turn off efi_enabled after setup on mixed fw/kernelGravatar Olof Johansson 3-8/+23
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedGravatar Jacob Shin 1-29/+41
2012-10-24Revert "serial: omap: fix software flow control"Gravatar Felipe Balbi 1-2/+2
2012-10-24x86, mm: Use memblock memory loop instead of e820_RAMGravatar Yinghai Lu 1-7/+8
2012-10-24x86, mm: Trim memory in memblock to be page alignedGravatar Yinghai Lu 1-0/+3
2012-10-24x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Gravatar Dimitri Sivanich 1-0/+3
2012-10-24perf/x86: Remove unused variable in nhmex_rbox_alter_er()Gravatar Wei Yongjun 1-2/+0
2012-10-24x86/efi: Fix oops caused by incorrect set_memory_uc() usageGravatar Matt Fleming 3-15/+26
2012-10-24perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()Gravatar Vince Weaver 1-1/+77
2012-10-24perf/x86: Remove cpuc->enable check on Intl KNC event enable/disableGravatar Vince Weaver 1-6/+2
2012-10-24perf/x86: Make Intel KNC use full 40-bit width of countersGravatar Vince Weaver 1-4/+3
2012-10-24perf/x86/uncore: Handle pci_read_config_dword() errorsGravatar Yan, Zheng 1-15/+28
2012-10-24x86-64: Fix page table accountingGravatar Jan Beulich 1-1/+6
2012-10-24perf/x86: Remove P6 cpuc->enabled checkGravatar Vince Weaver 1-7/+7
2012-10-24perf/x86: Update/fix generic events on P6 PMUGravatar Vince Weaver 1-7/+104
2012-10-24perf/x86: Fix P6 FP_ASSIST event constraintGravatar Vince Weaver 1-1/+1
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Gravatar Dave Young 1-13/+9
2012-10-24x86/perf: Fix virtualization sanity checkGravatar Andre Przywara 1-4/+6
2012-10-24ARM: mm: Remove unused arm_vmregion priv fieldGravatar Laurent Pinchart 1-1/+0
2012-10-24ARM: dma-mapping: fix build warning in __dma_alloc()Gravatar Jingoo Han 1-1/+1
2012-10-24Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 7-15/+28
2012-10-24alpha: separate thread-synchronous flagsGravatar Al Viro 4-45/+68
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-3/+5
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-18/+7
2012-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 10-22/+33
2012-10-24Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 2-10/+4