summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-0510-34/+20
|\
| * Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-044639-297383/+248126
| |\
| * | frv: clean up arch/frv/MakefileSam Ravnborg2010-08-031-20/+2
| * | kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg2010-08-032-3/+3
| * | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-039-11/+15
* | | Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-0518-67/+526
|\ \ \
| * \ \ Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-0416-23/+416
| |\ \ \
| | * | | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-296-2/+14
| | * | | support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge2010-07-271-1/+1
| | * | | xen/pvhvm: fix build problem when !CONFIG_XENJeremy Fitzhardinge2010-07-261-0/+2
| | * | | x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini2010-07-263-0/+35
| | * | | x86: Unplug emulated disks and nics.Stefano Stabellini2010-07-264-1/+138
| | * | | x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini2010-07-264-22/+63
| | * | | xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini2010-07-223-6/+25
| | * | | x86/xen: event channels delivery on HVM.Sheng Yang2010-07-225-0/+39
| | * | | x86: early PV on HVM features initialization.Sheng Yang2010-07-223-0/+102
| | * | | xen: Add support for HVM hypercalls.Jeremy Fitzhardinge2010-07-221-0/+6
| * | | | Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge2010-08-045-45/+111
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2010-08-042-4/+3
| | * | | Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile2010-08-043-0/+24
| | * | | xen: support large numbers of CPUs with vcpu info placementMukesh Rathor2010-08-041-4/+17
| | * | | xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2010-08-042-40/+1
| | * | | xen: make sure pages are really part of domain before freeingJeremy Fitzhardinge2010-07-201-21/+38
| | * | | xen: release unused free memoryMiroslav Rezanina2010-07-202-1/+53
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-05120-898/+7814
|\ \ \ \ \
| * \ \ \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-08-0535-186/+3184
| |\ \ \ \ \
| | * | | | | powerpc/8xx: Add support for the MPC8xx based boards from TQCHeiko Schocher2010-08-045-0/+1269
| | * | | | | powerpc/85xx: Introduce support for the Freescale P1022DS reference boardTimur Tabi2010-08-046-44/+814
| | * | | | | powerpc/85xx: Adding DTS for the STx GP3-SSA MPC8555 boardBradley Hughes2010-08-041-0/+380
| | * | | | | powerpc/85xx: Change deprecated binding for 85xx-based boardsBradley Hughes2010-08-047-14/+14
| | * | | | | powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridgeDmitry Eremin-Solenikov2010-08-041-0/+21
| | * | | | | powerpc/tqm85xx: update PCI interrupt-map attributeDmitry Eremin-Solenikov2010-08-046-6/+48
| | * | | | | powerpc/mpc8308rdb: support for MPC8308RDB board from FreescaleIlya Yanok2010-08-044-0/+406
| | * | | | | powerpc/fsl_pci: add quirk for mpc8308 pcie bridgeIlya Yanok2010-08-041-0/+1
| | * | | | | powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-129/+143
| | * | | | | powerpc/85xx: Fix booting for P1021MDS boardsAnton Vorontsov2010-08-042-6/+38
| | * | | | | powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-8/+8
| | * | | | | powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock2010-08-022-5/+68
| * | | | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-04285-194719/+2331
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | powerpc/5121: shared DIU framebuffer supportAnatolij Gustschin2010-08-016-0/+323
| | * | | | | powerpc/512x: add clock structure for Video-IN (VIU) unitAnatolij Gustschin2010-08-011-0/+18
| | * | | | | powerpc/5121: add initial support for PDM360NG boardAnatolij Gustschin2010-08-014-0/+547
| | * | | | | powerpc/512x: Group mpc512x board's selection menuAnatolij Gustschin2010-08-011-9/+4
| * | | | | | powerpc/kexec: Fix orphaned offline CPUs across kexecMatt Evans2010-07-311-1/+25
| * | | | | | powerpc/kexec: Add to and tidy debug/comments in machine_kexec64.cMatt Evans2010-07-311-5/+24
| * | | | | | powerpc: Print decimal values in prom_init.cMichael Neuling2010-07-311-9/+35
| * | | | | | powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings2010-07-311-0/+1
| * | | | | | powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt2010-07-311-1/+5
| * | | | | | powerpc/pseries: Increase cpu die timeoutBenjamin Herrenschmidt2010-07-311-2/+2
| * | | | | | powerpc/smp: remove the incorrect decrementer initial codes for APTiejun Chen2010-07-311-8/+0
OpenPOWER on IntegriCloud