aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-1711/+0
2015-04-24blackfin: Wire up missing syscallsChen Gang1-0/+10
2012-11-28bfin: switch to generic vfork, get rid of pointless wrappersAl Viro1-1/+1
2012-10-14blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro1-55/+0
2012-07-24bfin: pm: add deepsleep for bf60xSonic Zhang1-7/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+0
2012-05-21Blackfin: delete fork funcMike Frysinger1-1/+1
2012-05-21blackfin: add bf60x to current frameworkBob Liu1-1/+2
2012-03-21Blackfin: s/#if CONFIG/#ifdef CONFIG/Geert Uytterhoeven1-1/+1
2012-03-21Blackfin: wire up new process_vm syscallsMike Frysinger1-0/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-05-28Blackfin: wire up new sendmmsg syscallMike Frysinger1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22Blackfin: wire up new syncfs syscallMike Frysinger1-0/+1
2011-03-18Blackfin: wire up new syscallsMike Frysinger1-0/+3
2011-03-18Blackfin/ipipe: fix deferred pipeline sync for the root stagePhilippe Gerum1-0/+11
2011-01-10Blackfin: fix building IPIPE code when XIP is enabledMike Frysinger1-2/+2
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang1-0/+1
2010-10-22Blackfin: initial preempt support while returning from interruptBarry Song1-3/+109
2010-08-23Blackfin: wire up new fanotify/prlimit64 syscallsMike Frysinger1-0/+3
2010-03-09Blackfin: fix anomaly 283 handling with exact hardware errorRobin Getz1-2/+2
2010-03-09Blackfin: check for bad syscalls after tracing itMike Frysinger1-9/+14
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger1-0/+2
2010-03-09Blackfin: initial tracehook supportMike Frysinger1-2/+4
2010-03-09Blackfin: add support for irqflags tracingYi Li1-0/+15
2010-03-09Blackfin: initial XIP supportBarry Song1-8/+9
2010-03-09Blackfin: wire up the various memory related syscallsMike Frysinger1-9/+9
2010-01-05Merge branch 'master' into percpuTejun Heo1-28/+10
2009-12-15Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song1-1/+3
2009-12-11Unify sys_mmap*Al Viro1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-26/+5
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-2/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-26/+5
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-16Blackfin: workaround anomaly 05000283Robin Getz1-16/+2
2009-09-16Blackfin: optimize fixed code handling for the most common caseMike Frysinger1-0/+6
2009-09-16Blackfin: cleanup sync handling when enabling/disabling cplbsYi Li1-10/+4
2009-09-16Blackfin: improve double fault debug handlingGraf Yang1-9/+13
2009-09-16Blackfin: inline I-pipe bypass code in ret_from_exceptionPhilippe Gerum1-7/+7
2009-09-16Blackfin: sanitize manual control of IPEND[4]Philippe Gerum1-14/+11
2009-09-16Blackfin: use generic name for EVT14 handlerPhilippe Gerum1-4/+4
2009-09-16Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]Robin Getz1-32/+54
2009-07-16Blackfin: cleanup code a bit with comments and definesRobin Getz1-5/+7
2009-06-22Blackfin: hook up new perf_counter_open syscallMike Frysinger1-0/+1
2009-06-13Blackfin: hook up new rt_tgsigqueueinfo syscallMike Frysinger1-0/+1
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz1-4/+7
2009-06-12Blackfin: make deferred hardware errors more exactRobin Getz1-18/+41
2009-06-12Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCHGraf Yang1-17/+0