Age | Commit message (Expand) | Author | Files | Lines |
2014-10-30 | sh: fix sh770x SCIF memory regions | Andriy Skulysh | 1 | -3/+3 |
2014-10-20 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 4 | -29/+26 |
2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -171/+113 |
2014-10-10 | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 1 | -1/+0 |
2014-10-10 | nosave: consolidate __nosave_{begin,end} in <asm/sections.h> | Geert Uytterhoeven | 1 | -1/+0 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -4/+2 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-10-08 | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+2 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 1 | -1/+1 |
2014-09-24 | sh: Set CONFIG_NET=y in defconfigs | Michal Marek | 2 | -0/+2 |
2014-09-24 | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 2 | -29/+2 |
2014-09-24 | SH: define syscall_get_arch() for superh | Eric Paris | 2 | -0/+24 |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -4/+2 |
2014-09-15 | Merge 3.17-rc5 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-09-11 | sh: get_user_pages_fast() must flush cache | Stas Sergeev | 1 | -0/+2 |
2014-09-10 | sh/uapi: Add definition of TIOC[SG]RS485 | Ricardo Ribalda Delgado | 1 | -0/+2 |
2014-08-30 | flush_icache_range: export symbol to fix build errors | Pranith Kumar | 1 | -0/+1 |
2014-08-30 | kexec: remove CONFIG_KEXEC dependency on crypto | Vivek Goyal | 1 | -2/+0 |
2014-08-22 | sh: intc: Confine SH_INTC to platforms that need it | Geert Uytterhoeven | 1 | -0/+3 |
2014-08-14 | locking,arch,sh: Fold atomic_ops | Peter Zijlstra | 3 | -170/+112 |
2014-08-11 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 5 | -86/+88 |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -97/+64 |
2014-08-09 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 1 | -0/+2 |
2014-08-09 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2 | -20/+0 |
2014-08-07 | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 8 | -15/+22 |
2014-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-08-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2014-08-07 | Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
2014-08-07 | memory-hotplug: sh: suitable memory should go to ZONE_MOVABLE | Wang Nan | 1 | -2/+3 |
2014-08-07 | sh: fix build error by adding generic ioport_{map/unmap}() | Pranith Kumar | 1 | -0/+11 |
2014-08-07 | sh: SH7724 clock fixes | Daniel Palmer | 1 | -1/+3 |
2014-08-07 | arch/sh/kernel/time.c: use PTR_ERR_OR_ZERO | Fabian Frederick | 1 | -3/+1 |
2014-08-07 | arch/sh/mm/asids-debugfs.c: use PTR_ERR_OR_ZERO | Fabian Frederick | 1 | -3/+1 |
2014-08-07 | sh: remove CPU_SUBTYPE_SH7764 | Richard Weinberger | 3 | -6/+3 |
2014-08-06 | sh: Use get_signal() signal_setup_done() | Richard Weinberger | 2 | -97/+64 |
2014-08-05 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -8/+7 |
2014-08-05 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2014-08-04 | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 3 | -23/+5 |
2014-08-04 | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | 1 | -0/+2 |
2014-07-28 | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app... | Ingo Molnar | 1 | -1/+2 |
2014-07-24 | sh: also try passing -m4-nofpu for SH2A builds | Geert Uytterhoeven | 1 | -1/+2 |
2014-07-18 | sh: ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2 | -23/+2 |
2014-07-18 | sh: ftrace: Add call to ftrace_graph_is_dead() in function graph code | Steven Rostedt (Red Hat) | 1 | -0/+3 |
2014-07-18 | tgt: defconfig cleanup | Bart Van Assche | 1 | -1/+0 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+1 |
2014-07-15 | sh: dma: Use defines instead of hardcoded numbers | Geert Uytterhoeven | 4 | -69/+69 |
2014-07-09 | dmaengine: shdma: Add more register documentation | Geert Uytterhoeven | 1 | -17/+19 |
2014-06-28 | ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound buffer | Kuninori Morimoto | 1 | -0/+2 |
2014-06-19 | sh, perf: Use common PMU interrupt disabled code | Vince Weaver | 1 | -8/+7 |