All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-30 16:21:54 to 2019-04-30 17:05:31 UTC [more...]

[PATCH v3 0/4] ptrace: cleanup PTRACE_SYSEMU handling and add support for arm64
 2019-04-30 17:05 UTC 

[PATCH RESEND 0/5] soc/fsl/qe: cleanups and new DT binding
 2019-04-30 17:03 UTC  (8+ messages)
` [PATCH 1/5] soc/fsl/qe: qe.c: drop useless static qualifier
` [PATCH 2/5] soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K
` [PATCH 3/5] soc/fsl/qe: qe.c: introduce qe_get_device_node helper
` [PATCH 4/5] soc/fsl/qe: qe.c: support fsl,qe-snums property
` [PATCH 5/5] soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init

[Qemu-devel] [PATCH v5 00/15] demacro softmmu (plus tests/coverage)
 2019-04-30 16:52 UTC  (46+ messages)
`  "
` [Qemu-devel] [PATCH v5 01/15] tests/tcg/multiarch: add support for multiarch system tests
  `  "
` [Qemu-devel] [PATCH v5 02/15] tests/tcg/multiarch: add hello world system test
  `  "
` [Qemu-devel] [PATCH v5 03/15] tests/tcg/aarch64: add system boot.S
    `  "
` [Qemu-devel] [PATCH v5 04/15] tests/tcg/multiarch: move the system memory test
  `  "
` [Qemu-devel] [PATCH v5 05/15] tests/tcg/minilib: support %c format char
  `  "
` [Qemu-devel] [PATCH v5 06/15] tests/tcg/multiarch: expand system memory test to cover more
  `  "
` [Qemu-devel] [PATCH v5 07/15] accel/tcg: demacro cputlb
  `  "
` [Qemu-devel] [PATCH v5 08/15] cputlb: Move TLB_RECHECK handling into load/store_helper
    `  "
` [Qemu-devel] [PATCH v5 09/15] accel/tcg: remove softmmu_template.h
    `  "
` [Qemu-devel] [PATCH v5 10/15] cputlb: Drop attribute flatten
  `  "
` [Qemu-devel] [PATCH v5 11/15] cputlb: Do unaligned load recursion to outermost function
    `  "
` [Qemu-devel] [PATCH v5 12/15] cputlb: Do unaligned store "
  `  "
` [Qemu-devel] [PATCH v5 13/15] Makefile: fix coverage-report reference to BUILD_DIR
    `  "
` [Qemu-devel] [PATCH v5 14/15] Makefile: include per-target build directories in coverage report
    `  "
` [Qemu-devel] [PATCH v5 15/15] Makefile.target: support per-target coverage reports
    `  "

[PATCH v2 0/3] add support for is25wp256 spi-nor device
 2019-04-30 17:03 UTC  (5+ messages)
` [PATCH v2 1/3] mtd: spi-nor: add support for is25wp256

[PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
 2019-04-30 17:03 UTC  (15+ messages)

perf tools build broken after v5.1-rc1
 2019-04-30 17:04 UTC  (8+ messages)
        ` Detecting libc in perf (was Re: perf tools build broken after v5.1-rc1)

[PATCH 00/27] KFD upstreaming
 2019-04-30 17:03 UTC  (7+ messages)
` [PATCH 27/27] drm/amdgpu: Fix GTT size calculation

[PATCH] io_uring: avoid page allocation warnings
 2019-04-30 17:03 UTC  (5+ messages)

[PATCH] nvme-pci: fix psdt field for single segment sgls
 2019-04-30 16:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Finish support for enabling BeagleBoard.org PocketBeagle
 2019-04-30 17:02 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ti: Add am335x-pocketbeagle to am335x_evm_defconfig

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-04-30 17:01 UTC  (7+ messages)
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page

[PATCH ghak64 V1] audit: add saddr_fam filter field
 2019-04-30 17:01 UTC  (3+ messages)

[Buildroot] [PATCH v2, 1/1] package/uboot-tools: fix build with host-openssl
 2019-04-30 17:01 UTC 

[PATCH 00/12] net: ll_temac: x86_64 support
 2019-04-30 17:00 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 07/12] net: ll_temac: Support indirect_mutex share within TEMAC IP
  ` [PATCH v3 08/12] net: ll_temac: Fix iommu/swiotlb leak

