]> Pileus Git - ~andy/linux/history - arch/um
um: distribute exports to where exported stuff is defined
[~andy/linux] / arch / um /
2011-11-02 Al Viroum: distribute exports to where exported stuff is defined
2011-11-02 Al Viroum: kill system-um.h
2011-11-02 Al Viroum: generic ftrace.h will do...
2011-11-02 Al Viroum: segment.h is x86-only and needed only there
2011-11-02 Al Viroum: asm/pda.h is not needed anymore
2011-11-02 Al Viroum: hw_irq.h can go generic as well
2011-11-02 Al Viroum: switch to generic-y
2011-11-02 Al Viroum: clean Kconfig up a bit
2011-11-02 Al Viroum: kill useless argument of free_chan() and free_one_c...
2011-11-02 Al Viroum: unify ptrace_user.h
2011-11-02 Al Viroum: fix gcov build breakage
2011-11-02 Al Viroum: page_offset.h is never used
2011-11-02 Al Viroum: irq_vectors.h just shadows x86 one
2011-11-02 Al Viroum: required-features.h is there only to shadow x86...
2011-11-02 Al Viroum: asm/apic.h is there only to shadow the x86 one...
2011-11-02 Al Viroum: take ubd_user.h to its users...
2011-11-02 Al Viroum: take ldt.h to arch/x86/um/asm/mm_context.h
2011-11-02 Al Viroum: merge os-Linux/tls.c into arch/x86/um/os-Linux...
2011-11-02 Al Viroum: move asm/desc.h into arch/x86/um/asm
2011-11-02 Al Viroum: take um_mmu.h to asm/mmu.h, clean asm/mmu_context...
2011-11-02 Al Viroum: kill um_uaccess.h
2011-11-02 Al Viroum: take mconsole*.h to arch/um/drivers
2011-11-02 Al Viroum: take chan_*.h and line.h to arch/um/drivers
2011-11-02 Al Viroum: take register_winch_irq() into the caller of is_ska...
2011-11-02 Al Viroum: kill shared/mem_kern.h
2011-11-02 Al Viroum: kill shared/tlb.h
2011-11-02 Al Viroum: make flush_tlb_kernel_range_common() static
2011-11-02 Al Viroum: kill shared/task.h and HOST_TASK_REGS
2011-11-02 Al Viroum: shared/syscall.h is not even included
2011-11-02 Al Viroum: don't include kern.h unless it's needed
2011-11-02 Al Viroum: trim kern.h
2011-11-02 Al Viroum: make load_initrd() static, kill shared/initrd.h
2011-11-02 Al Viroum: bury unused macros around ptrace.h
2011-11-02 Al Viroum: take arch/um/sys-x86 to arch/x86/um
2011-11-02 Al Viroum: merge Makefile-{i386,x86_64}
2011-11-02 Al Viroum: trim detritus from Makefile-i386
2011-11-02 Al Viroum: arch_hweight.h is needed only on uml-x86
2011-11-02 Al Viroum: merge kernel_offsets_*.h
2011-11-02 Al Viroum: merge skas_ptrace.h 32/64bit variants
2011-11-02 Al Viroum: sysdep/barrier.h is not used for anything
2011-11-02 Al Viroum: shared/process.h is empty now; kill it
2011-11-02 Al Viroum: finish conversion to mcontext_t
2011-11-02 Al Viroum: start switching the references to host mcontext_t...
2011-11-02 Al Viroum: take userland definition of barrier() to user.h
2011-11-02 Al Viroum: take system.h out of shared/sysdep
2011-11-02 Al Viroum: fill the handlers array at build time
2011-11-02 Al Viroum: simplify set_handler()
2011-11-02 Al Viroum: don't bother blocking SIGARLM and SIGUSR1
2011-11-02 Al Viroum: switch stub_segv_handler to SA_SIGINFO variant...
2011-11-02 Al Viroum: kill includes of sysdep/sigcontext.h from stuff...
2011-11-02 Al Viroum: merge arch/um/os-Linux/sys-{i386,x86_64}
2011-11-02 Al Viroum: merge hard_handler() instances, switch to use of...
2011-11-02 Al Viroum: kill dead code around uaccess
2011-11-02 Al Viroum: merge arch/um/sys-{i386,x86_64}
2011-11-02 Al Viroum: merge arch/um/sys-{i386,x86_64}/shared
2011-11-02 Al Viroum: merge arch/um/sys-{i386,x86_64}/asm
2011-11-02 Al Viroum: get rid of unused macros in ptrace_user.h
2011-11-02 Al Viroum: get rid of sysdep/sc.h
2011-11-02 Al Viroum: Get rid of UPT_SET/UPT_REG macros
2011-11-02 Al Viroum: take vm-flags.h to sys-*/asm
2011-11-02 Al Viroum: get rid of sysdep/checksum.h
2011-11-02 Al Viroum: trim unused junk from user.h
2011-11-02 Al Viroum: get rid of kern_constants.h
2011-11-02 Al Viroum: kill a couple of useless includes of kern_constants.h
2011-11-02 Al Viroum: -include user.h for USER_OBJ, trim includes
2011-11-02 Al Viroum: take user_constants.h to include/generated
2011-11-02 Al Viroum: kill skas_ptregs.h
2011-11-02 Al Viroum: switch to -idirafter, get saner kern_constants...
2011-11-02 Al Viroum: series of __get_user() is costly in sigframe handling
2011-11-02 Al Viroum: make copy_sc() static
2011-11-02 Al Viroum: don't rely on sc.fpstate not having been reassigned...
2011-11-02 Al Viroum: switch {rt_,}sigreturn() to set_current_blocked()
2011-11-02 Al Viroum: use subarch-obj instead of copying...
2011-10-21 Linus TorvaldsMerge branch 'fix/hda' of git://github.com/tiwai/sound
2011-10-13 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-10 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2011-10-06 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-10-05 Linus TorvaldsMerge branch 'for-linus' of git://github.com/dtor/input
2011-10-04 Linus TorvaldsMerge branch 'fix/asoc' of git://github.com/tiwai/sound
2011-10-04 Linus TorvaldsMerge branch 'spi/merge' of git://git.secretlab.ca...
2011-10-03 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-03 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-10-01 Linus TorvaldsMerge branches 'irq-urgent-for-linus', 'x86-urgent...
2011-09-30 Linus TorvaldsMerge branch 'for-linus' of git://github.com/NewDreamNe...
2011-09-30 Linus TorvaldsMerge branch 'v4l_for_linus' of git://linuxtv.org/mcheh...
2011-09-30 Linus TorvaldsMerge git://github.com/davem330/sparc
2011-09-30 Linus TorvaldsMerge branch 'drm-intel-fixes' of git://people.freedesk...
2011-09-28 Linus TorvaldsMerge branch 'writeback-for-linus' of git://github...
2011-09-27 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-27 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-27 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-09-23 Linus TorvaldsMerge branch 'spi/merge' of git://git.secretlab.ca...
2011-09-23 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-09-20 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2011-09-20 Linus TorvaldsMerge branch 'for-linus' of git://github.com/chrismason...
2011-09-20 Chris MasonMerge branch 'btrfs-3.0' into for-linus
2011-09-20 David S. MillerMerge branch 'davem.r8169.fixes' of git://violet.fr...
2011-09-20 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-20 John W. LinvilleMerge branch 'master' of ssh://infradead/~/public_git...
next