Age | Commit message (Expand) | Author |
2011-11-02 | um: distribute exports to where exported stuff is defined | Al Viro |
2011-11-02 | um: fix gcov build breakage | Al Viro |
2011-11-02 | um: kill shared/tlb.h | Al Viro |
2011-11-02 | um: make flush_tlb_kernel_range_common() static | Al Viro |
2011-11-02 | um: make load_initrd() static, kill shared/initrd.h | Al Viro |
2011-11-02 | um: kill includes of sysdep/sigcontext.h from stuff built with kernel headers | Al Viro |
2011-11-02 | um: kill dead code around uaccess | Al Viro |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro |
2011-09-14 | um: clean arch_ptrace() up a bit | Al Viro |
2011-09-14 | um: Save FPU registers between task switches | Ingo van Lil |
2011-07-25 | um: remove dead code | Richard Weinberger |
2011-07-25 | um, exec: remove redundant set_fs(USER_DS) | Mathias Krause |
2011-05-25 | um: print info about fatal segfaults | Richard Weinberger |
2011-05-25 | um: add earlyprintk support | Richard Weinberger |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra |
2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra |
2011-03-24 | um: Use generic show_interrupts() | Thomas Gleixner |
2011-03-24 | um: Convert genirq namespace | Thomas Gleixner |
2011-02-14 | um: Use proper accessors in show_interrupts() | Thomas Gleixner |
2011-02-14 | um: Convert irq_chips to new functions | Thomas Gleixner |
2011-02-14 | um: Remove stale irq_chip.end | Thomas Gleixner |
2011-01-13 | thp: pte alloc trans splitting | Andrea Arcangeli |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-11-12 | um: fix ptrace build error | Richard Weinberger |
2010-10-27 | ptrace: cleanup arch_ptrace() on um | Namhyung Kim |
2010-10-27 | ptrace: change signature of arch_ptrace() | Namhyung Kim |
2010-10-26 | um: migrate from __do_IRQ() to generic_handle_irq() | Richard Weinberger |
2010-10-26 | uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc | Roland McGrath |
2010-10-26 | um: remove PAGE_SIZE alignment in linker script causing kernel segfault. | Richard Weinberger |
2010-10-22 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-19 | uml: kill big kernel lock | Arnd Bergmann |
2010-10-12 | Merge branch 'x86/urgent' of into irq/sparseirq | Thomas Gleixner |
2010-09-23 | genirq: Cleanup irq_chip->typename leftovers | Thomas Gleixner |
2010-09-22 | uml: fix compile warning | Richard Weinberger |
2010-08-17 | Make do_execve() take a const filename pointer | David Howells |
2010-08-13 | Mark arguments to certain syscalls as being const | David Howells |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-09 | arch/um/kernel/ptrace.c: remove dead PROC_MM | Christoph Egger |
2010-08-09 | Deal with missing exports for hostfs | Al Viro |
2010-08-03 | um: Fix read_persistent_clock fallout | Thomas Gleixner |
2010-07-27 | um: Convert to use read_persistent_clock | John Stultz |
2010-06-04 | arch/um: fix kunmap_atomic() call in skas/uaccess.c | Cesar Eduardo Barros |
2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds |
2010-05-10 | uml: i386: Avoid redefinition of NR_syscalls | Jan Kiszka |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-12 | um: use generic ptrace_resume code | Christoph Hellwig |
2010-03-12 | Add generic sys_olduname() | Christoph Hellwig |
2010-03-03 | Rename .data.init_irqstack to .data..init_irqstack. | Denys Vlasenko |
2009-12-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-12-15 | uml: convert to seq_file/proc_fops | Alexey Dobriyan |