| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] do_SAK: don't depend on session ID 0 | Eric W. Biederman | 2006-03-28 | 1 | -3/+13 |
* | [PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info | Eric W. Biederman | 2006-03-28 | 1 | -2/+2 |
* | [PATCH] Typo fixes | Alexey Dobriyan | 2006-03-28 | 2 | -2/+2 |
* | [PATCH] nvidia-agp: use time_before_eq() | Marcelo Feitoza Parisi | 2006-03-28 | 1 | -1/+2 |
* | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 5 | -5/+5 |
* | [PATCH] synclink_gt: remove uneeded async code | Paul Fulghum | 2006-03-28 | 1 | -4/+0 |
* | [PATCH] synclink_gt add gpio feature | Paul Fulghum | 2006-03-28 | 1 | -4/+242 |
* | [PATCH] synclink: remove dead code | Paul Fulghum | 2006-03-28 | 1 | -30/+1 |
* | [PATCH] RTC subsystem: ARM cleanup | Alessandro Zummo | 2006-03-27 | 1 | -1/+1 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 3 | -7/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 3 | -10/+6 |
|\ |
|
| * | drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment | Bastien Roucaries | 2006-03-26 | 1 | -1/+1 |
| * | BUG_ON() Conversion in drivers/char | Eric Sesterhenn | 2006-03-26 | 2 | -9/+5 |
* | | [PATCH] isicom: select FW_LOADER | maximilian attems | 2006-03-26 | 1 | -0/+1 |
* | | [PATCH] tlclk: fix handling of device major | Andrew Morton | 2006-03-26 | 1 | -0/+1 |
* | | [PATCH] ipmi: Increment driver version to v39.0 | Corey Minyard | 2006-03-26 | 1 | -1/+1 |
* | | [PATCH] ipmi: add full sysfs support | Corey Minyard | 2006-03-26 | 5 | -54/+664 |
* | | [PATCH] ipmi: add generic PCI handling | Corey Minyard | 2006-03-26 | 2 | -454/+496 |
* | | [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range() | Bjorn Helgaas | 2006-03-26 | 1 | -12/+6 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2006-03-25 | 19 | -106/+103 |
|\ |
|
| * | [AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsets | Andi Kleen | 2006-03-24 | 1 | -1/+1 |
| * | [AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge | Henrik Kretzschmar | 2006-03-24 | 1 | -1/+1 |
| * | [AGPGART] ATI RS350 support. | Dave Jones | 2006-03-01 | 1 | -0/+4 |
| * | [AGPGART] Lots of CodingStyle/whitespace cleanups. | Dave Jones | 2006-02-28 | 19 | -105/+98 |
* | | [PATCH] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge | Henrik Kretzschmar | 2006-03-25 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 1 | -43/+44 |
|\ \ |
|
| * | | tabify drivers/char/Makefile | Jim Cromie | 2006-03-24 | 1 | -43/+44 |
* | | | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leak | Adrian Bunk | 2006-03-25 | 1 | -5/+7 |
* | | | [PATCH] tpm: sparc32 build fix | Andrew Morton | 2006-03-25 | 1 | -0/+1 |
* | | | [PATCH] adjust /dev/{kmem,mem,port} write handlers | Jan Beulich | 2006-03-25 | 1 | -15/+13 |
* | | | [PATCH] parport: move PP_MAJOR from ppdev.h to major.h | Rene Herman | 2006-03-25 | 1 | -1/+2 |
* | | | [PATCH] sysrq cleanup | Andrew Morton | 2006-03-25 | 1 | -135/+115 |
* | | | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 3 | -12/+12 |
* | | | [PATCH] constify tty flip buffer handling | Thomas Koeller | 2006-03-25 | 1 | -2/+2 |
* | | | [PATCH] cirrus ep93xx watchdog driver | Alessandro Zummo | 2006-03-25 | 3 | -0/+268 |
|/ / |
|
* | | [PATCH] Yet more rio cleaning (2 of 2) | Alan Cox | 2006-03-24 | 18 | -912/+265 |
* | | [PATCH] Yet more rio cleaning (1 of 2) | Alan Cox | 2006-03-24 | 15 | -524/+36 |
* | | [PATCH] rio driver rework continued #5 | Alan Cox | 2006-03-24 | 3 | -10/+2 |
* | | [PATCH] rio driver rework continued #4 | Alan Cox | 2006-03-24 | 1 | -272/+118 |
* | | [PATCH] rio driver rework continued #3 | Alan Cox | 2006-03-24 | 7 | -535/+232 |
* | | [PATCH] rio driver rework continued #2 | Alan Cox | 2006-03-24 | 4 | -154/+115 |
* | | [PATCH] rio driver rework continued #1 | Alan Cox | 2006-03-24 | 10 | -167/+118 |
* | | [PATCH] rioboot: post-Lindent | Alan Cox | 2006-03-24 | 1 | -252/+177 |
* | | [PATCH] rioboot: lindent | Alan Cox | 2006-03-24 | 1 | -811/+704 |
* | | [PATCH] rio: more header cleanup | Alan Cox | 2006-03-24 | 10 | -400/+243 |
* | | [PATCH] remove ipmi pm_power_off redefinition | Olaf Hering | 2006-03-24 | 1 | -3/+1 |
* | | [PATCH] s/;;/;/g | Alexey Dobriyan | 2006-03-24 | 4 | -4/+4 |
* | | [PATCH] remove ISA legacy functions: drivers/char/toshiba.c | Al Viro | 2006-03-24 | 1 | -15/+23 |
* | | [PATCH] kill _INLINE_ | Adrian Bunk | 2006-03-23 | 1 | -12/+6 |
* | | [PATCH] snsc kmalloc2kzalloc | Jes Sorensen | 2006-03-23 | 2 | -9/+4 |