Age | Commit message (Expand) | Author |
2013-04-30 | Hexagon: fix signal number for user mem faults | Richard Kuo |
2013-04-30 | Hexagon: remove two Kconfig entries | Paul Bolle |
2013-04-30 | arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again | Paul Bolle |
2013-04-30 | Hexagon: update copyright dates | Richard Kuo |
2013-04-30 | Hexagon: add translation types for __vmnewmap | Richard Kuo |
2013-04-30 | Hexagon: fix signal.c compile error | Richard Kuo |
2013-04-30 | Hexagon: break up user fn/arg register setting | Richard Kuo |
2013-04-30 | Hexagon: use generic sys_fork, sys_vfork, and sys_clone | Richard Kuo |
2013-04-30 | Hexagon: fix psp/sp macro | Richard Kuo |
2013-04-30 | Hexagon: fix up int enable/disable at ret_from_fork | Richard Kuo |
2013-04-30 | Hexagon: add IOMEM and _relaxed IO macros | Richard Kuo |
2013-04-30 | Hexagon: switch to using the device type for IO mappings | Richard Kuo |
2013-04-30 | Hexagon: don't print info for offline CPU's | Richard Kuo |
2013-04-30 | Hexagon: add support for single-stepping (v4+) | Richard Kuo |
2013-04-30 | Hexagon: use correct work mask when checking for more work | Richard Kuo |
2013-04-30 | Hexagon: add support for additional exceptions | Richard Kuo |
2013-04-30 | Hexagon: fix initial page table setup prior to jump to VA | Richard Kuo |
2013-04-30 | Hexagon: remove keyring related call | Richard Kuo |
2013-04-30 | Hexagon: check to if we will overflow the signal stack | Richard Kuo |
2013-04-30 | Hexagon: Signal and return path fixes | Richard Kuo |
2013-04-30 | Hexagon: add support for new v4+ registers | Richard Kuo |
2013-04-30 | Hexagon: add individual register access for switch_stack | Richard Kuo |
2013-04-30 | Hexagon: use defines for MIN_KERNEL_SEG calculation | Richard Kuo |
2013-04-30 | Hexagon: use GENERIC_CPU_DEVICES | Richard Kuo |
2013-04-30 | Hexagon: change arch version config to allow comparisons | Richard Kuo |
2013-04-30 | Hexagon: add support for ARCH_PFN_OFFSET | Richard Kuo |
2013-04-30 | Hexagon: fix __atomic_add_unless | Richard Kuo |
2013-04-30 | Hexagon: clean up generic headers in Kbuild | Richard Kuo |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-26 | default SET_PERSONALITY() in linux/elf.h | Al Viro |
2013-02-25 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-14 | burying unused conditionals | Al Viro |
2013-02-04 | arch Kconfig: Remove references to IRQ_PER_CPU | James Hogan |
2013-02-03 | hexagon: don't leave ->uc_stack uninitialized | Al Viro |
2013-02-03 | hexagon: switch to generic sigaltstack | Al Viro |
2013-01-24 | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro |
2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro |
2012-11-28 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro |
2012-11-28 | hexagon: switch to generic clone() | Al Viro |
2012-11-28 | consolidate sys_execve() prototype | Al Viro |
2012-11-17 | irq_work: Remove CONFIG_HAVE_IRQ_WORK | Frederic Weisbecker |
2012-11-16 | Merge branch 'arch-frv' into no-rebases | Al Viro |
2012-11-13 | tracing,x86: Add a TSC trace_clock | David Sharp |
2012-10-23 | hexagon: switch to generic sys_execve() | Al Viro |
2012-10-23 | hexagon: kernel_thread()/kernel_execve() conversion | Al Viro |