summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()Gustavo A. R. Silva2017-07-061-3/+3
* PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()Gustavo A. R. Silva2017-07-061-2/+3
* Linux 4.12v4.12Linus Torvalds2017-07-021-1/+1
* moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier2017-07-021-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-027-16/+33
|\
| * MIPS: Avoid accidental raw backtraceJames Hogan2017-06-301-0/+2
| * MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton2017-06-301-5/+18
| * MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-06-301-0/+3
| * MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-06-301-8/+1
| * MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2017-06-282-2/+8
| * MIPS: head: Reorder instructions missing a delay slotKarl Beldan2017-06-271-1/+1
* | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-021-4/+4
|\ \
| * | ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger2017-06-291-4/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-016-10/+15
|\ \ \
| * | | x86/intel_rdt: Fix memory leak on mount failureVikas Shivappa2017-06-301-1/+3
| * | | x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He2017-06-303-7/+2
| * | | x86/boot/KASLR: Add checking for the offset of kernel virtual address randomi...Baoquan He2017-06-301-0/+2
| * | | perf/x86/intel/uncore: Fix wrong box pointer checkKan Liang2017-06-291-1/+1
| * | | x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUDJérôme Glisse2017-06-261-1/+7
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-011-4/+6
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-4.12-20170626' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-271-4/+6
| |\ \ \ | | |/ / | |/| |
| | * | perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa2017-06-261-4/+6
* | | | Merge tag 'pinctrl-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-011-40/+4
|\ \ \ \
| * | | | Revert "pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip"Brian Norris2017-06-291-40/+4
| |/ / /
* | | | Merge tag 'gpio-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-012-2/+3
|\ \ \ \
| * | | | gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede2017-06-291-1/+1
| * | | | gpiolib: fix filtering out unwanted eventsBartosz Golaszewski2017-06-291-1/+2
| |/ / /
* | | | Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-06-305-14/+24
|\ \ \ \
| * | | | tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-06-291-9/+5
| * | | | ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-294-5/+19
* | | | | uapi/linux/a.out.h: don't use deprecated system-specific predefines.Zack Weinberg2017-06-301-25/+1
* | | | | hashtable: remove repeated phrase from a commentJakub Kicinski2017-06-301-1/+0
* | | | | Merge tag 'powerpc-4.12-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-307-54/+58
|\ \ \ \ \
| * | | | | powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman2017-06-261-7/+1
| * | | | | cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard2017-06-236-47/+57
* | | | | | Merge tag 'iommu-fixes-v4.12-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-302-5/+3
|\ \ \ \ \ \
| * | | | | | iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit2017-06-281-4/+2
| * | | | | | iommu/vt-d: Correctly disable Intel IOMMU force onShaohua Li2017-06-151-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'sound-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-06-303-2/+9
|\ \ \ \ \ \
| * | | | | | ALSA: hda - Fix endless loop of codec configureTakashi Iwai2017-06-282-2/+8
| * | | | | | ALSA: hda - set input_path bitmap to zero after moving it to new placeHui Wang2017-06-281-0/+1
* | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-06-301-14/+19
|\ \ \ \ \ \ \
| * | | | | | | ovl: don't set origin on broken lower hardlinkMiklos Szeredi2017-06-281-3/+8
| * | | | | | | ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-06-281-12/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-2942-84/+350
|\ \ \ \ \ \ \
| * | | | | | | sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| * | | | | | | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * | | | | | | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-292-0/+71
| * | | | | | | Merge branch 'arcnet-fixes'David S. Miller2017-06-294-8/+9
| |\ \ \ \ \ \ \
| | * | | | | | | arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1