summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-22/+6
|\
| * new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
| * don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-3/+1
| * new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-2/+0
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-233-89/+40
|\ \
| * | h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-6/+6
| * | h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-213-59/+21
| * | h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-211-7/+11
| * | h8300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-24/+9
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \ \ | |/ / |/| |
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-2/+0
| |/
* | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
* | h8300-use-generic-init_taskThomas Gleixner2012-05-053-37/+2
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-40/+9
|\
| * h8300: Use generic posix_types.hH. Peter Anvin2012-02-141-40/+9
* | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
* | Disintegrate asm/system.h for H8300David Howells2012-03-2817-152/+158
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+4
|\ \
| * | 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
| |/
* / sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-5/+0
|\
| * PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-5/+0
* | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-111-0/+1
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-46/+1
|\ \
| * | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-031-29/+1
| * | consolidate umode_t declarationsAl Viro2012-01-031-17/+0
| |/
* | 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
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-293-2/+2
|\ \ | |/ |/|
| * h8300: Move gpio.h to gpio-internal.hMark Brown2011-10-263-2/+2
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-1/+1
|\ \
| * | h8300: drivers/serial/Kconfig was movedPaul Bolle2011-10-181-1/+1
* | | h8300: drop puzzling Kconfig dependenciesPaul Bolle2011-10-131-1/+1
| |/ |/|
* | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+1
|/
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-1/+0
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-2/+2