Age | Commit message (Expand) | Author | Files | Lines |
2006-12-04 | [POWERPC] Distinguish POWER6 partition modes and tell userspace | Paul Mackerras | 1 | -1/+1 |
2006-12-04 | [POWERPC] Book-E reg MCSR msg misquoted | nkalmala | 1 | -1/+1 |
2006-11-01 | [POWERPC] Make alignment exception always check exception table | Benjamin Herrenschmidt | 1 | -8/+10 |
2006-10-27 | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 1 | -7/+1 |
2006-10-25 | [POWERPC] Support feature fixups in vdso's | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-10-25 | [POWERPC] Consolidate feature fixup code | Benjamin Herrenschmidt | 2 | -78/+6 |
2006-10-16 | [POWERPC] ppc: Add missing calls to set_irq_regs | Kumar Gala | 1 | -0/+4 |
2006-10-10 | [POWERPC] ARCH=ppc pt_regs fixes | Al Viro | 1 | -2/+2 |
2006-10-06 | [PPC] Fix some irq breakage with ARCH=ppc | Paul Mackerras | 1 | -1/+1 |
2006-10-02 | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 1 | -11/+7 |
2006-10-01 | [PATCH] kill wall_jiffies | Atsushi Nemoto | 1 | -8/+3 |
2006-10-01 | [PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300 | Olaf Hering | 1 | -4/+0 |
2006-09-29 | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 1 | -1/+1 |
2006-09-29 | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 1 | -1/+1 |
2006-09-20 | [POWERPC] clean up ide io accessors | Stephen Rothwell | 2 | -9/+0 |
2006-09-20 | [POWERPC] remove unused asm routines | Stephen Rothwell | 2 | -88/+0 |
2006-09-13 | [POWERPC] Make function of pm_power_off consistent with x86 | Corey Minyard | 1 | -5/+12 |
2006-08-30 | [POWERPC] Fix irq enable/disable in smp_generic_take_timebase | Paul Mackerras | 1 | -3/+4 |
2006-07-31 | [PATCH] vDSO hash-style fix | Roland McGrath | 1 | -0/+1 |
2006-07-10 | [PATCH] tty: Remove include of screen_info.h from tty.h | Jon Smirl | 2 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 19 | -19/+0 |
2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -22/+30 |
2006-06-27 | [PATCH] node hotplug: register cpu: remove node struct | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2006-06-27 | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 1 | -6/+6 |
2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in arch and core code | Greg Kroah-Hartman | 1 | -17/+25 |
2006-06-26 | Storage class should be first | Tobias Klauser | 1 | -2/+2 |
2006-06-25 | [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHM | Christoph Lameter | 1 | -1/+0 |
2006-05-29 | ppc: Fix typo in TI_LOCAL_FLAGS definition | Paul Mackerras | 1 | -1/+1 |
2006-05-09 | [PATCH] ppc32/8xx: Fix r3 trashing due to 8MB TLB page instantiation | Marcelo Tosatti | 1 | -4/+0 |
2006-04-22 | Merge branch 'misc' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe... | Paul Mackerras | 1 | -0/+1 |
2006-04-21 | [PATCH] ppc: Fix powersave code on arch/ppc | Becky Bruce | 2 | -17/+17 |
2006-04-02 | powerpc/ppc: export strncasecmp | Kumar Gala | 1 | -0/+1 |
2006-03-29 | [PATCH] for_each_possible_cpu: ppc | KAMEZAWA Hiroyuki | 2 | -2/+2 |
2006-03-29 | Merge ../linux-2.6 | Paul Mackerras | 1 | -1/+1 |
2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
2006-03-28 | ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc | Paul Mackerras | 6 | -903/+12 |
2006-03-27 | ppc: Remove duplicate exports of __down, __up etc. | Paul Mackerras | 1 | -4/+0 |
2006-03-27 | powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpc | Paul Mackerras | 1 | -9/+0 |
2006-03-27 | powerpc: Move perfmon_fsl_booke.c over to arch/powerpc | Paul Mackerras | 2 | -228/+0 |
2006-03-27 | powerpc: Move module.c over to arch/powerpc | Paul Mackerras | 2 | -322/+1 |
2006-03-27 | powerpc: Move swsusp.S over to arch/powerpc | Paul Mackerras | 2 | -351/+0 |
2006-03-27 | powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpc | Paul Mackerras | 3 | -749/+0 |
2006-03-27 | powerpc: Move l2cr.S over to arch/powerpc | Paul Mackerras | 2 | -473/+2 |
2006-03-27 | powerpc: Unify the 32 and 64 bit idle loops | Paul Mackerras | 5 | -441/+7 |
2006-03-23 | [PATCH] more for_each_cpu() conversions | Andrew Morton | 1 | -6/+4 |
2006-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 5 | -10/+5 |
2006-03-22 | [PATCH] mm: split highorder pages | Nick Piggin | 1 | -2/+2 |
2006-03-17 | [PATCH] kzalloc() conversion in arch/ppc | Eric Sesterhenn | 1 | -2/+1 |
2006-03-09 | Merge ../linux-2.6 | Paul Mackerras | 2 | -72/+24 |
2006-03-08 | powerpc: Fix various syscall/signal/swapcontext bugs | Paul Mackerras | 2 | -72/+24 |