aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+2
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-5/+10
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-70/+65
2012-05-21microblaze: drop 'oldset' argument of do_notify_resume()Al Viro3-19/+11
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEAl Viro3-26/+38
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro1-4/+0
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2012-05-05microblaze: Use generic init_taskThomas Gleixner2-27/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+6
2012-04-02microblaze: Do not use tlb_skip in early_printkMichal Simek1-0/+2
2012-03-30microblaze: Add missing headers caused by disintegration asm/system.hMichal Simek1-0/+1
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek9-56/+42
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds7-7/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells7-7/+0
2012-03-28Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+6
2012-03-28microblaze: Fix tlb_skip variable on noMMU systemMichal Simek1-0/+2
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-30/+179
2012-03-23microblaze: Handle TLB skip size dynamicallyMichal Simek5-21/+71
2012-03-23microblaze: Introduce TLB skip sizeMichal Simek2-5/+6
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek2-6/+103
2012-03-23microblaze: Extend space for compiled-in FDT to 32kBMichal Simek2-2/+2
2012-03-23microblaze: Clear all MSR flags on the first kernel instructionMichal Simek1-3/+2
2012-03-23microblaze: Use node name instead of compatible stringMichal Simek2-4/+4
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-46/+41
2012-03-19microblaze: trivial: Fix typo fault in timer.cMichal Simek1-1/+1
2012-03-19microblaze: Add PVR version string for MB 8.20.b and 8.30.aMichal Simek1-0/+2
2012-03-19microblaze: Fix typo in early_printk.cMasanari Iida1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely2-44/+41
2012-02-14irq_domain: convert microblaze from irq_host to irq_domainGrant Likely2-3/+1
2012-01-31Revert "microblaze: Add topology init"Michal Simek1-20/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-6/+3
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-4/+2
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-2/+1
2012-01-11microblaze: Add topology initMichal Simek1-1/+20