Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 27 | -52/+47 |
2016-06-24 | tmpfs: don't undo fallocate past its last page | Anthony Romano | 1 | -1/+1 |
2016-06-24 | selftests/vm/compaction_test: fix write to restore nr_hugepages | Mike Kravetz | 1 | -1/+1 |
2016-06-24 | oom_reaper: avoid pointless atomic_inc_not_zero usage. | Tetsuo Handa | 1 | -7/+1 |
2016-06-24 | mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero() | Tetsuo Handa | 1 | -0/+1 |
2016-06-23 | Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 3 | -7/+41 |
2016-06-23 | Merge tag 'drm-fixes-for-v4.7-rc5' of git://people.freedesktop.org/~airlied/l... | Linus Torvalds | 40 | -256/+598 |
2016-06-23 | Merge tag 'pci-v4.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2016-06-24 | drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctx | Maarten Lankhorst | 1 | -1/+26 |
2016-06-24 | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 20 | -157/+461 |
2016-06-24 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 6 | -16/+10 |
2016-06-24 | Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc5' of github.com:bbrezillon/linux-... | Dave Airlie | 2 | -4/+8 |
2016-06-24 | Merge tag 'sunxi-drm-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/k... | Dave Airlie | 6 | -46/+88 |
2016-06-24 | Merge tag 'drm-intel-fixes-2016-06-22' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 4 | -31/+3 |
2016-06-24 | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 1 | -1/+2 |
2016-06-24 | drm/nouveau: fix for disabled fbdev emulation | Dmitrii Tcvetkov | 1 | -1/+2 |
2016-06-23 | x86: avoid avoid passing around 'thread_info' in stack dumping code | Linus Torvalds | 4 | -23/+17 |
2016-06-23 | locking: avoid passing around 'thread_info' in mutex debugging code | Linus Torvalds | 4 | -12/+12 |
2016-06-23 | UBIFS: Implement ->migratepage() | Kirill A. Shutemov | 1 | -0/+24 |
2016-06-23 | mm: Export migrate_page_move_mapping and migrate_page_copy | Richard Weinberger | 1 | -0/+2 |
2016-06-23 | ubi: Make recover_peb power cut aware | Richard Weinberger | 1 | -7/+15 |
2016-06-23 | gpio: make library immune to error pointers | Linus Walleij | 1 | -3/+11 |
2016-06-23 | gpio: make sure gpiod_to_irq() returns negative on NULL desc | Linus Walleij | 1 | -1/+8 |
2016-06-23 | gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock | Axel Lin | 1 | -0/+1 |
2016-06-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+4 |
2016-06-22 | Merge tag 'gpio-v4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -3/+19 |
2016-06-21 | drm/i915/fbc: Disable on HSW by default for now | Lyude | 1 | -2/+1 |
2016-06-21 | drm/i915: Revert DisplayPort fast link training feature | Mika Kahola | 3 | -29/+2 |
2016-06-21 | drm/amd/powerplay: enable clock stretch feature for polaris | Rex Zhu | 1 | -97/+23 |
2016-06-21 | drm/amdgpu/gfx8: update golden setting for polaris10 | Rex Zhu | 1 | -1/+2 |
2016-06-21 | drm/amd/powerplay: enable avfs feature for polaris | Rex Zhu | 7 | -17/+208 |
2016-06-21 | drm/amdgpu/atombios: add avfs struct for Polaris10/11 | Rex Zhu | 1 | -0/+72 |
2016-06-21 | drm/amd/powerplay: add avfs related define for polaris | Rex Zhu | 2 | -19/+98 |
2016-06-21 | drm/amd/powrplay: enable stutter_mode for polaris. | Rex Zhu | 1 | -2/+2 |
2016-06-21 | drm/amd/powerplay: disable UVD SMU handshake for MCLK. | Rex Zhu | 1 | -0/+9 |
2016-06-21 | drm/amd/powerplay: initialize variables which were missed. | Rex Zhu | 3 | -0/+4 |
2016-06-21 | drm/amd/powerplay: enable PowerContainment feature for polaris10/11. | Rex Zhu | 1 | -0/+4 |
2016-06-21 | drm/amd/powerplay: need to notify system bios pcie device ready | Rex Zhu | 2 | -1/+16 |
2016-06-21 | drm/amd/powerplay: fix bug that function parameter was incorect. | Rex Zhu | 1 | -1/+1 |
2016-06-21 | drm/amd/powerplay: fix logic error. | Rex Zhu | 1 | -1/+5 |
2016-06-21 | drm: atmel-hlcdc: Fix OF graph parsing | Boris Brezillon | 1 | -4/+6 |
2016-06-21 | drm: atmel-hlcdc: actually disable scaling when no scaling is required | Boris Brezillon | 1 | -0/+2 |
2016-06-20 | drm/amdgpu: initialize amdgpu_cgs_acpi_eval_object result value | Nicolas Iooss | 1 | -1/+1 |
2016-06-20 | drm/amdgpu: precedence bug in amdgpu_device_init() | Dan Carpenter | 1 | -1/+1 |
2016-06-20 | PCI: Fix unaligned accesses in VC code | David Miller | 1 | -2/+2 |
2016-06-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 7 | -36/+82 |
2016-06-20 | Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 4 | -16/+18 |
2016-06-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2 | -7/+3 |
2016-06-20 | Merge tag 'hwmon-for-linus-v4.7-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -18/+42 |
2016-06-20 | fix idiotic braino in d_alloc_parallel() | Al Viro | 1 | -5/+12 |