| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/cell: Fix dependency in cpufreq | Arnd Bergmann | 2009-02-23 | 2 | -13/+18 |
* | powerpc/spufs: Constify context contents and coredump callback constants | Jeremy Kerr | 2009-02-23 | 3 | -10/+11 |
* | powerpc/spufs: Clear purge status before setting up isolated mode | Jeremy Kerr | 2009-02-23 | 1 | -0/+3 |
* | powerpc/spufs: Use correct return value for spu_handle_mm_fault | Jeremy Kerr | 2009-02-23 | 1 | -26/+22 |
* | powerpc/mm: Reduce hashtable size when using 64kB pages | Anton Blanchard | 2009-02-23 | 1 | -2/+3 |
* | powerpc: Rework dma-noncoherent to use generic vmalloc layer | Ilya Yanok | 2009-02-23 | 2 | -271/+57 |
* | powerpc: Fix warnings from make headers_check | Kumar Gala | 2009-02-23 | 6 | -5/+8 |
* | powerpc/pci: Fix PCI<->OF matching of old style multifunc devices | Tom Arbuckle | 2009-02-23 | 1 | -4/+11 |
* | powerpc: Unify opcode definitions and support | Kumar Gala | 2009-02-23 | 10 | -61/+106 |
* | powerpc, ftrace: use create_branch lib function | Steven Rostedt | 2009-02-23 | 1 | -13/+1 |
* | powerpc, ftrace: use unsigned int for instruction manipulation | Steven Rostedt | 2009-02-23 | 1 | -27/+18 |
* | powerpc32, ftrace: dynamic function graph tracer | Steven Rostedt | 2009-02-23 | 2 | -3/+7 |
* | powerpc32, ftrace: port function graph tracer to ppc32, static only | Steven Rostedt | 2009-02-23 | 3 | -3/+44 |
* | powerpc32, ftrace: save and restore mcount regs with macro | Steven Rostedt | 2009-02-23 | 2 | -60/+47 |
* | powerpc64, ftrace: save toc only on modules for function graph | Steven Rostedt | 2009-02-23 | 2 | -3/+37 |
* | powerpc64, tracing: add function graph tracer with dynamic tracing | Steven Rostedt | 2009-02-23 | 3 | -8/+49 |
* | powerpc64: port of the function graph tracer | Steven Rostedt | 2009-02-23 | 6 | -10/+154 |
* | powerpc, ftrace: fix compile error when modules not configured | Steven Rostedt | 2009-02-23 | 1 | -1/+15 |
* | ftrace, powerpc: replace debug macro with proper pr_deug | Steven Rostedt | 2009-02-23 | 1 | -16/+10 |
* | Merge commit 'ftrace/function-graph' into next | Benjamin Herrenschmidt | 2009-02-23 | 5 | -99/+101 |
|\ |
|
| * | tracing/function-graph-tracer: make arch generic push pop functions | Steven Rostedt | 2009-02-18 | 5 | -99/+101 |
* | | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt | 2009-02-18 | 10 | -51/+860 |
|\ \ |
|
| * | | powerpc/fsl-booke: Fix compile warning | Kumar Gala | 2009-02-12 | 1 | -2/+2 |
| * | | powerpc/book-3e: Introduce concept of Book-3e MMU | Kumar Gala | 2009-02-12 | 4 | -6/+10 |
| * | | powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines | Kumar Gala | 2009-02-12 | 3 | -32/+50 |
| * | | powerpc/85xx: Added 36-bit physical device tree for mpc8572ds board | Kumar Gala | 2009-02-11 | 1 | -0/+787 |
| * | | powerpc/85xx: Fixed PCI IO region sizes in mpc8572ds*.dts | Kumar Gala | 2009-02-11 | 3 | -11/+11 |
* | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-02-18 | 233 | -10001/+10703 |
|\ \ \ |
|
| * | | | Add support for VT6415 PCIE PATA IDE Host Controller | Zlatko Calusic | 2009-02-17 | 2 | -1/+4 |
| * | | | USB/PCI: Fix resume breakage of controllers behind cardbus bridges | Rafael J. Wysocki | 2009-02-17 | 5 | -17/+2 |
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-02-17 | 1 | -3/+12 |
| |\ \ \ |
|
| | * | | | sched: cpu hotplug fix | Ingo Molnar | 2009-02-12 | 1 | -3/+12 |
| * | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-02-17 | 1 | -30/+30 |
| |\ \ \ \ |
|
| | * | | | | timers: more consistently use clock vs timer | Peter Zijlstra | 2009-02-13 | 1 | -30/+30 |
| * | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-17 | 4 | -30/+37 |
| |\ \ \ \ \ |
|
| | * | | | | | doc: mmiotrace.txt, buffer size control change | Pekka Paalanen | 2009-02-15 | 1 | -4/+2 |
| | * | | | | | trace: mmiotrace to the tracer menu in Kconfig | Pekka Paalanen | 2009-02-15 | 2 | -22/+25 |
| | * | | | | | mmiotrace: count events lost due to not recording | Pekka Paalanen | 2009-02-15 | 1 | -4/+10 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-17 | 12 | -83/+116 |
| |\ \ \ \ \ |
|
| | * | | | | | x86, vm86: fix preemption bug | Thomas Gleixner | 2009-02-15 | 1 | -1/+9 |
| | * | | | | | x86, olpc: fix model detection without OFW | Chris Ball | 2009-02-14 | 1 | -1/+1 |
| | * | | | | | x86, hpet: fix for LS21 + HPET = boot hang | john stultz | 2009-02-13 | 1 | -0/+2 |
| | * | | | | | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 2009-02-12 | 1 | -8/+7 |
| | * | | | | | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context | Thomas Gleixner | 2009-02-12 | 1 | -0/+2 |
| | * | | | | | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 2009-02-12 | 2 | -15/+26 |
| | * | | | | | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 2009-02-12 | 3 | -58/+45 |
| | * | | | | | x86/cpa: make sure cpa is safe to call in lazy mmu mode | Jeremy Fitzhardinge | 2009-02-12 | 1 | -0/+14 |
| | * | | | | | x86, ptrace, mm: fix double-free on race | Markus Metzger | 2009-02-11 | 3 | -7/+17 |
| * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-02-17 | 2 | -28/+33 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | iommu: fix Intel IOMMU write-buffer flushing | David Woodhouse | 2009-02-14 | 1 | -1/+15 |