| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 1 | -3/+1 |
* | FRV: Add basic performance counter support | David Howells | 2009-07-01 | 4 | -1/+38 |
* | FRV: Implement atomic64_t | David Howells | 2009-07-01 | 6 | -5/+236 |
* | FRV: Wire up new syscalls | David Howells | 2009-06-30 | 2 | -1/+5 |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -4/+0 |
* | FRV: Fix interaction with new generic header stuff | David Howells | 2009-06-13 | 1 | -120/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2009-06-12 | 6 | -14/+8 |
|\ |
|
| * | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2009-06-12 | 13 | -579/+399 |
| |\ |
|
| * | | asm-generic: make pci.h usable directly | Arnd Bergmann | 2009-06-11 | 1 | -10/+3 |
| * | | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
| * | | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
| * | | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2009-06-11 | 1 | -0/+1 |
| * | | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2009-06-11 | 2 | -2/+2 |
* | | | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 2009-06-12 | 1 | -2/+0 |
| |/
|/| |
|
* | | FRV: Implement new-style ptrace | David Howells | 2009-06-11 | 7 | -164/+367 |
* | | FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue | David Howells | 2009-06-11 | 1 | -1/+0 |
* | | FRV: Implement TIF_NOTIFY_RESUME | David Howells | 2009-06-11 | 2 | -5/+10 |
* | | FRV: Remove in-kernel strace code | David Howells | 2009-06-11 | 1 | -379/+0 |
* | | FRV: BUG to BUG_ON changes | Stoyan Gaydarov | 2009-06-11 | 4 | -17/+8 |
* | | FRV: bitops: Change the bitmap index from int to unsigned long | Justin Chen | 2009-06-11 | 1 | -14/+15 |
|/ |
|
* | FRV: Use __INIT macro instead of .text.init. | Tim Abbott | 2009-04-27 | 4 | -4/+8 |
* | FRV: Remove unused header asm/init.h. | Tim Abbott | 2009-04-27 | 1 | -12/+0 |
* | FRV: Stop gcc from generating uninitialised variable warnings after BUG() | David Howells | 2009-04-27 | 1 | -2/+3 |
* | FRV: Wire up new syscalls | David Howells | 2009-04-27 | 2 | -1/+5 |
* | frv: convert frv to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-04-26 | 2 | -2/+3 |
* | frv: insert PCI root bus resources for the MB93090 devel motherboard | David Howells | 2009-04-21 | 1 | -13/+50 |
* | FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist | David Howells | 2009-04-20 | 1 | -1/+0 |
* | FRV: Move to arch/frv/include/asm/ | David Howells | 2009-04-10 | 114 | -0/+8626 |
* | FRV: Fix compile breakage | Adrian Bunk | 2009-04-06 | 1 | -1/+0 |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 | 1 | -1/+1 |
* | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 4 | -8/+0 |
*-. | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 1 | -1/+1 |
|\ \ |
|
| | * | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 2009-01-11 | 1 | -1/+1 |
| |/ |
|
* | | FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now | David Howells | 2009-02-09 | 1 | -1/+1 |
|/ |
|
* | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 1 | -5/+6 |
* | take init_fs to saner place | Al Viro | 2008-12-31 | 1 | -1/+0 |
* | frv: fix mmap2 error handling | David Howells | 2008-12-01 | 1 | -9/+8 |
* | container freezer: implement freezer cgroup subsystem | Matt Helsley | 2008-10-20 | 1 | -0/+2 |
* | FRV: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 2008-10-16 | 1 | -2/+0 |
* | FRV: Provide dma_map_page() for NOMMU and fix comments | David Howells | 2008-10-16 | 2 | -5/+29 |
* | frv: use generic pci_enable_resources() | Bjorn Helgaas | 2008-10-16 | 3 | -34/+1 |
* | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 1 | -3/+3 |
* | FRV: Wire up new system calls | David Howells | 2008-08-01 | 1 | -1/+6 |
* | frv: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -31/+0 |
* | frv: use the common ascii hex helpers | Harvey Harrison | 2008-07-26 | 1 | -52/+36 |
* | remove include/linux/pm_legacy.h | Adrian Bunk | 2008-07-24 | 1 | -1/+0 |
* | PCI: remove unused arch pcibios_update_resource() functions | Adrian Bunk | 2008-06-27 | 1 | -30/+0 |
* | Fix various old email addresses for dwmw2 | David Woodhouse | 2008-06-06 | 3 | -3/+3 |
* | frv: export empty_zero_page | Adrian Bunk | 2008-05-24 | 1 | -0/+3 |