| Commit message (Expand) | Author | Age | Files | Lines |
* | thp: pte alloc trans splitting | Andrea Arcangeli | 2011-01-13 | 1 | -1/+1 |
* | uml: use simple_write_to_buffer() | Akinobu Mita | 2011-01-13 | 1 | -7/+1 |
* | uml: mmapper_kern needs MODULE_LICENSE | Randy Dunlap | 2011-01-13 | 1 | -0/+1 |
* | arch/um/drivers/line.c: safely iterate over list of winch handlers | Will Newton | 2011-01-13 | 1 | -2/+2 |
* | um: mark CONFIG_HIGHMEM as broken | Richard Weinberger | 2011-01-13 | 1 | -1/+1 |
* | uml: disable winch irq before freeing handler data | Will Newton | 2010-11-25 | 1 | -2/+3 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | um: fix ptrace build error | Richard Weinberger | 2010-11-12 | 2 | -3/+3 |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2010-10-28 | 1 | -2/+0 |
|\ |
|
| * | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 2010-10-12 | 16 | -54/+68 |
| |\ |
|
| * | | kbuild: migrate all arch to the kconfig mainmenu upgrade | Arnaud Lacombe | 2010-09-19 | 1 | -2/+0 |
* | | | ptrace: cleanup arch_ptrace() on um | Namhyung Kim | 2010-10-27 | 2 | -14/+11 |
* | | | ptrace: change signature of arch_ptrace() | Namhyung Kim | 2010-10-27 | 3 | -6/+7 |
* | | | um: migrate from __do_IRQ() to generic_handle_irq() | Richard Weinberger | 2010-10-26 | 2 | -11/+7 |
* | | | uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc | Roland McGrath | 2010-10-26 | 2 | -2/+29 |
* | | | uml: define CONFIG_NO_DMA | FUJITA Tomonori | 2010-10-26 | 3 | -113/+3 |
* | | | mm: remove pte_*map_nested() | Peter Zijlstra | 2010-10-26 | 1 | -2/+0 |
* | | | um: fix IRQ flag handling naming | Richard Weinberger | 2010-10-26 | 1 | -17/+32 |
* | | | um: remove PAGE_SIZE alignment in linker script causing kernel segfault. | Richard Weinberger | 2010-10-26 | 1 | -1/+1 |
* | | | um: fix global timer issue when using CONFIG_NO_HZ | Richard Weinberger | 2010-10-26 | 1 | -1/+1 |
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 4 | -0/+4 |
|\ \ \ |
|
| * | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 4 | -0/+4 |
* | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 4 | -18/+20 |
|\ \ \ \ |
|
| * | | | | uml: kill big kernel lock | Arnd Bergmann | 2010-10-19 | 4 | -18/+20 |
| |/ / / |
|
* | | | | Merge branch 'linus' into irq/core | Ingo Molnar | 2010-10-20 | 3 | -27/+13 |
|\ \ \ \ |
|
| * | | | | uml: fix build | FUJITA Tomonori | 2010-10-15 | 1 | -9/+5 |
| * | | | | ubd: fix incorrect sector handling during request restart | Tejun Heo | 2010-10-15 | 1 | -4/+5 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-10-04 | 1 | -14/+3 |
| |\ \ \ \ |
|
| | * | | | | um: Proper Fix for f25c80a4: remove duplicate structure field initialization | Boaz Harrosh | 2010-09-29 | 1 | -14/+3 |
| | |/ / / |
|
* | | | | | Merge branch 'x86/urgent' of into irq/sparseirq | Thomas Gleixner | 2010-10-12 | 3 | -6/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | uml: fix compile warning | Richard Weinberger | 2010-09-22 | 3 | -6/+6 |
| |/ / / |
|
* | | | | genirq: Cleanup irq_chip->typename leftovers | Thomas Gleixner | 2010-09-23 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 2010-08-21 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | uml: fix compile error in dma_get_cache_alignment() | Miklos Szeredi | 2010-08-20 | 1 | -7/+0 |
* | | | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 2 | -3/+6 |
|/ / |
|
* | | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 3 | -5/+5 |
* | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 1 | -0/+10 |
|\ \ |
|
| * | | param: simple locking for sysfs-writable charp parameters | Rusty Russell | 2010-08-11 | 1 | -0/+10 |
* | | | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -1/+0 |
|/ / |
|
* | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -1/+6 |
|\ \ |
|
| * | | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -1/+6 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 4 | -0/+25 |
|\ \ |
|
| * | | Deal with missing exports for hostfs | Al Viro | 2010-08-09 | 4 | -0/+25 |
| |/ |
|
* | | arch/um/kernel/ptrace.c: remove dead PROC_MM | Christoph Egger | 2010-08-09 | 1 | -21/+0 |
* | | um: call free_irq() only on enabled channels | Richard Weinberger | 2010-08-09 | 1 | -4/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-07 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2010-08-05 | 1 | -0/+6 |
| |\ \
| | |/
| |/| |
|
| | * | sound: push BKL into open functions | Arnd Bergmann | 2010-07-12 | 1 | -0/+6 |
* | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 2 | -12/+8 |
|\ \ \ |
|