summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-019-38/+63
|\
| * Clocksource/mips-gic: Remove redundant non devicetree initMatt Redfearn2017-04-201-1/+0
| * clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKMatthias Kaehlcke2017-04-201-1/+1
| * Merge tag 'arch-timer-gtdt' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2017-04-202-0/+41
| |\
| | * acpi/arm64: Add memory-mapped timer support in GTDT driverFu Wei2017-04-191-0/+1
| | * acpi/arm64: Add GTDT table parse driverFu Wei2017-04-191-0/+6
| | * clocksource: arm_arch_timer: add structs to describe MMIO timerFu Wei2017-04-191-0/+16
| | * clocksource: arm_arch_timer: add a new enum for spi typeFu Wei2017-04-101-0/+6
| | * clocksource: arm_arch_timer: move enums and defines to header fileFu Wei2017-04-101-0/+12
| * | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-142-2/+2
| * | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-141-6/+6
| * | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-141-1/+1
| * | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-141-1/+1
| * | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-142-1/+6
| * | time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2017-04-141-5/+5
| * | time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-15/+0
| * | Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-03-3121-40/+83
| |\ \
| | * | clockevents: Make clockevents_config() staticNicolai Stange2017-03-231-1/+0
| | |/
| * | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-0/+10
|\ \ \
| * \ \ Merge branch 'linus' into irq/coreThomas Gleixner2017-04-2031-73/+166
| |\ \ \
| * \ \ \ Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-04-1546-137/+241
| |\ \ \ \
| * | | | | cpumask: Add helper cpumask_available()Matthias Kaehlcke2017-04-141-0/+10
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2017-05-011-1/+0
|\ \ \ \ \ \
| * | | | | | avr32: remove support for AVR32 architectureHans-Christian Noren Egtvedt2017-05-011-1/+0
* | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-014-134/+226
|\ \ \ \ \ \ \
| * | | | | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-262-46/+2
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2677-331/+817
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | kill __copy_from_user_nocache()Al Viro2017-03-281-6/+0
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | | | * | | | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-0273-227/+577
| | | |_|/| | | | | | | | | |/| | | | | | | | |
| | | | * | | | | | | | Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-064-3/+22
| | | |/| | | | | | | | | | |/| | | | | | | | |
| | | * | | | | | | | | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro2017-04-065-24/+32
| | |/| | | | | | | | |
| | * | | | | | | | | | generic ...copy_..._user primitivesAl Viro2017-03-282-0/+198
| | * | | | | | | | | | asm-generic: zero in __get_user(), not __get_user_fn()Al Viro2017-03-281-12/+6
| | * | | | | | | | | | asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-63/+0
| | * | | | | | | | | | new helper: uaccess_kernel()Al Viro2017-03-282-1/+3
| | * | | | | | | | | | add asm-generic/extable.hAl Viro2017-03-272-18/+28
| | * | | | | | | | | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-052-1/+1
| | * | | | | | | | | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-052-3/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-015-4/+77
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | device property: Add fwnode_get_next_parent()Sakari Ailus2017-03-291-0/+1
| * | | | | | | | | | | device property: Add support for fwnode endpointsSakari Ailus2017-03-292-0/+15
| * | | | | | | | | | | device property: Make dev_fwnode() publicSakari Ailus2017-03-291-0/+2
| * | | | | | | | | | | of: Add of_fwnode_handle() to convert device nodes to fwnode_handleSakari Ailus2017-03-291-0/+4
| * | | | | | | | | | | device property: Add fwnode_handle_get()Sakari Ailus2017-03-291-0/+1
| * | | | | | | | | | | device property: Add support for remote endpointsMika Westerberg2017-03-291-0/+9
| * | | | | | | | | | | ACPI / property: Add support for remote endpointsMika Westerberg2017-03-291-0/+23
| * | | | | | | | | | | device property: Add fwnode_get_named_child_node()Mika Westerberg2017-03-291-0/+2
| * | | | | | | | | | | ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg2017-03-292-4/+10
| * | | | | | | | | | | device property: Add fwnode_get_parent()Mika Westerberg2017-03-291-0/+2