summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-152-7/+0
|\
| * kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-101-5/+0
| * kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-1/+0
| * .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
* | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-1517-121/+161
|\ \
| * | ARM: sa1100: simpad: Correct I2C GPIO offsetsLinus Walleij2017-11-101-2/+2
| * | Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-0117-121/+161
| |\ \
| | * | i2c: gpio: Augment all boardfiles to use open drainLinus Walleij2017-10-3011-24/+32
| | * | i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-3017-121/+153
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-143-3/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-035-25/+32
| |\ \ \
| * | | | ARM: configs: Stop selecting the old CESA driverBoris BREZILLON2017-11-033-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-143-14/+14
|\ \ \ \
| * \ \ \ Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman2017-10-0925-357/+603
| |\ \ \ \
| * | | | | Arm: dts: stm32: remove extra compatible string from DT & driverVikas Manocha2017-10-043-14/+14
| | |/ / / | |/| | |
* | | | | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-142-2/+4
|\ \ \ \ \
| * \ \ \ \ Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-2317-31/+72
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-0925-357/+603
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-252-2/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drivers: misc: ti_dac7512: Remove duplicate driverLukas Wunner2017-09-132-2/+4
* | | | | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-145-119/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-11-132-26/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2017-10-1121-335/+578
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge back suspend/resume/hibernate material for v4.15.Rafael J. Wysocki2017-10-092-26/+0
| | |\ \ \ \ \ \
| | | * | | | | | PM: ARM: locomo: Drop suspend and resume bus type callbacksRafael J. Wysocki2017-10-052-26/+0
| | | | |/ / / / | | | |/| | | |
| * | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-11-132-86/+10
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam2017-10-111-86/+2
| | * | | | | | | arm: wire cpu-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+3
| | * | | | | | | arm: wire frequency-invariant accounting support up to the task schedulerDietmar Eggemann2017-10-031-0/+5
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2017-11-131-7/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven2017-11-081-7/+1
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-145-33/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: footbridge: Fix typo in timer conversionKees Cook2017-11-061-1/+1
| * | | | | | | | arm: pxa: Convert timers to use timer_setup()Kees Cook2017-11-022-13/+10
| * | | | | | | | ARM: footbridge: Convert timers to use timer_setup()Kees Cook2017-11-021-18/+8
| * | | | | | | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-052-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-021-3/+7
| |\| | | | | | |
| * | | | | | | | irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni2017-10-191-0/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-131-58/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arm/kprobes: Remove jprobe test caseMasami Hiramatsu2017-11-071-57/+0
| * | | | | | | | arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu2017-11-071-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-134-20/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07659-21/+711
| |\| | | | | | |
| * | | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-253-3/+3
| * | | | | | | | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-2/+1
| * | | | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-2417-31/+72
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-5/+0
| * | | | | | | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-4/+0
| * | | | | | | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-6/+0
| | |_|_|_|/ / / | |/| | | | | |