ARM: OMAP3: PM: remove access to PRM_VOLTCTRL register
[pandora-kernel.git] / arch / um /
2011-11-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-03 Trond MyklebustMerge branch 'osd-devel' into nfs-for-next
2011-11-03 Linus TorvaldsMerge git://git./linux/kernel/git/steve/linux-dm
2011-11-03 Linus TorvaldsMerge branch 'for-linus' of git://git.selinuxproject...
2011-11-02 Linus TorvaldsMerge branch 'linux_next' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for-3.2' of git://linux-nfs.org/~bfields...
2011-11-02 Linus TorvaldsMerge branch 'misc-3.2' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'akpm' (Andrew's incoming - part two)
2011-11-02 Linus TorvaldsMerge git://github.com/rustyrussell/linux
2011-11-02 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-02 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for-linus' of git://github.com/richardwei...
2011-11-02 Richard Weinbergerum: fix ubd cow size
2011-11-02 Al Viroum: switch to use of drivers/Kconfig
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-11-02 Linus TorvaldsMerge branch 'next/soc' of git://git.linaro.org/people...
2011-11-02 Linus TorvaldsMerge branch 'next/dt' of git://git.linaro.org/people...
2011-11-02 Linus TorvaldsMerge branch 'next/cleanup2' of git://git.linaro.org...
2011-11-02 Linus TorvaldsMerge branch 'next/cross-platform' of git://git.linaro...
2011-11-02 Linus TorvaldsMerge branch 'next/devel' of git://git.linaro.org/peopl...
2011-11-02 Linus TorvaldsMerge branch 'next/board' of git://git.linaro.org/peopl...
2011-11-02 Linus TorvaldsMerge branch 'next/deletion' of git://git.linaro.org...
2011-11-02 Linus TorvaldsMerge branch 'next/pm' of git://git.linaro.org/people...
2011-11-02 Linus TorvaldsMerge branch 'next/timer' of git://git.linaro.org/peopl...
2011-11-02 Linus TorvaldsMerge branch 'next/driver' of git://git.linaro.org...
next