linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-03 02:10:51 to 2019-10-11 01:05:39 UTC [more...]

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (29+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 04/29] alpha: "
` [PATCH v2 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v2 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v2 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v2 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 15/29] x86: Actually use _etext for end of text segment
` [PATCH v2 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 17/29] alpha: "
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-10 23:57 UTC  (13+ messages)
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 28/29] x86/mm: Report actual image regions in /proc/iomem

[RFC PATCH 0/9] Fixes and Enablement of ibm,drc-info property
 2019-10-10 20:16 UTC  (6+ messages)
` [RFC PATCH 1/9] powerpc/pseries: add cpu DLPAR support for drc-info property
` [RFC PATCH 2/9] powerpc/pseries: fix bad drc_index_start value parsing of drc-info entry
    ` powerpc/405GP, cuImage and PCI support

[PATCH 0/2] ocxl: Move SPA and TL definitions
 2019-10-10 22:34 UTC  (5+ messages)
` [PATCH 1/2] powerpc/powernv: ocxl move SPA definition
` [PATCH 2/2] powerpc/powernv: ocxl move TL definition

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-10 17:07 UTC  (8+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT, BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH v3 0/4] Implement STRICT_MODULE_RWX for powerpc
 2019-10-10 13:13 UTC  (8+ messages)
` [PATCH v3 1/4] powerpc/mm: Implement set_memory() routines
` [PATCH v3 2/4] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v3 3/4] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v3 4/4] powerpc: Enable STRICT_MODULE_RWX

[PATCH v1 0/3] Integrate support for Self save, determine support and preference for self save or restore
 2019-10-10 11:58 UTC  (4+ messages)
` [PATCH v1 1/3] powerpc/powernv: Interface to define support and preference for a SPR
` [PATCH v1 2/3] powerpc/powernv: Introduce Self save support
` [PATCH v1 3/3] powerpc/powernv: Parse device tree, population of SPR support

