Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
616575c2d2460a9b7868f41901f3b0f6e1451f31
616575c
Input: ALPS - switch to using input_mt_report_finger_count
by Dmitry Torokhov
· 13 years ago
3b7e09f
Input: ALPS - add semi-MT support for v4 protocol
by George Pantalos
· 13 years ago
ae99ea5
Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driver
by Paul Parsons
· 13 years ago
6ee3dbf
Input: atmel_mxt_ts - dump each message on just 1 line
by Daniel Kurtz
· 13 years ago
822115f
Input: atmel_mxt_ts - do not read extra (checksum) byte
by Daniel Kurtz
· 13 years ago
d1ff320
Input: atmel_mxt_ts - verify object size in mxt_write_object
by Daniel Kurtz
· 13 years ago
71b3e93
Input: atmel_mxt_ts - only allow root to update firmware
by Daniel Kurtz
· 13 years ago
3a73c81
Input: atmel_mxt_ts - use CONFIG_PM_SLEEP
by Daniel Kurtz
· 13 years ago
d3132c5
Input: sentelic - report device's production serial number
by Tai-hwa Liang
· 13 years ago
9ac7b1a
Input: tl6040-vibra - Device Tree support
by Peter Ujfalusi
· 13 years ago
2872a9b
Input: evdev - properly handle read/write with count 0
by Dmitry Torokhov
· 13 years ago
dba4258
Input: evdev - properly access RCU-protected 'grab' data
by Dmitry Torokhov
· 13 years ago
f31ad40
Input: mpu3050 - set IRQF_ONESHOT when requesting the interrupt
by Stephen Warren
· 13 years ago
46f49b7
Input: serio_raw - signal EFAULT even if read/write partially succeeds
by Dmitry Torokhov
· 13 years ago
eb71d1b
Input: wacom - use dev_xxx() instead of naked printk()s and dbg()s
by Dmitry Torokhov
· 13 years ago
a882c93
Input: wacom - return proper error if usb_get_extra_descriptor() fails
by Dmitry Torokhov
· 13 years ago
0c9e300
Input: wacom - fix sparse warning
by Dmitry Torokhov
· 13 years ago
eead75a
Input: add support for DA9052/53 touch screen controller
by Ashish Jangam
· 13 years ago
df05267
Input: usbtouchscreen - only expose e2i configure option in expert mode
by Shawn Landden
· 13 years ago
41baf63
Input: usbtouchscreen - fix typo
by Shawn Landden
· 13 years ago
1963518
Input: wacom - add 0xE5 (MT device) support
by Ping Cheng
· 13 years ago
f393ee2
Input: wacom - retrieve maximum number of touch points
by Ping Cheng
· 13 years ago
482d74c
Input: aiptek - adjust error-handling code label
by Julia Lawall
· 13 years ago
3460408
Input: lpc32xx_ts - fix device tree compatible string
by Roland Stigge
· 13 years ago
f57fe78
Input: atkbd - fix language in a printed message
by Jesper Juhl
· 13 years ago
5d06647
Input: use module_pci_driver
by Axel Lin
· 13 years ago
57b8628
Merge commit 'v3.4-rc4' into next
by Dmitry Torokhov
· 13 years ago
66f75a5
Linux 3.4-rc4
by Linus Torvalds
· 13 years ago
e9a5ea1
sparc32,leon: add notify_cpu_starting()
by Yong Zhang
· 13 years ago
8f4f9d4
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
126a348
Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
8898159
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
9f24ff6
Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
486c8ab
Input: serio_raw - ensure we don't block in non-blocking read
by Dmitry Torokhov
· 13 years ago
71f3d07
Input: tc3589x-keypad - remove unnecessary checks
by Dmitry Torokhov
· 13 years ago
bcad87b
Input: cma3000-d0x - remove unneeded checks
by Dmitry Torokhov
· 13 years ago
b83643e
Input: matrix-keypad - undo GPIO setup if input_register_device fails
by Dmitry Torokhov
· 13 years ago
01111fc
Input: matrix-keypad - allocate keycodes with keypad structure
by Dmitry Torokhov
· 13 years ago
0508c19
Input: matrix-keypad - fix 'duplicate const' sparse warning
by Dmitry Torokhov
· 13 years ago
5cb727a
Input: lpc32xx_ts - add device tree support
by Roland Stigge
· 13 years ago
bfce281
kill mm argument of vm_munmap()
by Al Viro
· 13 years ago
9f3a4af
perfmon: kill some helpers and arguments
by Al Viro
· 13 years ago
936af15
aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()
by Al Viro
· 13 years ago
7c57091
mmc: core: Do not pre-claim host in suspend
by Ulf Hansson
· 13 years ago
e1631f9
mmc: dw_mmc: prevent NULL dereference for dma_ops
by Jaehoon Chung
· 13 years ago
b8915282
mmc: unbreak sdhci-esdhc-imx on i.MX25
by Eric Bénard
· 13 years ago
5ca6518
mmc: cd-gpio: Include header to pickup exported symbol prototypes
by H Hartley Sweeten
· 13 years ago
87b87a3
mmc: sdhci: refine non-removable card checking for card detection
by Daniel Drake
· 13 years ago
a99aa9b
mmc: dw_mmc: Fix switch from DMA to PIO
by Seungwon Jeon
· 13 years ago
32d317c
mmc: remove MMC bus legacy suspend/resume method
by Chuanxiao Dong
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
a46ef99
VM: add "vm_munmap()" helper function
by Linus Torvalds
· 13 years ago
4d048f9
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
by Rajendra Nayak
· 13 years ago
b6d085f
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
by Chris Ball
· 13 years ago
2830281
mmc: fixes for eMMC v4.5 sanitize operation
by Adrian Hunter
· 13 years ago
7194efb
mmc: fixes for eMMC v4.5 discard operation
by Adrian Hunter
· 13 years ago
e4eb1ff
VM: add "vm_brk()" helper function
by Linus Torvalds
· 13 years ago
3b422e9
Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 13 years ago
3a53743
Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
1cd653a
Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
c1acb0b
Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
19244ad
Revert "ACPI: ignore FADT reset-reg-sup flag"
by Linus Torvalds
· 13 years ago
b3dc627
memblock: memblock should be able to handle zero length operations
by Tejun Heo
· 13 years ago
310eb77
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 13 years ago
277b5fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
a54769c
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
73bebc8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 13 years ago
edaf6c3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 13 years ago
3d81acb
Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"
by Konrad Rzeszutek Wilk
· 13 years ago
2d5733f
USB: serial: cp210x: Fixed usb_control_msg timeout values
by Yuri Matylitski
· 13 years ago
d3a7b83
drivers/tty/amiserial.c: add missing tty_unlock
by Julia Lawall
· 13 years ago
c6f5c93
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
e631f57
[media] xc5000: support 32MHz & 31.875MHz xtal using the 41.024.5 firmware
by Michael Krufky
· 13 years ago
186bab1
xen/resume: Fix compile warnings.
by Konrad Rzeszutek Wilk
· 13 years ago
1985330
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
18311c5
[media] V4L: mt9m032: fix compilation breakage
by Guennadi Liakhovetski
· 13 years ago
9e01297
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
3066616
xen/xenbus: Add quirk to deal with misconfigured backends.
by Konrad Rzeszutek Wilk
· 13 years ago
273a50f
nouveau: Set special lane map for the right chipset
by Henrik Rydberg
· 13 years ago
c817eeb
Merge branch 'fix/cxt-stable' into fix/hda
by Takashi Iwai
· 13 years ago
d70f3632
ALSA: hda/conexant - Set up the missing docking-station pins
by Takashi Iwai
· 13 years ago
a09d431
drm/radeon: fix load detect on rn50 with hardcoded EDIDs.
by Dave Airlie
· 13 years ago
4e47e02
drm: Releasing FBs before releasing GEM objects during drm_release
by Prathyush
· 13 years ago
5799d9e
drm/nouveau/pm: don't read/write beyond end of stack buffer
by Jim Meyering
· 13 years ago
5edaad8
drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of version.h
by Marcos Paulo de Souza
· 13 years ago
dfc6ae5
radeon: fix r600/agp when vram is after AGP (v3)
by Jerome Glisse
· 13 years ago
aef6a7e
drm: fix page_flip error handling
by Joonyoung Shim
· 13 years ago
ca3649d
ALSA: hda/conexant - Don't set HP pin-control bit unconditionally
by Takashi Iwai
· 13 years ago
d6b8395
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 13 years ago
e363250
drm/radeon/kms: fix the regression of DVI connector check
by Takashi Iwai
· 13 years ago
2198edd
HID: default HID_BATTERY_STRENGTH to no
by Josh Boyer
· 13 years ago
3bc86c62
[media] V4L: DocBook: Fix typos in the multi-plane formats description
by Sylwester Nawrocki
· 13 years ago
cd90491
[media] V4L: mt9m032: fix two dead-locks
by Guennadi Liakhovetski
· 13 years ago
590b477
ALSA: workaround: change the timing of alsa_sound_last_init()
by Kuninori Morimoto
· 13 years ago
3e84319
ALSA: hda/sigmatel - Fix inverted mute LED
by Takashi Iwai
· 13 years ago
b10c6d4
drm/usb: fix module license on drm/usb layer.
by Dave Airlie
· 13 years ago
9b7f43a
memcg: fix Bad page state after replace_page_cache
by Hugh Dickins
· 13 years ago
118cb4a
ALSA: hda/realtek - Fix regression on Quanta/Gericom KN1
by Takashi Iwai
· 13 years ago
6842d4c
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
by Olof Johansson
· 13 years ago
ea53671
Merge branch 'fixes-for-arm-soc-20120416' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixes
by Olof Johansson
· 13 years ago
Next »