summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-065-60/+49
|\
| * perf, powerpc: fsl_emb: Restore setting perf_sample_data.periodScott Wood2010-08-031-0/+1
| * perf, powerpc: Convert the FSL driver to use local64_tPeter Zijlstra2010-08-031-14/+14
| * Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-029-71/+95
| |\
| * \ Merge branch 'linus' into perf/coreIngo Molnar2010-07-2160-317/+488
| |\ \
| * \ \ Merge branch 'linus' into perf/coreThomas Gleixner2010-06-2878-517/+134
| |\ \ \
| * \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1839-292/+3728
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-092-26/+12
| |\ \ \ \ \
| | * | | | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-082-26/+12
| * | | | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-17/+17
| * | | | | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
| * | | | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-3/+4
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek2010-08-051-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0654-1687/+248
|\ \ \ \ \ \ \
| * | | | | | | of/address: Clean up function declarationsGrant Likely2010-08-019-39/+21
| * | | | | | | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-302-7/+7
| * | | | | | | of: remove of_default_bus_idsJonas Bonn2010-07-243-26/+26
| * | | | | | | of: make of_find_device_by_node genericJonas Bonn2010-07-241-16/+0
| * | | | | | | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-2417-46/+47
| * | | | | | | of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-1/+1
| * | | | | | | of: remove asm/of_device.hGrant Likely2010-07-241-3/+0
| * | | | | | | of: remove asm/of_platform.hGrant Likely2010-07-242-16/+2
| * | | | | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+1
| * | | | | | | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-246-35/+3
| * | | | | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-24131-831/+581
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-192-21/+0
| * | | | | | | proc: unify PROC_DEVICETREE configAndres Salomon2010-07-061-8/+0
| * | | | | | | of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely2010-07-061-4/+0
| * | | | | | | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-061-3/+0
| * | | | | | | powerpc: turn CONFIG_OF into a selectStephen Rothwell2010-07-061-2/+3
| * | | | | | | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-061-0/+6
| * | | | | | | of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-069-14/+0
| * | | | | | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-063-21/+5
| * | | | | | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-0610-93/+75
| * | | | | | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-063-95/+1
| * | | | | | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-062-141/+1
| * | | | | | | of/device: merge of_device_ueventGrant Likely2010-07-062-52/+0
| * | | | | | | of/address: Merge all of the bus translation codeGrant Likely2010-07-062-519/+0
| * | | | | | | of/address: merge of_address_to_resource()Grant Likely2010-07-063-59/+10
| * | | | | | | of/address: merge of_iomap()Grant Likely2010-07-062-20/+1
| * | | | | | | of/irq: merge irq mapping codeGrant Likely2010-07-062-313/+0
| * | | | | | | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-063-100/+81
| * | | | | | | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-283-66/+3
| * | | | | | | of: kill struct of_deviceGrant Likely2010-06-282-13/+2
* | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-04518-8226/+25427
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-031-1/+1
* | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \