Age | Commit message (Expand) | Author | Files | Lines |
2009-04-28 | CRISv32: Fix typo compile error in ARTPEC-3 gpio driver. | Jesper Nilsson | 1 | -2/+2 |
2009-04-28 | CRIS: Wire up syscalls signalfd4 to writev. | Jesper Nilsson | 3 | -5/+29 |
2009-04-21 | CRISv32: Remove obsolete vcs_hook.o from Makefile | Jesper Nilsson | 1 | -2/+0 |
2009-04-21 | CRIS: Merge machine dependent boot/compressed and boot/rescue | Jesper Nilsson | 23 | -429/+186 |
2009-04-07 | tty: Use the generic RS485 ioctl on CRIS | Claudio Scordino | 3 | -7/+7 |
2009-04-05 | Merge branch 'for-linus' of git://repo.or.cz/cris-mirror | Linus Torvalds | 7 | -14/+13 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2009-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -6/+6 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2009-04-03 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -0/+2 |
2009-04-03 | Simplify copy_thread() | Alexey Dobriyan | 2 | -2/+2 |
2009-04-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Jesper Nilsson | 3 | -7/+7 |
2009-04-02 | CRISv32: Remove extraneous space between -I and the path. | Jesper Nilsson | 1 | -3/+3 |
2009-04-02 | cris: convert obsolete hw_interrupt_type to struct irq_chip | Thomas Gleixner | 2 | -2/+2 |
2009-04-02 | BUG to BUG_ON changes | Stoyan Gaydarov | 1 | -2/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 1 | -0/+1 |
2009-04-01 | Get rid of indirect include of fs_struct.h | Al Viro | 1 | -1/+0 |
2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 4 | -6/+6 |
2009-03-30 | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 3 | -3/+0 |
2009-03-27 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2009-03-16 | cpumask: use mm_cpumask() wrapper: cris | Rusty Russell | 2 | -4/+4 |
2009-03-16 | cpumask: Use accessors code.: cris | Rusty Russell | 1 | -2/+2 |
2009-03-16 | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: cris | Rusty Russell | 1 | -1/+1 |
2009-03-03 | tracing: make CALLER_ADDRx overwriteable | Uwe Kleine-Koenig | 1 | -0/+1 |
2009-02-16 | net: new user space API for time stamping of incoming and outgoing packets | Patrick Ohly | 1 | -0/+3 |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 1 | -1/+1 |
2009-01-15 | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -2/+2 |
2009-01-15 | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2 | -2/+0 |
2009-01-15 | cris: introduce asm/swab.h | Harvey Harrison | 6 | -45/+44 |
2009-01-14 | [CVE-2009-0029] Rename old_readdir to sys_old_readdir | Heiko Carstens | 2 | -2/+2 |
2009-01-12 | sparseirq: use kstat_irqs_cpu on non-x86 architectures too | Yinghai Lu | 1 | -1/+1 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 1 | -0/+2 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -3/+3 |
2009-01-07 | atomic_t: unify all arch definitions | Matthew Wilcox | 1 | -3/+1 |
2009-01-07 | Staging: Kconfig for ARCH=arm,8300, cris | F. Duncan M. Haldane | 1 | -0/+2 |
2009-01-06 | chris: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -3/+3 |
2009-01-06 | trivial: fix singal -> signal typo | Frederik Schwarzer | 1 | -1/+1 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2009-01-03 | cris: define __fls | Rusty Russell | 1 | -0/+1 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -7/+2 |
2009-01-01 | take init_fs to saner place | Al Viro | 1 | -1/+0 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -2/+2 |
2008-12-13 | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2 | -5/+0 |
2008-11-01 | [CRIS] Remove links from CRIS build | Jesper Nilsson | 5 | -178/+81 |
2008-11-01 | [CRIS] Merge asm-offsets.c for both arches into one file. | Jesper Nilsson | 3 | -69/+35 |
2008-10-29 | [CRIS] Move header files from include to arch/cris/include. | Jesper Nilsson | 353 | -95/+62520 |
2008-10-23 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2008-10-20 | cris: use bcd2bin/bin2bcd | Adrian Bunk | 4 | -45/+45 |
2008-10-20 | container freezer: implement freezer cgroup subsystem | Matt Helsley | 1 | -0/+2 |