aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-12-29arm64: allwinner: h5: add compatible string for DE2 CCUIcenowy Zheng1-0/+4
2017-12-29ARM: sun8i: h3/h5: add DE2 CCU device node for H3Icenowy Zheng2-0/+18
2017-12-29ARM: dts: sun8i: fix USB Ethernet of Orange Pi R1Icenowy Zheng1-0/+18
2017-12-19ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliasesPhilipp Rossak1-0/+1
2017-12-19ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Nanopi M1Philipp Rossak1-0/+11
2017-12-15ARM: dts: sun7i: Enable HDMI on pcDuino3 NanoTuomas Tynkkynen1-0/+25
2017-12-15ARM: dts: sun8i: a83t: Add I2C device nodes and pinmux settingsChen-Yu Tsai1-0/+55
2017-12-15ARM: dts: sun8i: a83t: Add I2S controller device nodesChen-Yu Tsai1-0/+47
2017-12-08ARM: dts: sun8i-h3: Remove allwinner,leds-active-low for non internal PHYCorentin Labbe3-4/+0
2017-12-08ARM: dts: sun8i: a83t: Enable Ethernet on two boardsChen-Yu Tsai2-0/+36
2017-12-08ARM: dts: sun8i: a83t: add dwmac-sun8i device nodeCorentin LABBE1-0/+33
2017-12-07ARM: dts: sun8i: h3: enable USB OTG for NanoPi Neo boardKrzysztof Adamski1-0/+17
2017-12-05ARM: dts: sun8i: h3: Add dts file for Libre Computer Board ALL-H3-CC H3 ver.Chen-Yu Tsai2-0/+197
2017-12-05ARM: dtsi: axp81x: set pinmux for GPIO0/1 when used as LDOsQuentin Schulz1-0/+14
2017-12-05ARM: dtsi: axp81x: add GPIO DT nodeQuentin Schulz1-0/+6
2017-11-27ARM: dts: sun8i: add support for Orange Pi R1Icenowy Zheng2-0/+74
2017-11-27ARM: dts: sunxi: Add codec for A13 OlinuxinoEmmanuel Vadot1-0/+4
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-6/+42
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-413/+272
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+31
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King2-0/+24
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-71/+58
2017-11-25Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds8-56/+136
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds13-37/+0
2017-11-24Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-44/+134
2017-11-24Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-34/+66
2017-11-24m68k/macboing: Fix missed timer callback assignmentKees Cook1-2/+2
2017-11-24x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas6-262/+2
2017-11-23x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov3-4/+4
2017-11-23x86/boot/KASLR: Remove unused variableChao Fan1-3/+2
2017-11-23x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski1-2/+8
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2-7/+13
2017-11-22powerpc/64s: Fix Power9 DD2.1 logic in DT CPU featuresMichael Ellerman1-2/+2
2017-11-22powerpc/perf: Fix IMC_MAX_PMU macroMadhavan Srinivasan3-8/+29
2017-11-22powerpc/perf: Fix pmu_count to count only nest imc pmusMadhavan Srinivasan1-2/+4
2017-11-22powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-4/+2
2017-11-22x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2-8/+137
2017-11-22x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski1-2/+2
2017-11-22powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()Michael Ellerman1-6/+6
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook13-41/+38
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook4-14/+7
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook6-12/+12
2017-11-21s390: cmm: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-21ARC: perf: avoid vmalloc backed mmapVineet Gupta1-1/+1
2017-11-21ARCv2: perf: optimize given that num counters <= 32Vineet Gupta1-9/+7
2017-11-21ARCv2: perf: tweak overflow interruptVineet Gupta1-10/+14
2017-11-21ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin1-2/+2
2017-11-21ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin1-2/+2