Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / arch / um /
2012-04-09 Boaz Harroshum: uml_setup_stubs': warning: unused variable 'pages'
2012-04-09 Richard Weinbergerum: Use asm-generic/switch_to.h
2012-04-09 Richard Weinbergerum: Disintegrate asm/system.h
2012-04-09 Al Viroum: switch cow_user.h to htobe{32,64}/betoh{32,64}
2012-04-09 Al Viroum: fix linker script generation
2012-03-29 Rusty Russellremove references to cpu_*_map in arch/
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-28 Linus TorvaldsMerge branch 'for-linus-3.4-rc1' of git://git./linux...
2012-03-24 Richard Weinbergerum: Update defconfig
2012-03-24 Richard Weinbergerum: Switch to large mcmodel on x86_64
2012-03-24 Richard Weinbergerum: Wire CONFIG_GENERIC_IO up
2012-03-24 Richard Weinbergerum: Serve io_remap_pfn_range()
2012-03-24 Al Viroum: most of the SUBARCH uses can be killed
2012-03-24 Al Viroum: deadlock in line_write_interrupt()
2012-03-24 Al Viroum: don't bother trying to rebuild CHECKFLAGS for USER_OBJS
2012-03-24 Al Viroum: use the right ifdef around exports in user_syms.c
2012-03-24 Al Viroum: a bunch of headers can be killed by using generic-y
2012-03-24 Al Viroum: ptrace-generic.h doesn't need user.h
2012-03-24 Al Viroum: kill HOST_TASK_PID
2012-03-24 Al Viroum: remove pointless include of asm/fixmap.h from asm...
2012-03-24 Al Viroum: asm-offsets.h might as well come from underlying...
2012-03-24 Al Viroum: switch close_chan() to struct line
2012-03-24 Al Viroum: race fix: initialize delayed_work *before* register...
2012-03-24 Al Viroum: line->have_irq is never checked...
2012-03-24 Al Viroum: chan_init_pri is dead now
2012-03-24 Al Viroum: switch users of ->chan_list to ->chan_{in,out}...
2012-03-24 Al Viroum: sorting out the chan mess, part 1
2012-03-24 Al Viroum: finally kill ->init_str leaks
2012-03-24 Al Viroum: get rid of lines_init()
2012-03-24 Al Viroum: switch line.c tty drivers to dynamic device creation
2012-03-24 Al Viroum: fix races between line_open() and line_config()
2012-03-24 Al Viroum: convert count_lock to mutex, fix a race in line_open()
2012-03-24 Al Viroum: get rid of the init_prio mess
2012-03-24 Al Viroum: switch line_config() to setup_one_line()
2012-03-24 Al Viroum: switch line_remove() to setup_one_line()
2012-03-24 Al Viroum: auxvec.h is never used
2012-03-24 Al Viroum: clean up the includes in ubd
2012-03-24 Yong Zhangum: irq: Remove IRQF_DISABLED
2012-03-23 Matt Flemingum: use set_current_blocked() and block_sigmask()
2012-03-23 Matt Flemingum: don't restore current->blocked on error
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Linus TorvaldsMerge branch 'kmap_atomic' of git://github.com/congwang...
2012-03-21 Al Viroum: uml_dup_mmap() relies on ->mmap_sem being held...
2012-03-21 Al Viroum: embed ->stub_pages[] into mmu_context
2012-03-20 Cong Wangum: remove the second argument of k[un]map_atomic()
2012-02-17 Danny KukawkaUML net: set addr_assign_type if random_ether_addr...
2012-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-17 Eric Parisaudit: inline audit_syscall_entry to reduce burden...
2012-01-17 Eric ParisAudit: push audit success and retcode into arch ptrace.h
2012-01-17 Linus TorvaldsMerge branch 'x86-syscall-for-linus' of git://git....
2012-01-11 Ben Hutchingscpu: Register a generic CPU device on architectures...
2012-01-08 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2012-01-06 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2011-12-11 Frederic Weisbeckernohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_i...
2011-12-11 Frederic Weisbeckernohz: Allow rcu extended quiescent state handling seper...
2011-12-11 Frederic Weisbeckernohz: Separate out irq exit and idle loop dyntick logic
2011-12-09 H. Peter Anvinum: Use $(srctree) not $(KBUILD_SRC)
2011-12-06 H. Peter Anvinum: Generate headers before generating user-offsets.s
2011-12-06 H. Peter Anvinum: Run host archheaders, allow use of host generated...
2011-12-05 Thomas GleixnerMerge branch 'fortglx/3.3/tip/timers/core' of git:...
2011-11-22 John Stultzclocksource: um: Convert to clocksource_register_hz/khz
2011-11-21 Tejun Heofreezer: remove now unused TIF_FREEZE
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
next