summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-1/+1
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-2611-27/+85
|\ \
| * | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
| * | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20234-4202/+7074
| |\ \
| * | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-203-0/+48
| * | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
| * | | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
| * | | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-163-9/+13
| * | | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-2614-64/+64
|\ \ \ \
| * | | | perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King2016-05-201-1/+1
| * | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-2012-62/+62
| |\ \ \ \
| | * | | | perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo2016-05-171-3/+3
| | * | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-177-13/+13
| | * | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-1712-59/+59
| * | | | | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa2016-05-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-0/+6
|\ \ \ \ \
| * | | | | ARM: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
* | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-05-251-0/+2
|\ \ \ \ \ \
| * | | | | | arm64: defconfig: enable Renesas Watchdog TimerWolfram Sang2016-05-141-0/+2
* | | | | | | Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-2519-137/+601
|\ \ \ \ \ \ \
| * | | | | | | parisc: Whitespace cleanups in unistd.hHelge Deller2016-05-251-18/+16
| * | | | | | | parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller2016-05-231-1/+10
| * | | | | | | parisc: Fix typo in fpudispatch.cAndrea Gelmini2016-05-221-1/+1
| * | | | | | | parisc: Fix typos in eisa_eeprom.hAndrea Gelmini2016-05-221-2/+2
| * | | | | | | parisc: Fix typo in ldcw.hAndrea Gelmini2016-05-221-1/+1
| * | | | | | | parisc: Fix typo in pdc.hAndrea Gelmini2016-05-221-1/+1
| * | | | | | | parisc: Update futex.h to match generic implementationJohn David Anglin2016-05-221-41/+29
| * | | | | | | parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller2016-05-222-3/+6
| * | | | | | | parisc: Add native high-resolution sched_clock() implementationHelge Deller2016-05-224-9/+70
| * | | | | | | parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-223-2/+403
| * | | | | | | parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller2016-05-221-1/+15
| * | | | | | | parisc: Simplify and speed up get_user() and put_user()Helge Deller2016-05-221-58/+21
| * | | | | | | parisc: Add syscall tracepoint supportHelge Deller2016-05-226-1/+28
* | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-05-255-480/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: lpc32xx: fix NR_IRQS confictArnd Bergmann2016-05-241-1/+1
| * | | | | | | | ARM: lpc32xx: remove legacy irq controller driverVladimir Zapolskiy2016-05-242-478/+1
| * | | | | | | | Merge tag 'pxa-for-4.7' of https://github.com/rjarzmik/linux into fixesArnd Bergmann2016-05-202-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: pxa: Remove CLK_IS_ROOTStephen Boyd2016-04-301-1/+1
| | * | | | | | | | ARM: pxa: activate pinctrl for device-tree machinesRobert Jarzmik2016-04-301-0/+2
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-05-2526-497/+2918
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'samsung-dt-devfreq-4.7' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2016-05-1010-124/+1225
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: dts: exynos: Add support of Bus frequency using VDD_INT for exynos5422-o...Chanwoo Choi2016-05-031-0/+99
| | * | | | | | | | | ARM: dts: exynos: Add bus nodes using VDD_INT for Exynos542x SoCChanwoo Choi2016-05-031-0/+371
| | * | | | | | | | | ARM: dts: exynos: Add NoC Probe dt node for Exynos542x SoCChanwoo Choi2016-05-031-0/+36
| | * | | | | | | | | ARM: dts: exynos: Add support of bus frequency for exynos4412-trats/odroidu3Chanwoo Choi2016-05-032-0/+94
| | * | | | | | | | | ARM: dts: exynos: Expand the voltage range of buck1/3 regulator for exynos441...Chanwoo Choi2016-05-031-4/+4
| | * | | | | | | | | ARM: dts: exynos: Add support of bus frequency using VDD_INT for exynos3250-r...Chanwoo Choi2016-05-031-0/+41