| Commit message (Expand) | Author | Age |
... | |
| * | | | powerpc/book3e: Move doorbell_exception from traps.c to dbell.c | Benjamin Herrenschmidt | 2010-07-09 |
| * | | | powerpc/book3e: Hack to get gdb moving along on Book3E 64-bit | Benjamin Herrenschmidt | 2010-07-09 |
| * | | | powerpc/book3e: mtmsr should not be mtmsrd on book3e 64-bit | Benjamin Herrenschmidt | 2010-07-09 |
| |/ / |
|
| * | | powerpc: Removing dead CONFIG_SMP_750 | Christoph Egger | 2010-07-08 |
| * | | powerpc/pseries: Use kstrdup | Julia Lawall | 2010-07-08 |
| * | | powerpc/iseries: Use kstrdup | Julia Lawall | 2010-07-08 |
| * | | powerpc/numa: Use form 1 affinity to setup node distance | Anton Blanchard | 2010-07-08 |
| * | | powerpc: Remove all rcu head initializations | Paul E. McKenney | 2010-07-08 |
| * | | powerpc: Add i8042 keyboard and mouse irq parsing | Martyn Welch | 2010-07-08 |
| * | | powerpc/pseries: Add WARN_ON() to request_event_sources_irqs() on irq allocat... | Mark Nelson | 2010-07-08 |
| * | | powerpc/pseries: Rename RAS_VECTOR_OFFSET to RTAS_VECTOR_EXTERNAL_INTERRUPT a... | Mark Nelson | 2010-07-08 |
| * | | powerpc: Optimise per cpu accesses on 64bit | Anton Blanchard | 2010-07-08 |
| * | | powerpc/iseries: Fix constant warning | Denis Kirjanov | 2010-07-08 |
| * | | powerpc/mpic: Add ability to reset a core via MPIC | Matthew McClintock | 2010-07-08 |
| * | | powerpc/fsl-booke: Fix comments in mmu code that mention BATS | Becky Bruce | 2010-07-08 |
| * | | powerpc/pseries/eeh: Use for_each_pci_dev() | Kulikov Vasiliy | 2010-07-08 |
| * | | powerpc/pseries: Partition hibernation support | Brian King | 2010-07-08 |
| * | | powerpc/pseries: Migration code reorganization / hibernation prep | Brian King | 2010-07-08 |
| * | | powerpc: Clean up obsolete code relating to decrementer and timebase | Paul Mackerras | 2010-07-08 |
| * | | powerpc: Rework VDSO gettimeofday to prevent time going backwards | Paul Mackerras | 2010-07-08 |
| * | | Merge commit 'paulus-perf/master' into next | Benjamin Herrenschmidt | 2010-07-08 |
| |\ \ |
|
| | * | | powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints | Paul Mackerras | 2010-06-29 |
| | * | | powerpc, hw_breakpoint: Cooperate better with other single-steppers | Paul Mackerras | 2010-06-23 |
| | * | | powerpc, hw_breakpoint: Fix off-by-one in checking access address | Paul Mackerras | 2010-06-23 |
| | * | | powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ... | K.Prasad | 2010-06-22 |
| | * | | powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals | K.Prasad | 2010-06-22 |
| | * | | powerpc, hw_breakpoint: Handle concurrent alignment interrupts | K.Prasad | 2010-06-22 |
| | * | | powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors | K.Prasad | 2010-06-22 |
| | * | | powerpc: Emulate most Book I instructions in emulate_step() | Paul Mackerras | 2010-06-22 |
* | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-08-05 |
|\ \ \ \ |
|
| * | | | | microblaze: Add KGDB support | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Support brki rX, 0x18 for user application debugging | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Simplify syscall rutine | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Move PT_MODE saving to delay slot | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Fix _interrupt function | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Fix _user_exception function | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Put together addik instructions | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Use delay slot in syscall macros | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Save kernel mode in delay slot | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Do not mix register saving and mode setting | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Move SAVE_STATE upward | Michal Simek | 2010-08-04 |
| * | | | | microblaze: entry.S: Macro optimization | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Optimize hw exception rutine | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Implement clear_ums macro and fix SAVE_STATE macro | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Remove additional setup for kernel_mode | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Optimize SAVE_STATE macro | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Remove additional loading | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Completely remove working with R11 register | Michal Simek | 2010-08-04 |
| * | | | | microblaze: Do not setup BIP in _debug_exception | Michal Simek | 2010-08-04 |