| Commit message (Expand) | Author | Age | Files | Lines |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2010-05-27 | 1 | -26/+35 |
|\ |
|
| * | m68k: amiga - Serial port platform device conversion | Geert Uytterhoeven | 2010-05-26 | 1 | -26/+35 |
* | | drivers/char/applicom.c: use memdup_user | Julia Lawall | 2010-05-27 | 1 | -8/+3 |
* | | drivers/char/ppdev.c: use kasprintf | Julia Lawall | 2010-05-27 | 1 | -3/+1 |
* | | char drivers: RAM oops/panic logger | Marco Stornelli | 2010-05-27 | 3 | -0/+170 |
* | | ipmi: handle run_to_completion properly in deliver_recv_msg() | Jiri Kosina | 2010-05-27 | 1 | -3/+8 |
* | | ipmi: update driver to use dev_printk and its constructs | Myron Stowe | 2010-05-27 | 2 | -127/+107 |
* | | ipmi: convert tracking of the ACPI device pointer to a PNP device | Myron Stowe | 2010-05-27 | 1 | -1/+1 |
* | | ipmi: change timeout and event poll to one second | Corey Minyard | 2010-05-27 | 1 | -2/+2 |
* | | ipmi: attempt to register multiple SIs of the same type | Matthew Garrett | 2010-05-27 | 1 | -7/+21 |
* | | ipmi: reduce polling | Matthew Garrett | 2010-05-27 | 1 | -7/+13 |
* | | ipmi: reduce polling when interrupts are available | Matthew Garrett | 2010-05-27 | 1 | -2/+10 |
* | | ipmi: change device discovery order | Matthew Garrett | 2010-05-27 | 1 | -11/+12 |
* | | ipmi: only register one si per bmc | Matthew Garrett | 2010-05-27 | 1 | -2/+27 |
* | | ipmi: split device discovery and registration | Matthew Garrett | 2010-05-27 | 1 | -46/+84 |
* | | ipmi: change addr_source to an enum rather than strings | Matthew Garrett | 2010-05-27 | 1 | -19/+25 |
* | | drivers/char/vt.c: use memdup_user | Julia Lawall | 2010-05-27 | 1 | -7/+3 |
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-05-26 | 1 | -10/+18 |
|\ \
| |/
|/| |
|
| * | agp: amd64, fix pci reference leaks | Jiri Slaby | 2010-05-26 | 1 | -10/+18 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-05-25 | 1 | -0/+17 |
|\ \ |
|
| * | | ARM: 6137/1: nomadik hwrng: Add clock support | Srinidhi Kasagar | 2010-05-20 | 1 | -0/+17 |
* | | | drivers: misc: pass miscdevice pointer via file private data | Samu Onkalo | 2010-05-25 | 1 | -0/+1 |
* | | | hvsi: fix messed up error checking getting state name | Phil Carmody | 2010-05-25 | 1 | -4/+2 |
* | | | hangcheck-timer: fix x86_32 bugs | Yury Polyanskiy | 2010-05-25 | 1 | -6/+14 |
* | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 12 | -57/+144 |
|\ \ \ |
|
| * | | | drivers: Push down BKL into various drivers | Arnd Bergmann | 2010-05-17 | 12 | -57/+144 |
* | | | | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 42 | -2744/+5571 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-05-21 | 2 | -326/+380 |
| |\ \ \ \ |
|
| | * | | | | drivers/char: Eliminate use after free | Julia Lawall | 2010-05-19 | 1 | -4/+4 |
| | * | | | | virtio: console: Accept console size along with resize control message | Amit Shah | 2010-05-19 | 1 | -1/+12 |
| | * | | | | virtio: console: Store each console's size in the console structure | Amit Shah | 2010-05-19 | 1 | -12/+31 |
| | * | | | | virtio: console: Resize console port 0 on config intr only if multiport is off | Amit Shah | 2010-05-19 | 1 | -7/+10 |
| | * | | | | virtio: console: Add support for nonblocking write()s | Amit Shah | 2010-05-19 | 1 | -8/+111 |
| | * | | | | virtio: console: Rename wait_is_over() to will_read_block() | Amit Shah | 2010-05-19 | 1 | -3/+3 |
| | * | | | | virtio: console: Don't always create a port 0 if using multiport | Amit Shah | 2010-05-19 | 1 | -17/+15 |
| | * | | | | virtio: console: Use a control message to add ports | Amit Shah | 2010-05-19 | 1 | -44/+33 |
| | * | | | | virtio: console: Move code around for future patches | Amit Shah | 2010-05-19 | 1 | -133/+133 |
| | * | | | | virtio: console: Remove config work handler | Amit Shah | 2010-05-19 | 1 | -63/+1 |
| | * | | | | virtio: console: Don't call hvc_remove() on unplugging console ports | Amit Shah | 2010-05-19 | 1 | -0/+11 |
| | * | | | | virtio: console: Return -EPIPE to hvc_console if we lost the connection | Amit Shah | 2010-05-19 | 1 | -2/+6 |
| | * | | | | virtio: console: Let host know of port or device add failures | Amit Shah | 2010-05-19 | 1 | -0/+5 |
| | * | | | | virtio: console: Add a __send_control_msg() that can send messages without a ... | Amit Shah | 2010-05-19 | 1 | -5/+11 |
| | * | | | | virtio: Revert "virtio: disable multiport console support." | Amit Shah | 2010-05-19 | 1 | -41/+8 |
| | * | | | | virtio-rng: use virtqueue_xxx wrappers | Michael S. Tsirkin | 2010-05-19 | 1 | -3/+3 |
| | * | | | | virtio_console: use virtqueue_xxx wrappers | Michael S. Tsirkin | 2010-05-19 | 1 | -16/+16 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-05-21 | 1 | -7/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | random: simplify fips mode | Matt Mackall | 2010-05-20 | 1 | -7/+3 |
| * | | | | | | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-05-21 | 13 | -1876/+1917 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | amd64-agp: Probe unknown AGP devices the right way | Ben Hutchings | 2010-05-19 | 1 | -12/+15 |