aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh1-1/+0
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger1-5/+1
2012-04-09um: fix linker script generationAl Viro1-3/+4
2012-03-29remove references to cpu_*_map in arch/Rusty Russell2-6/+5
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-5/+5
2012-03-25um: most of the SUBARCH uses can be killedAl Viro1-1/+1
2012-03-25um: kill HOST_TASK_PIDAl Viro1-2/+2
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang2-2/+2
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+6
2012-03-23um: don't restore current->blocked on errorMatt Fleming1-6/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+6
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold itAl Viro1-1/+1
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro1-18/+5
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-11/+9
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-2/+2
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-4/+2
2011-11-21clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz1-4/+2
2011-11-02um: distribute exports to where exported stuff is definedAl Viro10-54/+40
2011-11-02um: fix gcov build breakageAl Viro1-15/+0
2011-11-02um: kill shared/tlb.hAl Viro2-2/+1
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro1-1/+1
2011-11-02um: make load_initrd() static, kill shared/initrd.hAl Viro1-2/+2
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2-2/+0
2011-11-02um: kill dead code around uaccessAl Viro2-34/+1
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-1/+0
2011-09-14um: clean arch_ptrace() up a bitAl Viro1-28/+0
2011-09-14um: Save FPU registers between task switchesIngo van Lil1-1/+1
2011-07-25um: remove dead codeRichard Weinberger1-2/+1
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2011-05-25um: add earlyprintk supportRichard Weinberger2-0/+34
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-3/+0
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-1/+1
2011-03-24um: Use generic show_interrupts()Thomas Gleixner1-46/+0
2011-03-24um: Convert genirq namespaceThomas Gleixner1-5/+4
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-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-12um: fix ptrace build errorRichard Weinberger1-1/+1
2010-10-27ptrace: cleanup arch_ptrace() on umNamhyung Kim1-10/+8
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-2/+3
2010-10-26um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger1-11/+4
2010-10-26uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2-2/+29