summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-11-01Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner7-419/+419
2017-10-31time: Move old timekeeping interfaces to timekeeping32.hArnd Bergmann3-135/+154
2017-10-31time: Move time_t conversion helpers to time32.hArnd Bergmann2-49/+46
2017-10-31time: Move time_t based interfaces to time32.hArnd Bergmann2-162/+177
2017-10-31time: Remove unused functionsArnd Bergmann2-46/+0
2017-10-31timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann1-26/+0
2017-10-31rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe1-1/+42
2017-10-20timer: Provide wrappers safe for use with LOCKDEPKees Cook1-0/+14
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook1-7/+8
2017-10-05kthread: Convert callback to use from_timer()Kees Cook1-5/+5
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook3-5/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-2/+2
2017-10-05timer: Remove unused static initializer macrosKees Cook1-12/+0
2017-10-05timer: Remove last user of TIMER_INITIALIZERKees Cook1-1/+1
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-2/+0
2017-10-05timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook1-2/+0
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2-2/+1
2017-10-05timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook1-2/+0
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook1-0/+8
2017-10-05Merge branch 'linus' into timers/coreThomas Gleixner11-46/+97
2017-10-03Merge tag 'staging-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2017-10-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+14
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+20
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-24/+40
2017-09-29Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2017-09-29Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-9/+7
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-2/+10
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra1-2/+0
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra1-1/+1
2017-09-29sched/debug: Convert TASK_state to hexPeter Zijlstra1-14/+14
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra1-7/+19
2017-09-28timer: Prepare to change timer callback argument typeKees Cook1-0/+14
2017-09-28Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3James Morris1-0/+2
2017-09-27iommu: Fix comment for iommu_ops.map_sgJean-Philippe Brucker1-1/+1
2017-09-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-18/+15
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra1-1/+2
2017-09-25smp/hotplug: Add state diagramPeter Zijlstra1-0/+18
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2-1/+6
2017-09-25nvmet-fc: sync header templates with commentsJames Smart1-5/+8
2017-09-25PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGeert Uytterhoeven1-0/+2
2017-09-25nvme: add transport SGL definitionsJames Smart1-0/+6
2017-09-25nvme.h: remove FC transport-specific error valuesJames Smart1-13/+0
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-0/+1
2017-09-25KEYS: prevent creating a different user's keyringsEric Biggers1-0/+2
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+3
2017-09-25Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2017-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+8