index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-30
HID: hid-multitouch: add support for new Hanvon panels
Benjamin Tissoires
3
-0
/
+9
2011-11-30
HID: multitouch: merge quanta driver into hid-multitouch
Benjamin Tissoires
5
-273
/
+23
2011-11-23
HID: multitouch: correct eGalax a001 protocol
Benjamin Tissoires
1
-1
/
+8
2011-11-23
HID: multitouch: add support for the MSI Windpad 110W
Benjamin Tissoires
2
-0
/
+4
2011-11-23
HID: multitouch: Add egalax ID for Acer Iconia W500
Marek Vasut
3
-0
/
+5
2011-11-23
HID: multitouch: cleanup with eGalax PID definitions
Benjamin Tissoires
3
-24
/
+24
2011-11-23
HID: multitouch: remove .maxcontacts field for eGalax
Benjamin Tissoires
1
-1
/
+0
2011-11-23
HID: multitouch: cleanup eGalax quirks
Benjamin Tissoires
1
-10
/
+7
2011-11-23
HID: multitouch: create sysfs attribute to control quirks from user-space
Benjamin Tissoires
2
-18
/
+68
2011-11-23
HID: hid-multitouch - add another eGalax id
Chris Bagwell
3
-0
/
+5
2011-11-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-52
/
+33
2011-11-03
Revert "perf: Add PM notifiers to fix CPU hotplug races"
Linus Torvalds
1
-95
/
+2
2011-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dm
Linus Torvalds
42
-37
/
+12079
2011-11-02
Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-0
/
+30
2011-11-02
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
11
-525
/
+2671
2011-11-02
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2011-11-02
Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
Linus Torvalds
9
-9
/
+19
2011-11-02
Merge branch 'akpm' (Andrew's incoming - part two)
Linus Torvalds
70
-1035
/
+4909
2011-11-02
memcg: replace ss->id_lock with a rwlock
Andrew Bresticker
2
-10
/
+10
2011-11-02
aio: allocate kiocbs in batches
Jeff Moyer
2
-29
/
+108
2011-11-02
drivers/misc/vmw_balloon.c: fix typo in code comment
Rakib Mullick
1
-1
/
+1
2011-11-02
drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...
Rakib Mullick
1
-1
/
+1
2011-11-02
w1: disable irqs in critical section
Jan Weitzel
1
-0
/
+5
2011-11-02
drivers/w1/w1_int.c: multiple masters used same init_name
Florian Faber
1
-0
/
+1
2011-11-02
drivers/power/ds2780_battery.c: fix deadlock upon insertion and removal
Clifton Barnes
1
-0
/
+9
2011-11-02
drivers/power/ds2780_battery.c: add a nolock function to w1 interface
Clifton Barnes
2
-13
/
+37
2011-11-02
drivers/power/ds2780_battery.c: create central point for calling w1 interface
Clifton Barnes
1
-35
/
+42
2011-11-02
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it
Jonathan Cameron
2
-84
/
+12
2011-11-02
pps gpio client: add missing dependency
Heiko Carstens
1
-1
/
+1
2011-11-02
pps: new client driver using GPIO
James Nuss
4
-0
/
+269
2011-11-02
pps: default echo function
James Nuss
3
-28
/
+13
2011-11-02
include/linux/dma-mapping.h: add dma_zalloc_coherent()
Andrew Morton
2
-0
/
+17
2011-11-02
sysctl: make CONFIG_SYSCTL_SYSCALL default to n
WANG Cong
2
-37
/
+2
2011-11-02
sysctl: add support for poll()
Lucas De Marchi
5
-0
/
+108
2011-11-02
RapidIO: documentation update
Alexandre Bounine
1
-1
/
+1
2011-11-02
drivers/net/rionet.c: fix ethernet address macros for LE platforms
Alexandre Bounine
1
-2
/
+2
2011-11-02
RapidIO: fix potential null deref in rio_setup_device()
Alexandre Bounine
1
-1
/
+1
2011-11-02
RapidIO: add mport driver for Tsi721 bridge
Alexandre Bounine
8
-2
/
+3196
2011-11-02
arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po...
Liu Gang
1
-0
/
+1
2011-11-02
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...
Liu Gang
1
-2
/
+2
2011-11-02
init: add root=PARTUUID=UUID/PARTNROFF=%d support
Will Drewry
1
-5
/
+43
2011-11-02
include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled
Manfred Spraul
1
-2
/
+7
2011-11-02
ipc/sem.c: remove private structures from public header file
Manfred Spraul
2
-42
/
+46
2011-11-02
ipc/sem.c: handle spurious wakeups
Manfred Spraul
1
-0
/
+9
2011-11-02
ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)
Manfred Spraul
1
-1
/
+0
2011-11-02
ida: make ida_simple_get/put() IRQ safe
Tejun Heo
1
-4
/
+7
2011-11-02
proc: fix races against execve() of /proc/PID/fd**
Vasiliy Kulikov
1
-43
/
+103
2011-11-02
procfs: report EISDIR when reading sysctl dirs in proc
Pavel Emelyanov
1
-0
/
+1
2011-11-02
cpusets: avoid looping when storing to mems_allowed if one node remains set
David Rientjes
1
-3
/
+6
2011-11-02
mm/page_cgroup.c: quiet sparse noise
H Hartley Sweeten
1
-1
/
+1
[next]