summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorLines
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+2
2012-10-04Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek-8/+0
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek-15/+15
2012-10-04microblaze: Fix bug with passing command lineMichal Simek-12/+15
2012-10-04microblaze: Remove additional andi which has been already doneMichal Simek-3/+0
2012-10-04microblaze: Use predefined macro for ESR_DIZMichal Simek-2/+3
2012-10-04microblaze: Support 4k/16k/64k pagesMichal Simek-0/+6
2012-10-04microblaze: Do not used hardcoded value in exception handlerMichal Simek-23/+30
2012-10-04microblaze: Added fdt chosen capability for timerMichal Simek-1/+9
2012-10-04microblaze: Improve failure handling for GPIO resetStephan Linz-2/+5
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro-5/+2
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven-6/+2
2012-06-01new helper: signal_delivered()Al Viro-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-14/+3
2012-06-01new helper: sigmask_to_save()Al Viro-7/+2
2012-06-01new helper: restore_saved_sigmask()Al Viro-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-5/+10
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-70/+65
2012-05-21microblaze: drop 'oldset' argument of do_notify_resume()Al Viro-19/+11
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEAl Viro-26/+38
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro-4/+0
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro-0/+3
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Matt Fleming-10/+2
2012-05-21microblaze: fix signal maskingMatt Fleming-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTMatt Fleming-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Matt Fleming-3/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+1
2012-05-05microblaze: Use generic init_taskThomas Gleixner-27/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry-1/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds-4/+6
2012-04-02microblaze: Do not use tlb_skip in early_printkMichal Simek-0/+2
2012-03-30microblaze: Add missing headers caused by disintegration asm/system.hMichal Simek-0/+1
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek-56/+42
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-7/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells-7/+0
2012-03-28Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz-4/+6
2012-03-28microblaze: Fix tlb_skip variable on noMMU systemMichal Simek-0/+2
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-30/+179
2012-03-23microblaze: Handle TLB skip size dynamicallyMichal Simek-21/+71
2012-03-23microblaze: Introduce TLB skip sizeMichal Simek-5/+6
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek-6/+103
2012-03-23microblaze: Extend space for compiled-in FDT to 32kBMichal Simek-2/+2
2012-03-23microblaze: Clear all MSR flags on the first kernel instructionMichal Simek-3/+2