Age | Commit message (Expand) | Author | Files | Lines |
2006-03-16 | powerpc: update defconfigs | Paul Mackerras | 5 | -117/+232 |
2006-03-16 | [PATCH] powerpc: properly configure DDR/P5IOC children devs | John Rose | 3 | -25/+32 |
2006-03-16 | [PATCH] powerpc: remove duplicate EXPORT_SYMBOLS | Olaf Hering | 2 | -10/+5 |
2006-03-16 | [PATCH] powerpc: RTC memory corruption | Michael Neuling | 1 | -1/+1 |
2006-03-16 | [PATCH] powerpc: enable NAP only on cpus who support it to avoid memory corru... | Benjamin Herrenschmidt | 2 | -9/+4 |
2006-03-16 | [PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig option | Michael Ellerman | 1 | -1/+1 |
2006-03-16 | [PATCH] powerpc/64: enable CONFIG_BLK_DEV_SL82C105 | Olaf Hering | 1 | -1/+1 |
2006-03-16 | [PATCH] powerpc: correct cacheflush loop in zImage | Olaf Hering | 1 | -2/+3 |
2006-03-16 | powerpc: Fix problem with time going backwards | Paul Mackerras | 1 | -14/+34 |
2006-03-14 | powerpc: Disallow lparcfg being a module | Paul Mackerras | 1 | -1/+1 |
2006-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 13 | -178/+73 |
2006-03-08 | powerpc: Fix various syscall/signal/swapcontext bugs | Paul Mackerras | 7 | -173/+52 |
2006-03-05 | ppc64: make sure to align stack pointer to 16 bytes at boot | Linus Torvalds | 1 | -0/+3 |
2006-03-03 | [PATCH] powerpc: incorrect rmo_top handling in prom_init | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-03-03 | [PATCH] powerpc: Expose SMT and L1 icache snoop userland features | Benjamin Herrenschmidt | 1 | -3/+6 |
2006-03-03 | powerpc32: Fix timebase synchronization on 32-bit powermacs | Paul Mackerras | 1 | -1/+1 |
2006-03-03 | powerpc: Turn off verbose debug output in powermac platform functions | Paul Mackerras | 2 | -0/+11 |
2006-03-03 | powerpc: Fix might-sleep warning in program check exception handler | Paul Mackerras | 1 | -0/+2 |
2006-03-01 | [PATCH] Add mm->task_size and fix powerpc vdso | Benjamin Herrenschmidt | 1 | -2/+2 |
2006-02-28 | [PATCH] powerpc/iseries: Fix double phys_to_abs bug in htab_bolt_mapping | Michael Ellerman | 1 | -1/+1 |
2006-02-28 | [PATCH] powerpc: fix NULL pointer in handle_eeh_events | Olaf Hering | 1 | -1/+1 |
2006-02-28 | [PATCH] powerpc: vdso 64bits gettimeofday bug | Benjamin Herrenschmidt | 1 | -2/+2 |
2006-02-28 | [PATCH] powerpc: fix dynamic PCI probe regression | John Rose | 2 | -16/+34 |
2006-02-27 | Make Kprobes depend on modules | Linus Torvalds | 1 | -1/+1 |
2006-02-25 | [PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORM | Kumar Gala | 1 | -16/+38 |
2006-02-24 | [PATCH] powerpc: Don't re-assign PCI resources on Maple | Segher Boessenkool | 1 | -2/+2 |
2006-02-24 | [PATCH] powerpc: Fix some MPIC + HT APIC buglets | Segher Boessenkool | 1 | -4/+5 |
2006-02-24 | [PATCH] powerpc: Update {g5,pseries,ppc64}_defconfig | Olof Johansson | 3 | -285/+189 |
2006-02-24 | [PATCH] powerpc64: remove broken/bitrotted HMT support | Anton Blanchard | 3 | -138/+4 |
2006-02-24 | [PATCH] powerpc: Fix runlatch performance issues | Anton Blanchard | 3 | -10/+35 |
2006-02-24 | [PATCH] powerpc64: fix spinlock recursion in native_hpte_clear | R Sharada | 1 | -1/+6 |
2006-02-24 | [PATCH] powerpc: disable OProfile for iSeries | Kelly Daly | 1 | -0/+1 |
2006-02-24 | [PATCH] powerpc: fix altivec_unavailable_exception Oopses | Alan Curry | 1 | -0/+1 |
2006-02-24 | [PATCH] powerpc: Trivial fix to set the proper timeout value for kdump | Haren Myneni | 1 | -1/+3 |
2006-02-24 | [PATCH] powerpc: Only calculate htab_size in one place for kexec | Michael Ellerman | 2 | -8/+5 |
2006-02-23 | [PATCH] powerpc: Initialise hvlpevent_queue.lock correctly | Michael Ellerman | 1 | -0/+2 |
2006-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 7 | -211/+107 |
2006-02-21 | [PATCH] powermac: Fix loss of ethernet PHY on sleep | Benjamin Herrenschmidt | 1 | -5/+5 |
2006-02-20 | [PATCH] powerpc: Fix bug in spinup of renumbered secondary threads | Michael Ellerman | 1 | -1/+1 |
2006-02-20 | [PATCH] powerpc: Make UP -> SMP kexec work again | Michael Ellerman | 1 | -3/+1 |
2006-02-20 | [PATCH] powerpc: Don't start secondary CPUs in a UP && KEXEC kernel | Michael Ellerman | 1 | -2/+2 |
2006-02-20 | [PATCH] powerpc: Fix OOPS in lparcfg on G5 | Olof Johansson | 1 | -2/+4 |
2006-02-20 | [PATCH] powerpc: remove duplicate exports | Olaf Hering | 1 | -16/+0 |
2006-02-20 | powerpc: Keep xtime and gettimeofday in sync | Paul Mackerras | 2 | -187/+99 |
2006-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 4 | -5/+11 |
2006-02-10 | [PATCH] Fix building external modules on ppc32 | Andreas Gruenbacher | 1 | -0/+2 |
2006-02-10 | [PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE for embedded boards | Kumar Gala | 2 | -0/+7 |
2006-02-10 | [PATCH] powerpc: unshare system call registration | JANAK DESAI | 1 | -0/+1 |
2006-02-10 | ppc: Use the system call table from arch/powerpc/kernel/systbl.S | Paul Mackerras | 2 | -5/+3 |
2006-02-08 | [PATCH] fix iomem annotations in dart_iommu | Al Viro | 1 | -1/+1 |