summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | drm/nouveau/fb/ram/mcp77: subclass nouveau_ramBen Skeggs2014-12-221-10/+14
| | | * | | | | | | | | | | | drm/nouveau: wake up the card if necessary during gem callbacksBen Skeggs2014-12-221-5/+30
| | | * | | | | | | | | | | | drm/nouveau/device: Add support for GK208B, resolves bug 86935Sven Köhler2014-12-221-0/+33
| | | * | | | | | | | | | | | drm/nouveau: fix missing return statement in nouveau_ttm_tt_unpopulateAlexandre Courbot2014-12-221-1/+3
| | | * | | | | | | | | | | | drm/nouveau/bios: fix oops on pre-nv50 chipsetsBen Skeggs2014-12-221-2/+4
| | * | | | | | | | | | | | | Merge tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/...Dave Airlie2015-01-047-8/+30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | drm/radeon: Init amdkfd only if it was compiledOded Gabbay2014-12-291-0/+12
| | | * | | | | | | | | | | | | amdkfd: actually allocate longs for the pasid bitmaskSasha Levin2014-12-281-1/+1
| | | * | | | | | | | | | | | | drm: Put amdkfd before radeon in drm MakefileOded Gabbay2014-12-211-1/+1
| | | * | | | | | | | | | | | | drivers: Move iommu/ before gpu/ in MakefileOded Gabbay2014-12-221-2/+4
| | | * | | | | | | | | | | | | amdkfd: Remove duplicate includeOded Gabbay2014-12-051-1/+0
| | | * | | | | | | | | | | | | amdkfd: Fixing topology bug in building sysfs nodesBen Goz2014-12-021-1/+1
| | | * | | | | | | | | | | | | amdkfd: Fix accounting of device queuesOded Gabbay2014-12-071-2/+11
| | * | | | | | | | | | | | | | Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie2015-01-045-41/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | drm/i915: add missing rpm ref to i915_gem_pwrite_ioctlImre Deak2014-12-181-1/+7
| | | * | | | | | | | | | | | | | Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä2014-12-182-9/+1
| | | * | | | | | | | | | | | | | drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4Ville Syrjälä2014-12-181-4/+2
| | | * | | | | | | | | | | | | | drm/i915: Kill check_power_well() callsVille Syrjälä2014-12-181-27/+0
| * | | | | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-01-099-5/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2015-01-082-1/+2
| | * | | | | | | | | | | | | | | | arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley2015-01-071-0/+1
| | * | | | | | | | | | | | | | | | arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley2015-01-071-0/+1
| | * | | | | | | | | | | | | | | | arm64: fix missing linux/bug.h include in asm/arch_timer.hPaul Walmsley2015-01-071-0/+1
| | * | | | | | | | | | | | | | | | arm64: fix missing asm/pgtable-hwdef.h include in asm/processor.hPaul Walmsley2015-01-071-0/+1
| | * | | | | | | | | | | | | | | | arm64: sanity checks: add missing AArch32 registersMark Rutland2015-01-072-0/+15
| | * | | | | | | | | | | | | | | | arm64: Remove unused prepare_to_copy()Tobias Klauser2015-01-071-3/+0
| | * | | | | | | | | | | | | | | | arm64: Correct __NR_compat_syscalls for bpfMark Rutland2015-01-071-1/+1
| | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-098-148/+306
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
| | * | | | | | | | | | | | | | | | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-113-3/+14
| | * | | | | | | | | | | | | | | | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-112-1/+26
| | * | | | | | | | | | | | | | | | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-112-1/+30
| | * | | | | | | | | | | | | | | | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-114-43/+148
| | * | | | | | | | | | | | | | | | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-114-35/+33
| | * | | | | | | | | | | | | | | | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-112-16/+9
| | * | | | | | | | | | | | | | | | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-114-56/+56
| | * | | | | | | | | | | | | | | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-113-7/+7
| | * | | | | | | | | | | | | | | | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-112-2/+0
| * | | | | | | | | | | | | | | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-01-092-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
| | * | | | | | | | | | | | | | | | | nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton2015-01-071-1/+1
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-01-094-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | libceph: fix sparse endianness warningsIlya Dryomov2015-01-083-4/+4
| | * | | | | | | | | | | | | | | | | ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov2015-01-081-1/+1
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-096-11/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Btrfs: don't delay inode ref updates during log replayChris Mason2015-01-021-0/+8
| | * | | | | | | | | | | | | | | | | Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana2015-01-021-3/+10
| | * | | | | | | | | | | | | | | | | Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong2015-01-021-1/+3
| | * | | | | | | | | | | | | | | | | Btrfs: abort transaction if we don't find the block groupJosef Bacik2015-01-021-6/+6
| | * | | | | | | | | | | | | | | | | Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter2015-01-021-1/+1
OpenPOWER on IntegriCloud