aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 7-209/+220
2012-03-28Delete all instances of asm/system.hGravatar David Howells 1-5/+0
2012-03-28Disintegrate asm/system.h for MN10300Gravatar David Howells 7-209/+225
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-4/+0
2012-03-23nmi watchdog: do not use cpp symbol in KconfigGravatar Cong Wang 1-4/+0
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-16/+0
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 1-1/+1
2012-03-20highmem: kill all __kmap_atomic()Gravatar Cong Wang 1-1/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Gravatar Ben Greear 1-0/+3
2012-02-23PCI: collapse pcibios_resource_to_busGravatar Bjorn Helgaas 1-2/+0
2012-02-23mn10300/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 1-15/+1
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionGravatar Pavel Emelyanov 1-0/+1
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-17/+1
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnGravatar Joe Perches 1-1/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-9/+8
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-35/+1
2012-01-03consolidate a bunch of ipcbuf.h instancesGravatar Al Viro 1-29/+1
2012-01-03consolidate umode_t declarationsGravatar Al Viro 1-6/+0
2011-12-12UAPI: Make MN10300 use asm-generic/param.hGravatar David Howells 1-17/+1
2011-12-04mn10300: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 1-1/+0
2011-12-04mn10300: add missing __iomap markersGravatar Michael S. Tsirkin 1-8/+8
2011-11-21freezer: remove now unused TIF_FREEZEGravatar Tejun Heo 1-2/+0
2011-11-09net: add wireless TX status socket optionGravatar Johannes Berg 1-0/+3
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionGravatar Arun Sharma 1-2/+0
2011-07-26atomic: move atomic_add_unless to generic codeGravatar Arun Sharma 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 4-4/+3
2011-07-26asm-generic: add another generic ext2 atomic bitopsGravatar Akinobu Mita 1-6/+1
2011-07-26ptrace: unify show_regs() prototypeGravatar Mike Frysinger 1-1/+0
2011-07-26mn10300, exec: remove redundant set_fs(USER_DS)Gravatar Mathias Krause 1-1/+0
2011-06-21MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()Gravatar David Howells 1-0/+1
2011-05-28ns: Wire up the setns system callGravatar Eric W. Biederman 1-1/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Gravatar Linus Torvalds 7-9/+150
2011-03-23bitops: remove minix bitops from asm/bitops.hGravatar Akinobu Mita 1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hGravatar Akinobu Mita 1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesGravatar Akinobu Mita 1-0/+1
2011-03-23MN10300: gcc 4.6 vs am33 inline assemblyGravatar Richard Henderson 1-4/+17
2011-03-22add the common dma_addr_t typedef to include/linux/types.hGravatar FUJITA Tomonori 1-7/+0
2011-03-22mm: NUMA aware alloc_thread_info_node()Gravatar Eric Dumazet 1-2/+4
2011-03-18MN10300: Emulate single stepping in KGDB on MN10300Gravatar David Howells 1-0/+4
2011-03-18MN10300: Use KGDBGravatar David Howells 2-1/+83
2011-03-18MN10300: Create generic kernel debugger hooksGravatar David Howells 4-4/+18
2011-03-18MN10300: Create general kernel debugger cache flushingGravatar David Howells 1-0/+8
2011-03-18MN10300: Introduce a general config option for kernel debugger hooksGravatar David Howells 1-0/+20
2011-03-18MN10300: Remove unused mn10300_intc_* functionsGravatar Thomas Gleixner 1-5/+0
2011-03-14MN10300: atomic_read() should ensure it emits a loadGravatar David Howells 1-1/+1
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersGravatar Tkhai Kirill 1-2/+3
2010-12-03MN10300: Implement asm/syscall.hGravatar David Howells 1-0/+117
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Gravatar Linus Torvalds 38-524/+1792