Age | Commit message (Expand) | Author | Files | Lines |
2008-02-08 | procfs: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
2008-02-08 | aout: mark arches that support A.OUT format | David Howells | 1 | -0/+3 |
2008-02-07 | Introduce flags for reserve_bootmem() | Bernhard Walle | 1 | -5/+9 |
2008-02-06 | alpha/parisc: remove config variable DEBUG_RWLOCK | Jiri Olsa | 2 | -10/+0 |
2008-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 4 | -6/+5 |
2008-02-03 | arch/parisc/: Spelling fixes | Joe Perches | 2 | -2/+2 |
2008-02-03 | remove Documentation/smp.txt | Adrian Bunk | 1 | -3/+2 |
2008-02-03 | Spelling fixes: lenght->length | Paulius Zaleckas | 1 | -1/+1 |
2008-02-03 | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 1 | -2/+0 |
2008-02-03 | Add HAVE_OPROFILE | Mathieu Desnoyers | 1 | -0/+1 |
2008-01-30 | spinlock: lockbreak cleanup | Nick Piggin | 1 | -0/+5 |
2008-01-28 | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 1 | -4/+4 |
2007-12-06 | [PARISC] print more than one character at a time for pdc console | Kyle McMartin | 2 | -63/+36 |
2007-12-06 | [PARISC] timer interrupt should not be IRQ_DISABLED | Kyle McMartin | 1 | -1/+1 |
2007-12-06 | Revert "[PARISC] import necessary bits of libgcc.a" | Kyle McMartin | 31 | -4628/+24 |
2007-10-23 | parisc: fix sg_page() fallout | FUJITA Tomonori | 1 | -0/+1 |
2007-10-20 | Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris... | Linus Torvalds | 55 | -1629/+6329 |
2007-10-20 | [PARISC] Make palo target work when $obj != $src | Kyle McMartin | 1 | -5/+9 |
2007-10-19 | [PARISC] Zap unused variable warnings in pci.c | Kyle McMartin | 1 | -5/+5 |
2007-10-19 | [PARISC] Fix tests in palo target | Kyle McMartin | 1 | -2/+2 |
2007-10-19 | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 2 | -24/+1 |
2007-10-19 | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 3 | -7/+7 |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 1 | -1/+1 |
2007-10-18 | [PARISC] Fix palo target | Kyle McMartin | 1 | -1/+1 |
2007-10-18 | [PARISC] Restore palo target | Kyle McMartin | 1 | -0/+20 |
2007-10-18 | [PARISC] Attempt to clean up parisc/Makefile | Kyle McMartin | 1 | -38/+24 |
2007-10-18 | [PARISC] Fix infinite loop in /proc/iomem | Matthew Wilcox | 1 | -32/+0 |
2007-10-18 | [PARISC] Kill off broken irqstack code | Kyle McMartin | 5 | -59/+3 |
2007-10-18 | [PARISC] Remove hardcoded uses of PAGE_SIZE | Kyle McMartin | 5 | -8/+8 |
2007-10-18 | [PARISC] Clean up pointless ASM_PAGE_SIZE_DIV use | Kyle McMartin | 2 | -6/+4 |
2007-10-18 | [PARISC] Kill off the last vestiges of ASM_PAGE_SIZE | Kyle McMartin | 1 | -1/+1 |
2007-10-18 | [PARISC] Kill off ASM_PAGE_SIZE use | Sam Ravnborg | 3 | -13/+13 |
2007-10-18 | [PARISC] Beautify parisc vmlinux.lds.S | Sam Ravnborg | 1 | -134/+185 |
2007-10-18 | [PARISC] Kill incorrect cast warning in unwinder | Kyle McMartin | 1 | -2/+2 |
2007-10-18 | [PARISC] Kill zone_to_nid printk warning | Kyle McMartin | 1 | -1/+1 |
2007-10-18 | [PARISC] Unbreak processor_probe when we have more than NR_CPUS | Kyle McMartin | 1 | -1/+6 |
2007-10-18 | [PARISC] Kill pointless variable use in time.c | Kyle McMartin | 1 | -4/+2 |
2007-10-18 | [PARISC] import necessary bits of libgcc.a | Kyle McMartin | 31 | -24/+4628 |
2007-10-18 | [PARISC] Use page allocator instead of slab allocator in pci-dma.c | Christoph Lameter | 1 | -5/+4 |
2007-10-18 | [PARISC] parisc: "extern inline" -> "static inline" | Adrian Bunk | 1 | -2/+2 |
2007-10-18 | [PARISC] Update defconfigs | Kyle McMartin | 5 | -1324/+1439 |
2007-10-18 | [PARISC] Wire up sys_fallocate (and compat_sys_fallocate) | Kyle McMartin | 2 | -0/+8 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2 | -2/+2 |
2007-10-16 | During VM oom condition, kill all threads in process group | Will Schmidt | 1 | -1/+1 |
2007-10-16 | Consolidate PTRACE_DETACH | Alexey Dobriyan | 1 | -4/+0 |
2007-10-14 | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 1 | -1/+1 |
2007-10-14 | kbuild: fix up CFLAGS usage | Sam Ravnborg | 1 | -1/+1 |
2007-08-27 | [PARISC] Add NOTES section | Kyle McMartin | 1 | -0/+2 |
2007-08-27 | [PARISC] Use compat_sys_getdents | Kyle McMartin | 2 | -144/+1 |
2007-07-29 | Remove fs.h from mm.h | Alexey Dobriyan | 4 | -0/+4 |