Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | CRIS: cleanup struct irqaction initializers | Thomas Gleixner | 2 | -4/+12 |
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 | 2 | -8/+0 |
2007-08-21 | ide: fix hidden dependencies on CONFIG_IDE_GENERIC | Bartlomiej Zolnierkiewicz | 2 | -0/+2 |
2007-08-12 | cris: drivers/cdrom/Kconfig no longer exists | Adrian Bunk | 1 | -2/+0 |
2007-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2 | -2/+2 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -4/+2 |
2007-07-19 | define new percpu interface for shared data | Fenghua Yu | 1 | -4/+1 |
2007-07-19 | unregister_chrdev(): ignore the return value | Akinobu Mita | 2 | -6/+2 |
2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -11/+12 |
2007-07-17 | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2 | -12/+2 |
2007-07-17 | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 1 | -12/+2 |
2007-07-17 | cris: use DATA_DATA in cris | Mathieu Desnoyers | 2 | -2/+2 |
2007-07-16 | Remove the last few UMSDOS leftovers | Jesper Juhl | 1 | -1/+0 |
2007-07-16 | CRIS: replace old-style member inits with designated inits | Robert P. J. Day | 3 | -12/+12 |
2007-05-09 | Fix trivial typos in Kconfig* files | David Sterba | 1 | -1/+1 |
2007-05-08 | dma_declare_coherent_memory wrong allocation | Guennadi Liakhovetski | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 5 | -5/+0 |
2007-05-07 | CRIS: remove code related to pre-2.2 kernel | Robert P. J. Day | 1 | -28/+2 |
2007-05-07 | CRIS: check for memory allocation | Cyrill Gorcunov | 1 | -33/+48 |
2007-05-02 | [PATCH] x86: Allow percpu variables to be page-aligned | Jeremy Fitzhardinge | 1 | -0/+1 |
2007-03-29 | [PATCH] MSI-X: fix resume crash | Eric W. Biederman | 1 | -1/+3 |
2007-03-02 | [PATCH] fix memory leak in dma_declare_coherent_memory() | Yoichi Yuasa | 1 | -1/+1 |
2007-02-17 | arch/cris: typo in KERN_INFO | Nicolas Kaiser | 2 | -2/+2 |
2007-02-12 | [PATCH] mark struct file_operations const 2 | Arjan van de Ven | 11 | -11/+11 |
2007-02-12 | [PATCH] Dynamic kernel command-line: cris | Alon Bar-Lev | 1 | -3/+3 |
2007-02-11 | [PATCH] sort the devres mess out | Al Viro | 1 | -0/+3 |
2007-02-11 | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 1 | -8/+0 |
2007-02-11 | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2 | -1/+5 |
2007-02-11 | [PATCH] CRIS: TLB handling: turn local_save_flags() + local_irq_disable() int... | Jiri Kosina | 2 | -12/+6 |
2007-02-11 | [PATCH] CRIS: user ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2 | -3/+3 |
2007-02-11 | [PATCH] CRIS: local_irq_disable() is redundant after local_irq_save() | Jiri Kosina | 2 | -2/+0 |
2007-02-11 | [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA | Christoph Lameter | 1 | -0/+4 |
2007-01-12 | [PATCH] Change cpu_up and co from __devinit to __cpuinit | Gautham R Shenoy | 1 | -1/+1 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 6 | -6/+6 |
2006-12-08 | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 1 | -0/+8 |
2006-12-08 | [PATCH] struct path: convert cris | Josef Sipek | 1 | -4/+4 |
2006-12-07 | [PATCH] mm: arch do_page_fault() vs in_atomic() | Peter Zijlstra | 1 | -1/+1 |
2006-12-03 | [NET]: Cris checksum annotations and cleanups. | Al Viro | 1 | -30/+32 |
2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 3 | -5/+5 |
2006-11-30 | Fix misc Kconfig typos | Matt LaPlante | 3 | -6/+6 |
2006-10-30 | [PATCH] cryptocop: double spin_lock_irqsave() | Alexey Dobriyan | 1 | -1/+0 |
2006-10-04 | more misc typo fixes | Matt LaPlante | 2 | -3/+3 |
2006-10-02 | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 1 | -1/+1 |
2006-10-02 | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently | Greg Banks | 1 | -0/+1 |
2006-10-01 | [PATCH] Generic ioremap_page_range: cris conversion | Haavard Skinnemoen | 1 | -85/+3 |
2006-10-01 | [PATCH] kill wall_jiffies | Atsushi Nemoto | 1 | -7/+0 |
2006-09-29 | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2 | -2/+2 |
2006-07-11 | [PATCH] pcf8563: remove MOD_INC_USE_COUNT, MOD_DEC_USE_COUNT | Irwan Djajadi | 1 | -2/+0 |
2006-07-11 | [PATCH] cris: switch to iminor/imajor | Eric Sesterhenn | 5 | -11/+11 |