| Commit message (Expand) | Author | Age |
* | [ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kcon... | Robert P. J. Day | 2007-07-18 |
* | [ATM]: [drivers] ioremap balanced with iounmap | Amol Lad | 2007-07-18 |
* | [ATM]: [lanai] sram_test_word() must be __devinit | Adrian Bunk | 2007-07-18 |
* | [ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro. | Robert P. J. Day | 2007-07-18 |
* | [ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS. | Robert P. J. Day | 2007-07-18 |
* | [ATM]: Replacing kmalloc/memset combination with kzalloc. | vignesh babu | 2007-07-18 |
* | [NET]: gen_estimator deadlock fix | Ranko Zivojnovic | 2007-07-18 |
* | [BNX2]: Update version to 1.6.3. | Michael Chan | 2007-07-18 |
* | [BNX2]: Use constants for stats ticks. | Michael Chan | 2007-07-18 |
* | [BNX2]: Add delay before reading firmware version. | Michael Chan | 2007-07-18 |
* | [BNX2]: Support NVRAM on 5709. | Michael Chan | 2007-07-18 |
* | slob: Kill off duplicate kzalloc() definition. | Paul Mundt | 2007-07-17 |
* | Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changes | Linus Torvalds | 2007-07-17 |
* | Make the "z/VM unit record device driver" depend on S390 | Linus Torvalds | 2007-07-17 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-07-17 |
|\ |
|
| * | [S390] Fix broken logic, SIGA flags must be bitwise ORed | Jan Glauber | 2007-07-17 |
| * | [S390] cio: Dont print trailing \0 in modalias_show(). | Cornelia Huck | 2007-07-17 |
| * | [S390] Simplify stack trace. | Heiko Carstens | 2007-07-17 |
| * | [S390] z/VM unit record device driver | Frank Munzert | 2007-07-17 |
| * | [S390] vmcp cleanup | Christian Borntraeger | 2007-07-17 |
| * | [S390] qdio: output queue stall on FCP and network devices | Frank Pavlic | 2007-07-17 |
| * | [S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions. | Christian Borntraeger | 2007-07-17 |
| * | [S390] Update default configuration. | Martin Schwidefsky | 2007-07-17 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2007-07-17 |
|\ \ |
|
| * | | [WATCHDOG] at32ap700x_wdt.c - Fix compilation warnings | Wim Van Sebroeck | 2007-07-05 |
| * | | [WATCHDOG] at32ap700x_wdt.c - Add spinlock support | Wim Van Sebroeck | 2007-07-05 |
| * | | [WATCHDOG] at32ap700x_wdt.c - Add nowayout + MAGICCLOSE features | Wim Van Sebroeck | 2007-07-05 |
| * | | [WATCHDOG] at32ap700x_wdt.c - timeout module parameter patch | Wim Van Sebroeck | 2007-07-05 |
| * | | [WATCHDOG] at32ap700x_wdt.c - checkpatch.pl-0.05 clean-up's | Wim Van Sebroeck | 2007-07-05 |
| * | | [WATCHDOG] change s3c2410_wdt to using dev_() macros for output | Ben Dooks | 2007-06-17 |
| * | | [WATCHDOG] s3c2410_wdt announce initialisation | Ben Dooks | 2007-06-17 |
| * | | [WATCHDOG] at32ap700x-wdt: add iounmap if probe function fails | Hans-Christian Egtvedt | 2007-06-10 |
| * | | [WATCHDOG] at32ap700x-wdt: add missing iounmap in _remove | Hans-Christian Egtvedt | 2007-06-10 |
| * | | [WATCHDOG] watchdog-driver-for-at32ap700x-devices-fix-2 | Andrew Morton | 2007-06-10 |
| * | | [WATCHDOG] watchdog-driver-for-at32ap700x-devices-fix | Andrew Morton | 2007-06-10 |
| * | | [WATCHDOG] Watchdog driver for AT32AP700X devices | Hans-Christian Egtvedt | 2007-06-10 |
| * | | [WATCHDOG] Mixcom Watchdog - CodingStyle clean-up | Wim Van Sebroeck | 2007-06-04 |
| * | | [WATCHDOG] Mixcom Watchdog - clean-up printk's | Wim Van Sebroeck | 2007-06-04 |
| * | | [WATCHDOG] Mixcom Watchdog - clean-up printk's | Wim Van Sebroeck | 2007-06-04 |
| * | | [WATCHDOG] Mixcom Watchdog - checkcard part 2 | Wim Van Sebroeck | 2007-06-03 |
| * | | [WATCHDOG] Mixcom Watchdog - checkcard | Wim Van Sebroeck | 2007-06-03 |
| * | | [WATCHDOG] Mixcom Watchdog - get rid of port offset's | Wim Van Sebroeck | 2007-06-03 |
| * | | [WATCHDOG] Mixcom Watchdog - update "Documentation" | Wim Van Sebroeck | 2007-06-03 |
| * | | [WATCHDOG] Remove the redundant check for pwrite() in EP93XXX watchdog. | Robert P. J. Day | 2007-06-03 |
| * | | [WATCHDOG] Remove the redundant check for pwrite() in pnx4008 watchdog. | Robert P. J. Day | 2007-06-03 |
* | | | Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-07-17 |
|\ \ \ |
|
| * | | | bsg: fix missing space in version print | Jens Axboe | 2007-07-17 |
| * | | | Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG | Geert Uytterhoeven | 2007-07-17 |
| * | | | bsg: Kconfig updates | FUJITA Tomonori | 2007-07-17 |
| * | | | bsg: minor cleanup | FUJITA Tomonori | 2007-07-17 |