summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek1-0/+1
2009-12-14microblaze: Ptrace notifying from signal codeMichal Simek1-0/+4
2009-12-14microblaze: Extend cpuinfo for support write-back cachesMichal Simek2-2/+7
2009-12-14microblaze: Fix cache_line_lenghtMichal Simek3-18/+18
2009-12-14microblaze: Detect new 7.20.d versionMichal Simek1-0/+1
2009-12-14microblaze: Support both levels for resetMichal Simek1-4/+6
2009-12-14microblaze: Fix announce message for reset gpioMichal Simek1-1/+1
2009-12-14microblaze: Remove saving and restoring before calling signal codeMichal Simek1-4/+0
2009-12-14microblaze: ftrace: Add dynamic function graph tracerMichal Simek2-0/+34
2009-12-14microblaze: ftrace: add function graph supportMichal Simek2-0/+99
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek3-1/+165
2009-12-14microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek1-0/+5
2009-12-14microblaze: ftrace: add static function tracerMichal Simek4-0/+125
2009-12-14microblaze: Add TRACE_IRQFLAGS_SUPPORTMichal Simek1-1/+1
2009-12-14microblaze: Lockdep supportMichal Simek1-0/+2
2009-12-14microblaze: Register timecounter/cyclecounterMichal Simek1-0/+28
2009-12-14microblaze: Stack trace supportMichal Simek2-0/+66
2009-12-14microblaze: Add IRQENTRY_TEXT to ldsMichal Simek1-2/+3
2009-12-14microblaze: __init_begin symbol must be alignedMichal Simek1-0/+1
2009-12-14microblaze: GPIO reset supportMichal Simek3-30/+139
2009-12-11Unify sys_mmap*Al Viro2-36/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-1/+5
2009-10-15of: merge of_find_all_nodes() implementationsGrant Likely1-23/+0
2009-10-15of: add common header for flattened device tree representationGrant Likely1-1/+1
2009-10-13net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-10-05microblaze: Clear sticky FSR register after saving it to func parametrMichal Simek2-1/+3
2009-10-05microblaze: UMS is used only for MMU kernelMichal Simek1-0/+2
2009-09-24Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-74/+205
2009-09-24headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+2
2009-09-22microblaze: Fix _start symbol to physical addressMichal Simek1-0/+1
2009-09-22microblaze: Use LOAD_OFFSET macro to get correct LMA for all sectionsMichal Simek1-15/+19
2009-09-22microblaze: Support ptrace syscall tracing.Michal Simek2-12/+122
2009-09-22microblaze: Updated CPU version and FPGA family codes in PVRJohn Williams1-0/+3
2009-09-22microblaze: Generate correct signal and siginfo for integer div-by-zeroMichal Simek1-1/+1
2009-09-22microblaze: Don't be noisy when userspace causes hardware exceptionsMichal Simek1-11/+20
2009-09-22microblaze: Clear sticky FSR register after generating exception signalsJohn Williams1-0/+2
2009-09-22microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams1-0/+1
2009-09-22microblaze: Save and restore msr in hw exceptionMichal Simek1-2/+6
2009-09-21microblaze: Improve checking mechanism for MSR instructionMichal Simek1-8/+5
2009-09-21microblaze: Add checking mechanism for MSR instructionMichal Simek2-3/+26
2009-09-21microblaze: Cleanup linker script using new linker script macros.Tim Abbott1-31/+8
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-2/+4
2009-08-18microblaze: Enable ppoll syscallMichal Simek1-1/+1
2009-08-18microblaze: Sane handling of missing timer/intc in device treeJohn Williams2-0/+4
2009-08-18microblaze: use the generic ack_bad_irq implementationChristoph Hellwig1-9/+0
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo14-375/+150