| Commit message (Expand) | Author | Age | Files | Lines |
* | um: fix strrchr() problems | Al Viro | 2011-09-14 | 1 | -1/+1 |
* | um: clean arch_ptrace() up a bit | Al Viro | 2011-09-14 | 5 | -46/+31 |
* | um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch | Al Viro | 2011-09-14 | 2 | -14/+14 |
* | um: fix free_winch() mess | Al Viro | 2011-09-14 | 1 | -14/+24 |
* | um: winch_interrupt() can happen inside of free_winch() | Al Viro | 2011-09-14 | 1 | -2/+4 |
* | um: fix oopsable race in line_close() | Al Viro | 2011-09-14 | 2 | -13/+13 |
* | um: Save FPU registers between task switches | Ingo van Lil | 2011-09-14 | 7 | -5/+31 |
* | um: drivers/xterm.c: fix a file descriptor leak | Jonathan Neuschäfer | 2011-09-14 | 1 | -0/+1 |
* | um: disable CMPXCHG_DOUBLE as it breaks UML build | Thadeu Lima de Souza Cascardo | 2011-09-14 | 1 | -0/+4 |
* | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-26 | 1 | -2/+0 |
* | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 34 | -90/+604 |
|\ |
|
| * | um: remove dead code | Richard Weinberger | 2011-07-25 | 3 | -6/+3 |
| * | um: adjust size of pid_buf | Richard Weinberger | 2011-07-25 | 1 | -1/+1 |
| * | um: implement a x86_64 vDSO | Richard Weinberger | 2011-07-25 | 9 | -0/+365 |
| * | um: set __HAVE_ARCH_GATE_AREA for x86_64 | Richard Weinberger | 2011-07-25 | 3 | -1/+37 |
| * | um: Set __HAVE_ARCH_GATE_AREA for i386 | Richard Weinberger | 2011-07-25 | 3 | -1/+65 |
| * | um: disable scan_elf_aux() on x86_64 | Richard Weinberger | 2011-07-25 | 3 | -7/+8 |
| * | uml: free resources | Davidlohr Bueso | 2011-07-25 | 1 | -2/+4 |
| * | uml: drivers/slip_user.c memory leak fix | Vitaliy Ivanov | 2011-07-25 | 1 | -2/+1 |
| * | uml: helper.c warning corrections | Vitaliy Ivanov | 2011-07-25 | 1 | -2/+2 |
| * | uml: cow_user.c warning corrections | Vitaliy Ivanov | 2011-07-25 | 1 | -1/+5 |
| * | uml: drivers/net_user.c memory leak fix | Vitaliy Ivanov | 2011-07-25 | 1 | -1/+4 |
| * | um: reinstate kernel version in generated .config | Geert Uytterhoeven | 2011-07-25 | 1 | -0/+2 |
| * | um: add netpoll support | Richard Weinberger | 2011-07-25 | 1 | -0/+12 |
| * | um: fix _FORTIFY_SOURCE=2 support for kernel modules | Richard Weinberger | 2011-07-25 | 1 | -0/+5 |
| * | um: clean up delay functions | Richard Weinberger | 2011-07-25 | 3 | -32/+91 |
| * | um, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 2011-07-25 | 1 | -1/+0 |
| * | um: clean up vm-flags.h | Richard Weinberger | 2011-07-25 | 3 | -39/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 2011-07-23 | 1 | -1/+2 |
|\ \ \ \
| | | |/ |
|
| * | | | um: Make rwsem.S depend on CONFIG_RWSEM_XCHGADD_ALGORITHM | Richard Weinberger | 2011-07-22 | 1 | -1/+2 |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-07-22 | 2 | -2/+2 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | x86: Unify rwsem assembly implementation | Jan Beulich | 2011-07-21 | 2 | -2/+2 |
| |/ |
|
* | | um: add asm/percpu.h | Richard Weinberger | 2011-06-27 | 1 | -0/+6 |
|/ |
|
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 | 1 | -1/+0 |
* | lib: consolidate DEBUG_STACK_USAGE option | Stephen Boyd | 2011-05-25 | 1 | -10/+0 |
* | Remove unused PROC_CHANGE_PENALTY constant | Stephen Boyd | 2011-05-25 | 1 | -1/+0 |
* | um: fix crash while os_dump_core() | Richard Weinberger | 2011-05-25 | 1 | -0/+1 |
* | um: include linux/prefetch.h | Richard Weinberger | 2011-05-25 | 1 | -0/+2 |
* | um: print info about fatal segfaults | Richard Weinberger | 2011-05-25 | 1 | -0/+24 |
* | um: add ucast ethernet transport | Nolan Leake | 2011-05-25 | 7 | -311/+403 |
* | um: add earlyprintk support | Richard Weinberger | 2011-05-25 | 5 | -0/+50 |
* | um: remove SIGHUP handler | Richard Weinberger | 2011-05-25 | 1 | -1/+0 |
* | um: fix UML_LIB_PATH | Richard Weinberger | 2011-05-25 | 3 | -2/+8 |
* | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -3/+0 |
* | um: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -18/+11 |
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 2011-05-24 | 2 | -50/+4 |
| |\ |
|
| * | | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -1/+1 |