| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | powerpc/44x: Fix UART2/3 interrupt assignment in PPC460EX/GT dts files | Stefan Roese | 2010-07-26 | 2 | -4/+4 |
| | * | | Remove REDWOOD_[456] config options and conditional code | Christian Dietrich | 2010-07-26 | 5 | -98/+2 |
| * | | | powerpc/oprofile: Don't build server oprofile drivers on 64-bit BookE | Benjamin Herrenschmidt | 2010-07-14 | 2 | -2/+2 |
| * | | | powerpc/book3e: Adjust the page sizes list based on MMU config | Benjamin Herrenschmidt | 2010-07-14 | 3 | -32/+109 |
| * | | | powerpc/book3e: Add TLB dump in xmon for Book3E | Benjamin Herrenschmidt | 2010-07-14 | 1 | -0/+152 |
| * | | | powerpc/book3e: Fix single step when using HW page tables | Benjamin Herrenschmidt | 2010-07-14 | 2 | -4/+15 |
| * | | | powerpc/book3e: Add generic 64-bit idle powersave support | Benjamin Herrenschmidt | 2010-07-14 | 4 | -1/+111 |
| * | | | powerpc/book3e: Resend doorbell exceptions to ourself | Michael Ellerman | 2010-07-09 | 3 | -2/+13 |
| * | | | powerpc/book3e: Use set_irq_regs() in the msgsnd/msgrcv IPI path | David Gibson | 2010-07-09 | 1 | -1/+6 |
| * | | | powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3E | Benjamin Herrenschmidt | 2010-07-09 | 3 | -4/+25 |
| * | | | powerpc/book3e: Don't re-trigger decrementer on lazy irq restore | Benjamin Herrenschmidt | 2010-07-09 | 1 | -0/+9 |
| * | | | powerpc/book3e: More doorbell cleanups. Sample the PIR register | Benjamin Herrenschmidt | 2010-07-09 | 3 | -18/+40 |
| * | | | powerpc/book3e: Move doorbell_exception from traps.c to dbell.c | Benjamin Herrenschmidt | 2010-07-09 | 2 | -22/+21 |
| * | | | powerpc/book3e: Hack to get gdb moving along on Book3E 64-bit | Benjamin Herrenschmidt | 2010-07-09 | 2 | -2/+24 |
| * | | | powerpc/book3e: mtmsr should not be mtmsrd on book3e 64-bit | Benjamin Herrenschmidt | 2010-07-09 | 1 | -1/+1 |
| |/ / |
|
| * | | powerpc: Removing dead CONFIG_SMP_750 | Christoph Egger | 2010-07-09 | 1 | -15/+0 |
| * | | powerpc/pseries: Use kstrdup | Julia Lawall | 2010-07-09 | 1 | -3/+1 |
| * | | powerpc/iseries: Use kstrdup | Julia Lawall | 2010-07-09 | 1 | -2/+1 |
| * | | powerpc/numa: Use form 1 affinity to setup node distance | Anton Blanchard | 2010-07-09 | 2 | -33/+92 |
| * | | powerpc: Remove all rcu head initializations | Paul E. McKenney | 2010-07-09 | 1 | -1/+0 |
| * | | powerpc: Add i8042 keyboard and mouse irq parsing | Martyn Welch | 2010-07-09 | 2 | -0/+18 |
| * | | powerpc/pseries: Add WARN_ON() to request_event_sources_irqs() on irq allocat... | Mark Nelson | 2010-07-09 | 1 | -8/+15 |
| * | | powerpc/pseries: Rename RAS_VECTOR_OFFSET to RTAS_VECTOR_EXTERNAL_INTERRUPT a... | Mark Nelson | 2010-07-09 | 2 | -3/+5 |
| * | | powerpc: Optimise per cpu accesses on 64bit | Anton Blanchard | 2010-07-09 | 3 | -6/+7 |
| * | | powerpc/iseries: Fix constant warning | Denis Kirjanov | 2010-07-09 | 1 | -1/+1 |
| * | | powerpc/mpic: Add ability to reset a core via MPIC | Matthew McClintock | 2010-07-09 | 2 | -0/+19 |
| * | | powerpc/fsl-booke: Fix comments in mmu code that mention BATS | Becky Bruce | 2010-07-09 | 1 | -3/+4 |
| * | | powerpc/pseries/eeh: Use for_each_pci_dev() | Kulikov Vasiliy | 2010-07-09 | 1 | -2/+1 |
| * | | hvc_console: use "*_console" nomenclature to avoid modpost warning. | Chris Metcalf | 2010-07-09 | 2 | -8/+8 |
| * | | powerpc/pseries: Partition hibernation support | Brian King | 2010-07-09 | 5 | -1/+223 |
| * | | powerpc/pseries: Migration code reorganization / hibernation prep | Brian King | 2010-07-09 | 3 | -35/+81 |
| * | | powerpc: Clean up obsolete code relating to decrementer and timebase | Paul Mackerras | 2010-07-09 | 7 | -153/+9 |
| * | | powerpc: Rework VDSO gettimeofday to prevent time going backwards | Paul Mackerras | 2010-07-09 | 5 | -237/+99 |
| * | | Merge commit 'paulus-perf/master' into next | Benjamin Herrenschmidt | 2010-07-09 | 18 | -52/+2408 |
| |\ \ |
|
| | * | | powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints | Paul Mackerras | 2010-06-30 | 2 | -4/+11 |
| | * | | powerpc, hw_breakpoint: Cooperate better with other single-steppers | Paul Mackerras | 2010-06-23 | 1 | -6/+7 |
| | * | | powerpc, hw_breakpoint: Fix off-by-one in checking access address | Paul Mackerras | 2010-06-23 | 1 | -16/+7 |
| | * | | powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ... | K.Prasad | 2010-06-22 | 2 | -2/+22 |
| | * | | powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals | K.Prasad | 2010-06-22 | 3 | -0/+24 |
| | * | | powerpc, hw_breakpoint: Handle concurrent alignment interrupts | K.Prasad | 2010-06-22 | 1 | -5/+3 |
| | * | | powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors | K.Prasad | 2010-06-22 | 11 | -0/+495 |
| | * | | hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistration | K.Prasad | 2010-06-22 | 1 | -0/+12 |
| | * | | powerpc: Emulate most Book I instructions in emulate_step() | Paul Mackerras | 2010-06-22 | 5 | -47/+1855 |
* | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-08-05 | 34 | -544/+977 |
|\ \ \ \ |
|
| * | | | | microblaze: Add KGDB support | Michal Simek | 2010-08-04 | 8 | -81/+234 |
| * | | | | microblaze: Support brki rX, 0x18 for user application debugging | Michal Simek | 2010-08-04 | 2 | -19/+19 |
| * | | | | microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions | Michal Simek | 2010-08-04 | 1 | -51/+0 |
| * | | | | microblaze: Simplify syscall rutine | Michal Simek | 2010-08-04 | 1 | -39/+7 |
| * | | | | microblaze: Move PT_MODE saving to delay slot | Michal Simek | 2010-08-04 | 1 | -3/+1 |
| * | | | | microblaze: Fix _interrupt function | Michal Simek | 2010-08-04 | 1 | -5/+3 |