aboutsummaryrefslogtreecommitdiff
path: root/arch/cris
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+0
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-33/+26
2014-10-09cris: use Kbuild logic to include <asm-generic/sections.h>Gravatar Geert Uytterhoeven 2-7/+1
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Gravatar Pranith Kumar 1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 2-2/+0
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Gravatar Peter Zijlstra 1-0/+1
2014-08-14locking,arch,cris: Fold atomic_opsGravatar Peter Zijlstra 1-32/+25
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-111/+67
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hGravatar Laura Abbott 2-6/+1
2014-08-06cris: Use sigsp()Gravatar Richard Weinberger 2-22/+8
2014-08-06cris: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 2-93/+63
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-06-06cris: update comments for generic idle conversionGravatar Geert Uytterhoeven 2-7/+3
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-13/+4
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-1/+0
2014-04-18arch,cris: Convert smp_mb__*()Gravatar Peter Zijlstra 2-13/+4
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPGravatar Uwe Kleine-König 1-1/+1
2014-04-07cris: cpuinfo_op should depend on CONFIG_PROC_FSGravatar Geert Uytterhoeven 1-0/+2
2014-04-07cris: make ETRAX_ARCH_V10 select TTY for use in debugportGravatar Josh Triplett 1-0/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+0
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-6/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2014-03-13arch: Remove stub cputime.h headersGravatar Frederic Weisbecker 2-6/+1
2014-03-10cris: convert ffs from an object-like macro to a function-like macroGravatar Geert Uytterhoeven 1-1/+1
2014-02-20Merge branch 'master' into for-nextGravatar Jiri Kosina 33-359/+307
2014-02-20Kconfig: Remove useless "default N" linesGravatar Paul Bolle 1-2/+0
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-1/+1
2014-01-28Merge tag 'cris-correction-for-3.14' of git://jni.nu/crisGravatar Linus Torvalds 1-0/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2014-01-28CRISv10: Readd missing headerGravatar Jesper Nilsson 1-0/+1
2014-01-27Merge tag 'cris-for-3.14' of git://jni.nu/crisGravatar Linus Torvalds 28-333/+299
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+3
2014-01-25cramfs: take headers to fs/cramfsGravatar Al Viro 1-2/+0
2014-01-23cris: provide {in,out}[wl]_p()Gravatar Geert Uytterhoeven 1-0/+4
2014-01-18net: introduce SO_BPF_EXTENSIONSGravatar Michal Sekletar 1-0/+2
2014-01-15Drop code for CRISv10 CPU simulatorGravatar Jesper Nilsson 11-143/+66
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hGravatar Peter Zijlstra 2-25/+1
2014-01-09Cleanup whitespace, remove old author tagGravatar Jesper Nilsson 1-63/+61
2014-01-09CRIS: Add missing syscallsGravatar Jesper Nilsson 4-92/+140
2014-01-09cris: sync_serial: remove interruptible_sleep_onGravatar Arnd Bergmann 2-2/+6
2014-01-08cris: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 14-34/+27
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hGravatar David S. Miller 1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-14/+0
2013-11-15cris: handle pgtable_page_ctor() failGravatar Kirill A. Shutemov 1-1/+4
2013-11-15cris: fix potential NULL-pointer dereferenceGravatar Kirill A. Shutemov 1-0/+2
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0