[PATCH] dma-buf: add struct dma_buf_attach_info v2
 2019-04-30 16:59 UTC  (5+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH 00/14] target/ppc: remove getVSR()/putVSR() and further tidy-up
 2019-04-30 17:00 UTC  (29+ messages)
` [Qemu-devel] [PATCH 01/14] target/ppc: remove getVSR()/putVSR() from fpu_helper.c
` [Qemu-devel] [PATCH 02/14] target/ppc: remove getVSR()/putVSR() from mem_helper.c
` [Qemu-devel] [PATCH 03/14] target/ppc: remove getVSR()/putVSR() from int_helper.c
` [Qemu-devel] [PATCH 04/14] target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
` [Qemu-devel] [PATCH 05/14] target/ppc: introduce GEN_VSX_HELPER_X2 "
` [Qemu-devel] [PATCH 06/14] target/ppc: introduce GEN_VSX_HELPER_X2_AB "
` [Qemu-devel] [PATCH 07/14] target/ppc: introduce GEN_VSX_HELPER_X1 "
` [Qemu-devel] [PATCH 08/14] target/ppc: introduce GEN_VSX_HELPER_R3 "
` [Qemu-devel] [PATCH 09/14] target/ppc: introduce GEN_VSX_HELPER_R2 "
` [Qemu-devel] [PATCH 10/14] target/ppc: introduce GEN_VSX_HELPER_R2_AB "
` [Qemu-devel] [PATCH 11/14] target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at translation time
` [Qemu-devel] [PATCH 12/14] target/ppc: decode target register in VSX_EXTRACT_INSERT "
` [Qemu-devel] [PATCH 13/14] target/ppc: improve VSX_TEST_DC with new generator macros
` [Qemu-devel] [PATCH 14/14] target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro

[U-Boot] [PATCH] Makefile: Create single image for imx6 socs based boards
 2019-04-30 17:00 UTC  (4+ messages)

[PATCH] nvme-pci: fix psdt field for single segment sgls
 2019-04-30 16:59 UTC 

[PATCH v3 0/2] Version Log
 2019-04-30 16:58 UTC  (7+ messages)
` [PATCH v3 1/2] hwmon: (lm75) Add support for TMP75B
` [PATCH v3 2/2] dt-bindings: hwmon: Add tmp75b to lm75.txt

[PATCH v9 0/2] Mixel MIPI DPHY support for NXPs i.MX8 SOCs
 2019-04-30 16:58 UTC  (8+ messages)
` [PATCH v9 2/2] phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs

[PATCH 1/2] nvme: move command size checks to the core
 2019-04-30 16:58 UTC  (4+ messages)
` [PATCH 2/2] nvme: mark nvme_core_init and nvme_core_exit static

[Qemu-devel] [PULL 00/27] Block layer patches
 2019-04-30 16:57 UTC  (2+ messages)

[PATCHv3] nvme-multipath: split bios with the ns_head bio_set before submitting
 2019-04-30 16:57 UTC 

[Qemu-devel] [PULL 00/19] first batch of s390x patches for 4.1
 2019-04-30 16:54 UTC  (5+ messages)
