index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
unicore32
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
2013-07-09
reboot: move arch/x86 reboot= handling to generic kernel
Robin Holt
2013-07-09
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
Robin Holt
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
2013-04-08
unicore: Use generic idle loop
Thomas Gleixner
2013-02-17
unicore32 idle: delete stray pm_idle comment
Len Brown
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
2012-11-28
unicore32: switch to generic clone(2)
Al Viro
2012-11-09
unicore32: switch to generic kernel_thread()/kernel_execve()
Al Viro
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt]
Guan Xuetao
2012-03-23
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
2011-03-17
unicore32 io: redefine __REG(x) and re-use readl/writel funcs
GuanXuetao
2011-03-17
unicore32 core architecture: process/thread related codes
GuanXuetao