[XFS] use scalable vmap API
[safe/jmp/linux-2.6] / arch / sh / kernel /
2008-09-10 roel kluinsh: intc_prio_data() test before subtraction on unsigned
2008-09-08 Paul Mundtsh: kprobes: kretprobe_trampoline needs to be global.
2008-09-08 Manfred Spraulkernel/cpu.c: create a CPU_STARTING cpu_chain notifier
2008-09-08 Paul Mundtsh: Derive calibrate_delay lpj from clk fwk.
2008-09-08 Paul Mundtsh: kprobes: __kprobes annotations and formatting cleanups.
2008-09-08 Paul Mundtsh: kprobes: Fix up race against probe point removal.
2008-09-08 Paul Mundtsh: kprobes: Fix up a preemption imbalance on jprobe...
2008-09-08 Paul Mundtsh: kprobes: Default to NOTIFY_DONE for unhandled debug...
2008-09-08 Paul Mundtsh: kprobes: Use trapa #0x3a for breakpoint trap.
2008-09-08 Paul Mundtsh: kprobes: Hook up kprobe_fault_handler() in the...
2008-09-08 Paul Mundtsh: Mark kretprobe_trampoline_holder static and __used.
2008-09-08 Luca Santinish: Enable IRLM mode for SH7760 IRQ_MODE_IRQ.
2008-09-08 Chris Smithsh: Add kprobes support.
2008-09-08 Francesco Virlinzish: fix the TMU code to allow a fully running NO_HZ...
2008-09-08 Carl Shawsh: Subnormal double to float conversion
2008-09-08 Stuart Menefysh: Fix an unusual memory initialisation error.
2008-09-08 Stuart Menefysh: Fix up broken 32-bit initrd support.
2008-09-08 Paul Mundtsh: fixup many sparse errors.
2008-09-08 Paul Mundtsh: Display CPU information in show_regs().
2008-09-08 Paul Mundtsh: Early dummy clockevent registration on boot CPU.
2008-09-08 Paul Mundtsh: smp: shove a cpu_relax() in the plat_start_cpu...
2008-09-08 Paul Mundtsh: generic clockevent broadcast support.
2008-09-08 Paul Mundtsh: smp: Hook up a timer IPI stub.
2008-09-08 Paul Mundtsh: smp: Hook in to the generic IPI handler for SH...
2008-09-08 Paul Mundtsh: smp: Provide a generic IPI handler.
2008-09-05 Paul Mundtsh64: resume_kernel fix for kernel oops built with...
2008-09-05 Carmelo Amorososh: resume_kernel fix for kernel oops built with CONFIG...
2008-08-28 Yoshihiro Shimodash: fix semtimedop syscall
2008-08-28 Magnus Dammsh: fix kexec entry point for crash kernels
2008-08-28 Magnus Dammsh: crash kernel resource fix
2008-08-25 Adrian Bunksh: fix ptrace_64.c:user_disable_single_step()
2008-08-11 Magnus Dammsh: export sh7723 VEU as VEU2H
2008-08-11 Yoshinori Satosh: Don't export __{s,u}divsi3_i4i from SH-2 libgcc.
2008-08-04 Paul Mundtsh: Save NUMA node data in vmcore for crash dumps.
2008-08-04 Paul Mundtsh: module_alloc() should be using vmalloc_exec().
2008-08-04 Paul Mundtsh: Fix up __bug_table handling in module loader.
2008-08-04 Paul Mundtsh: Fix up broken kerneldoc comments.
2008-08-01 Paul Mundtsh: Fix up the audit arch endian specification.
2008-08-01 Paul Mundtsh: Make syscall tracer use tracehook notifiers, add...
2008-08-01 Paul Mundtsh: ptrace single stepping cleanups.
2008-08-01 Paul Mundtsh: seccomp support.
2008-08-01 Paul Mundtsh: Tidy up the _TIF work masks, and fix syscall trace...
2008-08-01 Simon Hormankdump: sh: parse elfcorehdr command line argument
2008-07-29 Paul Mundtsh: Move out the solution engine headers to arch/sh...
2008-07-28 Paul Mundtsh: Add an arch/sh/kernel/.gitignore
2008-07-28 Paul Mundtsh: migrate to arch/sh/include/
2008-07-28 Paul Mundtsh: Wire up new syscalls.
2008-07-28 Stuart MENEFYsh: Don't miss pending signals returning to user mode...
2008-07-28 Magnus Dammsh: Use clk_always_enable() on sh7366
2008-07-28 Magnus Dammsh: Use clk_always_enable() on sh7343 / SE77343
2008-07-28 Magnus Dammsh: Use clk_always_enable() on sh7722 / Migo-R / SE7722
2008-07-28 Magnus Dammsh: Use clk_always_enable() on sh7723 / ap325rxa
2008-07-28 Magnus Dammsh: Show all clocks and their state in /proc/clocks
2008-07-28 Magnus Dammsh: Merge sh7343 and sh7722 clock code
2008-07-28 Magnus Dammsh: Add SuperH Mobile MSTPCR bits to clock framework
2008-07-28 Magnus Dammsh: Use arch_flags to simplify sh7722 siu clock code
2008-07-28 Magnus Dammsh: Add memory chunks to SH-Mobile UIO devices
2008-07-28 Magnus Dammsh: Export sh7366 VPU, VEU(1), VEU(2) using uio_pdrv_genirq
2008-07-28 Magnus Dammsh: Export sh7723 VPU, VEU2H0, VEU2H1 using uio_pdrv_genirq
2008-07-28 Magnus Dammsh: Export sh7722 VPU and VEU using uio_pdrv_genirq
2008-07-28 Magnus Dammsh: Export sh7343 VPU and VEU using uio_pdrv_genirq
2008-07-28 Yoshinori Satosh2(A) exception handler update
2008-07-28 Yoshihiro Shimodash: update sh7343 code
2008-07-28 Magnus Dammsh: add SuperH Mobile I2C platform data to sh7366
2008-07-28 Magnus Dammsh: add SuperH Mobile I2C platform data to sh7723
2008-07-28 Magnus Dammsh: add SuperH Mobile I2C platform data to sh7343
2008-07-28 Yoshihiro Shimodash: add interrupt ack code to sh4a
2008-07-28 Stuart Menefysh: Conditionally re-enable IRQs in fault path.
2008-07-28 Paul Mundtsh: Record the major cut revision for probed SH-4A...
2008-07-28 Chris Smithsh: Optimized flush_icache_range() implementation.
2008-07-28 Stuart Menefysh: Stub in silicon cut in CPU info.
2008-07-28 Paul Mundtsh: Tidy up the SH-3 exception vector table.
2008-07-28 Yoshinori SatoSH7619 add ethernet controler support
2008-07-28 Adrian Bunksh/kernel/ cleanups
2008-07-28 Nobuhiro Iwamatsush: Add SCIF2 support for SH7763.
2008-07-28 Paul Mundtsh: Make dump_task dependent on ELF core.
2008-07-28 Paul Mundtsh: Initial ELF FDPIC support.
2008-07-28 Adrian Bunksh: export get_cpu_subtype
2008-07-26 Huang Yingkexec jump
2008-07-24 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2008-07-24 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-07-24 Ulrich Drepperflag parameters: pipe
2008-07-18 Ingo MolnarMerge branch 'linus' into timers/nohz
2008-07-18 Thomas Gleixnernohz: prevent tick stop outside of the idle loop
2008-07-18 Heiko Carstensfix core/stacktrace changes on avr32, mips, sh
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-15 Linus TorvaldsMerge branch 'core/stacktrace' of git://git./linux...
2008-07-03 Ingo Molnarstacktrace: export save_stack_trace[_tsk]
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-26 Jens Axboesh: convert to generic helpers for IPI function calls
2008-06-16 Ingo MolnarMerge branch 'linus' into core/rodata
2008-06-09 Yoshihiro Shimodash: add resource of USB host for SH7723
2008-06-09 Nobuhiro Iwamatsush: Fix compile error SH7763 setup code
2008-06-09 Yusuke.Godash: Add SH7723 SCIF support
2008-06-02 Harvey Harrisonsh: module.c use kernel unaligned helpers
2008-06-02 Adrian Bunksh/kernel/cpu/irq/intc-sh5.c build fix
2008-05-26 Paul Mundtsh: Drop broken URAM support on SH7723.
2008-05-25 Jan Beulichmove BUG_TABLE into RODATA
2008-05-23 Magnus Dammsh: add probe support for new sh7723 cut
next