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-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
2010-08-11
riscom8: kill use of lock_kernel
Alan Cox
1
-6
/
+8
2010-08-11
istallion: use bit ops for the board flags
Alan Cox
1
-18
/
+18
2010-08-11
stallion: prune lock_kernel calls
Alan Cox
2
-17
/
+25
2010-08-11
vt/console: try harder to print output when panicing
Jesse Barnes
1
-4
/
+9
2010-08-11
tty: Add EXTPROC support for LINEMODE
hyc@symas.com
3
-9
/
+47
2010-08-11
vt: clean up the code - use kernel library
Andy Shevchenko
1
-2
/
+3
2010-08-11
n_gsm.c: removed duplicated #includes
Andrea Gelmini
1
-1
/
+0
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2010-08-10
drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned long
qiaochong
1
-1
/
+2
2010-08-10
drivers/char/vt.c: fix vc->vc_origin on take_over_console()
qiaochong
1
-1
/
+2
2010-08-10
char: add WARN_ON() in misc_deregister()
Akinobu Mita
1
-1
/
+1
2010-08-10
ipmi: fix ACPI detection with regspacing
Yinghai Lu
1
-0
/
+8
2010-08-09
Revert "hwrng: n2-drv - remove casts from void*"
Herbert Xu
1
-1
/
+1
2010-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2
-0
/
+68
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
6
-94
/
+51
2010-08-06
Fix init ordering of /dev/console vs callers of modprobe
David Howells
2
-3
/
+3
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
6
-10
/
+10
2010-08-06
Merge branch 'master' into for-linus
Chris Metcalf
14
-52
/
+220
2010-08-06
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-31
/
+106
2010-08-06
Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-0
/
+78
2010-08-06
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-2
/
+3
2010-08-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-8
/
+8
2010-08-05
vt,console,kdb: automatically set kdb LINES variable
Jason Wessel
1
-0
/
+17
2010-08-05
vt,console,kdb: implement atomic console enter/leave functions
Jesse Barnes
1
-0
/
+61
2010-08-05
ppp: make channel_ops const
stephen hemminger
1
-1
/
+1
2010-08-05
agp: intel-agp: do not use PCI resources before pci_enable_device()
Kulikov Vasiliy
1
-11
/
+11
2010-08-05
agp: efficeon-agp: do not use PCI resources before pci_enable_device()
Kulikov Vasiliy
1
-11
/
+11
2010-08-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-2
/
+2
2010-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+5
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
6
-18
/
+44
2010-08-04
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
1
-1
/
+1
2010-08-03
pcmcia: use struct resource for PCMCIA devices, part 2
Dominik Brodowski
1
-11
/
+2
[prev]
[next]