summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-2/+2
* ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devicesGeert Uytterhoeven2009-06-151-2/+2
* powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras2009-06-151-0/+3
* powerpc: Add compiler memory barrier to mtmsr macroPaul Mackerras2009-06-152-5/+4
* powerpc: Wire up sys_rt_tgsigqueueinfoStephen Rothwell2009-06-152-1/+3
* ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven2009-06-151-0/+8
* ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-152-3/+78
* powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven2009-06-151-0/+10
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-159-15/+29
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-138-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
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-126-1/+139
|\| | |
| * | | perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-121-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
| |\| |
| * | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-183-15/+1
| |\ \ \
| * | | | 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 commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-0810-39/+57
| |\ \ \ \ \
| * | | | | | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-061-2/+2
| * | | | | | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-061-3/+11
| * | | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-0658-927/+1295
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-042-4/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-02-261-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perfcounters: fix a few minor cleanliness issuesPaul Mackerras2009-02-261-1/+1
| * | | | | | | | | Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-263-3/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'x86/apic' into perfcounters/coreIngo Molnar2009-02-176-5/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar2009-01-217-11/+30
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Ingo Molnar2009-01-115-1/+107
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | powerpc/perf_counter: Add generic support for POWER-family PMU hardwarePaul Mackerras2009-01-101-0/+62
| | * | | | | | | | | | | powerpc: Provide a way to defer perf counter work until interrupts are enabledPaul Mackerras2009-01-092-0/+32
| | * | | | | | | | | | | powerpc/perf_counter: Add perf_counter system call on powerpcPaul Mackerras2009-01-093-1/+13
* | | | | | | | | | | | | powerpc: Add support for swiotlb on 32-bitBecky Bruce2009-06-092-0/+38
* | | | | | | | | | | | | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-093-2/+13
* | | | | | | | | | | | | powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt2009-06-091-3/+9
* | | | | | | | | | | | | powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt2009-06-091-1/+1
* | | | | | | | | | | | | powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath2009-06-091-0/+4
* | | | | | | | | | | | | powerpc/virtex: Add support for Xilinx PCI host bridgeRoderick Colenbrander2009-06-061-0/+21
* | | | | | | | | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2009-05-293-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
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |