summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-1/+1
* [PATCH] uml build fixTheodore Tso2006-07-031-0/+2
* [PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner2006-07-029-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-07-011-2/+2
|\
| * kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg2006-07-011-2/+2
* | [PATCH] uml: rename and improve actually_do_remove()Paolo 'Blaisorblade' Giarrusso2006-07-011-16/+37
* | [PATCH] uml: fix not_dead_yet when directory is in bad statePaolo 'Blaisorblade' Giarrusso2006-07-011-19/+29
* | [PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso2006-07-011-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-307-7/+0
|\ \ | |/ |/|
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-307-7/+0
* | [PATCH] uml: fix biarch gcc build on x86_64Jeff Dike2006-06-302-2/+7
* | [PATCH] uml: remove stray fileJeff Dike2006-06-301-172/+0
* | [PATCH] uml: remove unneeded time definitionsJeff Dike2006-06-303-30/+0
* | [PATCH] uml: add locking to xtime accessesJeff Dike2006-06-301-2/+8
* | [PATCH] uml: unregister useless console when it's not neededJeff Dike2006-06-301-4/+18
* | [PATCH] uml: fix off-by-one bug in VM file creationJeff Dike2006-06-301-2/+5
* | [PATCH] uml: fix /proc/mounts parsing boundary conditionJeff Dike2006-06-301-2/+12
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-295-21/+2
|\
| * [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-264-4/+0
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-6/+2
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-3/+3
* | spelling fixesAndreas Mohr2006-06-261-1/+1
|/
* [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-251-2/+0
* [PATCH] uml: remove dead declarationAdrian Bunk2006-06-251-2/+0
* [PATCH] clean up default value of SYSCALL_DEBUGJean-Luc Leger2006-06-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-221-5/+1
|\
| * [POWERPC] Remove stale 64bit on 32bit kernel codeAnton Blanchard2006-06-151-5/+1
* | [PATCH] UML: fix wall_to_monotonic initializationJeff Dike2006-06-221-1/+1
* | Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-1/+1
|\ \ | |/ |/|
| * Update UML kernel/physmem.c to use rb_parent() accessor macroAndrew Morton2006-05-011-1/+1
* | [PATCH] uml: add -ffreestanding to CFLAGSJeff Dike2006-06-051-0/+4
* | [PATCH] uml: more __user annotationsAl Viro2006-06-052-14/+19
* | [PATCH] uml: __user annotation in arch_prctlAl Viro2006-06-051-1/+1
* | [PATCH] uml: fix a typo in do_uml_initcallsJeff Dike2006-06-051-1/+1
* | [PATCH] uml: fix wall_to_monotonic initializationJeff Dike2006-06-053-20/+13
* | [PATCH] uml: change timer initializationJeff Dike2006-05-031-1/+1
* | Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-05-011-4/+2
|\ \
| * | [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-4/+2
| |/
* | [PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectlyJeff Dike2006-05-011-1/+1
* | [PATCH] uml: export symbols added by GCC hardenedPaolo 'Blaisorblade' Giarrusso2006-05-011-0/+7
* | [PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso2006-05-014-19/+22
* | [PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso2006-05-014-2/+17
* | [PATCH] uml: use Kbuild tracking for all files and fix compilation outputPaolo 'Blaisorblade' Giarrusso2006-05-013-9/+14
* | [PATCH] uml: search from uml_net in a more reasonable PATHMattia Dongili2006-05-011-0/+30
* | [PATCH] uml: fix patch mismergePaolo 'Blaisorblade' Giarrusso2006-05-011-1/+1
* | [PATCH] uml: error handling fixesJeff Dike2006-05-015-10/+10