aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2006-10-31[PATCH] uml: add _text definition to linker scriptsJeff Dike2-0/+2
2006-10-31[PATCH] uml ubd driver: various little changesPaolo 'Blaisorblade' Giarrusso3-20/+26
2006-10-31[PATCH] uml ubd driver: do not store error codes as ->fdPaolo 'Blaisorblade' Giarrusso1-7/+10
2006-10-31[PATCH] uml ubd driver: use bitfields where possiblePaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-31[PATCH] uml ubd driver: reformat ubd_configPaolo 'Blaisorblade' Giarrusso1-11/+20
2006-10-31[PATCH] uml ubd driver: convert do_ubd to a boolean variablePaolo 'Blaisorblade' Giarrusso1-3/+6
2006-10-31[PATCH] uml ubd driver: ubd_io_lock usage fixupPaolo 'Blaisorblade' Giarrusso1-1/+7
2006-10-31[PATCH] uml ubd driver: change ubd_lock to be a mutexPaolo 'Blaisorblade' Giarrusso1-11/+12
2006-10-31[PATCH] uml ubd driver: give better names to some functions.Paolo 'Blaisorblade' Giarrusso1-6/+6
2006-10-31[PATCH] uml ubd driver: var renamesPaolo 'Blaisorblade' Giarrusso1-98/+98
2006-10-31[PATCH] uml ubd driver: document some struct fieldsPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-10-31[PATCH] uml ubd driver: allow using up to 16 UBD devicesPaolo 'Blaisorblade' Giarrusso1-2/+2
2006-10-30[PATCH] uml: fix compilation options for USER_OBJSakpm@osdl.org3-15/+14
2006-10-30[PATCH] Fix "Remove the use of _syscallX macros in UML"Paolo 'Blaisorblade' Giarrusso4-8/+18
2006-10-24[PATCH] uml: mconsole fixesAl Viro3-6/+19
2006-10-20[PATCH] uml: mmapper - remove just added but wrong "const" attributePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-10-20[PATCH] uml: kconfig - silence warningPaolo 'Blaisorblade' Giarrusso1-0/+5
2006-10-20[PATCH] uml: cleanup run_helper() API to fix a leakPaolo 'Blaisorblade' Giarrusso2-6/+3
2006-10-20[PATCH] uml: use DEFCONFIG_LIST to avoid reading host's configPaolo 'Blaisorblade' Giarrusso1-0/+5
2006-10-20[PATCH] uml: reenable compilation of enable_timer, disabled by mistakePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-10-20[PATCH] uml: code convention cleanup of a filePaolo 'Blaisorblade' Giarrusso1-25/+28
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso19-7/+33
2006-10-20[PATCH] uml: MODE_TT is bustJeff Dike1-0/+1
2006-10-15[PATCH] make UML compile (FC6/x86-64)Ulrich Drepper2-2/+0
2006-10-11[PATCH] uml: allow finer tuning for host VMSPLIT settingPaolo 'Blaisorblade' Giarrusso1-15/+34
2006-10-11[PATCH] uml: deprecate CONFIG_MODE_TTPaolo 'Blaisorblade' Giarrusso1-7/+15
2006-10-11[PATCH] uml: remove duplicate exportPaolo 'Blaisorblade' Giarrusso1-3/+0
2006-10-11[PATCH] uml: asm offsets duplication removalPaolo 'Blaisorblade' Giarrusso3-8/+10
2006-10-11[PATCH] uml: allow using again x86/x86_64 crypto codePaolo 'Blaisorblade' Giarrusso4-1/+4
2006-10-11[PATCH] uml: declare in Kconfig our partial LOCKDEP supportPaolo 'Blaisorblade' Giarrusso1-0/+13
2006-10-11[PATCH] uml: fix uname under setarch i386Paolo 'Blaisorblade' Giarrusso1-1/+8
2006-10-11[PATCH] uml: make UML_SETJMP always safePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-10-11[PATCH] uml: make TT mode compile after setjmp-related changesPaolo 'Blaisorblade' Giarrusso2-4/+3
2006-10-11[PATCH] uml: readd forgot prototypePaolo 'Blaisorblade' Giarrusso1-0/+1
2006-10-11[PATCH] uml: correct removal of pte_mkexecPaolo 'Blaisorblade' Giarrusso1-4/+1
2006-10-11[PATCH] uml: revert wrong patchPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-10-10[PATCH] missed const in prototypeAl Viro1-1/+1
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2-4/+4
2006-10-08[PATCH] uml pt_regs fixesAl Viro10-25/+24
2006-10-06[PATCH] um: irq changes break buildPekka Enberg1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones27-28/+0
2006-10-03more misc typo fixesMatt LaPlante1-1/+1
2006-10-03Attack of "the the"s in archMatt LaPlante3-3/+3
2006-10-02[PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann5-25/+15
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-0/+13
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2-4/+4
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn3-15/+15
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike2-7/+6
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-2/+0
2006-09-29[PATCH] uml build fixOllie Wild1-1/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] uml: remove pte_mkexecJeff Dike1-2/+4
2006-09-29[PATCH] uml: don't roll my own random MAC generatorJeff Dike3-34/+1
2006-09-29[PATCH] uml: remove unneeded fileJeff Dike1-484/+0
2006-09-29[PATCH] uml: stack consumption reductionJeff Dike2-5/+14
2006-09-29[PATCH] uml: close file descriptor leaksJeff Dike2-8/+7
2006-09-29[PATCH] uml: locking documentationJeff Dike5-2/+14
2006-09-29[PATCH] uml: mechanical tidying after random MACs changeJeff Dike3-80/+40
2006-09-29[PATCH] uml: assign random MACs to interfaces if necessaryJeff Dike3-18/+46
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-1/+1
2006-09-27[PATCH] uml: fix allocation sizeJeff Dike1-4/+5
2006-09-27[PATCH] uml: fix sleep length bugJeff Dike1-1/+1
2006-09-27[PATCH] uml: add an exportJeff Dike1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike7-192/+663
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike6-83/+40
2006-09-27[PATCH] uml: mark some tt-mode codeJeff Dike3-4/+9
2006-09-27[PATCH] uml: use correct SIGBUS handlerJeff Dike1-8/+9
2006-09-27[PATCH] uml: fix gcov supportJeff Dike1-12/+1
2006-09-27[PATCH] uml: fix missing x86_64 register definitionsJeff Dike2-4/+41
2006-09-27[PATCH] uml: get rid of ZONE_DMA useJeff Dike1-1/+2
2006-09-27[PATCH] uml: const more dataJeff Dike40-65/+65
2006-09-27[PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso1-12/+4
2006-09-27[PATCH] uml: use -mcmodel=kernel for x86_64Paolo 'Blaisorblade' Giarrusso1-2/+5
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+1
2006-09-26[PATCH] UML: tty lockingAlan Cox1-1/+3
2006-09-26[PATCH] uml: stack usage reductionJeff Dike4-14/+20
2006-09-26[PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso2-9/+6
2006-09-26[PATCH] uml: Remove unused variableJeff Dike3-13/+0
2006-09-26[PATCH] uml: timer cleanupsJeff Dike4-13/+22
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike12-89/+102
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike3-71/+67
2006-09-26[PATCH] uml: Improve SIGBUS diagnosticsJeff Dike1-2/+9
2006-09-26[PATCH] uml: Fix handling of failed execs of helpersJeff Dike1-11/+11
2006-09-26[PATCH] uml: Whitespace fixesJeff Dike1-184/+183
2006-09-26[PATCH] uml: Fix stack alignmentJeff Dike1-1/+2
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike11-32/+25
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike14-23/+173
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-0/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-0/+2
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen1-1/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+1
2006-07-15[PATCH] UML - fix utsname build breakageJeff Dike1-11/+11
2006-07-14[PATCH] uml: header formatting cleanupsJeff Dike1-34/+34
2006-07-14[PATCH] uml: tidy biarch gcc supportJeff Dike2-2/+1
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike4-18/+13
2006-07-10[PATCH] uml: make mconsole version requests happen in a processJeff Dike1-1/+6
2006-07-10[PATCH] uml: remove unused variableJeff Dike1-1/+0
2006-07-10[PATCH] uml: add some EINTR protectionJeff Dike2-10/+6
2006-07-10[PATCH] uml: formatting fixesJeff Dike3-128/+110
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike7-38/+46
2006-07-10[PATCH] uml: remove syscall debuggingJeff Dike7-86/+2
2006-07-10[PATCH] uml: make some symbols staticJeff Dike3-19/+6
2006-07-10[PATCH] uml: fix exitcall ordering bugJeff Dike1-1/+8
2006-07-10[PATCH] uml: remove os_isattyJeff Dike4-23/+16
2006-07-10[PATCH] uml: remove spinlock wrapper functionsJeff Dike2-31/+16
2006-07-10[PATCH] uml: mark forward_interrupts as being mode-specificJeff Dike2-1/+8
2006-07-10[PATCH] uml: ifdef a mode-specific functionJeff Dike2-1/+2
2006-07-10[PATCH] uml: timer handler tidyingJeff Dike1-16/+4
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike6-15/+14
2006-07-10[PATCH] uml: remove useless declarationJeff Dike1-5/+0
2006-07-10[PATCH] uml: fix static binary segfaultJeff Dike8-34/+28
2006-07-10[PATCH] uml: remove some useless exportsJeff Dike1-6/+0
2006-07-10[PATCH] uml: timer initialization cleanupJeff Dike5-85/+30
2006-07-10[PATCH] uml: clean up address space limits codeTyler5-32/+10
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-07-03[PATCH] uml build fixTheodore Tso1-0/+2
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner9-12/+12
2006-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2006-07-01[PATCH] uml: rename and improve actually_do_remove()Paolo 'Blaisorblade' Giarrusso1-16/+37
2006-07-01[PATCH] uml: fix not_dead_yet when directory is in bad statePaolo 'Blaisorblade' Giarrusso1-19/+29
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso1-6/+9
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg1-2/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds7-7/+0
2006-06-30[PATCH] uml: fix biarch gcc build on x86_64Jeff Dike2-2/+7
2006-06-30[PATCH] uml: remove stray fileJeff Dike1-172/+0
2006-06-30[PATCH] uml: remove unneeded time definitionsJeff Dike3-30/+0
2006-06-30[PATCH] uml: add locking to xtime accessesJeff Dike1-2/+8
2006-06-30[PATCH] uml: unregister useless console when it's not neededJeff Dike1-4/+18
2006-06-30[PATCH] uml: fix off-by-one bug in VM file creationJeff Dike1-2/+5
2006-06-30[PATCH] uml: fix /proc/mounts parsing boundary conditionJeff Dike1-2/+12
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds5-21/+2
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-3/+3
2006-06-26[PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman4-4/+0
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-6/+2
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman1-7/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk1-2/+0
2006-06-25[PATCH] uml: remove dead declarationAdrian Bunk1-2/+0
2006-06-23[PATCH] clean up default value of SYSCALL_DEBUGJean-Luc Leger1-1/+0
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+1
2006-06-22[PATCH] UML: fix wall_to_monotonic initializationJeff Dike1-1/+1
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-1/+1
2006-06-15[POWERPC] Remove stale 64bit on 32bit kernel codeAnton Blanchard1-5/+1
2006-06-05[PATCH] uml: add -ffreestanding to CFLAGSJeff Dike1-0/+4
2006-06-05[PATCH] uml: more __user annotationsAl Viro2-14/+19
2006-06-05[PATCH] uml: __user annotation in arch_prctlAl Viro1-1/+1
2006-06-05[PATCH] uml: fix a typo in do_uml_initcallsJeff Dike1-1/+1
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationJeff Dike3-20/+13
2006-05-03[PATCH] uml: change timer initializationJeff Dike1-1/+1
2006-05-01Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2006-05-01[PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectlyJeff Dike1-1/+1
2006-05-01[PATCH] uml: export symbols added by GCC hardenedPaolo 'Blaisorblade' Giarrusso1-0/+7
2006-05-01[PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso4-19/+22
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso4-2/+17
2006-05-01[PATCH] uml: use Kbuild tracking for all files and fix compilation outputPaolo 'Blaisorblade' Giarrusso3-9/+14
2006-05-01[PATCH] uml: search from uml_net in a more reasonable PATHMattia Dongili1-0/+30
2006-05-01[PATCH] uml: fix patch mismergePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-05-01[PATCH] uml: error handling fixesJeff Dike5-10/+10
2006-05-01[PATCH] uml: update defconfigJeff Dike1-85/+155
2006-05-01[PATCH] uml: clean up after MADVISE_REMOVEJeff Dike1-5/+12
2006-05-01[PATCH] uml: remove NULL checks and add some CodingStyleJesper Juhl2-71/+69
2006-05-01[PATCH] uml: skas0 support for 2G/2G hostsJoris van Rantwijk2-16/+17
2006-05-01[PATCH] uml: fix iomem list traversalVictor V. Vengerov1-0/+2
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-4/+2
2006-05-01Update UML kernel/physmem.c to use rb_parent() accessor macroAndrew Morton1-1/+1
2006-04-19[PATCH] uml: add missing __volatile__Jeff Dike2-7/+7
2006-04-19[PATCH] uml: physical memory map file fixesRob Landley2-24/+118
2006-04-19[PATCH] uml: __user annotationsAl Viro1-3/+3
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike6-27/+27
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike3-2/+6
2006-04-19[PATCH] uml: make 64-bit COW files compatible with 32-bit onesPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: avoid warnings for diffent names for an unsigned quadwordPaolo 'Blaisorblade' Giarrusso2-2/+2
2006-04-11[PATCH] uml: fix parallel make early failure on clean treePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-04-11[PATCH] uml: local_irq_save, not local_save_flagsPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: fix big stack userPaolo 'Blaisorblade' Giarrusso1-10/+13
2006-04-11[PATCH] uml: fix failure path after conversionPaolo 'Blaisorblade' Giarrusso1-5/+10
2006-04-11[PATCH] uml: fix hang on run_helper() failure on uml_netPaolo 'Blaisorblade' Giarrusso2-6/+8
2006-04-11[PATCH] uml: move outside spinlock call not needing itPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: support sparse for userspace filesPaolo 'Blaisorblade' Giarrusso1-4/+2
2006-04-11[PATCH] uml: fix critical typo for TT modePaolo 'Blaisorblade' Giarrusso2-2/+2
2006-04-11[PATCH] uml: fix "extern-vs-static" proto conflict in TLS codePaolo 'Blaisorblade' Giarrusso1-4/+0
2006-04-11[PATCH] uml: fix some double export warningsPaolo 'Blaisorblade' Giarrusso3-10/+8
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso5-7/+7
2006-04-11[PATCH] uml: request format warnings to GCC for appropriate functionsPaolo 'Blaisorblade' Giarrusso3-4/+8
2006-04-11[PATCH] uml: fix 2 harmless cast warnings for 64-bitPaolo 'Blaisorblade' Giarrusso2-2/+3
2006-04-11[PATCH] uml: safe migration path to the correct V3 COW formatPaolo 'Blaisorblade' Giarrusso1-15/+76
2006-04-11[PATCH] uml: make 64-bit COW files compatible with 32-bit onesPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: memory hotplug cleanupsJeff Dike1-3/+1
2006-04-11[PATCH] UML: TLS fixletsJeff Dike2-1/+2
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso7-5/+97
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso3-4/+25
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso4-11/+68