summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc: Enable MMU feature sections for inline asmMilton Miller2009-05-211-5/+20
| * | | | powerpc: Move VSX load/stores into ppc-opcode.hMichael Neuling2009-05-212-10/+13
| * | | | powerpc: Cleanup macros in ppc-opcode.hMichael Neuling2009-05-211-4/+4
| * | | | powerpc: Fix up elf_read_implies_exec() usageKumar Gala2009-05-211-2/+2
| * | | | powerpc/irq: Move get_irq() comment into headerMichael Ellerman2009-05-211-0/+4
| * | | | powerpc/pseries: CMO unused page hintingRobert Jennings2009-05-211-0/+5
| * | | | powerpc/qe: update QE Serial NumberHaiying Wang2009-05-191-1/+2
| * | | | powerpc/qe: update risc allocation for QEHaiying Wang2009-05-191-6/+12
| * | | | powerpc/86xx: clean up smp init codeKumar Gala2009-05-191-33/+0
| * | | | powerpc/cpm: Remove some cruft code and definesKumar Gala2009-05-191-4/+0
| * | | | powerpc: make dma_window_* in pci_controller struct avail on 32bBecky Bruce2009-05-191-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-128-15/+18
|\ \ \ \
| * \ \ \ asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-126-1/+139
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-112-2/+2
| * | | | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| * | | | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-112-9/+12
| * | | | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-113-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-06-121-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-06-101-0/+11
| |\ \ \ | | |/ / | |/| |
| | * | ASoC: Add a few more mpc5200 PSC definesJon Smirl2009-05-241-0/+11
* | | | perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-111-3/+0
* | | | perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras2009-06-111-0/+3
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-013-6/+30
|\ \ \ \ | |/ / /
| * | | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-272-2/+8
| * | | powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt2009-05-272-4/+22
| | |/ | |/|
* | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-183-15/+1
|\ \ \ | |/ /
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-152-5/+1
| |\ \ | | |/ | |/|
| | * powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce2009-05-151-1/+1
| | * powerpc/iseries: Fix pci breakage due to bad dma_data initializationStephen Rothwell x2009-05-151-4/+0
| * | of: make of_(un)register_platform_driver common codeGrant Likely2009-05-021-10/+0
| |/
* | perf_counter: powerpc: supply more precise information on counter overflow ev...Paul Mackerras2009-05-152-1/+15
* | perf_counter: powerpc: use u64 for event codes internallyPaul Mackerras2009-05-151-5/+5
* | perf_counter: powerpc: allow use of limited-function countersPaul Mackerras2009-04-291-1/+12
* | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-295-11/+14
|\ \ | |/
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-283-16/+2
| |\
| | * powerpc: ppc32 needs elf_read_implies_exec()Kumar Gala2009-04-281-0/+1
| | * Revert "powerpc: Add support for early tlbilx opcode"Kumar Gala2009-04-232-16/+1
| * | powerpc: Use __REF macro instead of old .text.init.refok.Tim Abbott2009-04-271-2/+3
| |/
| * powerpc/32: Don't clobber personality flags on execAndreas Schwab2009-04-221-1/+2
| * Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 into mergePaul Mackerras2009-04-221-1/+1
| |\
| | * parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpcTony Breeds2009-04-141-1/+1
| * | powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras2009-04-151-6/+6
| * | powerpc: Add support for early tlbilx opcodeKumar Gala2009-04-072-1/+16
| * | powerpc: Fix tlbilx opcodeKumar Gala2009-04-071-1/+1
| |/
* | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-0810-39/+57
|\ \ | |/
| * powerpc: Fix oops when loading modulesPaul Mackerras2009-04-071-2/+4
| * powerpc: Wire up preadv and pwritevStephen Rothwell2009-04-072-1/+6
| * powerpc/pseries: Scan for all events in rtasdAnton Blanchard2009-04-071-1/+2
| * powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard2009-04-071-1/+1
| * powerpc: Remove duplicated #include'sHuang Weiyi2009-04-071-1/+0
OpenPOWER on IntegriCloud