aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'sh/ftrace' and 'sh/stable-updates'Paul Mundt2009-07-11162-2746/+2289
|\ \
| | * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-101-1/+1
| | |\
| | | * Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
| | * | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-101-1/+1
| | |\ \
| | | * | x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmonRobert Richter2009-07-101-1/+1
| | * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-109-144/+353
| | |\ \ \
| | | * | | x86: atomic64: Inline atomic64_read() againEric Dumazet2009-07-042-22/+23
| | | * | | x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar2009-07-031-4/+4
| | | * | | x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-032-15/+15
| | | * | | x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
| | | * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
| | | * | | x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2009-07-032-11/+47
| | | * | | x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
| | | * | | x86: atomic64: Make atomic_read() type-safeIngo Molnar2009-07-031-1/+4
| | | * | | x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
| | | * | | x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
| | | * | | x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
| | | * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
| | | * | | x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-033-117/+237
| | | * | | x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet2009-07-031-1/+1
| | | * | | perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-014-8/+30
| | | * | | powerpc/perf_counter: Enable alternate PR/HV bits for POWER7Anton Blanchard2009-07-011-0/+1
| | * | | | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-1023-40/+23
| | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-091-0/+4
| | |\ \ \
| | | * | | memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-0/+4
| | * | | | x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled inYinghai Lu2009-07-081-2/+9
| | * | | | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-0816-102/+99
| | * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-07-082-20/+13
| | |\ \ \ \
| | | * | | | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-062-20/+13
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-07-081-1/+1
| | |\ \ \ \ \
| | | * | | | | x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTORPeter Chubb2009-07-081-1/+1
| | | |/ / / /
| | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-07-0825-129/+225
| | |\ \ \ \ \
| | | * | | | | powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov2009-07-085-14/+8
| | | * | | | | powerpc: Fix spin_event_timeout() to be robust over context switchesGrant Likely2009-07-081-0/+2
| | | * | | | | powerpc: Use pr_devel() in do_dcache_icache_coherency()Michael Ellerman2009-07-081-2/+2
| | | * | | | | powerpc/cell: Use pr_devel() in axon_msi.cMichael Ellerman2009-07-081-11/+11
| | | * | | | | powerpc: Use pr_devel() in arch/powerpc/mm/gup.cMichael Ellerman2009-07-081-5/+5
| | | * | | | | powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.cMichael Ellerman2009-07-081-10/+3
| | | * | | | | powerpc/perf_counter: Remove duplicated #includeHuang Weiyi2009-07-082-2/+0
| | | * | | | | powerpc: Use pr_devel() in arch/powerpc/mm/mmu_context_nohash.cMichael Ellerman2009-07-081-8/+8
| | | * | | | | powerpc/pseries: Use pr_devel() in xics.cMichael Ellerman2009-07-081-4/+4
| | | * | | | | powerpc: Remove unnecessary semicolonsJoe Perches2009-07-087-8/+7
| | | * | | | | powerpc/pseries: Use pr_devel() in pseries LPAR HPTE routinesMichael Ellerman2009-07-081-9/+9
| | | * | | | | Merge commit 'jwb/merge' into mergeBenjamin Herrenschmidt2009-07-083-56/+166
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | powerpc/44x: Fix build error with -Werror for Warp platformJosh Boyer2009-07-051-0/+3
| | | | * | | | powerpc/4xx: Have Warp take advantage of GPIO LEDs default-state = keepSean MacLennan2009-07-062-13/+6
| | | | * | | | powerpc/44x: Update Warp defconfigSean MacLennan2009-07-061-43/+157
| | * | | | | | Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-07-082-0/+40
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-07-07171-2490/+4066
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-0614-49/+37
| | |\ \ \ \ \ \ \