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