aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater1-0/+3
2021-01-30powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticCédric Le Goater1-1/+1
2021-01-30powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2-4/+2
2021-01-30powerpc/mm: Declare some prototypesCédric Le Goater1-0/+2
2021-01-30powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater1-1/+1
2021-01-30powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater1-19/+0
2021-01-30powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater1-1/+1
2021-01-30powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mce: Include prototypesCédric Le Goater1-0/+1
2021-01-30powerpc/setup_64: Make some routines staticCédric Le Goater1-3/+4
2021-01-30powerpc/pmem: Include pmem prototypesCédric Le Goater1-0/+1
2021-01-30powerpc/pseries/ras: Make init_ras_hotplug_IRQ() staticCédric Le Goater1-1/+1
2021-01-30powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() staticCédric Le Goater1-1/+1
2021-01-30powerpc/pseries/ras: Remove unused variable 'status'Cédric Le Goater1-9/+4
2021-01-30powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/perf/hv-24x7: Dont create sysfs event files for dummy eventsKajol Jain1-0/+15
2021-01-30powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman1-2/+2
2021-01-29arch: powerpc: Remove oprofileViresh Kumar12-4637/+0
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar28-347/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-4/+73
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner1-0/+2
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interruptNicholas Piggin1-12/+16
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+23
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin6-4/+71
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+20
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-5/+20
2021-01-14powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab1-1/+15
2021-01-12powerpc: Fix alignment bug within the init sectionsAriel Marcovitch1-0/+8
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-1/+0
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-3/+3
2021-01-06powerpc: Handle .text.{hot,unlikely}.* in linker scriptNathan Chancellor1-1/+1
2021-01-04powerpc/32s: Fix RTAS machine check with VMAP stackChristophe Leroy1-0/+9
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-15/+29
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-12/+111
2020-12-21powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall tooChristophe Leroy1-9/+16
2020-12-21powerpc/vdso: Fix DOTSYM for 32-bit LE VDSOMichael Ellerman1-1/+6
2020-12-21powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSOMichael Ellerman1-1/+1
2020-12-21powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman2-2/+2
2020-12-21powerpc/smp: Add __init to init_big_cores()Cédric Le Goater1-1/+1
2020-12-21powerpc/time: Force inlining of get_tb()Christophe Leroy1-1/+1
2020-12-21powerpc/boot: Fix build of dts/fslMichael Ellerman1-0/+2
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds225-4918/+5660
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+16