| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-03 | microblaze: fix the horror with restarts of sigreturn() |  Al Viro | 2 | -2/+7 |
| 2013-02-03 | microblaze: evict the check for kernel_mode(regs) from do_notify_resume() |  Al Viro | 2 | -9/+3 |
| 2013-02-03 | microblaze: switch to generic sigaltstack |  Al Viro | 2 | -15/+3 |
| 2013-01-17 | arch/microblaze/platform: remove depends on CONFIG_EXPERIMENTAL |  Kees Cook | 1 | -1/+1 |
| 2013-01-07 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze |  Linus Torvalds | 8 | -56/+90 |
| 2013-01-04 | microblaze: Update microblaze defconfigs |  Michal Simek | 2 | -45/+80 |
| 2013-01-04 | microblaze: Fix pci compilation and sparse warnings |  Michal Simek | 1 | -6/+5 |
| 2013-01-03 | ARCH: drivers remove __dev* attributes. |  Greg Kroah-Hartman | 1 | -14/+14 |
| 2013-01-03 | microblaze: Add finit_module syscall |  Michal Simek | 2 | -1/+3 |
| 2013-01-03 | microblaze: Kill __kmap_atomic() |  Michal Simek | 1 | -1/+1 |
| 2013-01-03 | microblaze: Change section flags for noMMU |  Michal Simek | 1 | -1/+1 |
| 2013-01-03 | microblaze: Microblaze wants sys_fork for noMMU too |  Michal Simek | 1 | -2/+0 |
| 2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 3 | -3/+1 |
| 2012-12-20 | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu |  Linus Torvalds | 1 | -0/+2 |
| 2012-12-19 | missing user_stack_pointer() instances |  Al Viro | 1 | -0/+1 |
| 2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series |  Al Viro | 2 | -3/+0 |
| 2012-12-16 | Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into next |  Joerg Roedel | 1 | -0/+2 |
| 2012-12-13 | microblaze: signal: Declare do_notify_resume |  Michal Simek | 2 | -1/+3 |
| 2012-12-13 | microblaze: lib: Add lib function declarations |  Michal Simek | 1 | -0/+7 |
| 2012-12-13 | microblaze: lib: Remove helper macros |  Michal Simek | 1 | -16/+12 |
| 2012-12-13 | microblaze: Add static qualifiers |  Michal Simek | 2 | -3/+3 |
| 2012-12-13 | microblaze: Wire-up new system call kcmp |  Michal Simek | 2 | -1/+3 |
| 2012-12-13 | microblaze: Fix intc_enable_or_unmask function |  Michal Simek | 1 | -1/+2 |
| 2012-12-13 | microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INIT |  Michal Simek | 1 | -1/+1 |
| 2012-12-13 | microblaze: Remove passing the second arg to schedule_tail |  Michal Simek | 1 | -1/+0 |
| 2012-12-13 | UAPI: (Scripted) Disintegrate arch/microblaze/include/asm |  David Howells | 38 | -552/+649 |
| 2012-12-13 | microblaze: uaccess.h: Fix timerfd syscall |  Michal Simek | 1 | -2/+1 |
| 2012-12-13 | microblaze: Remove BIP from childregs |  Michal Simek | 1 | -1/+0 |
| 2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 10 | -193/+52 |
| 2012-12-11 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -4/+0 |
| 2012-12-11 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 |  Linus Torvalds | 5 | -22/+26 |
| 2012-12-08 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core |  Ingo Molnar | 1 | -0/+1 |
| 2012-12-03 | microblaze: use new common dtc rule |  Stephen Warren | 5 | -22/+26 |
| 2012-11-28 | flagday: don't pass regs to copy_thread() |  Al Viro | 1 | -2/+1 |
| 2012-11-28 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h |  Al Viro | 2 | -16/+1 |
| 2012-11-28 | microblaze: switch to generic fork/vfork/clone |  Al Viro | 7 | -56/+12 |
| 2012-11-28 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-next |  Al Viro | 7 | -124/+43 |
| 2012-11-28 | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors |  Al Viro | 1 | -1/+1 |
| 2012-11-28 | microblaze/PCI: Remove CONFIG_HOTPLUG ifdefs |  Bill Pemberton | 1 | -4/+0 |
| 2012-11-28 | microblaze: dma-mapping: support debug_dma_mapping_error |  Shuah Khan | 1 | -0/+2 |
| 2012-11-16 | microblaze: switch to generic sys_execve() |  Al Viro | 4 | -26/+1 |
| 2012-11-16 | microblaze: switch to generic kernel_execve() |  Al Viro | 5 | -43/+6 |
| 2012-11-16 | microblaze: switch to generic kernel_thread() |  Al Viro | 5 | -58/+39 |
| 2012-11-15 | microblaze: Fix bug with schedule_tail |  Michal Simek | 1 | -1/+1 |
| 2012-11-13 | tracing,x86: Add a TSC trace_clock |  David Sharp | 1 | -0/+1 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 1 | -0/+1 |
| 2012-10-12 | vfs: define struct filename and have getname() return it |  Jeff Layton | 1 | -2/+2 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -7/+3 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -14/+1 |