summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Assorted janitorial EEH cleanupsLinas Vepstas2007-05-103-9/+29
* [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NIDStephen Rothwell2007-05-101-4/+0
* [POWERPC] pmu_sys_suspended is only defined for PPC32Stephen Rothwell2007-05-101-1/+1
* [POWERPC] Fix incorrect calculation of I/O window addressesPaul Mackerras2007-05-101-24/+13
* [POWERPC] celleb: Update celleb_defconfigIshizaki Kou2007-05-101-44/+85
* [POWERPC] celleb: Fix parsing of machine type hack command line optionIshizaki Kou2007-05-101-1/+1
* [POWERPC] celleb: Fix PCI config space accesses to subordinate busesIshizaki Kou2007-05-101-4/+4
* [POWERPC] celleb: Fix support for multiple PCI domainsIshizaki Kou2007-05-101-0/+1
* [POWERPC] Wire up sys_utimensatStephen Rothwell2007-05-102-1/+3
* Merge branch 'linux-2.6'Paul Mackerras2007-05-10908-11802/+27475
|\
| * Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-0962-218/+11951
| |\
| | * IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier2007-05-0843-0/+11592
| | * IB: Put rlimit accounting struct in struct ib_umemRoland Dreier2007-05-082-28/+16
| | * IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-0820-202/+355
| * | Merge branch 'usb-move' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-05-0924-9/+10
| |\ \
| | * | Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-0924-9/+10
| * | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-099-31/+113
| |\ \ \
| | * | | Doc Fix: remove mention of combined mode-related kernel parametersJesse Barnes2007-05-091-8/+0
| | * | | libata: fix kernel-doc parametersRandy Dunlap2007-05-091-0/+2
| | * | | Fix pata_qdi.c probe codeSamuel Thibault2007-05-091-1/+1
| | * | | pata_scc: fix compilationAlexey Dobriyan2007-05-091-2/+2
| | * | | sata_via: add missing PM hooksTejun Heo2007-05-091-0/+8
| | * | | sata_nv: fix ADMA freeze/thaw/irq_clear issuesRobert Hancock2007-05-091-14/+78
| | * | | pata_pcmcia.c: add card ident for jvc cdromRichard Kennedy2007-05-091-0/+1
| | * | | sata_promise: SATAII-150/300 TX4 port numbering fixMikael Pettersson2007-05-091-4/+18
| | * | | sata_promise: fix another error decode regressionMikael Pettersson2007-05-091-1/+3
| | * | | libata-acpi: fix _GTF command protocol for ATAPI devicesTejun Heo2007-05-091-2/+1
| | |/ /
| * | | Revert "md: improve partition detection in md array"Linus Torvalds2007-05-094-8/+22
| * | | atl1: add netconsole supportAlexey Dobriyan2007-05-091-0/+12
| * | | Fix hang on IBM Token Ring PCMCIA card ejectionPaul Walmsley2007-05-091-5/+9
| * | | skge: default WOL should be magic only (rev2)Stephen Hemminger2007-05-091-1/+3
| * | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2007-05-098-121/+31
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XXLarry Finger2007-05-084-118/+4
| | * | [PATCH] zd1211rw: Add ID for ZyXEL AG-225H v2Daniel Drake2007-05-081-0/+1
| | * | [PATCH] zd1211rw: Add ID for Sitecom WL-117Matthew Davidson2007-05-081-0/+2
| | * | [PATCH] zd1211rw: Added new USB id for Planex GW-US54ZGLUlrich Kunitz2007-05-081-0/+1
| | * | [PATCH] ieee80211: include frequency in scan resultsLarry Finger2007-05-081-3/+5
| | * | [PATCH] ieee80211: add ieee80211_channel_to_freqLarry Finger2007-05-082-0/+18
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-05-0963-1464/+1107
| |\ \ \
| | * | | ide: fix PIO setup on resume for ATAPI devicesBartlomiej Zolnierkiewicz2007-05-101-10/+7
| | * | | ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz2007-05-104-5/+15
| | * | | ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz2007-05-1018-55/+91
| | * | | ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz2007-05-1015-26/+25
| | * | | ide: cable detection fixes (take 2)Bartlomiej Zolnierkiewicz2007-05-105-61/+40
| | * | | ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz2007-05-108-363/+378
| | * | | ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz2007-05-107-124/+203
| | * | | ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz2007-05-1013-38/+48
| | * | | ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz2007-05-1014-206/+34
| | * | | ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz2007-05-1027-574/+236
| | * | | ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz2007-05-109-60/+88
OpenPOWER on IntegriCloud