summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
AgeCommit message (Expand)AuthorLines
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt-10/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt-2/+3
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt-4/+4
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King-1/+3
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel-1/+3
2013-06-17ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren-6/+37
2013-05-22ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper-1/+0
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-6/+7
2013-05-02Merge branch 'cleanup' into for-linusRussell King-6/+7
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-6/+2
2013-04-08arm: Use generic idle loopThomas Gleixner-70/+26
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner-4/+0
2013-02-23ARM: cleanup gate_vma initializationRussell King-6/+7
2013-02-17ARM idle: delete pm_idleLen Brown-9/+4
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+6
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-1/+1
2012-11-28arm: switch to generic fork/vfork/cloneAl Viro-5/+6
2012-11-13ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_m...Nicolas Pitre-2/+1
2012-10-18ARM: 7544/1: Add BUG_ON when hlt counter is wrongly usedfwu-0/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+2
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro-3/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-62/+13
2012-09-30arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro-62/+13
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann-3/+3
2012-08-01ARM: use new LEDS CPU trigger stub to replace old oneBryan Wu-3/+3
2012-07-31ARM: 7466/1: disable interrupt before spinning endlesslyShawn Guo-0/+2
2012-05-08arm: Remove unused cpu_idle_wait()Thomas Gleixner-20/+0
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-9/+27
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells-1/+0
2012-03-27Merge branch 'devel-stable' into for-linusRussell King-11/+16
2012-03-24ARM: 7294/1: vectors: use gate_vma for vectors user mappingWill Deacon-10/+28
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-11/+16
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron-2/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2012-01-20ARM: substitute arch_idle()Nicolas Pitre-3/+1
2012-01-20ARM: clean up idle handlersNicolas Pitre-8/+15
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds-23/+54
2012-01-05Merge branch 'restart' into for-linusRussell King-8/+2
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King-8/+2
2012-01-05Merge branch 'restart-cleanup' into restartRussell King-0/+3
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon-10/+40
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-2/+2
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King-0/+3
2011-11-21ARM: 7161/1: errata: no automatic store buffer drainWill Deacon-0/+3
2011-11-21ARM: restart: only perform setup for restart when soft-restartingRussell King-2/+11
2011-11-10ARM: restart: remove argument to setup_mm_for_reboot()Russell King-2/+2
2011-11-10ARM: restart: move reboot failure handing into machine_restart()Russell King-11/+9