| Commit message (Expand) | Author | Age | Files | Lines |
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-08 | 1 | -1/+1 |
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 | 1 | -4/+1 |
|\ |
|
| * | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 1 | -1/+1 |
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 | 1 | -3/+0 |
* | | Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-02 | 4 | -74/+25 |
|\ \ |
|
| * | | sched: remove unused SCHED_INIT_NODE | Vincent Guittot | 2014-03-19 | 1 | -27/+0 |
| * | | metag: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-03-18 | 1 | -27/+21 |
| * | | metag: Fix METAG Kconfig symbol select ordering | James Hogan | 2014-03-18 | 1 | -1/+1 |
| * | | metag: Use irq_set_affinity instead of homebrewn code | Thomas Gleixner | 2014-03-17 | 1 | -19/+3 |
| |/ |
|
* | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+1 |
|\ |
|
| * | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-18 | 1 | -0/+1 |
* | | metag: use generic fixmap.h | Mark Salter | 2014-01-24 | 1 | -31/+1 |
* | | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 2014-01-22 | 2 | -2/+4 |
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-01-20 | 1 | -0/+15 |
|\ \ |
|
| * | | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra | 2014-01-12 | 1 | -0/+15 |
| |/ |
|
* | | metag/smp: Make boot_secondary() static | Geert Uytterhoeven | 2014-01-06 | 1 | -1/+1 |
* | | metag: topology: export 'cpu_core_map' | Chen Gang | 2013-12-19 | 1 | -0/+1 |
* | | smp, metag: kill SMP single function call interrupt | Jiang Liu | 2013-12-05 | 2 | -7/+1 |
* | | metag: smp: don't set irq regs in do_IPI() | James Hogan | 2013-11-29 | 1 | -5/+2 |
* | | metag: dma: remove dead code in dma_alloc_init() | James Hogan | 2013-11-25 | 1 | -5/+0 |
|/ |
|
* | 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 |
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | 1 | -1/+0 |
* | | metag: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -2/+6 |
* | | mm: use pgdat_end_pfn() to simplify the code in arch | Xishi Qiu | 2013-11-13 | 1 | -1/+1 |
* | | mm/arch: use __free_reserved_page() to simplify the code | Xishi Qiu | 2013-11-13 | 1 | -3/+1 |
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 6 | -101/+24 |
|\ \ |
|
| * | | of: remove empty arch prom.h headers | Rob Herring | 2013-10-10 | 1 | -20/+0 |
| * | | of: remove HAVE_ARCH_DEVTREE_FIXUPS | Rob Herring | 2013-10-10 | 1 | -1/+0 |
| * | | metag: move setup_machine_fdt declaration from prom.h | Rob Herring | 2013-10-10 | 3 | -3/+1 |
| * | | metag: use common of_flat_dt_match_machine | Rob Herring | 2013-10-10 | 4 | -44/+22 |
| * | | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 2013-10-09 | 1 | -9/+0 |
| * | | metag: use early_init_dt_scan | Rob Herring | 2013-10-09 | 1 | -6/+1 |
| * | | metag: use unflatten_and_copy_device_tree | Rob Herring | 2013-10-09 | 2 | -19/+1 |
* | | | Merge tag 'metag-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-12 | 5 | -22/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | metag: off by one in setup_bootmem_node() | Dan Carpenter | 2013-11-08 | 1 | -1/+1 |
| * | | metag: handle low level kicks directly | James Hogan | 2013-11-06 | 4 | -21/+11 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-12 | 2 | -0/+3 |
|\ \ |
|
| * | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 1 | -0/+1 |
| * | | sched/balancing: Periodically decay max cost of idle balance | Jason Low | 2013-09-20 | 1 | -0/+1 |
| * | | sched/balancing: Consider max cost of idle balance per sched domain | Jason Low | 2013-09-20 | 1 | -0/+1 |
| |/ |
|
* / | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 2013-10-01 | 1 | -33/+19 |
|/ |
|
* | 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 | -2/+4 |
* | mm: migrate: check movability of hugepage in unmap_and_move_huge_page() | Naoya Horiguchi | 2013-09-12 | 1 | -0/+5 |
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 1 | -3/+2 |
|\ |
|
| * | of: Specify initrd location using 64-bit | Santosh Shilimkar | 2013-07-24 | 1 | -3/+2 |
* | | metag: tz1090: instantiate gpio-tz1090-pdc | James Hogan | 2013-07-22 | 1 | -0/+14 |