messages from 2018-02-09 12:07:44 to 2018-02-13 11:25:37 UTC [more...]
[PATCH kernel v2] powerpc/mm: Flush radix process translations when setting MMU type
2018-02-13 11:25 UTC (4+ messages)
[RFC PATCH 0/5] powerpc/mm/slice: improve slice speed and stack use
2018-02-13 11:24 UTC (11+ messages)
` [RFC PATCH 1/5] powerpc/mm/slice: pass pointers to struct slice_mask where possible
` [RFC PATCH 2/5] powerpc/mm/slice: implement a slice mask cache
` [RFC PATCH 3/5] powerpc/mm/slice: implement slice_check_range_fits
` [RFC PATCH 4/5] powerpc/mm/slice: Use const pointers to cached slice masks where possible
` [RFC PATCH 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations
[PATCH] cxl: Check if PSL data-cache is available before issue flush request
2018-02-13 11:10 UTC
[PATCH V3] powerpc/mm/hash64: memset the pagetable pages on allocation
2018-02-13 11:09 UTC
[PATCH 0/3] Provide ability to enable PSL traces on card probe
2018-02-13 11:07 UTC (10+ messages)
` [PATCH 1/3] cxl: Introduce various enums/defines for PSL9 trace arrays
` [PATCH 2/3] cxl: Introduce module parameter 'enable_psltrace'
samples/seccomp/ broken when cross compiling s390, ppc allyesconfig
2018-02-13 10:32 UTC (6+ messages)
[PATCH] powerpc/xive: use hw CPU ids when configuring the CPU queues
2018-02-13 10:18 UTC (2+ messages)
[PATCH] headers: untangle kmemleak.h from mm.h
2018-02-13 10:09 UTC (6+ messages)
[PATCH 0/5] mtd: Simplify erase handling
2018-02-13 8:33 UTC (14+ messages)
` [PATCH 1/5] mtd: Initialize ->fail_addr early in mtd_erase()
` [PATCH 2/5] mtd: Get rid of unused fields in struct erase_info
` [PATCH 3/5] mtd: Stop assuming mtd_erase() is asynchronous
` [PATCH 4/5] mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
` [PATCH 5/5] mtd: Stop updating erase_info->state and calling mtd_erase_callback()
[bug report] ocxl: Add AFU interrupt support
2018-02-13 8:12 UTC
[PATCH v7 00/24] Speculative page faults
2018-02-13 7:56 UTC (3+ messages)
[RFC PATCH] powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb
2018-02-13 7:47 UTC
[PATCH] powerpc/powernv: IMC fix out of bounds memory access at shutdown
2018-02-13 7:45 UTC
[PATCH] selftests/powerpc: Fix: use ucontext_t instead of struct ucontext
2018-02-13 6:32 UTC
[PATCH] powerpc/npu-dma.c: Fix deadlock in mmio_invalidate
2018-02-13 6:06 UTC (2+ messages)
[PATCH v2 04/13] lpfc: Add push-to-adapter support to sli4
2018-02-13 5:59 UTC
[PATCH v2] powerpc/npu: Cleanup MMIO ATSD flushing
2018-02-13 5:55 UTC (4+ messages)
[PATCH kernel] powerpc/npu: Do not try invalidating 32bit table when 64bit table is enabled
2018-02-13 5:51 UTC
[RFC] powerpc/radix/hotunplug: Atomically replace pte entries
2018-02-13 5:14 UTC
[PATCH] powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
2018-02-13 4:07 UTC (2+ messages)
[RFC][PATCH bpf v2 1/2] bpf: allow 64-bit offsets for bpf function calls
2018-02-13 4:06 UTC (2+ messages)
` [RFC][PATCH bpf v2 2/2] bpf: powerpc64: add JIT support for multi-function programs
[PATCH RESEND 1/4] powerpc/vas: Fix order of cleanup in debugfs dir
2018-02-13 3:17 UTC (7+ messages)
` [PATCH 2/4] powerpc/vas: Fix cleanup when VAS is not configured
` [PATCH RESEND 3/4] powerpc/vas: Remove a stray line in Makefile
` [PATCH 4/4] powerpc/vas: Add a couple of trace points
[PATCH] cxl: Enable NORST bit in PSL_DEBUG register for PSL9
2018-02-13 2:55 UTC (3+ messages)
[PATCH v2] mm: hwpoison: disable memory error handling on 1GB hugepage
2018-02-13 2:48 UTC
[PATCH] cxl: Remove function write_timebase_ctrl_psl9() for PSL9
2018-02-13 2:42 UTC (2+ messages)
pata-macio WARNING at dmam_alloc_coherent+0xec/0x110
2018-02-13 1:45 UTC (2+ messages)
[PATCH 1/2] powerpc/kdump: Add missing optional dummy functions
2018-02-12 23:25 UTC (4+ messages)
` [PATCH 2/2] powerpc/pseries: Declare optional dummy function for find_and_online_cpu_nid
usleep_range without a range
2018-02-12 22:03 UTC
[PATCH v6 00/17] ASoC: fsl_ssi: Clean up - program flow level
2018-02-12 22:03 UTC (18+ messages)
` [PATCH v6 01/17] ASoC: fsl_ssi: Redefine RX and TX macros
` [PATCH v6 02/17] ASoC: fsl_ssi: Keep ssi->i2s_net updated
` [PATCH v6 03/17] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v6 04/17] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v6 05/17] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v6 06/17] ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
` [PATCH v6 07/17] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v6 08/17] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v6 09/17] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v6 10/17] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v6 11/17] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v6 12/17] ASoC: fsl_ssi: Move one-time configurations to probe()
` [PATCH v6 13/17] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [PATCH v6 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v6 15/17] ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode
` [PATCH v6 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v6 17/17] ASoC: fsl_ssi: Use ssi->streams instead of reading register
KVM compile error
2018-02-12 20:57 UTC (4+ messages)
[RFC REBASED 1/5] powerpc/mm/slice: pass pointers to struct slice_mask where possible
2018-02-12 18:12 UTC (5+ messages)
` [RFC REBASED 2/5] powerpc/mm/slice: implement a slice mask cache
` [RFC REBASED 3/5] powerpc/mm/slice: implement slice_check_range_fits
` [RFC REBASED 4/5] powerpc/mm/slice: Use const pointers to cached slice masks where possible
` [RFC REBASED 5/5] powerpc/mm/slice: use the dynamic high slice size to limit bitmap operations
Build regressions/improvements in v4.16-rc1
2018-02-12 12:54 UTC (2+ messages)
[RFC PATCH 00/12] numa aware allocation for pacas, stacks,
2018-02-12 17:08 UTC (13+ messages)
` [RFC PATCH 01/12] powerpc/64s: do not allocate lppaca if we are not virtualized
` [RFC PATCH 02/12] powerpc/64: Use array of paca pointers and allocate pacas individually
` [RFC PATCH 03/12] powerpc/64s: allocate lppacas individually
` [RFC PATCH 04/12] powerpc/64s: allocate slb_shadow structures individually
` [RFC PATCH 05/12] mm: make memblock_alloc_base_nid non-static
` [RFC PATCH 06/12] powerpc/mm/numa: move numa topology discovery earlier
` [RFC PATCH 07/12] powerpc/64: move default SPR recording
` [RFC PATCH 08/12] powerpc/setup: cpu_to_phys_id array
` [RFC PATCH 09/12] powerpc/64: defer paca allocation until memory topology is discovered
` [RFC PATCH 10/12] powerpc/64: allocate pacas per node
` [RFC PATCH 11/12] powerpc/64: allocate per-cpu stacks node-local if possible
` [RFC PATCH 12/12] powerpc/64s/radix: allocate kernel page tables "
[PATCH] powerpc/xmon: Dont register sysrq key when kernel param xmon=off
2018-02-12 12:35 UTC (3+ messages)
[PATCH] cpufreq: powernv: Check negative value returned by cpufreq_table_find_index_dl()
2018-02-12 10:40 UTC (4+ messages)
linux-4.16-rc1/drivers/misc/ocxl/file.c:320:broken error checking ?
2018-02-12 9:53 UTC (2+ messages)
[RFC PATCH] powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
2018-02-12 8:52 UTC (2+ messages)
[PATCH v1] PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
2018-02-12 6:02 UTC (5+ messages)
[PATCH v4 1/5] powerpc/mm/slice: Remove intermediate bitmap copy
2018-02-12 5:47 UTC (12+ messages)
` [PATCH v4 2/5] powerpc/mm/slice: Enhance for supporting PPC32
` [PATCH v4 3/5] powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
` [PATCH v4 4/5] powerpc/mm/slice: Allow up to 64 low slices
` [PATCH v4 5/5] powerpc/8xx: Increase number of slices to 64
[PATCH 1/1] powerpc/pseries: Enable RAS hotplug events late
2018-02-12 5:46 UTC (2+ messages)
[PATCH kernel v3] powerpc/pci: Fix broken INTx configuration via OF
2018-02-12 3:49 UTC (4+ messages)
[PATCH V2 1/4] powerpc/mm: Fix crashes with PUD level hugetlb config
2018-02-11 22:39 UTC (7+ messages)
` [PATCH V2 2/4] powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled
` [PATCH V2 3/4] powerpc/mm/hash64: Store the slot information at the right offset
` [PATCH V2 4/4] powerpc/mm/hash64: memset the pagetable pages on allocation
[GIT PULL] PCI fixes for v4.16
2018-02-10 18:09 UTC
[PATCH 1/2] powerpc/mm: Fix crashes with PUD level hugetlb config
2018-02-10 17:14 UTC (9+ messages)
[RFC][PATCH bpf 1/2] bpf: allow 64-bit offsets for bpf function calls
2018-02-10 16:36 UTC (6+ messages)
[PATCH v3 1/5] powerpc/mm: Remove intermediate bitmap copy in 'slices'
2018-02-10 12:58 UTC (6+ messages)
` [PATCH v3 2/5] powerpc/mm: Enhance 'slice' for supporting PPC32
` [PATCH v3 4/5] powerpc/mm: Allow up to 64 low slices
[RFC PATCH 0/5] Add support for 4PB virtual address space on hash
2018-02-10 10:56 UTC (6+ messages)
` [RFC PATCH 1/5] powerpc: Don't do runtime futex_cmpxchg test
` [RFC PATCH 2/5] powerpc/mm/slice: Update documentation in the file
` [RFC PATCH 3/5] powerpc/mm/slice: Reduce the stack usage in slice_get_unmapped_area
` [RFC PATCH 4/5] powerpc/mm: Add support for handling > 512TB address in SLB miss
` [RFC PATCH 5/5] powerpc/mm/hash64: Increase the VA range
[PATCH] powerpc/vas: do not set uses_vas for kernel windows
2018-02-10 4:57 UTC (2+ messages)
[PATCH] pseries: Fix build break for SPLPAR=n and CPU hotplug
2018-02-09 22:33 UTC (2+ messages)
powerpc/pci: Use of_irq_parse_and_map_pci() helper
2018-02-09 22:23 UTC (2+ messages)
powerpc-linux-gnu-ld: cannot open linker script file arch/powerpc/boot/zImage.coff.lds: No such file or directory
2018-02-09 20:56 UTC (5+ messages)
[PATCH v3 0/4] Nintendo Wii GPIO driver
2018-02-09 16:58 UTC (9+ messages)
` [PATCH v3 1/4] powerpc: wii: Explicitly configure GPIO owner for poweroff pin
` [PATCH v3 2/4] gpio: Add GPIO driver for Nintendo Wii
` [PATCH v3 3/4] powerpc: wii.dts: Add ngpios property
` [PATCH v3 4/4] powerpc: wii.dts: Add GPIO line names
[PATCH] crypto: talitos: fix Kernel Oops on hashing an empty file
2018-02-09 15:49 UTC (2+ messages)
[PATCH kernel v2] powerpc/pci: Fix broken INTx configuration via OF
2018-02-09 14:39 UTC (3+ messages)
[PATCH v3] cpufreq: powernv: Add support of frequency domain
2018-02-09 12:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).