summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2016-07-112-15/+9
* x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2016-07-112-0/+14
* x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu2016-07-111-0/+5
* x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu2016-07-111-2/+9
* x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu2016-07-101-0/+9
* x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu2016-07-101-2/+16
* x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2016-07-103-24/+216
* x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2016-07-103-23/+43
* x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu2016-07-101-28/+32
* Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar2016-07-101046-6267/+10439
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-084-8/+8
| |\
| | * x86/Documentation: Fix various typos in Documentation/x86/ filesMasanari Iida2016-07-013-6/+6
| | * x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov2016-07-011-2/+2
| | * MAINTAINERS: Update the Calgary IOMMU entryJon Mason2016-06-141-3/+3
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-081-22/+20
| |\ \
| | * | sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2016-06-271-16/+11
| | * | sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-06-271-6/+9
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-084-8/+59
| |\ \ \
| | * | | perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-07-071-1/+22
| | * | | x86/perf/intel/rapl: Fix module name collision with powercap intel-raplVille Syrjälä2016-07-061-2/+2
| | * | | perf/x86: Fix 32-bit perf user callgraph collectionJosh Poimboeuf2016-07-031-5/+6
| | * | | perf/x86/intel: Update event constraints when HT is offStephane Eranian2016-07-031-0/+29
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-081-2/+2
| |\ \ \ \
| | * | | | irqchip/mips-gic: Match IPI IRQ domain by bus token onlyPaul Burton2016-07-051-1/+1
| | * | | | irqchip/mips-gic: Map to VPs using HW VPNumPaul Burton2016-07-051-1/+1
| * | | | | Merge tag 'gpio-v4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-084-52/+31
| |\ \ \ \ \
| | * | | | | Revert "gpio: gpiolib-of: Allow compile testing"Linus Walleij2016-07-051-1/+1
| | * | | | | Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold2016-07-042-40/+20
| | * | | | | gpio: sch: Fix Oops on module load on Asus Eee PC 1201Colin Pitrat2016-07-041-11/+10
| | |/ / / /
| * | | | | Merge tag 'drm-fixes-for-v4.7-rc7' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-07-088-24/+32
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'sunxi-drm-fixes-for-4.7-2' of https://git.kernel.org/pub/scm/linux...Dave Airlie2016-07-082-1/+10
| | |\ \ \ \ \
| | | * | | | | gpu: drm: sun4i_drv: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-051-0/+1
| | | * | | | | drm/sun4i: Send vblank event when the CRTC is disabledMaxime Ripard2016-06-301-0/+8
| | | * | | | | drm/sun4i: Report proper vblankMaxime Ripard2016-06-301-1/+1
| | * | | | | | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2016-07-071-1/+2
| | |\ \ \ \ \ \
| | | * | | | | | drm/nouveau/disp/sor/gf119: select correct sor when poking training patternBen Skeggs2016-07-051-1/+2
| | * | | | | | | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-07-075-22/+20
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculation.Rex Zhu2016-07-061-13/+10
| | | * | | | | | drm/amd/powerplay: fix bug that get wrong polaris evv voltage.Rex Zhu2016-07-063-6/+7
| | | * | | | | | drm/amd/powerplay: incorrectly use of the function return valueRex Zhu2016-07-061-1/+1
| | | * | | | | | drm/amd/powerplay: fix incorrect voltage table value for tongaHuang Rui2016-07-061-1/+1
| | | * | | | | | drm/amd/powerplay: fix incorrect voltage table value for polaris10Huang Rui2016-07-061-1/+1
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-07-081-17/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum2016-07-081-17/+19
| * | | | | | | | | Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-086-25/+60
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'Rafael J. Wysocki2016-07-079695-193607/+491791
| | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removalLv Zheng2016-07-051-2/+2
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | ACPI,PCI,IRQ: separate ISA penalty calculationSinan Kaya2016-07-021-3/+3
| | | * | | | | | | | | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"Sinan Kaya2016-07-023-0/+38
| | | * | | | | | | | | ACPI,PCI,IRQ: factor in PCI possibleSinan Kaya2016-07-021-12/+9