summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-224-34/+30
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+9
| * switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-203-32/+21
* | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-225-4/+4
|\ \
| * | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-094-1/+4
| * | i8253: Alpha, PowerPC: Remove unused asm/8253pit.hRalf Baechle2011-06-091-3/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-2215-15/+55
|\ \ \
| * | | perf, powerpc: Fix build borkagePeter Zijlstra2011-07-011-1/+1
| * | | perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+1
| * | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-018-0/+40
| * | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-015-12/+12
| * | | irq_work, ppc: Fix up arch hooksPeter Zijlstra2011-07-011-1/+1
* | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-228-237/+29
|\ \ \ \
| * | | | pci/of: Consolidate pci_bus_to_OF_node()Benjamin Herrenschmidt2011-06-081-5/+0
| * | | | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-081-5/+0
| * | | | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-088-235/+37
| | |/ / | |/| |
* | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-223-389/+0
|\ \ \ \
| * | | | gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely2011-07-063-389/+0
* | | | | net: Fix ppc64 BPF JIT dependencies.David S. Miller2011-07-211-1/+1
* | | | | net: filter: BPF 'JIT' compiler for PPC64Matt Evans2011-07-217-1/+1106
| |_|_|/ |/| | |
* | | | powerpc/mm: Fix memory_block_size_bytes() for non-pseriesBenjamin Herrenschmidt2011-07-121-11/+19
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-06-299-91/+102
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-295-57/+60
| * | | powerpc/rtas-rtc: remove sideeffects of printk_ratelimitChristian Dietrich2011-06-291-12/+17
| * | | powerpc/pseries: remove duplicate SCSI_BNX2_ISCSI in pseries_defconfigMichael Neuling2011-06-291-1/+0
| * | | powerpc/e500: fix breakage with fsl_rio_mcheck_exceptionScott Wood2011-06-222-18/+19
| * | | powerpc/p1022ds: fix audio-related properties in the device treeTimur Tabi2011-06-221-3/+6
* | | | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-7/+0
|/ / /
* / / rtc: fix build warnings in defconfigsWanlong Gao2011-06-152-2/+2
|/ /
* | powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt2011-06-094-32/+43
* | Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-06-093-5/+5
|\ \
| * | powerpc/85xx: fix race bug of calling request_irq after enable elbc interruptsShaohui Xie2011-06-031-3/+3
| * | powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit modeKumar Gala2011-06-021-1/+1
| * | powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not setKumar Gala2011-06-021-1/+1
* | | dtc/powerpc: remove obsolete .gitignore entriesWolfram Sang2011-06-082-4/+0
| |/ |/|
* | powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
* | Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\ \
| * | ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-271-1/+1
|\ \ \
| * \ \ Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-271-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King2011-05-261-1/+1
| | |\ \
| | * \ \ Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-1/+1
| | |\ \ \
| | | * | | dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosenGrant Likely2011-05-111-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-272-7/+0
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-242-7/+0
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-275-22/+107
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-05-275-22/+107
| |\ \ \ \ \ \
| | * | | | | | powerpc/fsl_rio: Error interrupt handler for sRIO on MPC85xxShaohui Xie2011-05-201-8/+77
| | * | | | | | powerpc/fsl_rio: move machine_check handlerShaohui Xie2011-05-203-12/+21