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