Age | Commit message (Expand) | Author | Files | Lines |
2016-10-15 | Merge branch 'work.uaccess' into for-linus | Al Viro | 1 | -4/+4 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-10-07 | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2016-10-01 | ARC: [plat*] enables MODULE* | Vineet Gupta | 5 | -1/+16 |
2016-10-01 | ARCv2: fix local_save_flags | Vineet Gupta | 1 | -1/+1 |
2016-10-01 | ARC: CONFIG_NODES_SHIFT fix default values | Noam Camus | 1 | -2/+2 |
2016-10-01 | ARCv2: intc: Use kflag if STATUS32.IE must be reset | Yuriy Kolerov | 1 | -1/+1 |
2016-10-01 | ARC: .exit.* sections can be discarded in .eh_frame regime | Vineet Gupta | 1 | -8/+0 |
2016-10-01 | ARC: dw2 unwind: enable cfi pseudo ops in string lib | Vineet Gupta | 11 | -25/+26 |
2016-10-01 | ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asm | Vineet Gupta | 3 | -1/+52 |
2016-10-01 | ARC: entry: make ret_from_system_call local label | Vineet Gupta | 1 | -7/+5 |
2016-10-01 | ARC: dw2 unwind: don't force dwarf 2 | Vineet Gupta | 1 | -6/+0 |
2016-10-01 | ARC: dw2 unwind: switch to .eh_frame based unwinding | Vineet Gupta | 5 | -34/+13 |
2016-10-01 | ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frame | Vineet Gupta | 1 | -7/+18 |
2016-10-01 | ARC: module: support R_ARC_32_PCREL relocation | Vineet Gupta | 2 | -4/+5 |
2016-10-01 | arc: perf: Enable generic "cache-references" and "cache-misses" events | Alexey Brodkin | 2 | -2/+7 |
2016-10-01 | ARC: [plat-eznps] add missing atomic_fetch_xxx operations | Noam Camus | 1 | -0/+2 |
2016-10-01 | ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions | Vineet Gupta | 2 | -3/+260 |
2016-10-01 | ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores | Vineet Gupta | 5 | -18/+23 |
2016-10-01 | ARCv2: identify HS38 rel 3.0 cores | Vineet Gupta | 1 | -0/+1 |
2016-10-01 | ARCv2: Add support for ZeBu Emulation platform for HS cores | Vineet Gupta | 5 | -0/+330 |
2016-10-01 | arc: Add "model" properly in device tree description of all boards | Alexey Brodkin | 13 | -0/+13 |
2016-09-16 | arc: don't leak bits of kernel stack into coredump | Al Viro | 1 | -4/+4 |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+9 |
2016-09-14 | ARC: uaccess: get_user to zero out dest in cause of fault | Vineet Gupta | 1 | -2/+9 |
2016-09-06 | PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC | Joao Pinto | 1 | -0/+1 |
2016-08-20 | ARC: export __udivdi3 for modules | Vineet Gupta | 1 | -0/+2 |
2016-08-19 | ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS | Vineet Gupta | 1 | -1/+1 |
2016-08-19 | ARC: export kmap | Vineet Gupta | 1 | -0/+1 |
2016-08-19 | ARC: Support syscall ABI v4 | Vineet Gupta | 3 | -5/+14 |
2016-08-19 | ARC: use correct offset in pt_regs for saving/restoring user mode r25 | Liav Rehana | 1 | -2/+2 |
2016-08-10 | ARC: Elide redundant setup of DMA callbacks | Vineet Gupta | 1 | -0/+9 |
2016-08-10 | ARC: Call trace_hardirqs_on() before enabling irqs | Daniel Mentz | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -6/+6 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
2016-08-02 | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 9 | -22/+51 |
2016-07-30 | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+0 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -30/+18 |
2016-07-29 | Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 4 | -3/+5 |
2016-07-28 | ARC: mm: don't loose PTE_SPECIAL in pte_modify() | Vineet Gupta | 1 | -1/+1 |
2016-07-27 | Disable "maybe-uninitialized" warning globally | Linus Torvalds | 1 | -3/+1 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-26 | Backmerge tag 'v4.7' into drm-next | Dave Airlie | 2 | -3/+1 |
2016-07-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -24/+39 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -14/+92 |
2016-07-20 | ARC: dma: fix address translation in arc_dma_free | Vladimir Kondratiev | 1 | -1/+2 |
2016-07-19 | ARC: typo fix in mm/ioremap.c | Alexey Brodkin | 1 | -1/+1 |
2016-07-15 | ARC/time: Convert to hotplug state machine | Anna-Maria Gleixner | 1 | -30/+18 |
2016-07-14 | ARC: fix linux-next build breakage | Vineet Gupta | 1 | -0/+1 |
2016-07-07 | Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano... | Thomas Gleixner | 1 | -24/+39 |