Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | tools/liblockdep: Fix debug_check thinko in mutex destroy | Kirill Smelkov | 2014-12-19 | 1 | -2/+2 | |
| * | | | | | | | mutex: Always clear owner field upon mutex_unlock() | Chris Wilson | 2015-01-09 | 1 | -1/+1 | |
* | | | | | | | | mm: fix corner case in anon_vma endless growing prevention | Konstantin Khlebnikov | 2015-01-11 | 1 | -2/+4 | |
* | | | | | | | | mm: Don't count the stack guard page towards RLIMIT_STACK | Linus Torvalds | 2015-01-11 | 1 | -2/+5 | |
* | | | | | | | | Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2015-01-10 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | vfio-pci: Fix the check on pci device type in vfio_pci_probe() | Wei Yang | 2015-01-07 | 1 | -3/+1 | |
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2015-01-10 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | qla2xxx: fix busy wait regression | Bruno Prémont | 2015-01-05 | 1 | -1/+3 | |
* | | | | | | | | | | Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2015-01-10 | 4 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ALSA: fireworks: fix an endianness bug for transaction length | Takashi Sakamoto | 2015-01-07 | 1 | -1/+1 | |
| * | | | | | | | | | | ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda | Aaron Plattner | 2015-01-07 | 1 | -0/+2 | |
| * | | | | | | | | | | ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs | Takashi Iwai | 2015-01-05 | 1 | -2/+2 | |
| * | | | | | | | | | | ALSA: snd-usb-caiaq: fix stream count check | Daniel Mack | 2015-01-05 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-01-10 | 10 | -9/+74 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | HID: roccat: potential out of bounds in pyra_sysfs_write_settings() | Dan Carpenter | 2015-01-09 | 1 | -2/+6 | |
| * | | | | | | | | | | | HID: Add a new id 0x501a for Genius MousePen i608X | Giedrius Statkevičius | 2014-12-29 | 4 | -0/+7 | |
| * | | | | | | | | | | | HID: logitech-hidpp: prefix the name with "Logitech" | Benjamin Tissoires | 2014-12-19 | 1 | -0/+34 | |
| * | | | | | | | | | | | HID: logitech-hidpp: avoid unintended fall-through | Peter Wu | 2014-12-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | HID: Allow HID_BATTERY_STRENGTH to be enabled | Daniel Nicoletti | 2014-12-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | HID: i2c-hid: Do not free buffers in i2c_hid_stop() | Mika Westerberg | 2014-12-17 | 1 | -5/+0 | |
| * | | | | | | | | | | | HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboard | Karl Relton | 2014-12-17 | 1 | -0/+3 | |
| * | | | | | | | | | | | HID: logitech-hidpp: check WTP report length | Peter Wu | 2014-12-17 | 1 | -0/+6 | |
| * | | | | | | | | | | | HID: logitech-dj: check report length | Peter Wu | 2014-12-17 | 1 | -1/+15 | |
* | | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-01-10 | 30 | -261/+413 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'amdkfd-fixes-2015-01-06' of git://people.freedesktop.org/~gabbayo/... | Dave Airlie | 2015-01-08 | 8 | -167/+235 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl() | Oded Gabbay | 2015-01-06 | 2 | -48/+86 | |
| | * | | | | | | | | | | | | drm/amdkfd: reformat IOCTL definitions to drm-style | Oded Gabbay | 2015-01-06 | 2 | -22/+30 | |
| | * | | | | | | | | | | | | drm/amdkfd: Do copy_to/from_user in general kfd_ioctl() | Oded Gabbay | 2015-01-06 | 1 | -117/+117 | |
| | * | | | | | | | | | | | | drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS) | Ben Goz | 2015-01-05 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | drm/radeon: Assign VMID to PASID for IH in non-HWS mode | Ben Goz | 2014-12-17 | 2 | -0/+6 | |
| | * | | | | | | | | | | | | drm/radeon: do not leave queue acquired if timeout happens in kgd_hqd_destroy() | Alexey Khoroshilov | 2015-01-04 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | drm/amdkfd: Load mqd to hqd in non-HWS mode | Ben Goz | 2015-01-04 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | drm/amd: Fixing typos in kfd<->kgd interface | Ben Goz | 2014-12-09 | 3 | -5/+5 | |
| * | | | | | | | | | | | | | Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2015-01-08 | 5 | -12/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | drm/radeon: integer underflow in radeon_cp_dispatch_texture() | Dan Carpenter | 2015-01-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm/radeon: adjust default bapm settings for KV | Alex Deucher | 2015-01-05 | 1 | -6/+4 | |
| | * | | | | | | | | | | | | | drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw | Alex Deucher | 2015-01-05 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | drm/radeon: fix sad_count check for dce3 | Alex Deucher | 2015-01-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm/radeon: KV has three PPLLs (v2) | Alex Deucher | 2015-01-05 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-... | Dave Airlie | 2015-01-08 | 8 | -33/+124 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | drm/nouveau/nouveau: Do not BUG_ON(!spin_is_locked()) on UP | Bruno Prémont | 2014-12-21 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | drm/nv4c/mc: disable msi | Ilia Mirkin | 2014-12-21 | 1 | -8/+0 | |
| | * | | | | | | | | | | | | drm/nouveau/fb/ram/mcp77: enable NISO poller | Pierre Moreau | 2014-12-21 | 1 | -5/+39 | |
| | * | | | | | | | | | | | | drm/nouveau/fb/ram/mcp77: use carveout reg to determine size | Ben Skeggs | 2014-12-21 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | drm/nouveau/fb/ram/mcp77: subclass nouveau_ram | Ben Skeggs | 2014-12-21 | 1 | -10/+14 | |
| | * | | | | | | | | | | | | drm/nouveau: wake up the card if necessary during gem callbacks | Ben Skeggs | 2014-12-21 | 1 | -5/+30 | |
| | * | | | | | | | | | | | | drm/nouveau/device: Add support for GK208B, resolves bug 86935 | Sven Köhler | 2014-12-21 | 1 | -0/+33 | |
| | * | | | | | | | | | | | | drm/nouveau: fix missing return statement in nouveau_ttm_tt_unpopulate | Alexandre Courbot | 2014-12-21 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | drm/nouveau/bios: fix oops on pre-nv50 chipsets | Ben Skeggs | 2014-12-21 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | Merge tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/... | Dave Airlie | 2015-01-04 | 7 | -8/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |