| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-04-25 | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts |  Linus Torvalds | 1 | -0/+8 |
| 2014-04-07 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP |  Uwe Kleine-König | 3 | -4/+4 |
| 2014-04-03 | sh: don't pass saved userspace state to exception handlers |  Bobby Bingham | 1 | -12/+4 |
| 2014-04-03 | sh: push extra copy of r0-r2 for syscall parameters |  Bobby Bingham | 1 | -9/+3 |
| 2014-02-09 | locking/mcs: Allow architecture specific asm files to be used for contended case |  Tim Chen | 1 | -0/+1 |
| 2014-02-09 | locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order |  Tim Chen | 1 | -4/+4 |
| 2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+1 |
| 2014-01-23 | Merge branch 'akpm' (incoming from Andrew) |  Linus Torvalds | 1 | -37/+2 |
| 2014-01-23 | Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turquette/linux |  Linus Torvalds | 1 | -0/+2 |
| 2014-01-23 | sh: use generic fixmap.h |  Mark Salter | 1 | -37/+2 |
| 2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h |  Peter Zijlstra | 1 | -18/+3 |
| 2013-12-17 | lib: Add missing arch generic-y entries for asm-generic/hash.h |  David S. Miller | 1 | -0/+1 |
| 2013-12-04 | clk: Add common __clk_get(), __clk_put() implementations |  Sylwester Nawrocki | 1 | -0/+2 |
| 2013-11-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+0 |
| 2013-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
| 2013-11-15 | sh: handle pgtable_page_ctor() fail |  Kirill A. Shutemov | 1 | -1/+4 |
| 2013-11-13 | preempt: Make PREEMPT_ACTIVE generic |  Thomas Gleixner | 1 | -2/+0 |
| 2013-11-13 | sh: move fpu_counter into ARCH specific thread_struct |  Vineet Gupta | 3 | -1/+21 |
| 2013-10-14 | treewide: fix "distingush" typo |  Michael Opdenacker | 1 | -1/+1 |
| 2013-09-25 | sched, arch: Create asm/preempt.h |  Peter Zijlstra | 1 | -0/+1 |
| 2013-08-16 | Fix TLB gather virtual address range invalidation corner cases |  Linus Torvalds | 1 | -2/+4 |
| 2013-07-02 | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
| 2013-06-29 | consolidate io_remap_pfn_range definitions |  Al Viro | 1 | -3/+0 |
| 2013-06-26 | arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not |  Maarten Lankhorst | 1 | -2/+2 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 1 | -8/+0 |
| 2013-04-30 | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -2/+2 |
| 2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+0 |
| 2013-04-29 | mm/hugetlb: add more arch-defined huge_pte functions |  Gerald Schaefer | 1 | -0/+1 |
| 2013-04-22 | SH: cpuidle: check error code at init |  Daniel Lezcano | 1 | -2/+2 |
| 2013-04-08 | arch: Consolidate tsk_is_polling() |  Thomas Gleixner | 1 | -2/+0 |
| 2013-03-03 | consolidate cond_syscall and SYSCALL_ALIAS declarations |  Al Viro | 1 | -8/+0 |
| 2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -8/+0 |
| 2013-02-14 | burying unused conditionals |  Al Viro | 1 | -2/+0 |
| 2013-02-03 | sh: switch to generic old sigaction() |  Al Viro | 1 | -2/+0 |
| 2013-02-03 | sh: switch to generic old sigsuspend() |  Al Viro | 1 | -1/+0 |
| 2013-02-03 | sh: switch to generic sigaltstack |  Al Viro | 1 | -3/+0 |
| 2013-01-29 | Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/sh-pinmux |  Olof Johansson | 1 | -1/+1 |
| 2013-01-25 | sh: Remove unused sh_pfc_register_info() function |  Laurent Pinchart | 1 | -1/+1 |
| 2013-01-11 | sh: Fix FDPIC binary loader |  Thomas Schwinge | 1 | -2/+2 |
| 2013-01-11 | sh: define TASK_UNMAPPED_BASE as a page aligned constant |  Kuninori Morimoto | 2 | -2/+2 |
| 2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 1 | -1/+0 |
| 2012-12-20 | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu |  Linus Torvalds | 1 | -0/+1 |
| 2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series |  Al Viro | 1 | -1/+0 |
| 2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 5 | -41/+4 |
| 2012-12-11 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2012-11-28 | sh: switch to generic fork/vfork/clone |  Al Viro | 3 | -23/+3 |
| 2012-11-28 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-next |  Al Viro | 5 | -18/+1 |
| 2012-11-28 | sh: dma_debug: add debug_dma_mapping_error support |  Shuah Khan | 1 | -0/+1 |
| 2012-11-13 | tracing,x86: Add a TSC trace_clock |  David Sharp | 1 | -0/+1 |
| 2012-10-24 | /dev/mem: use phys_addr_t for physical addresses |  Cyril Chemparathy | 1 | -1/+1 |