| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -19/+6 |
|\ |
|
| * | um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't... | Al Viro | 2012-03-20 | 1 | -1/+1 |
| * | um: embed ->stub_pages[] into mmu_context | Al Viro | 2012-03-20 | 1 | -18/+5 |
* | | um: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
|/ |
|
* | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -11/+9 |
* | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -2/+2 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-06 | 1 | -4/+2 |
|\ |
|
| * | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 2011-12-05 | 1 | -4/+2 |
| |\ |
|
| | * | clocksource: um: Convert to clocksource_register_hz/khz | John Stultz | 2011-11-21 | 1 | -4/+2 |
* | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 2011-12-11 | 1 | -2/+4 |
* | | | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 2011-12-11 | 1 | -2/+2 |
* | | | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2011-12-11 | 1 | -2/+2 |
|/ / |
|
* | | 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 |