Age | Commit message (Expand) | Author |
2011-11-02 | um: don't bother blocking SIGARLM and SIGUSR1 | Al Viro |
2011-11-02 | um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ... | Al Viro |
2011-11-02 | um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers | Al Viro |
2011-11-02 | um: merge arch/um/os-Linux/sys-{i386,x86_64} | Al Viro |
2011-11-02 | um: merge hard_handler() instances, switch to use of SA_SIGINFO | Al Viro |
2011-11-02 | um: kill dead code around uaccess | Al Viro |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64} | Al Viro |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64}/shared | Al Viro |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64}/asm | Al Viro |
2011-11-02 | um: get rid of unused macros in ptrace_user.h | Al Viro |
2011-11-02 | um: get rid of sysdep/sc.h | Al Viro |
2011-11-02 | um: Get rid of UPT_SET/UPT_REG macros | Al Viro |
2011-11-02 | um: take vm-flags.h to sys-*/asm | Al Viro |
2011-11-02 | um: get rid of sysdep/checksum.h | Al Viro |
2011-11-02 | um: trim unused junk from user.h | Al Viro |
2011-11-02 | um: get rid of kern_constants.h | Al Viro |
2011-11-02 | um: kill a couple of useless includes of kern_constants.h | Al Viro |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro |
2011-11-02 | um: take user_constants.h to include/generated | Al Viro |
2011-11-02 | um: kill skas_ptregs.h | Al Viro |
2011-11-02 | um: switch to -idirafter, get saner kern_constants.h out of that | Al Viro |
2011-11-02 | um: series of __get_user() is costly in sigframe handling | Al Viro |
2011-11-02 | um: make copy_sc() static | Al Viro |
2011-11-02 | um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn() | Al Viro |
2011-11-02 | um: switch {rt_,}sigreturn() to set_current_blocked() | Al Viro |
2011-11-02 | um: use subarch-obj instead of copying... | Al Viro |
2011-10-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2011-10-04 | time: Cleanup old CONFIG_GENERIC_TIME references that snuck in | John Stultz |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-14 | um: fix strrchr() problems | Al Viro |
2011-09-14 | um: clean arch_ptrace() up a bit | Al Viro |
2011-09-14 | um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch | Al Viro |
2011-09-14 | um: fix free_winch() mess | Al Viro |
2011-09-14 | um: winch_interrupt() can happen inside of free_winch() | Al Viro |
2011-09-14 | um: fix oopsable race in line_close() | Al Viro |
2011-09-14 | um: Save FPU registers between task switches | Ingo van Lil |
2011-09-14 | um: drivers/xterm.c: fix a file descriptor leak | Jonathan Neuschäfer |
2011-09-14 | um: disable CMPXCHG_DOUBLE as it breaks UML build | Thadeu Lima de Souza Cascardo |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko |
2011-07-26 | ptrace: unify show_regs() prototype | Mike Frysinger |
2011-07-25 | Merge 'akpm' patch series | Linus Torvalds |
2011-07-25 | um: remove dead code | Richard Weinberger |
2011-07-25 | um: adjust size of pid_buf | Richard Weinberger |
2011-07-25 | um: implement a x86_64 vDSO | Richard Weinberger |
2011-07-25 | um: set __HAVE_ARCH_GATE_AREA for x86_64 | Richard Weinberger |
2011-07-25 | um: Set __HAVE_ARCH_GATE_AREA for i386 | Richard Weinberger |
2011-07-25 | um: disable scan_elf_aux() on x86_64 | Richard Weinberger |
2011-07-25 | uml: free resources | Davidlohr Bueso |
2011-07-25 | uml: drivers/slip_user.c memory leak fix | Vitaliy Ivanov |
2011-07-25 | uml: helper.c warning corrections | Vitaliy Ivanov |