Age | Commit message (Expand) | Author | Files | Lines |
2005-07-25 | [TG3]: add 5780 basic support | Michael Chan | 2 | -5/+51 |
2005-07-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2005-07-25 | [SPARC]: Fix __KERNEL_SYSCALLS__ defining in envctrl.c and bbc_envctrl.c | David S. Miller | 2 | -2/+4 |
2005-07-25 | [SPARC]: sbus/vfc_i2c: remove sleep_on() usage | Nishanth Aravamudan | 1 | -3/+5 |
2005-07-25 | [SPARC]: sbus/envctrl: replace schedule_timeout() with msleep_interruptible() | Nishanth Aravamudan | 1 | -5/+2 |
2005-07-25 | [SPARC]: sbus/aurora: replace schedule_timeout() with msleep_interruptible() | Nishanth Aravamudan | 1 | -4/+2 |
2005-07-25 | [SPARC]: Remvoe APM_RTC_IS_GMT from config. | Adrian Bunk | 1 | -14/+0 |
2005-07-25 | [W1]: Do not use NFLOG netlink number. | David S. Miller | 1 | -1/+1 |
2005-07-24 | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 4 | -108/+31 |
2005-07-24 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -7/+8 |
2005-07-23 | /home/lenb/linux-2.6 branch 'acpi-2.6.12' | Luming Yu | 1 | -14/+3 |
2005-07-23 | ACPI: delete unnecessary EC console messages | Luming Yu | 1 | -14/+3 |
2005-07-23 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 15 | -77/+119 |
2005-07-22 | [PATCH] Serial: No need to check for priv != NULL in remove_one | Russell King | 1 | -20/+17 |
2005-07-22 | [EQL]: Proper num_slaves decrement | Loic Le Loarer | 1 | -8/+8 |
2005-07-20 | [ATM]: zatm: mailbox converted to pci_alloc_consistent() | Francois Romieu | 2 | -46/+62 |
2005-07-20 | [NET]: NETCONSOLE must depend on INET | Adrian Bunk | 1 | -1/+1 |
2005-07-20 | [ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error | Duncan Sands | 1 | -6/+6 |
2005-07-20 | [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type" | Victor Fusco | 1 | -1/+3 |
2005-07-20 | [ATM]: [firestream] fix the sparse warning "implicit cast to nocast type" | Victor Fusco | 1 | -2/+4 |
2005-07-20 | [ATM]: [he] remove linux/version.h include | Olaf Hering | 1 | -1/+0 |
2005-07-20 | [ATM]: [idt77252] use time_after() macro | Marcelo Feitoza Parisi | 1 | -1/+2 |
2005-07-20 | [ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>) | Chas Williams | 1 | -1/+1 |
2005-07-19 | [NET]: Kconfig: NETCONSOLE and NETPOLL together | Randy Dunlap | 1 | -0/+16 |
2005-07-18 | [PATCH] Serial: Add support for SIIG Quartet serial card | Andrey Panin | 1 | -0/+14 |
2005-07-18 | [PATCH] ARM: 2818/1: BAST - Use platform device for SuperIO 16550s | Ben Dooks | 3 | -88/+0 |
2005-07-17 | [PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurable | Sascha Hauer | 2 | -7/+8 |
2005-07-17 | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 3 | -4/+0 |
2005-07-16 | [PATCH] Serial: Remove linux/version.h | Olaf Hering | 3 | -4/+0 |
2005-07-16 | [MTD] NAND: Fix broken bad block scan for 16 bit devices | Thomas Gleixner | 2 | -22/+20 |
2005-07-15 | [PATCH] dvb: cx88 output mode fix | Patrick Boettcher | 1 | -0/+2 |
2005-07-15 | [NET PCMCIA]: drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macro | Marcelo Feitoza Parisi | 1 | -1/+2 |
2005-07-15 | [WAN]: drivers/net/wan/: use of time_after macro | Marcelo Feitoza Parisi | 5 | -10/+15 |
2005-07-15 | [PATCH] md/raid1: clear bitmap when fullsync completes | NeilBrown | 2 | -22/+24 |
2005-07-15 | [PATCH] rocket.c: Fix ldisc ref count handling | Michal Ostrowski | 1 | -1/+2 |
2005-07-15 | [PATCH] v4l: bug fixes for tuner, cx88 and tea5767 | Mauro Carvalho Chehab | 6 | -37/+53 |
2005-07-15 | [PATCH] Fix raid0's attempt to divide by 64bit numbers | Neil Brown | 1 | -4/+4 |
2005-07-15 | [PATCH] vt.c build fix | Nishanth Aravamudan | 1 | -1/+1 |
2005-07-14 | [PATCH] Option Card driver update, Maintainer entry | Matthias Urlichs | 1 | -116/+112 |
2005-07-14 | [PATCH] ratelimit the ieee1394 IR legacy activated messages | Olaf Hering | 1 | -1/+2 |
2005-07-14 | [PATCH] dvb: LGDT3302 QAM lock bug fix | Michael Krufky | 1 | -13/+3 |
2005-07-14 | [SCSI] Redundant this_count check in sd_init_command() | Chen, Kenneth W | 1 | -3/+0 |
2005-07-14 | [SCSI] Redundant memset in scsi_alloc_sgtable | Chen, Kenneth W | 1 | -2/+0 |
2005-07-14 | [SCSI] add int_to_scsilun() function | James.Smart@Emulex.Com | 1 | -0/+32 |
2005-07-14 | [SCSI] qla2xxx: Cleanup FC remote port registration. | Andrew Vasquez | 2 | -22/+11 |
2005-07-14 | [SCSI] qla2xxx: Consolidate ISP24xx chip reset logic. | Andrew Vasquez | 2 | -47/+42 |
2005-07-14 | [SCSI] qla2xxx: Add firmware version number to qla24xx_fw_version_str(). | Andrew Vasquez | 1 | -1/+4 |
2005-07-14 | [SCSI] aacraid: Fix sgmap error | Mark Haverkamp | 1 | -1/+1 |
2005-07-14 | [SCSI] qla2xxx: Update version number to 8.01.00b5-k. | Andrew Vasquez | 1 | -3/+3 |
2005-07-14 | [SCSI] qla2xxx: Correct maximum supported lun and target-id definitions. | Andrew Vasquez | 2 | -3/+3 |