mn10300: use generic atomic.h
[safe/jmp/linux-2.6] / arch / powerpc / kernel /
2010-05-22 Grant LikelyMerge remote branch 'origin' into secretlab/next-devicetree
2010-05-22 Grant Likelyof: Remove duplicate fields from of_platform_driver
2010-05-22 Grant Likelydrivercore: Add of_match_table to the common device...
2010-05-22 Grant Likelyarch/powerpc: Move dma_mask from of_device into pdev_ar...
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-21 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-05-21 FUJITA Tomonoripowerpc: Remove unused 'protect4gb' boot parameter
2010-05-21 Anton Blanchardpowerpc: Use smt_snooze_delay=-1 to always busy loop
2010-05-21 Anton Blanchardpowerpc: Remove check of ibm,smt-snooze-delay OF property
2010-05-21 Michael Neulingpowerpc/kdump: Fix race in kdump shutdown
2010-05-21 Michael Neulingpowerpc/kexec: Fix race in kexec shutdown
2010-05-21 Anton Blanchardpowerpc: Use more accurate limit for first segment...
2010-05-21 Anton Blanchardpowerpc/kdump: Use chip->shutdown to disable IRQs
2010-05-21 Anton Blanchardpowerpc/kdump: CPUs assume the context of the oopsing CPU
2010-05-21 Maxim Uvarovpowerpc/crashdump: Do not fail on NULL pointer derefere...
2010-05-21 Sonny Raopowerpc/pci: Check devices status property when scannin...
2010-05-21 Brian Kingpowerpc/vio: Switch VIO Bus PM to use generic helpers
2010-05-21 Milton Millerpowerpc: Use common cpu_die (fixes SMP+SUSPEND build)
2010-05-21 Michael Ellermanpowerpc/rtasd: Don't start event scan if scan rate...
2010-05-21 Jason Wesselpowerpc,kgdb: Introduce low level trap catching
2010-05-21 Jason Wesselkgdb: core changes to support kdb
2010-05-18 Grant Likelyof: eliminate of_device->node and dev_archdata->{of...
2010-05-18 Grant Likelyof: Always use 'struct device.of_node' to get device...
2010-05-18 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-05-17 Kumar Galapowerpc/fsl-booke: Move loadcam_entry back to asm code...
2010-05-17 Li Yangpowerpc/fsl-booke: Fix InstructionTLBError execute...
2010-05-17 Alexander GrafKVM: PPC: Find HTAB ourselves
2010-05-17 Alexander GrafKVM: PPC: Add KVM intercept handlers
2010-05-17 Alexander GrafPPC: Export SWITCH_FRAME_SIZE
2010-05-17 Alexander GrafKVM: PPC: Export MMU variables
2010-05-17 Alexander GrafKVM: PPC: Add SVCPU to Book3S_32
2010-05-17 Alexander GrafKVM: PPC: Use now shadowed vcpu fields
2010-05-17 Alexander GrafKVM: PPC: Use CONFIG_PPC_BOOK3S define
2010-05-17 Alexander GrafKVM: PPC: Name generic 64-bit code generic
2010-05-17 Alexander GrafKVM: PPC: Don't export Book3S symbols on BookE
2010-05-13 Benjamin HerrenschmidtMerge commit 'kumar/merge' into merge
2010-05-12 Paul Mackerraspowerpc/perf_event: Fix oops due to perf_event_do_pendi...
2010-05-11 Lin Mingperf, powerpc: Implement group scheduling transactional...
2010-05-07 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2010-05-06 Anton Blanchardpowerpc/cpumask: Update some comments
2010-05-06 Anton Blanchardpowerpc/cpumask: Dynamically allocate cpu_sibling_map...
2010-05-06 Anton Blanchardpowerpc/cpumask: Convert /proc/cpuinfo to new cpumask API
2010-05-06 Anton Blanchardpowerpc/cpumask: Refactor /proc/cpuinfo code
2010-05-06 Anton Blanchardpowerpc/cpumask: Convert fixup_irqs to new cpumask API
2010-05-06 Anton Blanchardpowerpc/cpumask: Convert smp_cpus_done to new cpumask API
2010-05-06 Anton Blanchardpowerpc/cpumask: Convert rtasd to new cpumask API
2010-05-05 Torez Smithpowerpc/4xx: Simple platform for the ISS 4xx simulator
2010-05-05 Dave Kleikamppowerpc/476: Add isync after loading mmu and debug...
2010-05-05 Dave Kleikamppowerpc/476: add machine check handler for 47x core
2010-05-05 Dave Kleikamppowerpc/47x: Base ppc476 support
2010-05-05 Dave Kleikamppowerpc/44x: break out cpu init code into stand-alone...
2010-05-05 Torez Smithpowerpc/booke: Add Stack Marking support to Booke Excep...
2010-05-04 Kumar Galapowerpc/swiotlb: Fix off by one in determining boundary...
2010-04-29 Grant Likelydriver-core: Add device node pointer to struct device
2010-04-28 Anton Blanchardpowerpc/numa: Add form 1 NUMA affinity
2010-04-25 Alexander GrafKVM: PPC: Add helpers to call FPU instructions
2010-04-07 Mahesh Salgaonkarpowerpc: Add kprobe-based event tracer
2010-04-07 Benjamin Herrenschmidtpowerpc/vio: Add power management support
2010-04-07 Anton Blanchardpowerpc/pseries: Call ibm,os-term if the ibm,extended...
2010-04-07 Julia Lawallpowerpc: Use set_cpus_allowed_ptr
2010-04-07 Julia Lawallpowerpc/vio: Add missing unlock in error path
2010-04-07 Joakim Tjernlundpowerpc/8xx: Use SPRG2 and DAR registers to stash r11...
2010-04-07 Joakim Tjernlundpowerpc/8xx: Don't touch ACCESSED when no SWAP.
2010-04-07 Joakim Tjernlundpowerpc/8xx: Avoid testing for kernel space in ITLB...
2010-04-07 Joakim Tjernlundpowerpc/8xx: Optimze TLB Miss handlers
2010-04-07 Vaidyanathan Srini... powerpc/pseries: Export data from new hcall H_EM_GET_PARMS
2010-04-07 K.Prasadpowerpc: Disable interrupts for data breakpoint exceptions
2010-04-07 Benjamin Herrenschmidtpowerpc/vio: Add modalias support
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-03 Frederic Weisbeckerperf: Always build the powerpc perf_arch_fetch_caller_r...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-26 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-19 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-03-19 FUJITA Tomonoripowerpc: Remove IOMMU_VMERGE config option
2010-03-19 FUJITA Tomonoripowerpc: Fix swiotlb to respect the boot option
2010-03-19 Márton Némethpowerpc: Do not call prink when CONFIG_PRINTK is not...
2010-03-19 Benjamin HerrenschmidtMerge commit 'kumar/merge' into merge
2010-03-18 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-18 Paul Mackerraspowerpc/perf_events: Fix call-graph recording, add...
2010-03-17 Kumar Galapowerpc/fsl-booke: Get coherent bit from PTE
2010-03-13 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-13 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-12 FUJITA Tomonoridma-mapping: powerpc: use generic pci_set_dma_mask...
2010-03-12 Christoph HellwigAdd generic sys_olduname()
2010-03-12 Christoph Hellwigimprove sys_newuname() for compat architectures
2010-03-12 Christoph HellwigAdd generic sys_ipc wrapper
2010-03-11 Peter Zijlstraperf, ppc: Fix compile error due to new cpu notifiers
2010-03-10 Peter Zijlstraperf: Rework and fix the arch CPU-hotplug hooks
2010-03-10 Peter Zijlstraperf: Provide generic perf_sample_data initialization
2010-03-09 Dave Kleikamppowerpc/booke: Fix breakpoint/watchpoint one-shot behavior
2010-03-09 Vaidyanathan Srini... powerpc: Reset kernel stack on cpu online from cede...
2010-03-09 Dave Kleikamppowerpc/booke: Fix a couple typos in the advanced ptrac...
2010-03-09 Michael Ellermanpowerpc: Dynamically allocate pacas
2010-03-09 Benjamin HerrenschmidtMerge commit 'kumar/next' into merge
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-05 Scott Woodpowerpc/perf: e500 support
2010-03-04 Scott Woodpowerpc/perf: Build callchain code regardless of hardwa...
2010-03-01 Alexander GrafKVM: PPC: Keep SRR1 flags around in shadow_msr
next