` [Qemu-devel] [PULL 01/19] s390 vfio-ccw: Add bootindex property and IPLB data

[PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
 2019-04-30 16:56 UTC 

pull-request: wireless-drivers 2019-04-30
 2019-04-30 16:55 UTC  (3+ messages)

[PATCH] arm: Move trampolines into code section
 2019-04-30 16:53 UTC  (2+ messages)

[PATCH iproute2-next v2] tc: add support for plug qdisc
 2019-04-30 16:53 UTC 

[PATCH 0/7] introduce cpu.headroom knob to cpu controller
 2019-04-30 16:54 UTC  (10+ messages)

[PATCHv2] nvme-multipath: split bios with the ns_head bio_set before submitting
 2019-04-30 16:53 UTC  (3+ messages)

[PATCH v2 0/6] ptrace: consolidate PTRACE_SYSEMU handling and add support for arm64
 2019-04-30 16:46 UTC  (9+ messages)
` [PATCH v2 3/6] x86: clean up _TIF_SYSCALL_EMU handling using ptrace_syscall_enter hook

[PATCH v2 0/4] Enable Multi-segmented-gamma for ICL
 2019-04-30 16:50 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] Xen PCI passthrough fixes
 2019-04-30 16:48 UTC  (9+ messages)
` [PATCH v3 3/3] OvmfPkg/XenSupport: turn off address decoding before BAR sizing
    ` [Xen-devel] "
        ` [Xen-devel] [edk2-devel] "
            `  "

[PATCH] x86/pt: skip setup of posted format IRTE when gvec is 0
 2019-04-30 16:48 UTC  (12+ messages)
      ` [Xen-devel] "

[PATCH v2] pinctrl: intel: Clear interrupt status in mask/unmask callback
 2019-04-30 16:48 UTC  (2+ messages)

[nvme-cli 0/9] Update tests for qemu
 2019-04-30 16:48 UTC  (3+ messages)
` [nvme-cli 1/9] tests/nvme_writezeros_test.py: check if write zeroes is supported

[PATCH] ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
 2019-04-30 16:47 UTC  (4+ messages)

[PATCH 1/5] drm/i915/execlists: Flush the tasklet on parking
 2019-04-30 16:47 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/5] "

[PATCH v9 00/14] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2019-04-30 16:47 UTC  (4+ messages)

stable-rc/linux-5.0.y boot: 128 boots: 6 failed, 118 passed with 2 offline, 1 untried/unknown, 1 conflict (v5.0.10-90-g852cce372723)
 2019-04-30 16:46 UTC 

[PATCH v2 0/5] x86,vdso: Restore a bunch of section headers
 2019-04-30 16:45 UTC  (4+ messages)
` [PATCH v2 5/5] x86,vdso: Create .build-id links for unstripped vdso files

[PATCH 1/2] clk: Ensure new parent is looked up when changing parents
 2019-04-30 16:44 UTC  (2+ messages)

[PATCH] drm/i915: Drop the _INCOMPLETE for has_infoframe
 2019-04-30 16:44 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC PATCH 0/7] x86: introduce system calls addess space isolation
 2019-04-30 16:44 UTC  (5+ messages)
` [RFC PATCH 5/7] x86/mm/fault: hook up SCI verification

[PATCH 0/5] Fix improper uses of smp_mb__{before,after}_atomic()
 2019-04-30 16:44 UTC  (3+ messages)

[PATCH 0/6] Add "git config --move-to"
 2019-04-30 16:40 UTC  (3+ messages)
` [PATCH 3/6] config.c: add repo_config_set_worktree_gently()

[PATCH] powerpc/mm/radix: Fix kernel crash when running subpage protect test
 2019-04-30  8:51 UTC  (2+ messages)

[dpdk-dev] [PATCH v3] app/pdump: add exit_with_primary option support
 2019-04-30 16:39 UTC  (11+ messages)
` [dpdk-dev] [PATCH v4] app/pdump: add pudmp exits with primary support
  ` [dpdk-dev] [PATCH v5] Make pdump exits with primary
    ` [dpdk-dev] [PATCH v5] app/pdump: add pudmp exits with primary support

[U-Boot] [PATCH] Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
 2019-04-30 16:37 UTC  (2+ messages)

[PATCH v4] powerpc/pseries: Remove limit in wait for dying CPU
 2019-04-30 16:34 UTC  (2+ messages)

[Qemu-arm] [PATCH v4 0/8] ARM virt: ACPI memory hotplug support
 2019-04-30 16:34 UTC  (6+ messages)
` [Qemu-arm] [PATCH v4 5/8] hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
  ` [Qemu-devel] "

[dpdk-dev] [PATCH] doc/compress: clarify error handling on data-plane
 2019-04-30 16:33 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCHv2] io_uring: free allocated io_memory once
 2019-04-30 16:33 UTC  (2+ messages)

[PATCH V9 1/4] dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor
 2019-04-30 16:30 UTC  (5+ messages)
` [PATCH V9 2/4] drivers/perf: imx_ddr: Add ddr performance counter support

[PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode
 2019-04-30 16:29 UTC  (12+ messages)
` [PATCH 1/5] i2c: acpi: permit bus speed to be discovered after enumeration
` [PATCH 2/5] crypto: atmel-ecc: add support for ACPI probing on non-AT91 platforms
` [PATCH 3/5] crypto: atmel-ecc: factor out code that can be shared
` [PATCH 4/5] crypto: atmel-i2c: add support for SHA204A random number generator
` [PATCH 5/5] dt-bindings: add Atmel SHA204A I2C crypto processor

[PATCH v4] proc/sysctl: add shared variables for range check
 2019-04-30 16:29 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 1/5] armv7m: Allow entry information to be returned
 2019-04-30 16:04 UTC  (9+ messages)
` [Qemu-devel] [PATCH v1 3/5] hw/misc: Add the STM32F4xx EXTI device
` [Qemu-devel] [PATCH v1 4/5] hw/arm: Add the STM32F4xx SoC

stable-rc/linux-3.18.y boot: 50 boots: 2 failed, 45 passed with 3 offline (v3.18.139-14-ga97501af756d)
 2019-04-30 16:29 UTC 

[PATCH v3 0/5] soundwire: code cleanup
 2019-04-30 16:29 UTC  (8+ messages)
` [PATCH v3 2/5] soundwire: fix style issues
    ` [alsa-devel] "

[PATCH] of: replace be32_to_cpu to be32_to_cpup
 2019-04-30 16:29 UTC  (4+ messages)
` [PATCH V2] of: fix clang -Wunsequenced for be32_to_cpu()

[PATCH] mm: Delete find_get_entries_tag
 2019-04-30 16:28 UTC  (2+ messages)

linux-tpmdd self signed kernel failing to boot with secreboot on
 2019-04-30 16:28 UTC  (7+ messages)

[U-Boot] [PATCH] test/py: don't use mmc_rd config for other mmc tests
 2019-04-30 16:27 UTC  (3+ messages)

[PATCH] block: remove the unused blk_queue_dma_pad function
 2019-04-30 16:27 UTC  (3+ messages)

[PATCH 0/4] clone: add CLONE_PIDFD
 2019-04-30 16:26 UTC  (16+ messages)
` RFC: on adding new CLONE_* flags [WAS Re: [PATCH 0/4] clone: add CLONE_PIDFD]

[PATCH] bpf, libbpf: Add .so files to gitignore
 2019-04-30 16:25 UTC 

[PATCH] amd64: mxc: select CONFIG_SOC_BUS
 2019-04-30 16:26 UTC  (3+ messages)

[PATCH] io_uring: free allocated io_memory once
 2019-04-30 16:26 UTC  (3+ messages)

xfs: Assertion failed in xfs_ag_resv_init()
 2019-04-30 16:25 UTC  (3+ messages)

[dpdk-dev] [PATCH v1] net/ice: add link-up and link-down functions
 2019-04-30 16:23 UTC  (2+ messages)

[PATCH v2 1/2] Add polling support to pidfd
 2019-04-30 16:21 UTC  (3+ messages)
` [PATCH v2 2/2] Add selftests for pidfd polling


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.