Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | score: use Kbuild logic to include <asm-generic/sections.h> | Geert Uytterhoeven | 2 | -6/+1 |
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-05 | score: Remove GENERIC_HAS_IOMAP | Richard Weinberger | 1 | -3/+0 |
2014-10-05 | arch/score/include/asm/Kbuild: Add generic "serial.h" | Chen Gang | 1 | -0/+1 |
2014-10-05 | score: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2014-10-05 | arch/score/mm/cache.c: Export 'flush_icache_range' | Chen Gang | 1 | -0/+1 |
2014-10-05 | arch: score: Export necessary symbols in related files | Chen Gang | 2 | -0/+2 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -25/+18 |
2014-08-08 | lib/scatterlist: clean up useless architecture versions of scatterlist.h | Laura Abbott | 2 | -6/+1 |
2014-08-06 | score, ptrace: remove unused macros | Chen Gang | 1 | -11/+0 |
2014-08-06 | score: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -25/+18 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+1 |
2014-04-18 | arch,score: Convert smp_mb__*() | Peter Zijlstra | 1 | -6/+1 |
2014-04-03 | score: remove unused CPU_SCORE7 Kconfig parameter | Michael Opdenacker | 1 | -6/+0 |
2014-03-13 | arch: Remove stub cputime.h headers | Frederic Weisbecker | 2 | -6/+1 |
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 alphabe... | Tim Chen | 1 | -2/+2 |
2014-01-31 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2014-01-21 | score: remove "select HAVE_GENERIC_HARDIRQS" again | Geert Uytterhoeven | 1 | -1/+0 |
2014-01-13 | arch: Re-sort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 1 | -1/+1 |
2014-01-13 | net: resort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 1 | -1/+1 |
2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 2 | -16/+1 |
2013-12-17 | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 1 | -0/+2 |
2013-12-10 | [media] doc: no singing | Kees Cook | 1 | -1/+1 |
2013-11-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2013-11-15 | score: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 1 | -3/+6 |
2013-11-13 | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 1 | -2/+0 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 7 | -50/+62 |
2013-09-26 | Score: Modify the Makefile of Score, remove -mlong-calls for compiling | Lennox Wu | 1 | -2/+2 |
2013-09-26 | Score: Implement the function csum_ipv6_magic | Lennox Wu | 1 | -42/+51 |
2013-09-26 | Score: The commit is for compiling successfully. | Lennox Wu | 5 | -6/+9 |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra | 1 | -0/+1 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -1/+6 |
2013-09-12 | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 1 | -6/+0 |
2013-08-13 | arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig" | Chen Gang | 1 | -0/+2 |
2013-07-14 | score: delete __cpuinit usage from all score files | Paul Gortmaker | 1 | -1/+1 |
2013-07-09 | mm: invoke oom-killer from remaining unconverted page fault handlers | Johannes Weiner | 1 | -4/+4 |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2 | -26/+6 |
2013-07-03 | mm/score: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -24/+2 |
2013-07-03 | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -0/+1 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+2 |
2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+1 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -3/+0 |
2013-06-23 | score: Wire up asm-generic/xor.h | Geert Uytterhoeven | 1 | -0/+1 |
2013-06-23 | score: Remove unneeded <asm/dma-mapping.h> | Geert Uytterhoeven | 1 | -6/+0 |
2013-05-25 | score: remove redundant kcore_list entries | Kyle McMartin | 1 | -2/+0 |