aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| * | | | | | ARM: at91: make rstc soc independentJean-Christophe PLAGNIOL-VILLARD2012-01-20
| * | | | | | ARM: at91: introduce AT91_SAM9_ALT_RESET to select the at91sam9 alternative r...Jean-Christophe PLAGNIOL-VILLARD2012-01-20
| * | | | | | ARM: at91: merge at91cap9_ddrsdr.h in at91sam9_ddrsdr.hJean-Christophe PLAGNIOL-VILLARD2012-01-20
| * | | | | | ARM: at91: fix cap9 ddrsdr registerJean-Christophe PLAGNIOL-VILLARD2012-01-20
| * | | | | | ARM/USB: at91/ohci-at91: rename vbus_pin_inverted to vbus_pin_active_lowJean-Christophe PLAGNIOL-VILLARD2012-01-20
| * | | | | | ARM: at91: fix at91rm9200 soc subtype handlingNicolas Ferre2012-01-20
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-01-26
|\ \ \ \ \ \
| * | | | | | sparc32: forced setting of mode of sun4m per-cpu timersTkhai Kirill2012-01-10
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-26
|\ \ \ \ \ \ \
| * | | | | | | x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-01-26
| * | | | | | | x86/amd: Add missing feature flag for fam15h models 10h-1fh processorsAndreas Herrmann2012-01-26
| * | | | | | | x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl2012-01-26
| * | | | | | | x86/numachip: Drop unnecessary conflict with EDACDaniel J Blueman2012-01-26
| * | | | | | | x86/uv: Fix uninitialized spinlocksCliff Wickman2012-01-26
| * | | | | | | x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-01-26
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab2012-01-22
| * | | | | | | m68k/irq: Remove obsolete IRQ_FLG_* definitionsGeert Uytterhoeven2012-01-22
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-01-25
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc: Fix build on some non-freescale platformsBenjamin Herrenschmidt2012-01-24
| * | | | | | | | powerpc/powernv: Fix PCI resource handlingBenjamin Herrenschmidt2012-01-24
| * | | | | | | | powerpc/crash: Fix build error without SMPChristian Kujau2012-01-24
| * | | | | | | | powerpc/cpuidle: Make it a bool, not a tristateDeepthi Dharwar2012-01-24
| * | | | | | | | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-01-24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | powerpc/85xx: Add dr_mode property in USB nodesRamneek Mehresh2012-01-18
| | * | | | | | | | powerpc/85xx: Enable USB2 controller node for P1020RDBRamneek Mehresh2012-01-18
| | * | | | | | | | powerpc/85xx: Fix cmd12 bug and add the chip compatible for eSDHCJerry Huang2012-01-18
| | * | | | | | | | arch/powerpc/sysdev/fsl_pci.c: add missing iounmapJulia Lawall2012-01-17
| | * | | | | | | | powerpc: fix compile error with 85xx/p1022_ds.cMichael Neuling2012-01-17
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | net: bpf_jit: fix divide by 0 generationEric Dumazet2012-01-18
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'arm-soc-imx-move' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM i.MX: Update defconfigSascha Hauer2011-11-16
| * | | | | | | | | ARM i.MX: Merge i.MX5 support into mach-imxSascha Hauer2011-11-16
| * | | | | | | | | ARM i.MX5: remove unnecessary includes from board filesSascha Hauer2011-11-10
* | | | | | | | | | score: fix off-by-one index into syscall tableDan Rosenberg2012-01-23
* | | | | | | | | | kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu2012-01-23
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | | | |
| \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | * | | | | | | | x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-19
| | | * | | | | | | | Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-19
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-17
| | | * | | | | | | | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-17
| | | * | | | | | | | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-17
| | | * | | | | | | | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-17
| | | * | | | | | | | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-17
| | | * | | | | | | | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-17
| | | * | | | | | | | x86/UV2: Work around BAU bugCliff Wickman2012-01-17
| | | * | | | | | | | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-17
| | | * | | | | | | | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-17
| | | * | | | | | | | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-16