aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2011-09-14um: fix strrchr() problemsAl Viro1-1/+1
2011-09-14um: clean arch_ptrace() up a bitAl Viro5-46/+31
2011-09-14um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2-14/+14
2011-09-14um: fix free_winch() messAl Viro1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-14um: fix oopsable race in line_close()Al Viro2-13/+13
2011-09-14um: Save FPU registers between task switchesIngo van Lil7-5/+31
2011-09-14um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer1-0/+1
2011-09-14um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo1-0/+4
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-2/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds34-90/+604
2011-07-25um: remove dead codeRichard Weinberger3-6/+3
2011-07-25um: adjust size of pid_bufRichard Weinberger1-1/+1
2011-07-25um: implement a x86_64 vDSORichard Weinberger9-0/+365
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger3-1/+37
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger3-1/+65
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger3-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso1-2/+4
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov1-2/+1
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov1-2/+2
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov1-1/+5
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov1-1/+4
2011-07-25um: reinstate kernel version in generated .configGeert Uytterhoeven1-0/+2
2011-07-25um: add netpoll supportRichard Weinberger1-0/+12
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger1-0/+5
2011-07-25um: clean up delay functionsRichard Weinberger3-32/+91
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25um: clean up vm-flags.hRichard Weinberger3-39/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds1-1/+2
2011-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2011-07-22um: Make rwsem.S depend on CONFIG_RWSEM_XCHGADD_ALGORITHMRichard Weinberger1-1/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-21x86: Unify rwsem assembly implementationJan Beulich2-2/+2
2011-06-27um: add asm/percpu.hRichard Weinberger1-0/+6
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-1/+0
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd1-10/+0
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd1-1/+0
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2011-05-25um: include linux/prefetch.hRichard Weinberger1-0/+2
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2011-05-25um: add ucast ethernet transportNolan Leake7-311/+403
2011-05-25um: add earlyprintk supportRichard Weinberger5-0/+50
2011-05-25um: remove SIGHUP handlerRichard Weinberger1-1/+0
2011-05-25um: fix UML_LIB_PATHRichard Weinberger3-2/+8
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-3/+0
2011-05-25um: mmu_gather reworkPeter Zijlstra1-18/+11
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-24um: Use RWSEM_GENERIC_SPINLOCK on x86Richard Weinberger1-2/+2
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2-50/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-1/+1
2011-05-18um: fix abortRichard Weinberger1-1/+22
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar4-3/+231
2011-04-28um: adjust current_thread_info() for newer gcc versionsRichard Weinberger1-1/+4
2011-04-28uml: fix hppfs buildRandy Dunlap1-1/+1
2011-04-28um: mdd support for 64 bit atomic operationsRichard Weinberger2-1/+226
2011-04-26Merge branch 'master' into for-nextJiri Kosina11-62/+29
2011-04-21Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2-0/+10
2011-04-14um: disable CONFIG_CMPXCHG_LOCALRichard Weinberger1-0/+4
2011-04-14um: fix call tracer and bug handlerRichard Weinberger1-0/+6
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-24um: Use generic show_interrupts()Thomas Gleixner2-46/+1
2011-03-24um: Convert genirq namespaceThomas Gleixner1-5/+4
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-22um: remove file pointer from ioctlRichard Weinberger2-4/+4
2011-03-22uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov2-0/+4
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-5/+5
2011-03-17um: change to new flag variablesmatt mooney1-5/+5
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-15Merge branch 'um-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-16/+16
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-19/+2
2011-03-09x86: Remove dead config option X86_CPUJan Beulich1-0/+2
2011-03-01um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.SJan Beulich1-0/+3
2011-02-14um: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-0/+1
2011-02-14um: Use proper accessors in show_interrupts()Thomas Gleixner1-4/+6
2011-02-14um: Convert irq_chips to new functionsThomas Gleixner1-10/+9
2011-02-14um: Remove stale irq_chip.endThomas Gleixner1-2/+0
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-21um: Use generic irq KconfigThomas Gleixner1-5/+1
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-3/+0
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2011-01-13uml: use simple_write_to_buffer()Akinobu Mita1-7/+1
2011-01-13uml: mmapper_kern needs MODULE_LICENSERandy Dunlap1-0/+1
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton1-2/+2
2011-01-13um: mark CONFIG_HIGHMEM as brokenRichard Weinberger1-1/+1
2010-11-25uml: disable winch irq before freeing handler dataWill Newton1-2/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-12um: fix ptrace build errorRichard Weinberger2-3/+3
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-2/+0
2010-10-27ptrace: cleanup arch_ptrace() on umNamhyung Kim2-14/+11
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim3-6/+7
2010-10-26um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2-11/+7
2010-10-26uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2-2/+29
2010-10-26uml: define CONFIG_NO_DMAFUJITA Tomonori3-113/+3
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+0
2010-10-26um: fix IRQ flag handling namingRichard Weinberger1-17/+32
2010-10-26um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger1-1/+1
2010-10-26um: fix global timer issue when using CONFIG_NO_HZRichard Weinberger1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds4-0/+4
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds4-18/+20
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar3-27/+13
2010-10-19uml: kill big kernel lockArnd Bergmann4-18/+20
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-0/+4
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner3-6/+6
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek16-54/+68
2010-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-14/+3
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh1-14/+3
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-3/+3
2010-09-22uml: fix compile warningRichard Weinberger3-6/+6
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-2/+0
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-20uml: fix compile error in dma_get_cache_alignment()Miklos Szeredi1-7/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-3/+6
2010-08-13Mark arguments to certain syscalls as being constDavid Howells3-5/+5
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-0/+10
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+10
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+6
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-0/+25
2010-08-09arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger1-21/+0
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger1-4/+4
2010-08-09Deal with missing exports for hostfsAl Viro4-0/+25
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+6
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-12/+8
2010-08-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2010-08-05Merge branch 'topic/misc' into for-linusTakashi Iwai1-0/+6
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-8/+2
2010-08-03um: Fix read_persistent_clock falloutThomas Gleixner1-3/+2
2010-08-03um, x86: Cast to (u64 *) inside set_64bit()H. Peter Anvin1-2/+2
2010-07-27um: Convert to use read_persistent_clockJohn Stultz1-6/+7
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-4/+0
2010-07-21arch/um/drivers: remove duplicate structure field initializationJulia Lawall1-8/+2
2010-07-12sound: push BKL into open functionsArnd Bergmann1-0/+6
2010-06-29um: os-linux/mem.c needs sys/stat.hLiu Aleaxander1-0/+1
2010-06-10um, hweight: Fix UML boot crash due to x86 optimized hweightBorislav Petkov1-0/+6
2010-06-04arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros1-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds3-3/+3
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds3-10/+21
2010-05-22uml: Pushdown the bkl from harddog_kern ioctlFrederic Weisbecker1-3/+15
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-12/+10
2010-05-17uml: Convert to unlocked_ioctls to remove implicit BKLJohn Kacur1-4/+4
2010-05-17um/mmapper: Remove BKL usageArnd Bergmann1-3/+2
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-4/+3
2010-05-10uml: i386: Avoid redefinition of NR_syscallsJan Kiszka1-2/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina11-2/+11
2010-04-21UML: Fix compiler warning due to missing task_struct declarationJan Kiszka2-0/+4
2010-04-20UML: add kernel.h include to signal.cJiri Kosina1-0/+1
2010-04-20UML: Drop private round_down definitionJan Kiszka1-2/+0
2010-04-20UML: Clean up asm/system.hJan Kiszka1-3/+0
2010-04-20UML: Remove unused variable from line driverJan Kiszka1-1/+0
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka2-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo11-2/+11
2010-03-12um: remove dma_sync_single_rangeFUJITA Tomonori1-8/+0
2010-03-12um: use generic ptrace_resume codeChristoph Hellwig2-54/+18
2010-03-12Add generic sys_olduname()Christoph Hellwig1-45/+0
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig2-19/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-86/+0
2010-03-12Add generic sys_old_mmap()Christoph Hellwig3-36/+1
2010-03-12Add generic sys_old_select()Christoph Hellwig1-18/+0
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA1-0/+16
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA3-43/+69
2010-03-06um: tell git to ignore generated filesWANG Cong1-0/+3
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-1/+1
2010-03-03Rename .data.init_irqstack to .data..init_irqstack.Denys Vlasenko3-3/+3
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-02-28Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2010-01-17x86: Fix breakage of UML from the changes in the rwsem systemLinus Torvalds1-1/+2
2010-01-14Unrot uml mconsole a bitAl Viro1-31/+18
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2-1/+2
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig3-4/+0
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-9/+7
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan4-54/+70
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg2-1/+2
2009-12-11Unify sys_mmap*Al Viro2-30/+2
2009-10-14um: Remove BKL from mmapperThomas Gleixner1-7/+4
2009-10-14um: Remove BKL from randomThomas Gleixner1-3/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-09-24um: Clean up linker script using standard macros.Tim Abbott3-50/+14
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-3/+3