- 3ef6130 um: print info about fatal segfaults by Richard Weinberger · 14 years ago
- d634f19 um: add earlyprintk support by Richard Weinberger · 14 years ago
- 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
- 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 14 years ago
- df31a0a um: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
- 0ebec35 um: Convert genirq namespace by Thomas Gleixner · 14 years ago
- d5b4eea um: Use proper accessors in show_interrupts() by Thomas Gleixner · 14 years ago
- 1d119aa um: Convert irq_chips to new functions by Thomas Gleixner · 14 years ago
- 6ea96e7 um: Remove stale irq_chip.end by Thomas Gleixner · 14 years ago
- 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 14 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- 8818b67 um: fix ptrace build error by Richard Weinberger · 14 years ago
- 0a3d763 ptrace: cleanup arch_ptrace() on um by Namhyung Kim · 14 years ago
- 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
- be76d81 um: migrate from __do_IRQ() to generic_handle_irq() by Richard Weinberger · 14 years ago
- aa5fb4d uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc by Roland McGrath · 14 years ago
- 6915e04 um: remove PAGE_SIZE alignment in linker script causing kernel segfault. by Richard Weinberger · 14 years ago
- 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
- 9a181c5 uml: kill big kernel lock by Arnd Bergmann · 14 years ago
- 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago
- d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 14 years ago
- cb1dcc0 uml: fix compile warning by Richard Weinberger · 14 years ago
- d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
- c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
- 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 7833e7c arch/um/kernel/ptrace.c: remove dead PROC_MM by Christoph Egger · 14 years ago
- 005a59e Deal with missing exports for hostfs by Al Viro · 16 years ago
- b292307 um: Fix read_persistent_clock fallout by Thomas Gleixner · 14 years ago
- 9f31f57 um: Convert to use read_persistent_clock by John Stultz · 15 years ago
- fc0ccfceb8 arch/um: fix kunmap_atomic() call in skas/uaccess.c by Cesar Eduardo Barros · 15 years ago
- 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
- ce60d4d uml: i386: Avoid redefinition of NR_syscalls by Jan Kiszka · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 1bd0950 um: use generic ptrace_resume code by Christoph Hellwig · 15 years ago
- 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 15 years ago
- 9d1578a Rename .data.init_irqstack to .data..init_irqstack. by Denys Vlasenko · 15 years ago
- 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 6613c5e uml: convert to seq_file/proc_fops by Alexey Dobriyan · 15 years ago
- 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
- f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 5d150a97 um: Clean up linker script using standard macros. by Tim Abbott · 15 years ago
- 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
- a6a0106 cpumask: Use accessors for cpu_*_mask: um by Rusty Russell · 15 years ago
- c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
- 4d04c70 uml: fix order of pud and pmd_free() by Roel Kluin · 15 years ago
- cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
- d200c92 Use new __init_task_data macro in arch init_task.c files. by Joe Perches · 15 years ago
- 51b563f arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 by Sam Ravnborg · 15 years ago
- 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
- 023bf6f linker script: unify usage of discard definition by Tejun Heo · 16 years ago
- ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 16 years ago
- 405d967 linker script: throw away .discard section by Tejun Heo · 16 years ago
- d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
- 6fa851c um: remove obsolete hw_interrupt_type by Thomas Gleixner · 16 years ago
- bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 16 years ago
- 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
- 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 16 years ago
- e4c2ff1 uml: fix warnings in kernel_execve by Miklos Szeredi · 16 years ago
- 65bd6a9 uml: remove useless comments by WANG Cong · 16 years ago
- dc71768 uml: don't use a too long string literal by WANG Cong · 16 years ago
- edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 16 years ago
- 86d6f2b UML on UML fixed: it did not start by Renzo Davoli · 16 years ago
- dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 16 years ago
- 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
- b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 18d8fda take init_fs to saner place by Al Viro · 16 years ago
- 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
- 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
- ff64b4c x86, um: get rid of uml unistd.h by Al Viro · 16 years ago
- 3be311e x86, um: sanitize uml sigcontext.h uses by Al Viro · 16 years ago
- d2efa6d uml: remove the dead TTY_LOG code by Adrian Bunk · 16 years ago
- e545a61 kernel/cpu.c: create a CPU_STARTING cpu_chain notifier by Manfred Spraul · 16 years ago
- 79b0cbd um: use generic show_mem() by Johannes Weiner · 16 years ago
- ecc8b65 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 99764fa UML: make several more things static by WANG Cong · 16 years ago
- 4a56758 arch/um/kernel/mem.c: remove arch_validate() by WANG Cong · 16 years ago
- 4c182ae arch/um/kernel/irq.c: clean up some functions by WANG Cong · 16 years ago
- 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 17 years ago
- b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 17 years ago
- 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
- 40fb16a uml: deal with inaccessible address space start by Tom Spink · 17 years ago
- d347926 uml: add missing exports for UML_RANDOM=m by Al Viro · 17 years ago
- f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
- 60a2988 uml: physical memory shouldn't include initial stack by Jeff Dike · 17 years ago
- a7dfa94 uml: use PAGE_SIZE in linker scripts by Cyrill Gorcunov · 17 years ago
- cfd28f6 uml: fix bad NTP interaction with clock by Jeff Dike · 17 years ago
- 43f5b30 uml: fix build when SLOB is enabled by Jeff Dike · 17 years ago
- 96cee30 uml: style fixes by Jeff Dike · 17 years ago
- d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 17 years ago
- c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
- 7d195a5 proper extern for late_time_init by Adrian Bunk · 17 years ago
- 3af9c5b arch/um/kernel/um_arch.c: some small improvements by WANG Cong · 17 years ago
- 2d07b25 sched: add declaration of sched_tail to sched.h by Harvey Harrison · 17 years ago
- c3be10f7 arch/um/kernel/mem.c: fix a shadowed variable by WANG Cong · 17 years ago
- 4631a9a uml: fix initrd printk by Johann Felix Soden · 17 years ago
- ac2a659 uml: fix mm_context memory leak by Jeff Dike · 17 years ago
- 536788f uml: runtime host VMSPLIT detection by Jeff Dike · 17 years ago
- 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 17 years ago
- 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 17 years ago