summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-06-12clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano-7/+16
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano-1/+4
2017-06-12clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij-303/+108
2017-06-12clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij-11/+10
2017-06-12clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij-21/+22
2017-06-12clocksource/drivers/fttmr010: Use state containerLinus Walleij-74/+116
2017-06-12clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij-81/+22
2017-06-12clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij-20/+3
2017-06-12clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij-1/+7
2017-06-12arm: aspeed: Add clock-names property to timer nodeAndrew Jeffery-0/+2
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner-110/+29
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner-1/+14
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner-81/+100
2017-06-04posix-timers: Add cancel/arm callbacksThomas Gleixner-0/+3
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner-6/+2
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner-15/+49
2017-06-04posix-timers: Add forward/remaining callbacksThomas Gleixner-0/+2
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner-1/+9
2017-06-04posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner-10/+11
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner-8/+8
2017-06-04posix-timers: Add timer_rearm() callbackThomas Gleixner-15/+18
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner-3/+8
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner-19/+18
2017-06-04posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner-18/+15
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner-30/+36
2017-06-04posix-timers: Cleanup struct k_itimerThomas Gleixner-21/+40
2017-06-04posix-timers: Avoid gazillions of forward declarationsThomas Gleixner-101/+89
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner-135/+0
2017-06-04posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner-1/+0
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner-2/+1
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner-2803/+5690
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner-3/+3
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig-47/+39
2017-06-04signal: Move copy_siginfo_to_user to <linux/signal.h>Christoph Hellwig-4/+2
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig-1/+4
2017-06-04ia64: Remove HAVE_ARCH_COPY_SIGINFOChristoph Hellwig-29/+1
2017-06-04sparc: Simplify <asm/siginfo.h>Christoph Hellwig-12/+0
2017-06-02Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-7/+6
2017-06-02Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-3/+17
2017-06-02Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+5
2017-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-57/+170
2017-06-02scripts/gdb: make lx-dmesg command work (reliably)André Draszik-4/+5
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko-11/+54
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse-12/+24
2017-06-02mlock: fix mlock count can not decrease in race conditionYisheng Xie-2/+3