| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/fpu/xstate: Re-enable XSAVES | Yu-cheng Yu | 2016-07-11 | 2 | -15/+9 |
* | x86/fpu/xstate: Fix fpstate_init() for XRSTORS | Yu-cheng Yu | 2016-07-11 | 2 | -0/+14 |
* | x86/fpu/xstate: Return NULL for disabled xstate component address | Yu-cheng Yu | 2016-07-11 | 1 | -0/+5 |
* | x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES | Yu-cheng Yu | 2016-07-11 | 1 | -2/+9 |
* | x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstates | Yu-cheng Yu | 2016-07-10 | 1 | -0/+9 |
* | x86/fpu/xstate: Fix XSTATE component offset print out | Yu-cheng Yu | 2016-07-10 | 1 | -2/+16 |
* | x86/fpu/xstate: Fix PTRACE frames for XSAVES | Yu-cheng Yu | 2016-07-10 | 3 | -24/+216 |
* | x86/fpu/xstate: Fix supervisor xstate component offset | Yu-cheng Yu | 2016-07-10 | 3 | -23/+43 |
* | x86/fpu/xstate: Align xstate components according to CPUID | Yu-cheng Yu | 2016-07-10 | 1 | -28/+32 |
* | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changes | Ingo Molnar | 2016-07-10 | 1046 | -6267/+10439 |
|\ |
|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-07-08 | 4 | -8/+8 |
| |\ |
|
| | * | x86/Documentation: Fix various typos in Documentation/x86/ files | Masanari Iida | 2016-07-01 | 3 | -6/+6 |
| | * | x86/amd_nb: Fix boot crash on non-AMD systems | Borislav Petkov | 2016-07-01 | 1 | -2/+2 |
| | * | MAINTAINERS: Update the Calgary IOMMU entry | Jon Mason | 2016-06-14 | 1 | -3/+3 |
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-08 | 1 | -22/+20 |
| |\ \ |
|
| | * | | sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion | Peter Zijlstra | 2016-06-27 | 1 | -16/+11 |
| | * | | sched/fair: Fix effective_load() to consistently use smoothed load | Peter Zijlstra | 2016-06-27 | 1 | -6/+9 |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-08 | 4 | -8/+59 |
| |\ \ \ |
|
| | * | | | perf/core: Fix pmu::filter_match for SW-led groups | Mark Rutland | 2016-07-07 | 1 | -1/+22 |
| | * | | | x86/perf/intel/rapl: Fix module name collision with powercap intel-rapl | Ville Syrjälä | 2016-07-06 | 1 | -2/+2 |
| | * | | | perf/x86: Fix 32-bit perf user callgraph collection | Josh Poimboeuf | 2016-07-03 | 1 | -5/+6 |
| | * | | | perf/x86/intel: Update event constraints when HT is off | Stephane Eranian | 2016-07-03 | 1 | -0/+29 |
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-07-08 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | irqchip/mips-gic: Match IPI IRQ domain by bus token only | Paul Burton | 2016-07-05 | 1 | -1/+1 |
| | * | | | | irqchip/mips-gic: Map to VPs using HW VPNum | Paul Burton | 2016-07-05 | 1 | -1/+1 |
| * | | | | | Merge tag 'gpio-v4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-07-08 | 4 | -52/+31 |
| |\ \ \ \ \ |
|
| | * | | | | | Revert "gpio: gpiolib-of: Allow compile testing" | Linus Walleij | 2016-07-05 | 1 | -1/+1 |
| | * | | | | | Revert "gpiolib: Split GPIO flags parsing and GPIO configuration" | Johan Hovold | 2016-07-04 | 2 | -40/+20 |
| | * | | | | | gpio: sch: Fix Oops on module load on Asus Eee PC 1201 | Colin Pitrat | 2016-07-04 | 1 | -11/+10 |
| | |/ / / / |
|
| * | | | | | Merge tag 'drm-fixes-for-v4.7-rc7' of git://people.freedesktop.org/~airlied/l... | Linus Torvalds | 2016-07-08 | 8 | -24/+32 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'sunxi-drm-fixes-for-4.7-2' of https://git.kernel.org/pub/scm/linux... | Dave Airlie | 2016-07-08 | 2 | -1/+10 |
| | |\ \ \ \ \ |
|
| | | * | | | | | gpu: drm: sun4i_drv: add missing of_node_put after calling of_parse_phandle | Peter Chen | 2016-07-05 | 1 | -0/+1 |
| | | * | | | | | drm/sun4i: Send vblank event when the CRTC is disabled | Maxime Ripard | 2016-06-30 | 1 | -0/+8 |
| | | * | | | | | drm/sun4i: Report proper vblank | Maxime Ripard | 2016-06-30 | 1 | -1/+1 |
| | * | | | | | | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 2016-07-07 | 1 | -1/+2 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern | Ben Skeggs | 2016-07-05 | 1 | -1/+2 |
| | * | | | | | | | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2016-07-07 | 5 | -22/+20 |
| | |\ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| | | * | | | | | | drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculation. | Rex Zhu | 2016-07-06 | 1 | -13/+10 |
| | | * | | | | | | drm/amd/powerplay: fix bug that get wrong polaris evv voltage. | Rex Zhu | 2016-07-06 | 3 | -6/+7 |
| | | * | | | | | | drm/amd/powerplay: incorrectly use of the function return value | Rex Zhu | 2016-07-06 | 1 | -1/+1 |
| | | * | | | | | | drm/amd/powerplay: fix incorrect voltage table value for tonga | Huang Rui | 2016-07-06 | 1 | -1/+1 |
| | | * | | | | | | drm/amd/powerplay: fix incorrect voltage table value for polaris10 | Huang Rui | 2016-07-06 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2016-07-08 | 1 | -17/+19 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | apparmor: fix oops, validate buffer size in apparmor_setprocattr() | Vegard Nossum | 2016-07-08 | 1 | -17/+19 |
| * | | | | | | | | | Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2016-07-08 | 6 | -25/+60 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | \ \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ \ \ | Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes' | Rafael J. Wysocki | 2016-07-07 | 9695 | -193607/+491791 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removal | Lv Zheng | 2016-07-05 | 1 | -2/+2 |
| | | | | |/ / / / / / /
| | | | |/| | | | | | | |
|
| | | * | | | | | | | | | ACPI,PCI,IRQ: separate ISA penalty calculation | Sinan Kaya | 2016-07-02 | 1 | -3/+3 |
| | | * | | | | | | | | | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()" | Sinan Kaya | 2016-07-02 | 3 | -0/+38 |
| | | * | | | | | | | | | ACPI,PCI,IRQ: factor in PCI possible | Sinan Kaya | 2016-07-02 | 1 | -12/+9 |