aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-13[PATCH] smp{,boot}.c cleanupsAdrian Bunk1-2/+0
2005-03-13[PATCH] ppc32: Remove SPR short-hand definesKumar Gala1-2/+2
2005-01-20[PATCH] Lock initializer cleanup: PPCThomas Gleixner1-1/+1
2005-01-20[PATCH] ppc32: update_process_times simplificationTom Rini1-14/+0
2005-01-04[PATCH] fix conflicting cpu_idle() declarationsOleg Nesterov1-2/+2
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig1-1/+0
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III1-6/+1
2004-08-23[PATCH] sched: cleanup init_idle()Nick Piggin1-2/+0
2004-05-10[PATCH] Warn when smp_call_function() is called with interrupts disabledAndrew Morton1-0/+2
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton1-2/+0
2004-02-20[PATCH] ppc32: Export cpu_possible_mapBenjamin Herrenschmidt1-0/+1
2004-02-06ppc32: Fix smp_message_pass macro, turn into an inline functionBenjamin Herrenschmidt1-5/+8
2004-02-06Add Samuel Rydth improved software CPU timebase synchronisationBenjamin Herrenschmidt1-39/+0
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-0/+3
2003-09-11PPC32: Remove trailing blanks from PPC32 files.Tom Rini1-5/+5
2003-08-24PPC32: Declare cpu_online_map and cpu_possible_map as cpumask_t.Paul Mackerras1-4/+5
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton1-4/+4
2003-05-22PPC32: Need to call wake_up_forked_process in SMP idle task setup.Paul Mackerras1-0/+1
2003-05-19[PATCH] do_fork updates for ppcChristoph Hellwig1-1/+1
2003-05-01PPC32: Move xmon declarations to their own header file.Paul Mackerras1-0/+1
2003-03-30[SOFTIRQ]: Move softirq implementation to common area, add debug check.David S. Miller1-1/+0
2003-03-28PPC32: Factor out common code for reading/setting various SPRs.Benjamin Herrenschmidt1-0/+6
2003-01-17PPC32: Use a per-cpu variable for prof_counter and prof_multiplier.Paul Mackerras1-4/+6
2002-12-29[PATCH] don't call console drivers on non-online CPUsAndrew Morton1-0/+6
2002-12-06PPC32: add extra do_fork argument to call in __cpu_upPaul Mackerras1-1/+1
2002-09-17PPC32: Rip out the BK Id tags from arch/ppc and include/asm-ppc.Paul Mackerras1-3/+0
2002-09-05PPC32: add the extra argument for do_fork to the PPC calls.Paul Mackerras1-1/+1
2002-08-23Cleanup BKL handling and move kernel_flag definition to common codeChristoph Hellwig1-1/+0
2002-08-02PPC32: update the SMP startup code.Paul Mackerras1-268/+1
2002-07-26[PATCH] Hot-plug CPU Boot Rewrite for PPCRusty Russell1-10/+162
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar1-4/+4
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell1-21/+14
2002-05-21[PATCH] smp_call_function doco fixRusty Russell1-3/+3
2002-05-12[PATCH] Hotplug CPU prepRusty Russell1-4/+2
2002-04-11Minor PPC changes - add sched_get/setaffinity, include tlbflush.hPaul Mackerras1-0/+1
2002-03-14Fix up architectures for task list changesLinus Torvalds1-1/+1
2002-03-03PPC update for the recent changes to the pgd/pmd/pte functions.Paul Mackerras1-20/+0
2002-02-16PPC fixes for SMP; also fix the stack overflow detection, removePaul Mackerras1-24/+54
2002-02-11Import arch/ppc and include/asm-ppc changes from linuxppc_2_5 treePaul Mackerras1-26/+13
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-1/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+2
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds1-1/+1
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds1-2/+2
2002-02-04v2.4.9.5 -> v2.4.9.6Linus Torvalds1-2/+1
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-705/+15
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-3/+3
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-0/+3
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds1-12/+104
2002-02-04v2.4.2.1 -> v2.4.2.2Linus Torvalds1-43/+18
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds1-240/+803