summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-20ARM: VFP: re-initialize VFP coprocessor access enables on CPU hotplugRussell King1-1/+23
2010-12-20ARM: Fix subtle race in CPU pen_release hotplug codeRussell King4-21/+60
2010-12-20ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin4-9/+32
2010-12-20ARM: SMP: remove smp_mpidr.hRussell King7-23/+0
2010-12-20ARM: CPU hotplug: ensure correct ordering of unplugRussell King1-1/+3
2010-12-20ARM: CPU hotplug: remove bug checks in platform_cpu_die()Russell King5-48/+0
2010-12-20ARM: CPU hotplug: move cpu_killed completion to core codeRussell King6-35/+19
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King7-12/+1
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King8-169/+83
2010-12-20ARM: SMP: get rid of references to poke_milo and MiloRussell King2-39/+12
2010-12-20ARM: SMP: get rid of get_core_count()Russell King3-26/+8
2010-12-20ARM: SMP: Clean up ncores sanity checksRussell King6-33/+6
2010-12-20ARM: SMP: move CPU number sanity checks to smp_init_cpus()Russell King3-33/+34
2010-12-20ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King1-3/+15
2010-12-20ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King1-17/+22
2010-12-20ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2-0/+23
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King3-7/+27
2010-12-20ARM: fix /proc/interrupts formattingRussell King5-18/+23
2010-12-20ARM: SMP: move ipi_count into irq_stat structureRussell King2-12/+5
2010-12-20ARM: SMP: provide accessors for irq_stat dataRussell King2-2/+5
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King3-12/+16
2010-12-20ARM: SMP: remove send_ipi_message()Russell King1-13/+5
2010-12-03ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King1-6/+0
2010-12-03ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King1-61/+26
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King15-30/+24
2010-12-03ARM: remove obsolete smp_cross_call_done()Russell King1-7/+0
2010-12-01Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds24-1509/+386
2010-12-01exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov3-17/+23
2010-12-01exec: make argv/envp memory visible to oom-killerOleg Nesterov2-2/+31
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust1-5/+1
2010-11-30at91/board-yl-9200: fix typo in video supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2010-11-30atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD1-1/+5
2010-11-30at91/picotux200: remove commenting usb device and dataflash supportJean-Christophe PLAGNIOL-VILLARD1-30/+0
2010-11-30at91: rename rm9200ek and rm9200dk board file nameJean-Christophe PLAGNIOL-VILLARD3-4/+4
2010-11-30at91rm9200ek: fix warning: 'ek_mmc_data' defined but not usedJean-Christophe PLAGNIOL-VILLARD1-0/+2
2010-11-30at91rm9200dk: fix warning: 'dk_mmc_data' defined but not usedJean-Christophe PLAGNIOL-VILLARD1-0/+2
2010-11-30at91: Convert remaining boards to new-style UART initializationJean-Christophe PLAGNIOL-VILLARD5-90/+31
2010-11-30at91: merge all at91rm9200 defconfig in one single fileEric Benard14-1383/+341
2010-11-30Linux 2.6.37-rc4v2.6.37-rc4Linus Torvalds1-1/+1
2010-11-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2010-11-30powerpc: Use call_rcu_sched() for pagetablesPeter Zijlstra1-1/+1
2010-11-30Revert "debug_locks: set oops_in_progress if we will log messages."Dave Airlie1-2/+0
2010-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+24
2010-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds30-203/+280
2010-11-30Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+23
2010-11-30tpm: Autodetect itpm devicesMatthew Garrett1-0/+24
2010-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds15-114/+572
2010-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds3-9/+9
2010-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-7/+8
2010-11-29af_unix: limit recursion levelEric Dumazet3-6/+35