Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
43387b37fa2d0f368142b8fa8c9440da92e5381b
43387b3
drm/gem: create drm_gem_dumb_destroy
by Daniel Vetter
· 11 years ago
86e81f0
drm/mm: include required headers in drm_mm.h
by David Herrmann
· 11 years ago
aed2c03
drm/gem: fix mmap vma size calculations
by David Herrmann
· 11 years ago
51335df
drm/vma: provide drm_vma_node_unmap() helper
by David Herrmann
· 11 years ago
72525b3
drm/ttm: convert to unified vma offset manager
by David Herrmann
· 11 years ago
0de2397
drm/gem: convert to new unified vma manager
by David Herrmann
· 11 years ago
fe3078f
drm: add unified vma offset manager
by David Herrmann
· 11 years ago
85d9cb4
drm: remove drm_order
by Daniel Vetter
· 11 years ago
b72a892
drm/radeon: s/drm_order/order_base_2/
by Daniel Vetter
· 11 years ago
0e26794
drm/r128: s/drm_order/order_base_2/
by Daniel Vetter
· 11 years ago
04420c9
drm/bufs: s/drm_order/order_base_2/
by Daniel Vetter
· 11 years ago
bd0c0ce
drm: move drm_getsarea into drm_bufs.c
by Daniel Vetter
· 11 years ago
da5cbe3
drm/gem: remove drm_gem_object_handle_unreference
by Daniel Vetter
· 11 years ago
c391162
drm/pci: remove useles #if 1
by David Herrmann
· 11 years ago
89c8233
drm/gem: simplify object initialization
by David Herrmann
· 11 years ago
23367ff
drm: rip out dev->last_checked
by Daniel Vetter
· 11 years ago
1d8d29c
drm: fold in drm_sg_alloc into the ioctl
by Daniel Vetter
· 11 years ago
81e9569
drm/radeon: remove DRIVER_HAS_DMA/SG/PCI_DMA from the kms driver
by Daniel Vetter
· 11 years ago
4cb4ea3
drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SG
by Daniel Vetter
· 11 years ago
494f38e
drm: kill dev->buf_readers and dev->buf_writers
by Daniel Vetter
· 11 years ago
5379dc0
drm/radoen: kill radeon_dma_ioctl_kms
by Daniel Vetter
· 11 years ago
c7e00b6
drm: kill dev->ctx_start and dev->lck_start
by Daniel Vetter
· 11 years ago
c78d753
drm: kill dev->interrupt_flag and dev->dma_flag
by Daniel Vetter
· 11 years ago
a17800c
drm: remove dev->last_switch
by Daniel Vetter
· 11 years ago
3dadef6
drm: kill dev->context_wait
by Daniel Vetter
· 11 years ago
492d774
drm: remove drm_modctx ioctl and use drm_noop instead
by Daniel Vetter
· 11 years ago
e13af9a
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
ee114b9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
4b8b8a4
Merge tag 'md-3.11-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
0a693ab
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
7a62711
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
5d88d15
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
3f334c2
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 11 years ago
c66bce9
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
3668f0d
Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-fixes
by Dave Airlie
· 11 years ago
30bc9b5
md/raid1: fix bio handling problems in process_checks()
by NeilBrown
· 11 years ago
5024c29
md: Remove recent change which allows devices to skip recovery.
by NeilBrown
· 11 years ago
7bb23c4
md/raid10: fix two problems with RAID10 resync.
by NeilBrown
· 11 years ago
fb328d7
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
by Dave Airlie
· 11 years ago
444bddc
drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)
by Alex Deucher
· 11 years ago
61f98b0
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
f90555c
drm/radeon/dpm/atom: fix broken gcc harder
by Alex Deucher
· 11 years ago
48fa04c
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
by Andre Heider
· 11 years ago
77c7d50
drm/radeon/dpm: fix atom vram table parsing
by Alex Deucher
· 11 years ago
1fa4252
drm/radeon: fix an endian bug in atom table parsing
by Alex Deucher
· 11 years ago
1294d4a
drm/radeon: add a module parameter to disable aspm
by Alex Deucher
· 11 years ago
ffb4040
drm/rcar-du: Use the GEM PRIME helpers
by Laurent Pinchart
· 11 years ago
58cbd3a
drm/shmobile: Use the GEM PRIME helpers
by Laurent Pinchart
· 11 years ago
256ca9c
ALSA: seq-oss: Initialize MIDI clients asynchronously
by Takashi Iwai
· 11 years ago
08801f9
driver-core: fix new kernel-doc warning in base/platform.c
by Randy Dunlap
· 11 years ago
c0d15cc
linked-list: Remove __list_for_each
by Dave Jones
· 11 years ago
6bd2cab
Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danvet/drm-intel
by Dave Airlie
· 11 years ago
4df05f3
x86: Make sure IDT is page aligned
by Kees Cook
· 11 years ago
aa01aa3
sysfs: use file mode defines from stat.h
by Oliver Schinagl
· 11 years ago
3493f69
sysfs: add more helper macro's for (bin_)attribute(_groups)
by Oliver Schinagl
· 11 years ago
d05a6f9
driver core: add default groups to struct class
by Greg Kroah-Hartman
· 11 years ago
39ef311
driver core: Introduce device_create_groups
by Guenter Roeck
· 11 years ago
388a8c3
sysfs: prevent warning when only using binary attributes
by Oliver Schinagl
· 11 years ago
6ab9cea
sysfs: add support for binary attributes in groups
by Greg Kroah-Hartman
· 11 years ago
ced321b
driver core: device.h: add RW and RO attribute macros
by Greg Kroah-Hartman
· 11 years ago
e4b6360
sysfs.h: add BIN_ATTR macro
by Greg Kroah-Hartman
· 11 years ago
f2f37f5
sysfs.h: add ATTRIBUTE_GROUPS() macro
by Greg Kroah-Hartman
· 11 years ago
b9b3259
sysfs.h: add __ATTR_RW() macro
by Greg Kroah-Hartman
· 11 years ago
16fc5bc
smp: blackfin: fix check error, using atomic_ops to handle atomic_t type
by Steven Miao
· 11 years ago
d52392b
ALSA: hda - Add new GPU codec ID to snd-hda
by Aaron Plattner
· 11 years ago
d1ce3d5
uvesafb: Really allow mtrr being 0, as documented and warn()ed
by Sylvain 'ythier' Hitier
· 11 years ago
d4639eb
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
by Dave Airlie
· 11 years ago
f2ec26a
Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 11 years ago
f5f28b8
Merge tag 'spi-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 11 years ago
5ff560f
x86, suspend: Handle CPUs which fail to #GP on RDMSR
by H. Peter Anvin
· 11 years ago
86f0b5b
staging: line6: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
e6355ad
[media] saa7134: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
61be2b9
ASoC: s6000: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
5711857
ASoC: atmel: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
46f6c1a
ALSA: pxa2xx: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
5be1efb
ALSA: usx2y: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
9538aa4
ALSA: ua101: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
5b9ab3f
ALSA: 6fire: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
cc7282b
ALSA: atiixp: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
6047829
ALSA: asihpi: Fix unlocked snd_pcm_stop() call
by Takashi Iwai
· 11 years ago
b2781e1
svcrdma: underflow issue in decode_write_list()
by Dan Carpenter
· 11 years ago
a01c34f
radeon kms: do not flush uninitialized hotplug work
by Sergey Senozhatsky
· 11 years ago
13f69c2
drm/radeon/dpm/sumo: handle boost states properly when forcing a perf level
by Alex Deucher
· 11 years ago
1c01103
drm/radeon: align VM PTBs (Page Table Blocks) to 32K
by Alex Deucher
· 11 years ago
1abfeb0
Merge tag 'asoc-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 11 years ago
70f092a
Merge remote-tracking branch 'spi/fix/xilinx' into spi-linus
by Mark Brown
· 11 years ago
52bc441
Merge remote-tracking branch 'spi/fix/setup' into spi-linus
by Mark Brown
· 11 years ago
069e157
Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
by Mark Brown
· 11 years ago
4824b69
Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linus
by Mark Brown
· 11 years ago
1052e14
Merge remote-tracking branch 'asoc/fix/wm8978' into asoc-linus
by Mark Brown
· 11 years ago
b87b26a
Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
by Mark Brown
· 11 years ago
441c93e
Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus
by Mark Brown
· 11 years ago
39c36ad
Merge remote-tracking branch 'asoc/fix/omap' into asoc-linus
by Mark Brown
· 11 years ago
4b88460
sound: oss/vwsnd: Always define vwsnd_mutex
by Takashi Iwai
· 11 years ago
8331b9e
sound: oss/vwsnd: Add missing inclusion of linux/delay.h
by Takashi Iwai
· 11 years ago
47188d3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
0b776b0
block: delete __cpuinit usage from all block files
by Paul Gortmaker
· 11 years ago
a83048e
drivers: delete __cpuinit usage from all remaining drivers files
by Paul Gortmaker
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 11 years ago
49fb4c6
rcu: delete __cpuinit usage from all rcu files
by Paul Gortmaker
· 11 years ago
Next »