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
2009-06-16
[S390] pm: hvc_iucv power management callbacks
Hendrik Brueckner
1
-43
/
+161
2009-06-16
ipmi: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-2
/
+2
2009-06-16
hvcs: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-3
/
+3
2009-06-16
Driver Core: raw: add nodename for raw devices
Kay Sievers
1
-0
/
+6
2009-06-16
Driver Core: misc: add nodename support for misc devices.
Kay Sievers
2
-3
/
+13
2009-06-16
drivers/hvc: Add missing __devexit_p()
Mike Frysinger
3
-3
/
+3
2009-06-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-1
/
+1
2009-06-15
ps3flash: Always read chunks of 256 KiB, and cache them
Geert Uytterhoeven
1
-30
/
+17
2009-06-15
ps3flash: Cache the last accessed FLASH chunk
Geert Uytterhoeven
1
-105
/
+104
2009-06-15
ps3: Replace direct file operations by callback
Geert Uytterhoeven
1
-24
/
+70
2009-06-15
ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct access
Geert Uytterhoeven
1
-6
/
+6
2009-06-15
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
12
-54
/
+330
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2009-06-15
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
3
-0
/
+260
2009-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-23
/
+22
2009-06-13
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-1
/
+15
2009-06-13
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-1
/
+1
2009-06-13
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-1
/
+0
2009-06-12
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
1
-1
/
+1
2009-06-12
trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2009-06-12
virtio: handle short buffers in virtio_rng.
Rusty Russell
1
-8
/
+16
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2
-18
/
+14
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2
-3
/
+3
2009-06-12
kmemleak: Remove the kmemleak.h include in drivers/char/vt.c
Catalin Marinas
1
-1
/
+0
2009-06-12
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
31
-589
/
+1172
2009-06-12
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-0
/
+1
2009-06-12
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2009-06-11
Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+2
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2009-06-11
vt: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-6
/
+2
2009-06-11
kmemleak: Remove some of the kmemleak false positives
Catalin Marinas
1
-0
/
+7
2009-06-11
Merge branch 'serial-from-alan'
Linus Torvalds
26
-579
/
+1161
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
3
-6
/
+5
2009-06-11
moxa: prevent opening unavailable ports
Dirk Eibach
1
-0
/
+5
2009-06-11
tty: use prepare/finish_wait
Jiri Slaby
1
-4
/
+2
2009-06-11
tty: remove sleep_on
Jiri Slaby
1
-1
/
+2
2009-06-11
tty: Untangle termios and mm mutex dependencies
Alan Cox
1
-29
/
+46
2009-06-11
tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interface
Mike Frysinger
3
-0
/
+379
2009-06-11
tty: simplify buffer allocator cleanups
Alan Cox
1
-17
/
+5
2009-06-11
tty: remove buffer special casing
Alan Cox
2
-17
/
+4
2009-06-11
tty: bring ldisc into CodingStyle
Alan Cox
1
-13
/
+9
2009-06-11
tty: Move ldisc_flush
Alan Cox
2
-21
/
+21
2009-06-11
tty: rewrite the ldisc locking
Alan Cox
9
-250
/
+321
2009-06-11
tty: Extract various bits of ldisc code
Alan Cox
2
-36
/
+85
2009-06-11
tty: Fix oops when scanning the polling list for kgdb
Alan Cox
1
-6
/
+7
2009-06-11
pty: Fix a comment
Alan Cox
1
-1
/
+0
2009-06-11
tty: throttling race fix
Alan Cox
1
-0
/
+13
2009-06-11
epca: fix test_bit parameters
Jiri Slaby
1
-4
/
+5
2009-06-11
rocket: fix test_bit parameters
Jiri Slaby
1
-3
/
+3
2009-06-11
tty: cyclades, remove unused variables
Jiri Slaby
1
-6
/
+0
[prev]
[next]