summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-066-6/+18
|\
| * Merge tag 'powerpc-4.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-12-056-6/+18
| |\
| | * powerpc/64: Fix placement of .text to be immediately following .head.textNicholas Piggin2016-12-011-0/+9
| | * powerpc/eeh: Fix deadlock when PE frozen state can't be clearedAndrew Donnellan2016-12-011-1/+3
| | * powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt2016-11-292-3/+3
| | * powerpc/boot: Fix build failure in 32-bit boot wrapperBen Hutchings2016-11-282-2/+3
* | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-269-12/+64
|\| |
| * | Merge tag 'powerpc-4.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-11-269-12/+64
| |\|
| | * powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V2016-11-252-6/+16
| | * powerpc/boot: Fix the early OPAL console wrappersOliver O'Halloran2016-11-244-2/+31
| | * powerpc: Fix missing CRCs, add more asm-prototypes.h declarationsNicholas Piggin2016-11-221-0/+12
| | * powerpc: Set missing wakeup bit in LPCR on POWER9Benjamin Herrenschmidt2016-11-222-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-228-33/+68
|\| |
| * | Merge tag 'powerpc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-11-198-33/+68
| |\|
| | * powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V2016-11-182-0/+8
| | * powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1Michael Neuling2016-11-182-0/+5
| | * powerpc/64: Fix setting of AIL in hypervisor modeBenjamin Herrenschmidt2016-11-151-6/+14
| | * powerpc/oops: Fix missing pr_cont()s in instruction dumpAndrew Donnellan2016-11-121-5/+5
| | * powerpc/oops: Fix missing pr_cont()s in show_regs()Michael Ellerman2016-11-121-8/+8
| | * powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.Michael Ellerman2016-11-121-5/+5
| | * powerpc/oops: Fix missing pr_cont()s in show_stack()Michael Ellerman2016-11-121-3/+3
| | * powerpc: Fix exception vector build with 2.23 era binutilsHugh Dickins2016-11-121-1/+1
| | * powerpc/64s: Fix system reset interrupt winkle wakeupsNicholas Piggin2016-11-122-5/+19
* | | arch/powerpc: Enable dpaa_ethMadalin Bucur2016-11-151-0/+1
* | | arch/powerpc: Enable FSL_FMANMadalin Bucur2016-11-151-0/+1
* | | arch/powerpc: Enable FSL_PAMUMadalin Bucur2016-11-151-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-8/+4
|\ \
| * | arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofoldIvan Vecera2016-10-291-8/+4
* | | Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-288-33/+93
|\ \ \ | | |/ | |/|
| * | powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin2016-10-272-21/+45
| * | powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-10-272-4/+16
| * | powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg2016-10-271-1/+1
| * | powerpc/64: Fix race condition in setting lock bit in idle/wakeup codePaul Mackerras2016-10-241-0/+3
| * | powerpc/64: Re-fix race condition between going idle and entering guestPaul Mackerras2016-10-241-6/+26
| * | powerpc: Convert cmp to cmpd in idle enter sequenceSegher Boessenkool2016-10-221-1/+1
| * | KVM: PPC: Book3S HV: Fix build error when SMP=nMichael Ellerman2016-10-221-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-281-1/+1
|\ \ \
| * | | perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-1/+1
* | | | Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-214-43/+27
|\ \ \ \ | | |/ / | |/| |
| * | | powerpc: Ignore the pkey system calls for nowStephen Rothwell2016-10-191-0/+4
| * | | powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
| * | | powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
| * | | powerpc/boot: Fix boot on systems with uncompressed kernel imageHeiner Kallweit2016-10-191-2/+16
| * | | powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
| |/ /
* | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-2/+3
|\ \ \ | |/ / |/| |
| * | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+3
| |/
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-0/+5
|\ \
| * | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+5