summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-24xen-blkfront: Fix handling of non-supported operationsBart Van Assche1-2/+2
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov1-2/+2
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval1-4/+0
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney1-2/+5
2017-07-24ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]Dave Martin2-17/+65
2017-07-24ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessorsDave Martin1-2/+2
2017-07-24kprobes/x86: Release insn_slot in failure pathMasami Hiramatsu1-1/+9
2017-07-24perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regsStephane Eranian1-0/+1
2017-07-24perf/x86/intel/uncore: Fix SKX CHA event extra regsStephane Eranian1-0/+13
2017-07-24perf/x86/intel/uncore: Remove invalid Skylake server CHA filter fieldKan Liang1-3/+0
2017-07-24perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umaskKan Liang1-2/+2
2017-07-24perf/x86/intel/uncore: Fix Skylake server PCU PMU event formatKan Liang1-1/+21
2017-07-24perf/x86/intel/uncore: Fix Skylake UPI PMU event masksStephane Eranian1-4/+4
2017-07-24KVM: VMX: remove unused fieldPaolo Bonzini1-1/+0
2017-07-24KVM: PPC: Book3S HV: Fix host crash on changing HPT sizePaul Mackerras1-1/+3
2017-07-24KVM: PPC: Book3S HV: Enable TM before accessing TM registersPaul Mackerras1-0/+2
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie15-51/+58
2017-07-24Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-fixesDave Airlie12-30/+95
2017-07-24drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspendBen Skeggs1-5/+0
2017-07-24drm/nouveau/kms/nv50: update vblank state in response to modeset actionsBen Skeggs1-6/+12
2017-07-24drm/nouveau/disp: add tv encoders to output resource mappingBen Skeggs2-0/+2
2017-07-24drm/nouveau/i2c/gf119-: add support for address-only transactionsBen Skeggs9-19/+81
2017-07-24drm/rockchip: fix Kconfig dependenciesArnd Bergmann1-10/+9
2017-07-24Linux 4.13-rc2Linus Torvalds1-1/+1
2017-07-24Properly alphabetize MAINTAINERS fileLinus Torvalds2-1741/+1815
2017-07-24Fix up MAINTAINERS file problemsLinus Torvalds1-13/+4
2017-07-23parisc: regenerate defconfig filesHelge Deller8-222/+59
2017-07-23parisc: pdc_stable: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-23parisc: Merge millicode routines via linker scriptHelge Deller1-0/+2
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkHelge Deller1-1/+7
2017-07-23Merge tag 'for-linus-4.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-13/+33
2017-07-23xen/balloon: don't online new memory initiallyJuergen Gross3-10/+23
2017-07-23xen/x86: fix cpu hotplugJuergen Gross1-1/+2
2017-07-23xen/grant-table: log the lack of grantsWengang Wang1-1/+8
2017-07-23xen/x86: Don't BUG on CPU0 offliningVitaly Kuznetsov1-1/+0
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik1-2/+5
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik1-3/+2
2017-07-22Merge tag 'hwmon-for-linus-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+9
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-84/+83
2017-07-22Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-44/+55
2017-07-22Merge tag 'usb-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-72/+197
2017-07-22Merge tag 'staging-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-21/+4912
2017-07-22MAINTAINERS: fix alphabetical orderingRandy Dunlap1-817/+816
2017-07-22Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-34/+72
2017-07-22Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-42/+88
2017-07-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds12-37/+92
2017-07-22of: irq: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-07-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds32-119/+306
2017-07-22Merge tag 'drm-fixes-for-v4.13-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds14-64/+95