aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2011-04-14um: disable CONFIG_CMPXCHG_LOCALRichard Weinberger
2011-04-14um: fix call tracer and bug handlerRichard Weinberger
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner
2011-03-24um: Use generic show_interrupts()Thomas Gleixner
2011-03-24um: Convert genirq namespaceThomas Gleixner
2011-03-22um: remove file pointer from ioctlRichard Weinberger
2011-03-22uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-03-17um: change to new flag variablesmatt mooney
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-03-15Merge branch 'um-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-03-09x86: Remove dead config option X86_CPUJan Beulich
2011-03-01um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.SJan Beulich
2011-02-14um: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner
2011-02-14um: Use proper accessors in show_interrupts()Thomas Gleixner
2011-02-14um: Convert irq_chips to new functionsThomas Gleixner
2011-02-14um: Remove stale irq_chip.endThomas Gleixner
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2011-01-21um: Use generic irq KconfigThomas Gleixner
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2011-01-13uml: use simple_write_to_buffer()Akinobu Mita
2011-01-13uml: mmapper_kern needs MODULE_LICENSERandy Dunlap
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton
2011-01-13um: mark CONFIG_HIGHMEM as brokenRichard Weinberger
2010-11-25uml: disable winch irq before freeing handler dataWill Newton
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-12um: fix ptrace build errorRichard Weinberger
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-10-27ptrace: cleanup arch_ptrace() on umNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-26um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger
2010-10-26uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath
2010-10-26uml: define CONFIG_NO_DMAFUJITA Tomonori
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26um: fix IRQ flag handling namingRichard Weinberger
2010-10-26um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger
2010-10-26um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar
2010-10-19uml: kill big kernel lockArnd Bergmann
2010-10-15uml: fix buildFUJITA Tomonori