[PATCH v4 0/5] Powerpc/Watchpoint: Few important fixes
 2019-10-10  9:30 UTC  (6+ messages)

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-10-10  8:56 UTC  (16+ messages)

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-10-10  5:36 UTC  (2+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2019-10-09 21:19 UTC  (3+ messages)
` [Bug 205099] "

[PATCH v7 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-10-09 18:46 UTC  (6+ messages)

[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-09 18:09 UTC  (29+ messages)
` [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks
` [PATCH v5 02/11] powerpc/mm: Adds counting method "
` [PATCH v5 10/11] mm/Kconfig: Adds config option to track lockless pagetable walks

[PATCH] powerpc: make syntax for FADump config options in kernel/Makefile readable
 2019-10-09 15:27 UTC 

[PATCH] powerpc/configs: add FADump awareness to skiroot_defconfig
 2019-10-09 14:04 UTC 

[v4,1/3] soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
 2019-10-09  7:07 UTC  (4+ messages)
` [v4, 3/3] Documentation: dt: binding: fsl: Add 'fsl, ippdexpcr1-alt-addr' property
  ` [v4,3/3] Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property
    ` [EXT] "

[PATCH 1/3] powerpc/book3s64/hash/4k: 4k supports only 16TB linear mapping
 2019-10-09  5:56 UTC  (4+ messages)

[PATCH] spufs: fix a crash in spufs_create_root()
 2019-10-08 15:57 UTC  (2+ messages)

[PATCH] hvc: dcc: Add earlycon support
 2019-10-08 14:12 UTC 

[PATCH v6 0/9] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-08 13:12 UTC  (6+ messages)
` [PATCH v6 3/9] powerpc: add support to initialize ima policy rules

[PATCH V4 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-10-08  8:13 UTC  (9+ messages)
` [PATCH V4 1/2] mm/hugetlb: Make alloc_gigantic_page() available for general use
` [PATCH V4 2/2] mm/pgtable/debug: Add test validating architecture page table helpers

[PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-10-08  7:11 UTC  (4+ messages)
` [PATCH v6 3/3] PCI: layerscape: Add LS1028a support

[PATCH v4 00/11] Add the multiple PF support for DWC and Layerscape
 2019-10-08  1:23 UTC  (4+ messages)
` [PATCH v4 11/11] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[PATCH v7 0/8] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-08  1:14 UTC  (9+ messages)
` [PATCH v7 1/8] powerpc: detect the secure boot mode of the system
` [PATCH v7 2/8] powerpc: add support to initialize ima policy rules
` [PATCH v7 3/8] powerpc: detect the trusted boot state of the system
` [PATCH v7 4/8] powerpc/ima: add measurement rules to ima arch specific policy
` [PATCH v7 5/8] ima: make process_buffer_measurement() generic
` [PATCH v7 6/8] certs: add wrapper function to check blacklisted binary hash
` [PATCH v7 7/8] ima: check against blacklisted hashes for files with modsig
` [PATCH v7 8/8] powerpc/ima: update ima arch policy to check for blacklist

[PATCH] powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host
 2019-10-07 23:25 UTC  (4+ messages)

[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-07  8:26 UTC  (4+ messages)
` [RESEND TRIVIAL 2/3] treewide: "
` [RESEND TRIVIAL 3/3] treewide: arch: "

[PATCH v11 06/22] powerpc: mm: Add p?d_leaf() definitions
 2019-10-07 15:38 UTC 

[PATCH] ASoC: fsl_mqs: Fix error handling in probe
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "ASoC: fsl_mqs: Fix error handling in probe" to the asoc tree

[PATCH -next] ASoC: fsl_mqs: remove set but not used variable 'bclk'
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "ASoC: fsl_mqs: remove set but not used variable 'bclk'" to the asoc tree

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-07  8:02 UTC  (3+ messages)
` [PATCH v8 1/5] "

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-06 20:13 UTC  (13+ messages)
` [PATCH v6 01/10] mm/memunmap: Don't access uninitialized memmap in memunmap_pages()
` [PATCH v6 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[Bug 204479] KASAN hit at modprobe zram
 2019-10-06 20:52 UTC 

[Bug 200449] WARNING: CPU: 1 PID: 1 at arch/powerpc/platforms/powermac/time.c:154 .pmu_get_time+0x9c/0xd0
 2019-10-06 18:06 UTC 

[PATCH v5 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-06  8:13 UTC  (10+ messages)
` [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone

[Bug 204789] Boot failure with more than 256G of memory on Power9 with 4K pages & Hash MMU
 2019-10-05 20:07 UTC 

[PATCH] powerpc/powernv/prd: Validate whether address to be mapped is part of system RAM
 2019-10-05  5:08 UTC  (9+ messages)

[PATCH] crypto: talitos - fix hash result for VMAP_STACK
 2019-10-04 15:27 UTC  (2+ messages)

[PATCH 1/2] powerpc/powernv: Rework exports to support subnodes
 2019-10-04  9:44 UTC  (4+ messages)
` [PATCH 2/2] powerpc/powernv: Use common code for the symbol_map export

[PATCH] selftests/powerpc: Fix compiling error on tlbie_test due to newer gcc
 2019-10-03 23:05 UTC  (2+ messages)

[PATCH] powerpc/pseries: Remove confusing warning message
 2019-10-03 23:05 UTC  (2+ messages)

linux-next: build failure after merge of the powerpc tree
 2019-10-03 23:05 UTC  (2+ messages)

[PATCH] powerpc/vio: use simple dummy struct device as bus parent
 2019-10-03 19:21 UTC  (4+ messages)

[PATCH v2] powerpc/kernel/sysfs: Add PERF_EVENT config option check to PMU SPRs
 2019-10-03 10:55 UTC 

[PATCH] powerpc/perf: Add functionality to check PERF_EVENTS config option
 2019-10-03  8:04 UTC  (2+ messages)

[PATCH v5 0/3] Forced-wakeup for stop states on Powernv
 2019-10-03  6:26 UTC  (4+ messages)
` [PATCH v5 1/3] cpuidle-powernv : forced wakeup for stop states
` [RFC v5 2/3] cpuidle : Add callback whenever a state usage is enabled/disabled
` [RFC v5 3/3] cpuidle-powernv : Recompute the idle-state timeouts when "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).