summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: fix ptrace build errorRichard Weinberger2010-11-122-3/+3
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-2/+0
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1216-54/+68
| |\
| * | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-2/+0
* | | ptrace: cleanup arch_ptrace() on umNamhyung Kim2010-10-272-14/+11
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-273-6/+7
* | | um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2010-10-262-11/+7
* | | uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2010-10-262-2/+29
* | | uml: define CONFIG_NO_DMAFUJITA Tomonori2010-10-263-113/+3
* | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+0
* | | um: fix IRQ flag handling namingRichard Weinberger2010-10-261-17/+32
* | | um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger2010-10-261-1/+1
* | | um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger2010-10-261-1/+1
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-224-0/+4
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-154-0/+4
* | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-224-18/+20
|\ \ \ \
| * | | | uml: kill big kernel lockArnd Bergmann2010-10-194-18/+20
| |/ / /
* | | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-203-27/+13
|\ \ \ \
| * | | | uml: fix buildFUJITA Tomonori2010-10-151-9/+5
| * | | | ubd: fix incorrect sector handling during request restartTejun Heo2010-10-151-4/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-041-14/+3
| |\ \ \ \
| | * | | | um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh2010-09-291-14/+3
| | |/ / /
* | | | | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-123-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | uml: fix compile warningRichard Weinberger2010-09-223-6/+6
| |/ / /
* | | | genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-3/+3
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\ \ \
| * | | Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
| | |/ | |/|
* | | uml: fix compile error in dma_get_cache_alignment()Miklos Szeredi2010-08-201-7/+0
* | | Make do_execve() take a const filename pointerDavid Howells2010-08-172-3/+6
|/ /
* | Mark arguments to certain syscalls as being constDavid Howells2010-08-133-5/+5
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+10
|\ \
| * | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+10
* | | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0
|/ /
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-1/+6
|\ \
| * | block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-104-0/+25
|\ \
| * | Deal with missing exports for hostfsAl Viro2010-08-094-0/+25
| |/
* | arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger2010-08-091-21/+0
* | um: call free_irq() only on enabled channelsRichard Weinberger2010-08-091-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-071-0/+6
|\ \
| * \ Merge branch 'topic/misc' into for-linusTakashi Iwai2010-08-051-0/+6
| |\ \ | | |/ | |/|
| | * sound: push BKL into open functionsArnd Bergmann2010-07-121-0/+6
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-12/+8
|\ \ \
| * | | um: Fix read_persistent_clock falloutThomas Gleixner2010-08-031-3/+2
| * | | um: Convert to use read_persistent_clockJohn Stultz2010-07-271-6/+7
| * | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-4/+0
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-2/+2
|\ \ \
| * | | um, x86: Cast to (u64 *) inside set_64bit()H. Peter Anvin2010-08-031-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-8/+2
|\ \ \ | |/ / |/| |
| * | arch/um/drivers: remove duplicate structure field initializationJulia Lawall2010-07-211-8/+2
OpenPOWER on IntegriCloud