| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc,sparc64: unify kernel/ | Sam Ravnborg | 2008-12-04 | 94 | -47/+45 |
* | sparc: prepare kernel/ for unification | Sam Ravnborg | 2008-12-04 | 28 | -24/+77 |
* | sparc,sparc64: unify lib/ | Sam Ravnborg | 2008-12-04 | 52 | -73/+23 |
* | sparc: prepare lib/ for unification | Sam Ravnborg | 2008-12-04 | 10 | -8/+17 |
* | sparc,sparc64: unify prom/ | Sam Ravnborg | 2008-12-04 | 12 | -11/+5 |
* | sparc: prepare prom/ for unification | Sam Ravnborg | 2008-12-04 | 8 | -2/+13 |
* | sparc,sparc64: unify Makefile | Sam Ravnborg | 2008-12-04 | 6 | -62/+76 |
* | sparc: gitignore a few files | Sam Ravnborg | 2008-12-04 | 2 | -0/+6 |
* | sparc: clean boot/ | Sam Ravnborg | 2008-12-04 | 2 | -3/+2 |
* | sparc: refactor Makefile | Sam Ravnborg | 2008-12-04 | 2 | -16/+8 |
* | sparc,sparc64: unify asm-offsets.c | Sam Ravnborg | 2008-12-04 | 2 | -4/+17 |
* | sparc64: use vmlinux.lds.S from sparc | Sam Ravnborg | 2008-12-04 | 2 | -177/+2 |
* | sparc,sparc64: prepare vmlinux.lds.S for unification | Sam Ravnborg | 2008-12-04 | 2 | -28/+116 |
* | sparc64: Provide oprofile pseudo-NMI on Niagara. | David S. Miller | 2008-12-04 | 1 | -16/+135 |
* | sparc64: Add performance counter hypervisor calls for sun4v. | David S. Miller | 2008-12-04 | 3 | -0/+62 |
* | sparc64: Add save_stack_trace_tsk(). | David S. Miller | 2008-12-04 | 2 | -9/+27 |
* | sparc32: pdev_to_pnode() is used from __devinit | Al Viro | 2008-12-04 | 1 | -1/+1 |
* | sparc32: Don't btfixup cache flush ops for viking multiple times. | David S. Miller | 2008-12-04 | 1 | -12/+11 |
* | sparc: combine unistd_{32,64}.h | Stephen Rothwell | 2008-12-04 | 5 | -773/+443 |
* | sparc64: Use NMI oprofile profiling on cheetah and derivative cpus. | David S. Miller | 2008-12-04 | 1 | -1/+109 |
* | sparc64: Add write_pic() helper. | David S. Miller | 2008-12-04 | 1 | -4/+5 |
* | sparc64: Block NMIs in critical section of context switch. | David S. Miller | 2008-12-04 | 1 | -0/+2 |
* | sparc64: Make special trap return path for TRAP_NMI(). | David S. Miller | 2008-12-04 | 2 | -2/+14 |
* | sparc64: Make %pil level 15 a pseudo-NMI. | David S. Miller | 2008-12-04 | 12 | -25/+46 |
* | sparc: Include drivers/pcmcia/Kconfig | David S. Miller | 2008-12-04 | 2 | -18/+7 |
* | sparc64: Add interface for registering a performance counter IRQ handler. | David S. Miller | 2008-12-04 | 3 | -1/+67 |
* | sparc64: Add tsb-ratio sysctl. | David S. Miller | 2008-12-04 | 1 | -7/+14 |
* | sparc,sparc64: unify mm/ | Sam Ravnborg | 2008-12-04 | 11 | -13/+8 |
* | sparc: prepare mm/ for unification | Sam Ravnborg | 2008-12-04 | 4 | -8/+12 |
* | sparc64: unify arch/sparc64/oprofile/ | Sam Ravnborg | 2008-12-04 | 3 | -33/+1 |
* | sparc64: unify math-emu | Sam Ravnborg | 2008-12-04 | 4 | -9/+2 |
* | sparc: prepare math-emu for unification | Sam Ravnborg | 2008-12-04 | 3 | -2/+2 |
* | sparc: cleanup math-emu | Sam Ravnborg | 2008-12-04 | 2 | -39/+3 |
* | sparc,sparc64: add BITS to arch Makefile | Sam Ravnborg | 2008-12-04 | 2 | -5/+6 |
* | sparc,sparc64: unify Kconfig files | Sam Ravnborg | 2008-12-04 | 2 | -476/+309 |
* | sparc: add "Bus options" to Kconfig | Sam Ravnborg | 2008-12-04 | 1 | -61/+67 |
* | sparc: add menu "Executable file formats" | Sam Ravnborg | 2008-12-04 | 1 | -2/+6 |
* | sparc: use Kconfig.hz | Sam Ravnborg | 2008-12-04 | 1 | -4/+1 |
* | sparc: drop UNIX98_PTYS from arch Kconfig | Sam Ravnborg | 2008-12-04 | 1 | -34/+0 |
* | sparc64: added more config options to the menus | Sam Ravnborg | 2008-12-04 | 1 | -38/+42 |
* | sparc: refactor Kconfig a little | Sam Ravnborg | 2008-12-04 | 1 | -23/+24 |
* | sparc: unify Kconfig.debug | Sam Ravnborg | 2008-12-04 | 3 | -45/+27 |
* | sparc64: Stop using memory barriers for atomics and locks. | David S. Miller | 2008-12-04 | 15 | -137/+17 |
* | sparc64: Run the kernel always in the TSO memory model. | David S. Miller | 2008-12-04 | 3 | -17/+12 |
* | sparc64: Rework auxio driver to save some text space. | David S. Miller | 2008-12-04 | 1 | -44/+26 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2008-12-04 | 3 | -3/+6 |
|\ |
|
| * | sparc64: Sync FPU state in VIS emulation handler. | Hong H. Pham | 2008-12-04 | 1 | -0/+2 |
| * | sparc64: Fix VIS emulation bugs | Joseph Myers | 2008-12-03 | 1 | -2/+2 |
| * | sparc: asm/bitops.h should define __fls | Rusty Russell | 2008-12-03 | 1 | -0/+1 |
| * | sparc64: Fix bug in PTRACE_SETFPREGS64 handling. | Chris Torek | 2008-12-03 | 1 | -1/+1 |