summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-5/+5
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-114-33/+121
| |\
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-5/+5
* | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-35/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-225-7/+38
|\ \ \
| * | | perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+2
| * | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-012-0/+30
| * | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-013-6/+6
* | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-3/+3
| |_|/ |/| |
* | | sh: use printk_ratelimited instead of printk_ratelimitPaul Mundt2011-06-301-3/+3
* | | sh: fix the value of sh_dmae_slave_config in setup-sh7757Yoshihiro Shimoda2011-06-291-16/+16
* | | sh: fix the INTC vector for IRQ and IRL in setup-sh7757Yoshihiro Shimoda2011-06-291-12/+12
* | | sh: add platform_device of EHCI/OHCI to setup-sh7757Yoshihiro Shimoda2011-06-211-0/+50
|/ /
* | sh: sh7724: Add USBHS DMAEngine supportKuninori Morimoto2011-06-161-0/+40
* | sh, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-141-2/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-313-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-0/+2
| * Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
| |\
| | * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.Paul Mundt2011-05-241-0/+1
|/ /
* | sh: Ignore R_SH_NONE module relocations.Paul Mundt2011-05-231-0/+2
* | sh: remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-233-40/+0
* | 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
OpenPOWER on IntegriCloud