Age | Commit message (Expand) | Author | Files | Lines |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+9 |
2016-09-13 | ARC: uaccess: get_user to zero out dest in cause of fault | Vineet Gupta | 1 | -2/+9 |
2016-08-19 | 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-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
2016-08-01 | 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-26 | 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-25 | 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-13 | 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 |
2016-07-02 | Back-merge tag 'v4.7-rc5' into drm-next | Dave Airlie | 36 | -417/+32 |
2016-06-30 | Merge tag 'arc-4.7-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+1 |
2016-06-28 | clocksources: Switch back to the clksrc table | Daniel Lezcano | 1 | -3/+3 |
2016-06-28 | clocksource/drivers/arc: Convert init function to return error | Daniel Lezcano | 1 | -27/+42 |
2016-06-28 | arc: unwind: warn only once if DW2_UNWIND is disabled | Alexey Brodkin | 1 | -1/+1 |
2016-06-28 | ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) | Vineet Gupta | 1 | -2/+0 |
2016-06-24 | arc: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -2/+2 |
2016-06-23 | arc: Remove unnecessary of_platform_populate with default match table | Kefeng Wang | 1 | -7/+0 |
2016-06-20 | locking/atomic, arch/arc: Fix build | Peter Zijlstra | 1 | -8/+0 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() | Peter Zijlstra | 1 | -9/+94 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+5 |
2016-06-13 | ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms | Alexey Brodkin | 6 | -12/+39 |
2016-06-13 | ARCv2: [vdk] Enable ARC PGU on HS38 VDK | Alexey Brodkin | 3 | -10/+12 |
2016-06-02 | Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex... | Vineet Gupta | 3 | -340/+4 |
2016-06-02 | Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa... | Vineet Gupta | 1 | -3/+3 |
2016-06-02 | Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b... | Vineet Gupta | 2 | -2/+4 |
2016-05-31 | ARC: don't enable DISCONTIGMEM unconditionally | Vineet Gupta | 1 | -2/+2 |
2016-05-30 | ARC: [intc-compact] simplify code for 2 priority levels | Vineet Gupta | 3 | -40/+6 |
2016-05-30 | arc: Get rid of root core-frequency property | Alexey Brodkin | 15 | -17/+0 |
2016-05-30 | Fix typos | Andrea Gelmini | 15 | -18/+18 |
2016-05-25 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2016-05-24 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 4 | -2/+109 |