summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* sh: wire up sys_sendmmsg.Paul Mundt2011-05-232-0/+2
* sh: cosmetic improvement: use an existing pointerGuennadi Liakhovetski2011-05-231-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-235-12/+29
|\
| * sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
| * Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
| |\
| | * sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
| | |
| | \
| *-. \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-0/+2
| |\ \ \
| | * \ \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-0/+4
| | |\ \ \ | | | |/ /
| | * | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+2
| | | |/ | | |/|
| * | | Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-171-11/+22
| |\ \ \ | | |_|/ | |/| |
| | * | shmobile: Use power domains for platform runtime PMRafael J. Wysocki2011-04-291-11/+22
| | |/
| * | sh, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-0/+4
| |/
* | sh: fixup fpu.o compile orderKuninori Morimoto2011-04-181-3/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-314-4/+4
* sh: Convert to new function namesThomas Gleixner2011-03-293-6/+6
* Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-03-245-2/+18
|\
| * sh: Fix build alloc_thread_info_node functionNobuhiro Iwamatsu2011-03-241-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-241-7/+9
| |\
| * | sh: Fix ptrace hw_breakpoint handlingDavid Engraf2011-03-231-0/+2
| * | sh: Fix ptrace fpu state initialisationPhil Edworthy2011-03-232-0/+12
| * | sh: wire up sys_syncfs.Paul Mundt2011-03-222-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-3/+3
|\ \ \
| * | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
| * | | mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| * | | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| |/ /
* | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-22/+0
| |/ |/|
* | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-7/+9
|/
* sh: Convert to generic show_interrupts.Paul Mundt2011-03-171-59/+2
* sh: Wire up new fhandle and clock_adjtime syscalls.Paul Mundt2011-03-172-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-171-1/+1
|\
| * Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
| |\
| | * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | | sh: dmaengine support for SH7757Yoshihiro Shimoda2011-03-111-1/+517
* | | sh: add mmc clock in clock-sh7757Yoshihiro Shimoda2011-03-111-1/+6
* | | sh: add platform_device for SPIYoshihiro Shimoda2011-03-111-0/+24
* | | sh: Rename cpuidle states to fit general conventionsThomas Renninger2011-03-111-3/+3
|/ /
* | sh: sh7750: Fix incompatible pointer typeNobuhiro Iwamatsu2011-02-011-3/+8
* | sh: sh7750: move machtypes.h to include/generatedNobuhiro Iwamatsu2011-02-011-1/+1
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-262-3/+4
|\ \ | |/ |/|
| * sh: Fix build of sh7750 base boardsNobuhiro Iwamatsu2011-01-251-3/+3
| * sh: Fix sh build failure when CONFIG_SFC=mAurelien Jarno2011-01-191-0/+1
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-131-1/+0
|\ \ | |/ |/|
| * Merge branch 'linus' into idle-testLen Brown2011-01-1231-599/+450
| |\
| * | SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOWLen Brown2011-01-121-1/+0
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-01-1327-38/+254
|\ \ \
| * \ \ Merge branch 'common/serial-rework' into sh-latestPaul Mundt2011-01-1325-11/+214
| |\ \ \
| | * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-13163-6293/+16536
| | |\ \ \ | | | | |/ | | | |/|
| | * | | serial: sh-sci: Move SCBRR calculation algo in to platform data.Paul Mundt2009-06-2424-0/+88
| | * | | serial: sh-sci: Move SCSCR_INIT in to platform data.Paul Mundt2009-06-2424-26/+123
| * | | | sh: sh7372 SH4AL-DSP probe supportMagnus Damm2011-01-132-1/+6
OpenPOWER on IntegriCloud