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