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