summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include
Commit message (Expand)AuthorAgeFilesLines
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-311-1/+0Star
* h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-121-0/+2
* h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-121-1/+0Star
* h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-121-0/+3
* bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-311-3/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-0/+1
|\
| * kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-241-0/+1
|\ \
| * | h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-221-0/+1
| |/
* / fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-2/+0Star
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-40/+9Star
|\
| * h8300: Use generic posix_types.hH. Peter Anvin2012-02-141-40/+9Star
* | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0Star
* | Disintegrate asm/system.h for H8300David Howells2012-03-289-144/+158
* | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
* | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-121-5/+0Star
|\
| * PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-5/+0Star
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-46/+1Star
|\ \
| * | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-041-29/+1Star
| * | consolidate umode_t declarationsAl Viro2012-01-041-17/+0Star
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
|\ \ | |/ |/|
| * net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | h8300: Move gpio.h to gpio-internal.hMark Brown2011-10-261-0/+0
|/
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-1/+0Star
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+0Star
* h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton2011-07-271-1/+1
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star
* h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-2/+0Star
* ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+2
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-241-0/+1
* add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-231-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-231-80/+1Star
|\
| * ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)Jeff Mahoney2010-10-221-80/+1Star
* | Fix IRQ flag handling namingDavid Howells2010-10-072-23/+44
|/
* h8300: Fix die()David Howells2010-09-071-1/+3
* h8300: IRQ flags should be stored in an unsigned longDavid Howells2010-09-071-5/+10
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-2/+0Star
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0Star
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven2010-08-101-13/+0Star
* | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
|/
* h8300: use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-11/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1