| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ppc64: AC Power handling broken for desktops | Olaf Hering | 2005-10-29 | 1 | -2/+6 |
* | [PATCH] mv643xx_eth_showsram: Added information message when using the SRAM | Nicolas DET | 2005-10-29 | 1 | -0/+3 |
* | [PATCH] Add modalias for pmac network drivers | Olaf Hering | 2005-10-29 | 2 | -0/+2 |
* | [PATCH] Add modalias to macio sysfs attributes | scwhab@suse.de | 2005-10-29 | 1 | -0/+26 |
* | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses | Roland Dreier | 2005-10-29 | 2 | -4/+2 |
* | [PATCH] MPC8xx PCMCIA driver | Marcelo Tosatti | 2005-10-29 | 3 | -0/+1301 |
* | Merge in v2.6.14 by hand | Paul Mackerras | 2005-10-28 | 15 | -47/+167 |
|\ |
|
| * | [PATCH] cpufreq: SMP fix for conservative governor | Dave Jones | 2005-10-27 | 1 | -3/+3 |
| * | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-10-26 | 1 | -1/+25 |
| |\ |
|
| | * | [SERIAL] new hp diva console port | Justin Chen | 2005-10-24 | 1 | -0/+1 |
| | * | [SERIAL] support the Exsys EX-4055 4S four-port card | Bjorn Helgaas | 2005-10-24 | 1 | -1/+24 |
| * | | [PATCH] fix radeon_cp_init_ring_buffer() | Ivan Kokshaysky | 2005-10-26 | 1 | -5/+6 |
| * | | [PATCH] md: make sure mdthreads will always respond to kthread_stop | NeilBrown | 2005-10-26 | 1 | -4/+6 |
| * | | PCI: be more verbose about resource quirks | Linus Torvalds | 2005-10-25 | 1 | -13/+88 |
| * | | [PATCH] qlogic lockup fix | Andrew Morton | 2005-10-25 | 1 | -1/+2 |
| * | | [PATCH] Return the line length via sysfs for fbdev | James Simmons | 2005-10-24 | 1 | -0/+8 |
| |/ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 2005-10-23 | 5 | -8/+17 |
| |\ |
|
| | * | [SCSI] scsi_error thread exits in TASK_INTERRUPTIBLE state. | Steven Rostedt | 2005-10-19 | 1 | -0/+2 |
| | * | [SCSI] mptsas: fix phy identifiers | Christoph Hellwig | 2005-10-17 | 1 | -4/+8 |
| | * | [SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.c | Karl Magnus Kolstoe | 2005-10-17 | 1 | -0/+1 |
| | * | [SCSI] Fix leak of Scsi_Cmnds | Alan Stern | 2005-10-16 | 1 | -3/+4 |
| | * | [SCSI] FW: [PATCH] for Deadlock in transport_fc | James.Smart@Emulex.Com | 2005-10-16 | 1 | -3/+10 |
| | * | [SCSI] Fix aacraid regression | Salyzyn, Mark | 2005-10-16 | 1 | -1/+1 |
| | * | [SCSI] NCR5380: fix undefined preprocessor identifier | Randy Dunlap | 2005-10-16 | 1 | -1/+1 |
| * | | [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt() | Roland Dreier | 2005-10-23 | 1 | -10/+11 |
| * | | [PATCH] Kconfig: saa7134-dvb should not select cx22702 | Mike Krufky | 2005-10-23 | 1 | -1/+0 |
| * | | cardbus: limit IO windows to 256 bytes | Linus Torvalds | 2005-10-23 | 1 | -1/+1 |
* | | | [PATCH] ppc64: make dma_addr_t 64 bits | Stephen Rothwell | 2005-10-27 | 1 | -1/+1 |
* | | | powerpc: set the driver.owner field for all vio drivers | Stephen Rothwell | 2005-10-24 | 7 | -5/+11 |
* | | | powerpc: don't duplicate name between vio_driver and device_driver | Stephen Rothwell | 2005-10-24 | 8 | -16/+30 |
* | | | Merge changes from linux-2.6 by hand | Paul Mackerras | 2005-10-22 | 42 | -346/+286 |
|\ \ \
| |/ / |
|
| * | | [PATCH] drm: another mga bug | Dave Airlie | 2005-10-21 | 3 | -3/+4 |
| * | | [PATCH] mptsas: fix phy identifiers | Eric Moore | 2005-10-21 | 1 | -4/+8 |
| * | | [PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state. | Steven Rostedt | 2005-10-19 | 1 | -0/+2 |
| * | | [PATCH] `unaligned access' in acpi get_root_bridge_busnr() | Peter Chubb | 2005-10-19 | 1 | -4/+4 |
| * | | [PATCH] fix MGA DRM regression before 2.6.14 | Dave Airlie | 2005-10-19 | 1 | -3/+19 |
| * | | [PATCH] Three one-liners in md.c | NeilBrown | 2005-10-19 | 1 | -1/+3 |
| * | | [PATCH] raw1394: fix locking in the presence of SMP and interrupts | Andy Wingo | 2005-10-19 | 2 | -49/+57 |
| * | | [PATCH] orinoco: limit message rate | Andrew Morton | 2005-10-19 | 1 | -2/+3 |
| * | | [PATCH] vesafb: Fix display corruption on display blank | Antonino A. Daplas | 2005-10-18 | 1 | -3/+3 |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-10-18 | 1 | -0/+2 |
| |\ \ |
|
| | * | | [SERIAL] Add SupraExpress 56i support | maximilian attems | 2005-10-15 | 1 | -0/+2 |
| | |/ |
|
| * | | Add some basic .gitignore files | Linus Torvalds | 2005-10-18 | 3 | -0/+14 |
| * | | [PATCH] uniput - fix crash on SMP | Dmitry Torokhov | 2005-10-17 | 1 | -2/+2 |
| * | | [PATCH] Fix /proc/acpi/events around suspend | Pavel Machek | 2005-10-17 | 1 | -3/+2 |
| * | | [PATCH] n_r3964 mod_timer() fix | Stephan Brodkorb | 2005-10-17 | 1 | -4/+4 |
| * | | [PATCH] Fix and clean up quirk_intel_ide_combined() configuration | Jeff Garzik | 2005-10-17 | 2 | -2/+7 |
| * | | [PATCH] USB: fix bug in handling of highspeed usb HID devices | Christian Krause | 2005-10-17 | 1 | -3/+0 |
| * | | [PATCH] isp116x-hcd: fix handling of short transfers | Olav Kongas | 2005-10-17 | 1 | -1/+2 |
| * | | [PATCH] fix black/white-only svideo input in vpx3220 decoder | Ronald S. Bultje | 2005-10-17 | 1 | -0/+10 |