Age | Commit message (Expand) | Author | Files | Lines |
2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe | 1 | -1/+1 |
2020-12-16 | Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -10/+0 |
2020-11-26 | microblaze: Remove noMMU code | Michal Simek | 1 | -10/+0 |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra | 1 | -1/+1 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
2020-07-04 | arch: rename copy_thread_tls() back to copy_thread() | Christian Brauner | 1 | -2/+2 |
2020-07-04 | microblaze: switch to copy_thread_tls() | Christian Brauner | 1 | -3/+3 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -17/+0 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2014-04-07 | microblaze: Fix sparse warning because of missing cpu.h header | Michal Simek | 1 | -0/+1 |
2013-05-09 | microblaze: Enable IRQ in arch_cpu_idle | Michal Simek | 1 | -0/+5 |
2013-04-30 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+2 |
2013-04-08 | microblaze: Use generic idle loop | Thomas Gleixner | 1 | -53/+0 |
2013-04-08 | arch: Cleanup enable/disable_hlt | Thomas Gleixner | 1 | -12/+0 |
2013-02-26 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -12/+12 |
2013-02-23 | microblaze idle: Fix compile error | Lars-Peter Clausen | 1 | -4/+1 |
2013-02-17 | microblaze idle: delete pm_idle | Len Brown | 1 | -3/+0 |
2013-02-12 | microblaze: Do not use module.h in files which are not modules | Michal Simek | 1 | -1/+1 |
2013-02-12 | microblaze: Fix coding style issues | Michal Simek | 1 | -11/+11 |
2012-12-13 | microblaze: Remove BIP from childregs | Michal Simek | 1 | -1/+0 |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro | 1 | -2/+1 |
2012-11-28 | microblaze: switch to generic fork/vfork/clone | Al Viro | 1 | -3/+5 |
2012-11-16 | microblaze: switch to generic kernel_execve() | Al Viro | 1 | -0/+1 |
2012-11-16 | microblaze: switch to generic kernel_thread() | Al Viro | 1 | -51/+20 |
2012-05-25 | microblaze: Setup correct pointer to TLS area | Edgar E. Iglesias | 1 | -1/+5 |
2012-03-28 | Disintegrate asm/system.h for Microblaze | David Howells | 1 | -1/+0 |
2012-03-01 | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner | 1 | -3/+1 |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -2/+4 |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 1 | -2/+2 |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 1 | -2/+2 |
2011-10-14 | microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usage | Peter Zijlstra | 1 | -0/+1 |
2011-07-25 | microblaze: exec: Remove redundant set_fs(USER_DS) | Mathias Krause | 1 | -1/+0 |
2011-03-09 | microblaze: Remove r0_ram pointer and PTO alignment | Michal Simek | 1 | -1/+1 |
2010-08-04 | microblaze: Do not trace cpu_relax function | Michal Simek | 1 | -2/+5 |
2010-04-01 | microblaze: Adding likely macros | Michal Simek | 1 | -4/+5 |
2010-04-01 | microblaze: Remove segment.h | Michal Simek | 1 | -0/+1 |
2009-12-14 | microblaze: Move cache macro from cache.h to cacheflush.h | Michal Simek | 1 | -0/+1 |
2009-10-05 | microblaze: UMS is used only for MMU kernel | Michal Simek | 1 | -0/+2 |
2009-09-22 | microblaze: Ensure CPU usermode is set on new userspace processes | John Williams | 1 | -0/+1 |
2009-05-26 | microblaze_mmu_v2: Update process creation for MMU | Michal Simek | 1 | -0/+58 |
2009-05-21 | microblaze: export some symbols | Arnd Bergmann | 1 | -0/+1 |
2009-04-23 | microblaze: Remove redundant variable | Michal Simek | 1 | -4/+1 |
2009-04-23 | microblaze: Move start_thread to process.c | Michal Simek | 1 | -0/+9 |
2009-04-23 | microblaze: Rename kernel_mode to pt_mode in pt_regs | Michal Simek | 1 | -2/+2 |
2009-04-23 | microblaze: Remove while(1) loop from show_regs function | Michal Simek | 1 | -2/+0 |
2009-04-14 | microblaze: Simplify copy_thread() | Michal Simek | 1 | -2/+1 |
2009-03-27 | microblaze_v8: process and init task function | Michal Simek | 1 | -0/+187 |