Age | Commit message (Expand) | Author | Files | Lines |
2013-02-27 | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 1 | -0/+1 |
2013-02-26 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 46 | -327/+295 |
2013-02-25 | Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+1 |
2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -80/+54 |
2013-02-23 | microblaze idle: Fix compile error | Lars-Peter Clausen | 1 | -4/+1 |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2013-02-17 | microblaze idle: delete pm_idle | Len Brown | 1 | -3/+0 |
2013-02-14 | burying unused conditionals | Al Viro | 2 | -3/+0 |
2013-02-12 | microblaze: Do not use module.h in files which are not modules | Michal Simek | 23 | -22/+23 |
2013-02-12 | microblaze: Fix coding style issues | Michal Simek | 32 | -294/+259 |
2013-02-12 | microblaze: Add missing return from debugfs_tlb | Michal Simek | 1 | -0/+2 |
2013-02-12 | microblaze: Makefile clean | Jason Wu | 1 | -6/+3 |
2013-02-12 | microblaze: Add .gitignore entries for auto-generated files | Lars-Peter Clausen | 2 | -0/+4 |
2013-02-12 | microblaze: Fix strncpy_from_user macro | Michal Simek | 1 | -5/+4 |
2013-02-03 | microblaze: remove debris in ptrace.c | Al Viro | 1 | -23/+0 |
2013-02-03 | microblaze: Move restart allowed out of block | Michal Simek | 1 | -1/+1 |
2013-02-03 | microblaze: fix handling of multiple pending signals | Al Viro | 2 | -29/+42 |
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/vir... | Linus Torvalds | 3 | -3/+1 |
2012-12-20 | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | 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'... | 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/vir... | Linus Torvalds | 10 | -193/+52 |
2012-12-11 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | 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... | Ingo Molnar | 1 | -0/+1 |