index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2010-08-28
4
-30
/
+29
|
\
|
*
Input: sysrq - drop tty argument form handle_sysrq()
Dmitry Torokhov
2010-08-21
4
-9
/
+8
|
*
Input: sysrq - drop tty argument from sysrq ops handlers
Dmitry Torokhov
2010-08-19
1
-21
/
+21
*
|
synclink: add mutex_unlock() on error path
Dan Carpenter
2010-08-23
1
-1
/
+3
*
|
rocket: add a mutex_unlock()
Dan Carpenter
2010-08-23
1
-0
/
+1
*
|
ip2: return -EFAULT on copy_to_user errors
Dan Carpenter
2010-08-23
1
-0
/
+2
*
|
ip2: remove unneeded NULL check
Dan Carpenter
2010-08-23
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
2010-08-22
2
-9
/
+18
|
\
\
|
*
|
drm/i915,intel_agp: Add support for Sandybridge D0
Zhenyu Wang
2010-08-21
2
-0
/
+3
|
*
|
agp/intel: set 40-bit dma mask on Sandybridge
Zhenyu Wang
2010-08-21
1
-9
/
+15
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-18
2
-31
/
+65
|
\
\
\
|
*
|
|
tty: fix fu_list abuse
Nick Piggin
2010-08-18
2
-35
/
+55
|
*
|
|
fs: cleanup files_lock locking
Nick Piggin
2010-08-18
2
-9
/
+23
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-18
1
-0
/
+1
|
\
\
\
|
*
|
|
of: Fix missing includes
Grant Likely
2010-08-16
1
-0
/
+1
|
|
/
/
*
|
|
vt,console,kdb: preserve console_blanked while in kdb
Jason Wessel
2010-08-16
1
-0
/
+3
*
|
|
vt: fix regression warnings from KMS merge
Jason Wessel
2010-08-16
1
-4
/
+4
|
/
/
*
|
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2010-08-12
2
-17
/
+34
|
\
\
|
*
|
param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme
Rusty Russell
2010-08-11
1
-15
/
+27
|
*
|
Add param ops struct for hvc_iucv driver.
Sachin Sant
2010-08-11
1
-2
/
+7
*
|
|
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-12
6
-10
/
+10
|
\
\
\
|
*
|
|
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
6
-10
/
+10
*
|
|
|
pc8736x_gpio: depends on X86_32
Randy Dunlap
2010-08-12
1
-1
/
+1
*
|
|
|
kfifo: fix kfifo miss use of nozami.c
Stefani Seibold
2010-08-11
1
-2
/
+1
*
|
|
|
drivers/char/n_gsm.c: add missing spin_unlock_irqrestore
Julia Lawall
2010-08-11
1
-1
/
+1
*
|
|
|
ipmi: print info for spmi and smbios paths like acpi and pci
Yinghai Lu
2010-08-11
1
-1
/
+11
*
|
|
|
ipmi: fix memleaking for add_smi when duplicating happen
Yinghai Lu
2010-08-11
1
-7
/
+28
*
|
|
|
drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...
Justin P. Mattock
2010-08-11
1
-8
/
+2
|
|
/
/
|
/
|
|
*
|
|
Char: nozomi, set tty->driver_data appropriately
Jiri Slaby
2010-08-10
1
-1
/
+2
*
|
|
Char: nozomi, fix tty->count counting
Jiri Slaby
2010-08-10
1
-0
/
+1
*
|
|
mxser: remove unnesesary NULL check
Kulikov Vasiliy
2010-08-10
1
-1
/
+1
*
|
|
tty_io: remove casts from void*
Kulikov Vasiliy
2010-08-10
1
-6
/
+6
*
|
|
tty: avoid recursive BTM in pty_close
Arnd Bergmann
2010-08-10
2
-13
/
+15
*
|
|
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
2010-08-10
8
-1
/
+19
*
|
|
tty: implement BTM as mutex instead of BKL
Arnd Bergmann
2010-08-10
2
-0
/
+48
*
|
|
tty: remove tty_lock_nested
Arnd Bergmann
2010-08-10
4
-26
/
+24
*
|
|
tty: untangle locking of wait_until_sent
Arnd Bergmann
2010-08-10
1
-2
/
+9
*
|
|
tty: reorder ldisc locking
Arnd Bergmann
2010-08-10
2
-6
/
+27
*
|
|
tty: introduce wait_event_interruptible_tty
Arnd Bergmann
2010-08-10
5
-8
/
+15
*
|
|
tty: never hold BTM while getting tty_mutex
Arnd Bergmann
2010-08-10
2
-19
/
+17
*
|
|
tty: replace BKL with a new tty_lock
Arnd Bergmann
2010-08-10
12
-104
/
+119
*
|
|
tty: Move the vt_tty field from the vc_data into the standard tty_port
Alan Cox
2010-08-10
3
-11
/
+11
*
|
|
tty: Make vt's have a tty_port
Alan Cox
2010-08-10
1
-0
/
+2
*
|
|
vc: Locking clean up
Alan Cox
2010-08-10
2
-3
/
+8
*
|
|
synclink: reworking locking a bit
Alan Cox
2010-08-10
2
-2
/
+19
*
|
|
specialix: Kill the BKL
Alan Cox
2010-08-10
1
-6
/
+5
*
|
|
epca: Kill the big kernel lock
Alan Cox
2010-08-10
1
-3
/
+1
*
|
|
cyclades: Kill off BKL usage
Alan Cox
2010-08-10
1
-11
/
+9
*
|
|
synclink: kill the big kernel lock
Alan Cox
2010-08-10
3
-73
/
+56
*
|
|
rocket: kill BKL
Alan Cox
2010-08-10
1
-9
/
+19
[next]