summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-1117-39/+52
|\
| * [CRYPTO] sha: Add header file for SHA definitionsJan Glauber2007-10-102-19/+15
| * [CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior2007-10-102-2/+2
| * [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-101-1/+1
| * pasemi_mac: enable iommu supportOlof Johansson2007-10-102-5/+20
| * NET_SB1250_MAC: Rename to SB1250_MACMaciej W. Rozycki2007-10-102-2/+2
| * Device tree aware EMAC driverDavid Gibson2007-10-102-2/+5
| * [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-102-2/+4
| * [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
| * [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-105-6/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-11279-3365/+10402
|\ \
| * | [MIPS] tlbex.c: Cleanup __init usage.Franck Bui-Huu2007-10-111-48/+48
| * | [MIPS] WRPPMC serial support move to platform deviceYoichi Yuasa2007-10-113-35/+81
| * | [MIPS] VPE: reimplement ELF loader.Ralf Baechle2007-10-111-34/+11
| * | [MIPS] cleanup WRPPMC include filesYoichi Yuasa2007-10-114-35/+12
| * | [MIPS] Add BUG_ON assertion for attempt to run kernel on the wrong CPU type.Franck Bui-Huu2007-10-111-0/+8
| * | [MIPS] SMP: Use ISO C struct initializer for local structs.Ralf Baechle2007-10-111-10/+13
| * | [MIPS] SMP: Kill useless casts.Ralf Baechle2007-10-111-7/+7
| * | [MIPS] Kill num_online_cpus() loops.Ralf Baechle2007-10-113-16/+25
| * | [MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle2007-10-112-40/+21
| * | [MIPS] Make facility to convert CPU types to strings generally available.Ralf Baechle2007-10-113-77/+94
| * | [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-1154-217/+225
| * | [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-1178-378/+378
| * | [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-1119-85/+85
| * | [MIPS] tlbex: Size optimize code by declaring a few functions inline.Ralf Baechle2007-10-111-4/+4
| * | [MIPS] pg-r4k.c: Dump the generated codeMaciej W. Rozycki2007-10-111-0/+20
| * | [MIPS] Cobalt: Remove cobalt_machine_power_off()Yoichi Yuasa2007-10-112-11/+1
| * | [MIPS] Cobalt: Move reset port definition to arch/mips/cobalt/reset.cYoichi Yuasa2007-10-111-2/+6
| * | [MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.cYoichi Yuasa2007-10-111-5/+4
| * | [MIPS] Cobalt: Move PCI definitions to arch/mips/pci/fixup-cobalt.c.Yoichi Yuasa2007-10-111-0/+17
| * | [MIPS] MTX1: Add defconfig fileFlorian Fainelli2007-10-111-0/+3115
| * | [MIPS] Cobalt: Add LED support to cobalt_defconfigYoichi Yuasa2007-10-111-3/+20
| * | [MIPS] Cobalt: Add Qube series front LED support to platform registerYoichi Yuasa2007-10-111-1/+7
| * | [MIPS] Cobalt: Add Cobalt Raq LED platform register and power off triggerYoichi Yuasa2007-10-113-9/+71
| * | [MIPS] Avoid indexed cacheops.Ralf Baechle2007-10-111-46/+28
| * | [MIPS] Don't abort the build process if '-msym32' isn't supportedFranck Bui-Huu2007-10-111-1/+3
| * | [MIPS] Clockevent driver for BCM1480Ralf Baechle2007-10-111-25/+80
| * | [MIPS] Clockevent driver for BCM1250Ralf Baechle2007-10-111-21/+160
| * | [MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle2007-10-119-5/+250
| * | [MIPS] IP27: Add clocksource driversRalf Baechle2007-10-111-3/+11
| * | [MIPS] Jazz clockevent driverRalf Baechle2007-10-112-7/+48
| * | [MIPS] Dyntick support for SMTC:Ralf Baechle2007-10-114-49/+134
| * | [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-1117-194/+202
| * | [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-1110-284/+80
| * | [MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle2007-10-116-56/+14
| * | [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-1142-199/+110
| * | [MIPS] Use generic NTP code for all MIPS platformsRalf Baechle2007-10-113-38/+8
| * | [MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.Ahmed S. Darwish2007-10-111-1/+1
| * | [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-1127-57/+1
| * | [MIPS] ARC: Convert mach_table[] to ISO C initializers.Ralf Baechle2007-10-111-40/+48
OpenPOWER on IntegriCloud