summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-064-1/+327
* uapi/headers: Provide types_32_64.hMathieu Desnoyers2018-06-061-0/+50
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-058-144/+142
|\
| * timekeeping: Add more coarse clocktai/boottime interfacesArnd Bergmann2018-05-191-1/+23
| * timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann2018-05-191-0/+16
| * timekeeping: Standardize on ktime_get_*() namingArnd Bergmann2018-05-192-15/+42
| * timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann2018-05-192-14/+7
| * timekeeping: Remove timespec64 hackArnd Bergmann2018-05-193-67/+3
| * Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-19100-245/+903
| |\
| * | y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-3/+3
| * | y2038: asm-generic: Extend sysvipc data structuresArnd Bergmann2018-04-203-45/+49
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-059-18/+62
|\ \ \
| * \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-0246-153/+610
| |\ \ \ | | |/ / | |/| |
| * | | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-192-8/+6
| * | | time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-191-3/+3
| * | | time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani2018-04-191-2/+2
| * | | time: Add new y2038 safe __kernel_timespecDeepa Dinamani2018-04-193-1/+17
| * | | compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-192-2/+4
| * | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-192-0/+20
| * | | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-192-1/+5
| * | | compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani2018-04-191-2/+6
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-058-19/+30
|\ \ \ \
| * | | | softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker2018-05-141-7/+0
| * | | | softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker2018-05-142-5/+15
| * | | | softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker2018-05-141-2/+2
| * | | | Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-1477-146/+447
| |\ \ \ \
| * | | | | irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controllerMarc Zyngier2018-05-131-0/+1
| * | | | | irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier2018-05-131-1/+7
| * | | | | dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier2018-05-131-0/+1
| * | | | | genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-131-0/+1
| * | | | | genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier2018-05-131-0/+2
| * | | | | genirq/irq_sim: Use the SPDX license identifier in the headerBartosz Golaszewski2018-04-261-8/+5
* | | | | | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-052-2/+17
|\ \ \ \ \ \
| * | | | | | x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams2018-05-151-0/+15
| * | | | | | x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-151-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-052-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-2525-58/+142
| |\ \ \ \ \ \
| * | | | | | | sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-0/+1
| * | | | | | | sched/wait: Include <linux/wait.h> in <linux/swait.h>Sebastian Andrzej Siewior2018-05-141-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-051-1/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-317-8/+14
| |\ \ \ \ \ \ \
| * | | | | | | | perf/core: Fix bad use of igrab()Song Liu2018-05-251-1/+1
| * | | | | | | | perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-05-251-0/+8
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-058-15/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-2524-57/+139
| |\| | | | | | | |
| * | | | | | | | | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri2018-05-152-5/+0
| * | | | | | | | | locking/spinlocks: Document the semantics of spin_is_locked()Andrea Parri2018-05-151-0/+18
| * | | | | | | | | Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar2018-05-1545-50/+212
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-0521-88/+171
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra2018-05-041-0/+17