| Commit message (Expand) | Author | Age | Files | Lines |
* | arch,score: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -6/+1 |
* | score: remove unused CPU_SCORE7 Kconfig parameter | Michael Opdenacker | 2014-04-04 | 1 | -6/+0 |
* | arch: Remove stub cputime.h headers | Frederic Weisbecker | 2014-03-13 | 2 | -6/+1 |
* | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
* | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -2/+2 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-31 | 1 | -1/+1 |
|\ |
|
| * | [media] doc: no singing | Kees Cook | 2013-12-10 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+2 |
|\ \ |
|
| * | | net: resort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 2014-01-14 | 1 | -1/+1 |
| * | | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-18 | 1 | -0/+2 |
| |/ |
|
* | | score: remove "select HAVE_GENERIC_HARDIRQS" again | Geert Uytterhoeven | 2014-01-22 | 1 | -1/+0 |
* | | arch: Re-sort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 2014-01-14 | 1 | -1/+1 |
* | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 2014-01-12 | 2 | -16/+1 |
|/ |
|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 1 | -2/+0 |
|\ |
|
| * | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 1 | -2/+0 |
* | | score: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -3/+6 |
|/ |
|
* | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 2013-10-09 | 7 | -50/+62 |
|\ |
|
| * | Score: Modify the Makefile of Score, remove -mlong-calls for compiling | Lennox Wu | 2013-09-25 | 1 | -2/+2 |
| * | Score: Implement the function csum_ipv6_magic | Lennox Wu | 2013-09-25 | 1 | -42/+51 |
| * | Score: The commit is for compiling successfully. | Lennox Wu | 2013-09-25 | 5 | -6/+9 |
* | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 1 | -0/+1 |
|/ |
|
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-13 | 1 | -1/+6 |
* | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 2013-09-13 | 1 | -6/+0 |
* | arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig" | Chen Gang | 2013-08-14 | 1 | -0/+2 |
* | score: delete __cpuinit usage from all score files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
* | mm: invoke oom-killer from remaining unconverted page fault handlers | Johannes Weiner | 2013-07-09 | 1 | -4/+4 |
* | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-04 | 2 | -26/+6 |
|\ |
|
| * | mm/score: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-04 | 1 | -24/+2 |
| * | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-04 | 1 | -0/+1 |
| * | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-04 | 1 | -1/+1 |
| * | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-04 | 1 | -1/+2 |
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-03 | 2 | -6/+1 |
|\ \
| |/
|/| |
|
| * | score: Wire up asm-generic/xor.h | Geert Uytterhoeven | 2013-06-23 | 1 | -0/+1 |
| * | score: Remove unneeded <asm/dma-mapping.h> | Geert Uytterhoeven | 2013-06-23 | 1 | -6/+0 |
* | | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -3/+0 |
|/ |
|
* | score: remove redundant kcore_list entries | Kyle McMartin | 2013-05-25 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -1/+1 |
|\ |
|
| * | proc: Split kcore bits from linux/procfs.h into linux/kcore.h | David Howells | 2013-04-29 | 1 | -1/+1 |
* | | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-05-01 | 1 | -0/+2 |
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-05-01 | 1 | -10/+0 |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -18/+0 |
|\ \ |
|
| * | | idle: Remove GENERIC_IDLE_LOOP config switch | Thomas Gleixner | 2013-04-17 | 1 | -1/+0 |
| * | | score: Use generic idle loop | Thomas Gleixner | 2013-04-08 | 2 | -18/+1 |
| |/ |
|
* / | mm/score: use common help functions to free reserved pages | Jiang Liu | 2013-04-30 | 1 | -28/+5 |
|/ |
|
* | Select VIRT_TO_BUS directly where needed | Stephen Rothwell | 2013-03-12 | 1 | -1/+1 |
* | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 2013-02-28 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -5/+0 |
|\ |
|
| * | default SET_PERSONALITY() in linux/elf.h | Al Viro | 2013-02-26 | 1 | -5/+0 |
* | | burying unused conditionals | Al Viro | 2013-02-14 | 1 | -1/+0 |