Age | Commit message (Expand) | Author | Files | Lines |
2012-05-28 | openrisc: use generic strnlen_user() function | Jonas Bonn | 1 | -28/+2 |
2012-05-26 | word-at-a-time: make the interfaces truly generic | Linus Torvalds | 1 | -0/+1 |
2012-05-25 | openrisc: use generic strncpy_from_user | Jonas Bonn | 1 | -7/+3 |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-25 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -65/+4 |
2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+0 |
2012-05-17 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -4/+0 |
2012-05-12 | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 1 | -65/+4 |
2012-05-08 | openrisc: provide dma_map_ops | Jonas Bonn | 1 | -113/+34 |
2012-05-08 | openrisc: header file cleanups | Jonas Bonn | 3 | -7/+14 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -35/+3 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -5/+0 |
2012-03-28 | Disintegrate asm/system.h for OpenRISC | David Howells | 2 | -35/+8 |
2012-03-24 | Merge tag 'for-3.4' of git://openrisc.net/jonas/linux | Linus Torvalds | 5 | -14/+10 |
2012-03-24 | Remove remaining bits of io_remap_page_range() | Javi Merino | 1 | -1/+0 |
2012-03-21 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -9/+1 |
2012-03-06 | OpenRISC: Remove memory_start/end prototypes | Richard Weinberger | 1 | -3/+0 |
2012-03-06 | openrisc: remove semicolon from KSTK_ defs | Jonas Bonn | 1 | -2/+2 |
2012-03-06 | openrisc: sanitize use of orig_gpr11 | Jonas Bonn | 2 | -6/+7 |
2012-03-06 | openrisc: fix virt_addr_valid | Jonas Bonn | 1 | -2/+1 |
2012-02-27 | irq_domain: Centralize definition of irq_dispose_mapping() | Grant Likely | 1 | -9/+1 |
2012-02-17 | openrisc: included linux/thread_info.h twice | Danny Kukawka | 1 | -1/+0 |
2012-02-17 | openrisc: Fix up audit_syscall_[entry|exit]() usage | Jonas Bonn | 1 | -1/+7 |
2011-12-08 | memblock: Fix include breakages caused by 24aa07882b | Tejun Heo | 1 | -24/+0 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-09-11 | Add missing DMA ops | Jonas Bonn | 1 | -2/+57 |
2011-09-05 | openrisc: don't use pt_regs in struct sigcontext | Jonas Bonn | 1 | -6/+1 |
2011-07-22 | OpenRISC: Headers | Jonas Bonn | 21 | -0/+1392 |
2011-07-22 | OpenRISC: GPIO | Jonas Bonn | 1 | -0/+65 |
2011-07-22 | OpenRISC: Scheduling/Process management | Jonas Bonn | 1 | -0/+134 |
2011-07-22 | OpenRISC: System calls | Jonas Bonn | 3 | -0/+135 |
2011-07-22 | OpenRISC: IRQ | Jonas Bonn | 2 | -0/+56 |
2011-07-22 | OpenRISC: Timekeeping | Jonas Bonn | 1 | -0/+36 |
2011-07-22 | OpenRISC: DMA | Jonas Bonn | 1 | -0/+134 |
2011-07-22 | OpenRISC: PTrace | Jonas Bonn | 1 | -0/+131 |
2011-07-22 | OpenRISC: Build infrastructure | Jonas Bonn | 1 | -0/+64 |
2011-07-22 | OpenRISC: Signal handling | Jonas Bonn | 1 | -0/+38 |
2011-07-22 | OpenRISC: Memory management | Jonas Bonn | 11 | -0/+1328 |
2011-07-22 | OpenRISC: Device tree | Jonas Bonn | 1 | -0/+77 |