summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-3/+1Star
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+2
| |\ \ \
| | * | | microblaze: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-281-0/+2
| | |/ /
* | | | microblaze: signal: Declare do_notify_resumeMichal Simek2012-12-132-1/+3
* | | | microblaze: lib: Add lib function declarationsMichal Simek2012-12-131-0/+7
* | | | microblaze: lib: Remove helper macrosMichal Simek2012-12-131-16/+12Star
* | | | microblaze: Add static qualifiersMichal Simek2012-12-132-3/+3
* | | | microblaze: Wire-up new system call kcmpMichal Simek2012-12-132-1/+3
* | | | microblaze: Fix intc_enable_or_unmask functionMichal Simek2012-12-131-1/+2
* | | | microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INITMichal Simek2012-12-131-1/+1
* | | | microblaze: Remove passing the second arg to schedule_tailMichal Simek2012-12-131-1/+0Star
* | | | UAPI: (Scripted) Disintegrate arch/microblaze/include/asmDavid Howells2012-12-1338-552/+649
* | | | microblaze: uaccess.h: Fix timerfd syscallMichal Simek2012-12-131-2/+1Star
* | | | microblaze: Remove BIP from childregsMichal Simek2012-12-131-1/+0Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-193/+52Star
|\ \ \ \ | | |_|/ | |/| |
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
| * | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-292-16/+1Star
| * | | microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-297-56/+12Star
| | | |
| | \ \
| *-. \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-297-124/+43Star
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * | microblaze: switch to generic sys_execve()Al Viro2012-11-164-26/+1Star
| | * | microblaze: switch to generic kernel_execve()Al Viro2012-11-165-43/+6Star
| | * | microblaze: switch to generic kernel_thread()Al Viro2012-11-165-58/+39Star
| | * | microblaze: Fix bug with schedule_tailMichal Simek2012-11-151-1/+1
| | |/
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/
* | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-4/+0Star
|\ \ \
| * | | microblaze/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-4/+0Star
| | |/ | |/|
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-115-22/+26
|\ \ \ | |_|/ |/| |
| * | microblaze: use new common dtc ruleStephen Warren2012-12-045-22/+26
| |/
* / microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro2012-11-291-1/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+1
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-7/+3Star
|\ \
| * | microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro2012-10-011-5/+2Star
| * | bury the rest of TIF_IRETAl Viro2012-10-011-2/+0Star
| * | sanitize tsk_is_polling()Al Viro2012-10-011-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-14/+1Star
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-14/+1Star
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-093-0/+3
|\ \
| * | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| * | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+1
| * | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-042-1/+4
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| | |/ | |/|