summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext2: perform dax_device lookup at mountDan Williams2017-08-313-8/+8
* xfs: perform dax_device lookup at mountDan Williams2017-08-316-15/+41
* dax: introduce a fs_dax_get_by_bdev() helperDan Williams2017-08-302-0/+16
* Linux 4.13-rc6v4.13-rc6Linus Torvalds2017-08-201-1/+1
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-201-8/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-2019-68/+85
|\
| * x86: Constify attribute_group structuresArvind Yadav2017-08-187-36/+36
| * x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Alexander Potapenko2017-08-171-3/+4
| * x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-162-4/+2
| * x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov2017-08-161-2/+2
| * x86/mtrr: Prevent CPU hotplug lock recursionThomas Gleixner2017-08-151-3/+15
| * x86: Mark various structures and functions as 'static'Colin Ian King2017-08-114-5/+5
| * x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov2017-08-112-2/+2
| * x86/smpboot: Unbreak CPU0 hotplugVitaly Kuznetsov2017-08-101-13/+17
| * x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-101-0/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-205-11/+12
|\ \
| * \ Merge branch 'clockevents/4.13-fixes' of http://git.linaro.org/people/daniel....Ingo Molnar2017-08-135-11/+12
| |\ \
| | * | clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is e...Ding Tianhong2017-08-111-2/+2
| | * | clocksource/drivers/Kconfig: Fix CLKSRC_PISTACHIO dependenciesMatt Redfearn2017-08-111-1/+1
| | * | clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULLDan Carpenter2017-08-111-2/+2
| | * | clocksource/drivers/em_sti: Fix error return codes in em_sti_probe()Gustavo A. R. Silva2017-08-101-5/+6
| | * | clocksource/drivers/arm_arch_timer: Fix mem frame loop initializationMatthias Kaehlcke2017-08-101-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-203-19/+48
|\ \ \ \
| * | | | perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
| * | | | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-103-14/+12
| | |_|/ | |/| |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-2012-38/+84
|\ \ \ \
| * | | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
| * | | | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
| * | | | MAINTAINERS: Remove Jason Cooper's irqchip git treeFlorian Fainelli2017-08-181-1/+0
| * | | | Merge tag 'irqchip-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-08-149-33/+74
| |\ \ \ \
| | * | | | irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loopLorenzo Pieralisi2017-08-101-0/+1
| | * | | | irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODESHanjun Guo2017-08-101-7/+31
| | * | | | irqchip: brcmstb-l2: Define an irq_pm_shutdown functionFlorian Fainelli2017-08-071-0/+1
| | * | | | irqchip/gic: Ensure we have an ISB between ack and ->handle_irqWill Deacon2017-08-022-2/+7
| | * | | | irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMARobert Richter2017-08-021-1/+1
| | * | | | irqchip/gic-v3: Honor forced affinity settingSuzuki K Poulose2017-07-041-1/+6
| | * | | | irqchip/gic-v3: Report failures in gic_irq_domain_allocSuzuki K Poulose2017-07-041-2/+5
| | * | | | irqchip/gic-v2: Report failures in gic_irq_domain_allocSuzuki K Poulose2017-07-041-2/+5
| | * | | | irqchip/atmel-aic: Remove root argument from ->fixup() prototypeBoris Brezillon2017-07-044-15/+15
| | * | | | irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()Boris Brezillon2017-07-041-2/+2
| | * | | | irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()Boris Brezillon2017-07-041-1/+0
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-205-0/+76
|\ \ \ \ \ \
| * | | | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-185-0/+76
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-1822-103/+224
|\ \ \ \ \ \ \
| * | | | | | | mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-182-4/+4
| * | | | | | | mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott2017-08-181-5/+8
| * | | | | | | mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-181-5/+0
| * | | | | | | mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta2017-08-181-1/+1
| * | | | | | | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-181-1/+5
| * | | | | | | mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2017-08-183-34/+64