| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2009-03-03 | 16 | -19/+1796 |
|\ |
|
| * | AMCC PPC 460SX redwood SoC platform initial framework | Madhulika Madishetty | 2009-02-14 | 6 | -0/+1455 |
| * | powerpc/4xx: Enable PCI domains on 4xx | Benjamin Herrenschmidt | 2009-02-14 | 1 | -0/+2 |
| * | powerpc/4xx: Add missing USB and i2c devices to Canyonlands | Benjamin Herrenschmidt | 2009-02-14 | 2 | -10/+284 |
| * | powerpc/44x: Support for 256KB PAGE_SIZE | Yuri Tikhonov | 2009-02-14 | 7 | -9/+55 |
* | | powerpc: Randomise PIEs | Anton Blanchard | 2009-02-23 | 2 | -1/+12 |
* | | powerpc: Increase stack gap on 64bit binaries | Anton Blanchard | 2009-02-23 | 1 | -2/+9 |
* | | powerpc: Ensure random space between stack and mmaps | Anton Blanchard | 2009-02-23 | 1 | -3/+11 |
* | | powerpc: Randomise the brk region | Anton Blanchard | 2009-02-23 | 2 | -0/+26 |
* | | powerpc: Randomise lower bits of stack address | Anton Blanchard | 2009-02-23 | 2 | -1/+10 |
* | | powerpc: More stack randomisation for 64bit binaries | Anton Blanchard | 2009-02-23 | 1 | -0/+5 |
* | | powerpc: Randomise mmap start address | Anton Blanchard | 2009-02-23 | 1 | -1/+16 |
* | | powerpc: Rearrange mmap.c | Anton Blanchard | 2009-02-23 | 1 | -11/+11 |
* | | powerpc: Move is_32bit_task | Anton Blanchard | 2009-02-23 | 2 | -10/+7 |
* | | powerpc/powermac: Hotplug /sys entries are missing | Giuliano Pochini | 2009-02-23 | 1 | -0/+3 |
* | | powerpc/cell: Add rtas rtc calls for the QPACE platform | Benjamin Krill | 2009-02-23 | 1 | -0/+2 |
* | | powerpc: Fix load/store float double alignment handler | Michael Neuling | 2009-02-23 | 1 | -16/+13 |
* | | powerpc: Add alignment handler for new lfiwzx instruction | Michael Neuling | 2009-02-23 | 1 | -1/+1 |
* | | powerpc/numa: Cleanup hot_add_scn_to_nid | Nathan Fontenot | 2009-02-23 | 1 | -66/+73 |
* | | powerpc/pseries: Fix partition migration hang under load | Brian King | 2009-02-23 | 1 | -2/+8 |
* | | powerpc/pseries: Implement a quota system for MSIs | Michael Ellerman | 2009-02-23 | 1 | -2/+176 |
* | | powerpc/pseries: Return req#msi(-x) if request is larger | Michael Ellerman | 2009-02-23 | 1 | -1/+5 |
* | | powerpc: Add support for using doorbells for SMP IPI | Kumar Gala | 2009-02-23 | 6 | -3/+117 |
* | | 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 | 3 | -99/+2 |
|\ \ |
|
| * | | tracing/function-graph-tracer: make arch generic push pop functions | Steven Rostedt | 2009-02-18 | 3 | -99/+2 |
* | | | 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 |
| | |/
| |/| |
|