summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-042-2/+3
|\
| * [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-032-2/+3
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-042-1/+55
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-011166-28303/+46792
| |\ \ | | |/
| * | Input: cobalt buttons - separate device and driver registrationDmitry Torokhov2007-04-122-1/+55
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-044-25/+25
|\ \ \
| * | | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-024-25/+25
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-05-0430-31/+20
|\ \ \
| * | | PCI: add debug information to resource collision messageChuck Ebbert2007-05-021-2/+2
| * | | MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-025-10/+10
| * | | msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-025-0/+5
| * | | PCI: Convert to alloc_pci_dev()Michael Ellerman2007-05-021-1/+1
| * | | PCI: fix sysfs rom file creation for BIOS ROM shadowsJesse Barnes2007-05-021-1/+1
| * | | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-0217-17/+1
| |/ /
* | | m68k: export csum_partial_copy_from_userGeert Uytterhoeven2007-05-041-0/+3
* | | m68k: Mac II ADB fixesFinn Thain2007-05-041-0/+10
* | | m68k: Mac IRQ cleanupFinn Thain2007-05-044-29/+7
* | | m68k: Mac nubus IRQ fixes (plan E)Finn Thain2007-05-041-61/+80
* | | m68k: Mac IRQ prepFinn Thain2007-05-044-69/+111
* | | m68k: reverse Mac IRQ damageFinn Thain2007-05-044-6/+6
* | | m68k: Mac interrupt prioritiesFinn Thain2007-05-041-0/+6
* | | m68k: Correct number of interrupts for Sun3Sam Creasey2007-05-041-1/+1
* | | m68k: early parameter supportRoman Zippel2007-05-048-106/+77
* | | m68k: reformat various m68k filesRoman Zippel2007-05-0410-1925/+1865
* | | m68k: CROSS_COMPILE = m68k-linux-gnu-Geert Uytterhoeven2007-05-041-1/+1
* | | m68k: Atari keyboard and mouse support.Michael Schmitz2007-05-043-0/+734
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-05-041-1/+0
|\ \ \
| * | | i2c: Cleanup the includes of <linux/i2c.h>Jean Delvare2007-05-011-1/+0
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-05-046-40/+49
|\ \ \
| * | | [CPUFREQ] Report the number of processors in PowerNow-k8 correctlyMark Langsdorf2007-04-301-2/+4
| * | | [CPUFREQ] do not declare undefined functionsDavid Rientjes2007-04-301-0/+2
| * | | [CPUFREQ] cleanup kconfig optionsMike Frysinger2007-04-261-4/+15
| * | | [CPUFREQ] Longhaul - Revert Longhaul ver. 2Rafal Bilski2007-04-261-1/+1
| * | | Fix preemption warnings in speedstep-centrino.cDave Jones2007-04-261-1/+9
| * | | [CPUFREQ] Longhaul - Correct PCI codeRafaƂ Bilski2007-04-261-7/+12
| * | | [CPUFREQ] p4-clockmod: switch to rdmsr_on_cpu/wrmsr_on_cpuAlexey Dobriyan2007-04-261-25/+6
* | | | [S390] add hardware capability support (ELF_HWCAP).Martin Schwidefsky2007-05-041-0/+109
* | | | [S390] Export uaccess as non-gpl symbol.Martin Schwidefsky2007-05-041-1/+1
* | | | [S390] aes-s390 key length.Jan Glauber2007-05-041-4/+11
* | | | [S390] get rid of kprobes notifier call chain.Christoph Hellwig2007-05-042-29/+14
| |/ / |/| |
* | | power management: implement pm_ops.valid for everybodyJohannes Berg2007-04-308-53/+11
* | | rework pm_ops pm_disk_mode, kill misuseJohannes Berg2007-04-308-31/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-301-3/+0
|\ \ \
| * | | [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-281-3/+0
* | | | Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2007-04-30286-6731/+10233
|\ \ \ \
| * \ \ \ Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-30199-8403/+8074
| |\ \ \ \ | | |/ / /
| * | | | [POWERPC] Avoid putting cpu node twiceJohn Rigby2007-04-301-2/+4
| * | | | [POWERPC] Spinlock initializer cleanupThomas Gleixner2007-04-304-4/+4
| * | | | [POWERPC] ppc4xx_sgdma needs dma-mapping.hAndrew Morton2007-04-301-0/+1
| * | | | [POWERPC] arch/powerpc/sysdev/timer.c build fixSrinivasa Ds2007-04-301-0/+1
OpenPOWER on IntegriCloud