summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-215-15/+14
|\
| * Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-0/+2
| |\
| * | arch/powerpc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-7/+7
| * | arch/powerpc/platforms/cell: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | arch/powerpc/platforms/85xx: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+0
| * | arch/powerpc/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-5/+5
| * | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-172-1/+5
| |\ \
| * | | arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-201-1/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-27/+35
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-297-5/+35
| |\ \ \ \ \
| * | | | | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
| * | | | | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-1/+1
|\ \ \ \ \ \
| * | | | | | powerpc/5200: Fix size to request_mem_region() callGrant Likely2013-02-061-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-191-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-1/+1
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-1911-19/+21
|\ \ \ \ \ \ \
| * | | | | | | sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
| * | | | | | | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-0/+1
| * | | | | | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-2710-19/+19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-193-8/+110
|\ \ \ \ \ \ \
| * | | | | | | perf/powerpc: Fix build errorSukadev Bhattiprolu2013-02-061-1/+1
| * | | | | | | perf/POWER7: Make some POWER7 events available in sysfsSukadev Bhattiprolu2013-01-312-0/+21
| * | | | | | | perf/POWER7: Make generic event translations available in sysfsSukadev Bhattiprolu2013-01-313-0/+69
| * | | | | | | perf/Power7: Use macros to identify perf eventsSukadev Bhattiprolu2013-01-311-8/+20
| |/ / / / / /
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-2/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan2013-02-041-1/+0
| * | | | | | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-241-1/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-171-1/+0
| | | |/ / / | | |/| | |
* | | | | | powerpc/mm: Fix hash computation functionAneesh Kumar K.V2013-02-041-27/+35
| |_|/ / / |/| | | |
* | | | | powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen2013-01-291-2/+7
* | | | | powerpc: kernel/kgdb.c: Fix memory leakageCong Ding2013-01-291-2/+3
* | | | | powerpc/book3e: Disable interrupt after preempt_schedule_irqTiejun Chen2013-01-291-0/+13
* | | | | powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() functionCarl E. Love2013-01-291-1/+1
* | | | | powerpc/pasemi: Fix crash on rebootSteven Rostedt2013-01-291-0/+7
* | | | | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong2013-01-291-0/+2
| |_|_|/ |/| | |
* | | | KVM: PPC: Emulate dcbfAlexander Graf2013-01-181-0/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-102-1/+5
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNVAndreas Schwab2013-01-061-0/+4
| * | powerpc: Corrected include header path in kvm_para.hBharat Bhushan2012-12-201-1/+1
* | | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-0365-188/+172
|\ \ \
| * | | POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0365-188/+172
* | | | powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos2013-01-031-1/+2
* | | | powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai2013-01-031-5/+0
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+1
|\ \ \
| * | | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-9/+0
|\ \ \ \
| * | | | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
OpenPOWER on IntegriCloud