| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -28/+3 |
| 2012-10-12 | x86, um: convert to saner kernel_execve() semantics | Al Viro | 5 | -28/+3 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -57/+5 |
| 2012-10-10 | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 122 | -383/+383 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 120 | -382/+382 |
| 2012-10-09 | um: move sysrq.h out of include/shared | Al Viro | 2 | -1/+1 |
| 2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -0/+2 |
| 2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
| 2012-10-09 | Kconfig: clean up the long arch list for the UID16 config option | Catalin Marinas | 1 | -0/+1 |
| 2012-10-04 | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow... | Arnd Bergmann | 3 | -80/+27 |
| 2012-10-03 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 1 | -1/+3 |
| 2012-10-03 | asm-generic: Add default clkdev.h | Mark Brown | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -78/+21 |
| 2012-10-02 | UAPI: Partition the header include path sets and add uapi/ header directories | David Howells | 1 | -1/+3 |
| 2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -1/+2 |
| 2012-10-01 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2012-10-01 | sanitize tsk_is_polling() | Al Viro | 1 | -3/+0 |
| 2012-09-30 | um: switch to generic kernel_thread() | Al Viro | 2 | -16/+3 |
| 2012-09-30 | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 3 | -41/+2 |
| 2012-09-27 | um: Preinclude include/linux/kern_levels.h | Geert Uytterhoeven | 3 | -11/+12 |
| 2012-09-27 | um: kill thread->forking | Al Viro | 3 | -25/+16 |
| 2012-09-27 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 1 | -1/+5 |
| 2012-09-27 | um: don't leak floating point state and segment registers on execve() | Al Viro | 1 | -0/+1 |
| 2012-09-27 | um: take cleaning singlestep to start_thread() | Al Viro | 1 | -19/+5 |
| 2012-09-26 | um: resurrect the right variant of mconsole_proc() | Al Viro | 1 | -78/+21 |
| 2012-09-26 | rcu: Switch task's syscall hooks on context switch | Frederic Weisbecker | 1 | -0/+1 |
| 2012-09-20 | um: kill thread->forking | Al Viro | 3 | -25/+16 |
| 2012-09-20 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 1 | -1/+5 |
| 2012-09-20 | um: don't leak floating point state and segment registers on execve() | Al Viro | 1 | -0/+1 |
| 2012-09-20 | um: take cleaning singlestep to start_thread() | Al Viro | 1 | -19/+5 |
| 2012-09-16 | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-09-05 | uml: fix compile error in deliver_alarm() | Miklos Szeredi | 1 | -1/+1 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
| 2012-08-01 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 21 | -299/+202 |
| 2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | 10 | -34/+71 |
| 2012-08-02 | um: fix ubd_file_size for read-only files | Martin Pärtel | 1 | -1/+1 |
| 2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro | 2 | -8/+6 |
| 2012-08-02 | um: split syscall_trace(), pass pt_regs to it | Al Viro | 3 | -43/+34 |
| 2012-08-01 | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2 | -2/+2 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -4/+4 |
| 2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -19/+12 |
| 2012-07-31 | memcg: rename config variables | Andrew Morton | 1 | -4/+4 |
| 2012-07-28 | um: set BLK_CGROUP=y in defconfig | Richard Weinberger | 1 | -1/+1 |
| 2012-07-28 | um: remove count_lock | Richard Weinberger | 2 | -7/+0 |
| 2012-07-28 | um: fully use tty_port | Richard Weinberger | 4 | -78/+65 |
| 2012-07-28 | um: Remove dead code | Richard Weinberger | 1 | -26/+0 |
| 2012-07-28 | um: remove line_ioctl() | Richard Weinberger | 4 | -90/+0 |
| 2012-07-28 | TTY: um/line, use tty from tty_port | Jiri Slaby | 3 | -9/+21 |
| 2012-07-28 | TTY: um/line, add tty_port | Jiri Slaby | 2 | -4/+5 |
| 2012-07-27 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 1 | -17/+1 |
| 2012-07-24 | um: remove km_type definitions | Cong Wang | 1 | -17/+1 |
| 2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
| 2012-07-19 | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 6 | -19/+12 |
| 2012-07-16 | arch: Use eth_random_addr | Joe Perches | 1 | -1/+1 |
| 2012-07-02 | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney | 1 | -1/+0 |
| 2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
| 2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2 | -7/+0 |
| 2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -14/+2 |
| 2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
| 2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+2 |
| 2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
| 2012-05-31 | um: properly check all process' threads for a live mm | Anton Vorontsov | 1 | -6/+7 |
| 2012-05-31 | um: fix possible race on task->mm | Anton Vorontsov | 1 | -2/+5 |
| 2012-05-31 | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 1 | -0/+3 |
| 2012-05-31 | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 1 | -5/+19 |
| 2012-05-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -9/+2 |
| 2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
| 2012-05-24 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -5/+1 |
| 2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -4/+1 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+1 |
| 2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+0 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 16 | -43/+42 |
| 2012-05-21 | new helper: sigsuspend() | Al Viro | 1 | -8/+1 |
| 2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -42/+7 |
| 2012-05-21 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -1/+0 |
| 2012-05-21 | Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s... | Richard Weinberger | 4 | -13/+15 |
| 2012-05-21 | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 2 | -2/+2 |
| 2012-05-21 | um: Remove CONFIG_IRQ_RELEASE_METHOD | Richard Weinberger | 2 | -6/+0 |
| 2012-05-21 | um: Remove usage of irq_chip->release() | Richard Weinberger | 1 | -2/+0 |
| 2012-05-21 | um: Implement um_free_irq() | Richard Weinberger | 7 | -10/+18 |
| 2012-05-21 | um: Fix __swp_type() | Richard Weinberger | 1 | -2/+2 |
| 2012-05-21 | um: Implement a custom pte_same() function | Richard Weinberger | 1 | -0/+6 |
| 2012-05-21 | um: Add BUG() to do_ops()'s error path | Richard Weinberger | 1 | -0/+1 |
| 2012-05-21 | um: Remove unused variables | Richard Weinberger | 1 | -10/+0 |
| 2012-05-21 | um: bury unused _TIF_RESTORE_SIGMASK | Al Viro | 1 | -1/+0 |
| 2012-05-21 | um: wrong sigmask saved in case of multiple sigframes | Al Viro | 1 | -6/+5 |
| 2012-05-21 | um: add TIF_NOTIFY_RESUME | Al Viro | 2 | -1/+8 |
| 2012-05-21 | um: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 1 | -3/+0 |
| 2012-05-21 | um: Use generic time config | Anna-Maria Gleixner | 1 | -4/+1 |
| 2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -5/+0 |
| 2012-05-08 | um: Remove leftover declaration of alloc_task_struct_node() | Thomas Gleixner | 1 | -2/+0 |
| 2012-05-05 | kbuild: link of vmlinux moved to a script | Sam Ravnborg | 1 | -9/+2 |
| 2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
| 2012-05-05 | um: Use generic init_task | Thomas Gleixner | 4 | -39/+7 |
| 2012-05-02 | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 1 | -0/+1 |
| 2012-04-26 | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 1 | -1/+1 |
| 2012-04-19 | Merge branch 'linus' into queue | Marcelo Tosatti | 7 | -67/+29 |
| 2012-04-10 | um: uml_setup_stubs': warning: unused variable 'pages' | Boaz Harrosh | 1 | -1/+0 |
| 2012-04-10 | um: Use asm-generic/switch_to.h | Richard Weinberger | 2 | -5/+2 |
| 2012-04-10 | um: Disintegrate asm/system.h | Richard Weinberger | 2 | -1/+2 |
| 2012-04-10 | um: switch cow_user.h to htobe{32,64}/betoh{32,64} | Al Viro | 2 | -57/+21 |
| 2012-04-09 | um: fix linker script generation | Al Viro | 1 | -3/+4 |
| 2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
| 2012-03-29 | remove references to cpu_*_map in arch/ | Rusty Russell | 2 | -6/+5 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-27 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 39 | -699/+781 |
| 2012-03-25 | um: Update defconfig | Richard Weinberger | 1 | -184/+471 |
| 2012-03-25 | um: Switch to large mcmodel on x86_64 | Richard Weinberger | 1 | -0/+1 |
| 2012-03-25 | um: Wire CONFIG_GENERIC_IO up | Richard Weinberger | 1 | -0/+1 |
| 2012-03-25 | um: Serve io_remap_pfn_range() | Richard Weinberger | 1 | -0/+2 |
| 2012-03-25 | um: most of the SUBARCH uses can be killed | Al Viro | 2 | -3/+3 |
| 2012-03-25 | um: deadlock in line_write_interrupt() | Al Viro | 1 | -0/+1 |
| 2012-03-25 | um: don't bother trying to rebuild CHECKFLAGS for USER_OBJS | Al Viro | 1 | -4/+3 |
| 2012-03-25 | um: use the right ifdef around exports in user_syms.c | Al Viro | 2 | -3/+1 |
| 2012-03-25 | um: a bunch of headers can be killed by using generic-y | Al Viro | 7 | -124/+1 |
| 2012-03-25 | um: ptrace-generic.h doesn't need user.h | Al Viro | 1 | -1/+0 |
| 2012-03-25 | um: kill HOST_TASK_PID | Al Viro | 3 | -5/+3 |
| 2012-03-25 | um: remove pointless include of asm/fixmap.h from asm/pgtable.h | Al Viro | 1 | -2/+1 |
| 2012-03-25 | um: asm-offsets.h might as well come from underlying arch... | Al Viro | 1 | -1/+0 |
| 2012-03-25 | um: switch close_chan() to struct line | Al Viro | 3 | -9/+11 |
| 2012-03-25 | um: race fix: initialize delayed_work *before* registering IRQ | Al Viro | 3 | -18/+15 |
| 2012-03-25 | um: line->have_irq is never checked... | Al Viro | 2 | -2/+0 |
| 2012-03-25 | um: chan_init_pri is dead now | Al Viro | 1 | -2/+0 |
| 2012-03-25 | um: switch users of ->chan_list to ->chan_{in,out} (easy cases) | Al Viro | 5 | -128/+88 |
| 2012-03-25 | um: sorting out the chan mess, part 1 | Al Viro | 2 | -0/+5 |
| 2012-03-25 | um: finally kill ->init_str leaks | Al Viro | 1 | -1/+3 |
| 2012-03-25 | um: get rid of lines_init() | Al Viro | 4 | -46/+33 |
| 2012-03-25 | um: switch line.c tty drivers to dynamic device creation | Al Viro | 4 | -42/+40 |
| 2012-03-25 | um: fix races between line_open() and line_config() | Al Viro | 2 | -28/+29 |
| 2012-03-25 | um: convert count_lock to mutex, fix a race in line_open() | Al Viro | 4 | -20/+12 |
| 2012-03-25 | um: get rid of the init_prio mess | Al Viro | 4 | -74/+68 |
| 2012-03-25 | um: switch line_config() to setup_one_line() | Al Viro | 1 | -6/+16 |
| 2012-03-25 | um: switch line_remove() to setup_one_line() | Al Viro | 1 | -8/+5 |
| 2012-03-25 | um: auxvec.h is never used | Al Viro | 1 | -4/+0 |
| 2012-03-25 | um: clean up the includes in ubd | Al Viro | 3 | -34/+18 |
| 2012-03-25 | um: irq: Remove IRQF_DISABLED | Yong Zhang | 9 | -13/+13 |
| 2012-03-23 | um: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -14/+6 |
| 2012-03-23 | um: don't restore current->blocked on error | Matt Fleming | 1 | -6/+2 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -22/+16 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 1 | -2/+2 |
| 2012-03-20 | um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't... | Al Viro | 2 | -3/+10 |
| 2012-03-20 | um: embed ->stub_pages[] into mmu_context | Al Viro | 2 | -19/+6 |
| 2012-03-20 | um: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-02-17 | UML net: set addr_assign_type if random_ether_addr() used | Danny Kukawka | 1 | -3/+8 |
| 2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+9 |
| 2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -11/+9 |
| 2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -2/+2 |
| 2012-01-16 | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+7 |
| 2012-01-11 | cpu: Register a generic CPU device on architectures that currently do not | Ben Hutchings | 1 | -0/+1 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
| 2012-01-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+2 |
| 2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -2/+4 |
| 2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 1 | -2/+2 |
| 2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 1 | -2/+2 |
| 2011-12-09 | um: Use $(srctree) not $(KBUILD_SRC) | H. Peter Anvin | 1 | -1/+1 |
| 2011-12-05 | um: Generate headers before generating user-offsets.s | H. Peter Anvin | 1 | -1/+1 |
| 2011-12-05 | um: Run host archheaders, allow use of host generated headers | H. Peter Anvin | 1 | -1/+6 |
| 2011-12-05 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 1 | -4/+2 |
| 2011-11-21 | clocksource: um: Convert to clocksource_register_hz/khz | John Stultz | 1 | -4/+2 |
| 2011-11-21 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
| 2011-11-02 | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 224 | -8590/+340 |
| 2011-11-02 | um: fix ubd cow size | Richard Weinberger | 1 | -1/+30 |
| 2011-11-02 | um: switch to use of drivers/Kconfig | Al Viro | 1 | -22/+1 |
| 2011-11-02 | um: distribute exports to where exported stuff is defined | Al Viro | 10 | -54/+40 |
| 2011-11-02 | um: kill system-um.h | Al Viro | 2 | -46/+37 |
| 2011-11-02 | um: generic ftrace.h will do... | Al Viro | 2 | -1/+1 |
| 2011-11-02 | um: segment.h is x86-only and needed only there | Al Viro | 1 | -10/+0 |
| 2011-11-02 | um: asm/pda.h is not needed anymore | Al Viro | 1 | -21/+0 |
| 2011-11-02 | um: hw_irq.h can go generic as well | Al Viro | 2 | -8/+1 |
| 2011-11-02 | um: switch to generic-y | Al Viro | 13 | -59/+2 |
| 2011-11-02 | um: clean Kconfig up a bit | Al Viro | 2 | -113/+7 |
| 2011-11-02 | um: kill useless argument of free_chan() and free_one_chan() | Al Viro | 1 | -5/+5 |
| 2011-11-02 | um: unify ptrace_user.h | Al Viro | 3 | -8/+7 |
| 2011-11-02 | um: fix gcov build breakage | Al Viro | 1 | -15/+0 |
| 2011-11-02 | um: page_offset.h is never used | Al Viro | 1 | -1/+0 |
| 2011-11-02 | um: irq_vectors.h just shadows x86 one | Al Viro | 1 | -10/+0 |
| 2011-11-02 | um: required-features.h is there only to shadow x86 one... | Al Viro | 1 | -9/+0 |
| 2011-11-02 | um: asm/apic.h is there only to shadow the x86 one... | Al Viro | 1 | -4/+0 |
| 2011-11-02 | um: take ubd_user.h to its users... | Al Viro | 1 | -0/+0 |
| 2011-11-02 | um: take ldt.h to arch/x86/um/asm/mm_context.h | Al Viro | 2 | -39/+2 |
| 2011-11-02 | um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c | Al Viro | 3 | -42/+2 |
| 2011-11-02 | um: move asm/desc.h into arch/x86/um/asm | Al Viro | 1 | -16/+0 |
| 2011-11-02 | um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bit | Al Viro | 3 | -34/+19 |
| 2011-11-02 | um: kill um_uaccess.h | Al Viro | 2 | -99/+84 |
| 2011-11-02 | um: take mconsole*.h to arch/um/drivers | Al Viro | 2 | -0/+0 |
| 2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro | 8 | -10/+8 |
| 2011-11-02 | um: take register_winch_irq() into the caller of is_skas_winch() | Al Viro | 2 | -6/+7 |
| 2011-11-02 | um: kill shared/mem_kern.h | Al Viro | 2 | -21/+0 |
| 2011-11-02 | um: kill shared/tlb.h | Al Viro | 3 | -15/+1 |
| 2011-11-02 | um: make flush_tlb_kernel_range_common() static | Al Viro | 2 | -3/+1 |
| 2011-11-02 | um: kill shared/task.h and HOST_TASK_REGS | Al Viro | 2 | -10/+0 |
| 2011-11-02 | um: shared/syscall.h is not even included | Al Viro | 1 | -12/+0 |
| 2011-11-02 | um: don't include kern.h unless it's needed | Al Viro | 2 | -2/+0 |
| 2011-11-02 | um: trim kern.h | Al Viro | 1 | -18/+0 |
| 2011-11-02 | um: make load_initrd() static, kill shared/initrd.h | Al Viro | 2 | -14/+2 |
| 2011-11-02 | um: bury unused macros around ptrace.h | Al Viro | 1 | -4/+0 |
| 2011-11-02 | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 93 | -6775/+14 |
| 2011-11-02 | um: merge Makefile-{i386,x86_64} | Al Viro | 3 | -28/+35 |