Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | btrfs: transaction_kthread() is not freezable | Jiri Kosina | 2016-03-22 | 1 | -9/+6 | |
| | * | | | | | | | | btrfs: cleaner_kthread() doesn't need explicit freeze | Jiri Kosina | 2016-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | btrfs: do not write corrupted metadata blocks to disk | Alex Lyakas | 2016-03-22 | 1 | -2/+13 | |
| | * | | | | | | | | btrfs: csum_tree_block: return proper errno value | Alex Lyakas | 2016-03-22 | 1 | -8/+5 | |
* | | | | | | | | | | Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux | Linus Torvalds | 2016-04-02 | 2 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | orangefs: minimum userspace version is 2.9.3 | Martin Brandenburg | 2016-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | | orangefs: don't put readdir slot twice | Martin Brandenburg | 2016-03-31 | 1 | -5/+3 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2016-04-02 | 7 | -131/+90 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | arm64: defconfig: updates for 4.6 | Will Deacon | 2016-03-29 | 1 | -8/+20 | |
| * | | | | | | | | | | arm64: perf: Move PMU register related defines to asm/perf_event.h | Shannon Zhao | 2016-03-29 | 5 | -123/+66 | |
| * | | | | | | | | | | arm64: opcodes.h: Add arm big-endian config options before including arm header | James Morse | 2016-03-29 | 1 | -0/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2016-04-02 | 7 | -22/+79 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | ALSA: timer: Use mod_timer() for rearming the system timer | Takashi Iwai | 2016-04-01 | 1 | -2/+2 | |
| * | | | | | | | | | ALSA: hda - fix front mic problem for a HP desktop | Hui Wang | 2016-04-01 | 1 | -0/+9 | |
| * | | | | | | | | | ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_strea... | Vladis Dronov | 2016-03-31 | 2 | -1/+9 | |
| * | | | | | | | | | ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver caps | Maruthi Srinivas Bayyavarapu | 2016-03-31 | 1 | -0/+4 | |
| * | | | | | | | | | ALSA: dice: fix memory leak when unplugging | Takashi Sakamoto | 2016-03-28 | 1 | -10/+4 | |
| * | | | | | | | | | ALSA: hda - Apply fix for white noise on Asus N550JV, too | Bobi Mihalca | 2016-03-23 | 1 | -1/+1 | |
| * | | | | | | | | | ALSA: hda - Fix white noise on Asus N750JV headphone | Bobi Mihalca | 2016-03-23 | 1 | -1/+8 | |
| * | | | | | | | | | ALSA: hda - Asus N750JV external subwoofer fixup | Bobi Mihalca | 2016-03-23 | 1 | -0/+1 | |
| * | | | | | | | | | ALSA: timer: fix gparams ioctl compatibility for different architectures | Takashi Sakamoto | 2016-03-23 | 2 | -8/+42 | |
* | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-04-01 | 16 | -34/+152 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | drm/udl: Use unlocked gem unreferencing | Daniel Vetter | 2016-04-01 | 2 | -2/+2 | |
| * | | | | | | | | | | drm/dp: move hw_mutex up the call stack | Rob Clark | 2016-04-01 | 1 | -10/+17 | |
| * | | | | | | | | | | Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/marky... | Dave Airlie | 2016-04-01 | 4 | -15/+100 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | drm/rockchip: dw_hdmi: Don't call platform_set_drvdata() | Douglas Anderson | 2016-03-28 | 1 | -2/+0 | |
| | * | | | | | | | | | | drm/rockchip: vop: Fix vop crtc cleanup | Douglas Anderson | 2016-03-28 | 1 | -3/+24 | |
| | * | | | | | | | | | | drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path | Douglas Anderson | 2016-03-28 | 1 | -1/+10 | |
| | * | | | | | | | | | | drm/rockchip: vop: Disable planes when disabling CRTC | Tomeu Vizoso | 2016-03-28 | 1 | -0/+15 | |
| | * | | | | | | | | | | drm/rockchip: vop: Don't reject empty modesets | Tomeu Vizoso | 2016-03-28 | 1 | -3/+0 | |
| | * | | | | | | | | | | drm/rockchip: cancel pending vblanks on close | John Keeping | 2016-03-28 | 3 | -0/+43 | |
| | * | | | | | | | | | | drm/rockchip: vop: fix crtc size in plane check | John Keeping | 2016-03-28 | 1 | -6/+8 | |
| * | | | | | | | | | | | Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/li... | Dave Airlie | 2016-04-01 | 3 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | drm/msm: fix typo in the !COMMON_CLK case | Rob Clark | 2016-03-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | drm/msm: fix bug after preclose removal | Rob Clark | 2016-03-23 | 2 | -4/+0 | |
| * | | | | | | | | | | | | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 2016-04-01 | 6 | -2/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | drm/amdgpu: Don't move pinned BOs | Michel Dänzer | 2016-03-28 | 2 | -0/+10 | |
| | * | | | | | | | | | | | | drm/radeon: Don't move pinned BOs | Michel Dänzer | 2016-03-28 | 2 | -0/+10 | |
| | * | | | | | | | | | | | | drm/radeon: add a dpm quirk for all R7 370 parts | Alex Deucher | 2016-03-28 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | drm/radeon: add another R7 370 quirk | Alex Deucher | 2016-03-28 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5 | Alex Deucher | 2016-03-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | drm/amd: Beef up ACP Kconfig menu text | Borislav Petkov | 2016-03-25 | 1 | -2/+6 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'powerpc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-04-01 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | powerpc: Correct used_vsr comment | Simon Guo | 2016-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | powerpc/process: Fix altivec SPR not being saved | Oliver O'Halloran | 2016-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | powerpc/mm: Fixup preempt underflow with huge pages | Sebastian Siewior | 2016-03-29 | 1 | -2/+2 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-04-01 | 14 | -193/+114 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | s390: wire up preadv2/pwritev2 syscalls | Heiko Carstens | 2016-04-01 | 2 | -1/+5 | |
| * | | | | | | | | | | | | s390/pci: PCI function group 0 is valid for clp_query_pci_fn | Pierre Morel | 2016-04-01 | 1 | -2/+1 | |
| * | | | | | | | | | | | | s390/crypto: provide correct file mode at device register. | Harald Freudenberger | 2016-03-29 | 1 | -0/+2 |