All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-08 15:23:26 to 2020-05-08 15:55:01 UTC [more...]

[PATCH v5 00/19] target/arm: sve load/store improvements
 2020-05-08 15:43 UTC  (8+ messages)
` [PATCH v5 01/19] exec: Add block comments for watchpoint routines
` [PATCH v5 02/19] exec: Fix cpu_watchpoint_address_matches address length
` [PATCH v5 03/19] accel/tcg: Add block comment for probe_access
` [PATCH v5 06/19] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PATCH v5 07/19] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH v5 08/19] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH v5 09/19] target/arm: Add sve infrastructure for page lookup

[PATCH] drm/amd/display: Fix pageflip event race condition for DCN. (v2)
 2020-05-08 15:54 UTC  (10+ messages)

[tpm2] Re: Use PCR10 of sha256 PCR bank
 2020-05-08 15:54 UTC 

[PATCH 0/4] Various build dependency fixes
 2020-05-08 15:54 UTC  (4+ messages)
` [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

[PATCH] imx8mp_evk: Make SPL binary size smaller
 2020-05-08 15:54 UTC  (10+ messages)

[PATCH -next] livepatch: Make klp_apply_object_relocs static
 2020-05-08 15:53 UTC  (2+ messages)

[PATCH v3 0/3] s390/dasd: remove ioctl_by_bdev from DASD driver
 2020-05-08 15:53 UTC  (5+ messages)
` [PATCH v3 2/3] block: add a s390-only biodasdinfo method
` [PATCH v3 3/3] s390/dasd: remove ioctl_by_bdev calls

[PATCH v12 00/11] Support ROHM BD99954 charger IC
 2020-05-08 15:52 UTC  (14+ messages)
` [PATCH v12 01/11] lib: add linear ranges helpers
` [PATCH v12 02/11] lib/test_linear_ranges: add a test for the 'linear_ranges'
` [PATCH v12 03/11] power: supply: bd70528: rename linear_range to avoid collision
` [PATCH v12 04/11] regulator: use linear_ranges helper
` [PATCH v12 05/11] power: supply: bd70528: use linear ranges
` [PATCH v12 06/11] dt-bindings: battery: add new battery parameters
` [PATCH v12 07/11] power: supply: add "
` [PATCH v12 08/11] dt_bindings: ROHM BD99954 Charger
` [PATCH v12 09/11] power: supply: Support ROHM bd99954 charger
` [PATCH v12 10/11] power: supply: Fix Kconfig help text indentiation
` [PATCH v12 11/11] power: supply: KConfig cleanup default n

[RFC PATCH v3 0/3] Add scheduler overview documentation
 2020-05-08 15:36 UTC  (3+ messages)
` [RFC PATCH v3 2/3] docs: scheduler: "

[Intel-gfx] [PATCH 1/9] drm/i915: Ignore submit-fences on the same timeline
 2020-05-08 15:50 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/9] drm/i915: Prevent using semaphores to chain up to external fences
` [Intel-gfx] [PATCH 4/9] drm/i915: Tidy awaiting on dma-fences

[PATCH 0/4] memory: Add memory_region_msync() & make NVMe emulated device generic
 2020-05-08 15:35 UTC  (6+ messages)

[GIT PULL] first batch of nvme updates for 5.8
 2020-05-08 15:51 UTC  (4+ messages)

[PATCH -next] xfs: remove duplicate headers
 2020-05-08 15:51 UTC  (2+ messages)

Xen Coding style
 2020-05-08 15:50 UTC  (10+ messages)

[hch-misc:flush_icache_range 7/15] include/linux/mm.h:502:2: error: unknown type name 'pud_t'
 2020-05-08 15:50 UTC 

linux-next: build warning after merge of the xfs tree
 2020-05-08 15:50 UTC  (3+ messages)
` [PATCH] xfs: fix unused variable warning in buffer completion on !DEBUG

[GIT PULL] nvme fixes for 5.7
 2020-05-08 15:49 UTC  (4+ messages)

[PATCH] qom/object: Fix object_child_foreach_recursive() return value
 2020-05-08 15:31 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-08 15:49 UTC  (3+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure

[Buildroot] [PATCH 1/1] package/matchbox: add hash for license file
 2020-05-08 15:49 UTC 

linux-next: build failure after merge of the block tree
 2020-05-08 15:48 UTC  (2+ messages)

[PATCH v3 00/16] target/arm: partial vector cleanup
 2020-05-08 15:22 UTC  (17+ messages)
` [PATCH v3 01/16] target/arm: Create gen_gvec_[us]sra
` [PATCH v3 02/16] target/arm: Create gen_gvec_{u,s}{rshr,rsra}
` [PATCH v3 03/16] target/arm: Create gen_gvec_{sri,sli}
` [PATCH v3 04/16] target/arm: Remove unnecessary range check for VSHL
` [PATCH v3 05/16] target/arm: Tidy handle_vec_simd_shri
` [PATCH v3 06/16] target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0
` [PATCH v3 07/16] target/arm: Create gen_gvec_{mla,mls}
` [PATCH v3 08/16] target/arm: Swap argument order for VSHL during decode
` [PATCH v3 09/16] target/arm: Create gen_gvec_{cmtst,ushl,sshl}
` [PATCH v3 10/16] target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}
` [PATCH v3 11/16] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
` [PATCH v3 12/16] target/arm: Create gen_gvec_{qrdmla,qrdmls}
` [PATCH v3 13/16] target/arm: Pass pointer to qc to qrdmla/qrdmls
` [PATCH v3 14/16] target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
` [PATCH v3 15/16] target/arm: Vectorize SABD/UABD
` [PATCH v3 16/16] target/arm: Vectorize SABA/UABA

[PATCH v2 0/3] vTPM/aarch64 ACPI support
 2020-05-08 15:25 UTC  (4+ messages)
` [PATCH v2 3/3] arm/acpi: Add the TPM2.0 device under the DSDT

[PATCH v4 00/18] Add static_call()
 2020-05-08 15:47 UTC  (10+ messages)
` [PATCH v4 14/18] static_call: Add static_cond_call()
` [PATCH v4 16/18] static_call: Allow early init

[Buildroot] [Bug 12691] New: host-rust build fails
 2020-05-08 15:47 UTC  (2+ messages)
` [Buildroot] [Bug 12691] "

[xlnx:xlnx_rebase_v5.4 253/1296] drivers/gpu/drm/xlnx/xlnx_scaler.c:868:4: warning: Uninitialized variable: nr_rds [uninitvar]
 2020-05-08 15:46 UTC  (2+ messages)

Problems using AMD eMMC with AMD IOMMU
 2020-05-08 15:46 UTC  (3+ messages)

[RFC PATCH] upload-pack: fix filter options scope
 2020-05-08 15:46 UTC  (4+ messages)
` [PATCH v2] "

clean up kernel_{read,write} & friends
 2020-05-08 15:46 UTC  (4+ messages)
` [PATCH 10/11] fs: remove __vfs_read

[PATCH 0/2] xfs: fix project quota ENOSPC vs EDQUOT
 2020-05-08 15:45 UTC  (4+ messages)
` [PATCH 2/2] xfs: remove XFS_QMOPT_ENOSPC flag

[PATCH v2] drm/amd/amdgpu: cleanup coding style a bit
 2020-05-08 15:45 UTC  (4+ messages)

[PATCH 1/3] iio: core: wrap IIO device into a iio_dev_priv object
 2020-05-08 15:44 UTC  (3+ messages)

[PATCH v3 0/5] microchip: add support for ksz88x3 driver family
 2020-05-08 15:43 UTC  (6+ messages)
` [PATCH v3 1/5] net: phy: Add support for microchip SMI0 MDIO bus
` [PATCH v3 2/5] dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0
` [PATCH v3 3/5] net: tag: ksz: Add KSZ8863 tag code
` [PATCH v3 4/5] ksz: Add Microchip KSZ8863 SMI/SPI based driver support
` [PATCH v3 5/5] dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switch

[PATCH v4] tools/bootconfig: fix resource leak in apply_xbc()
 2020-05-08 15:42 UTC  (3+ messages)
` [PATCH v4] tools/bootconfig: Completion of error handling

[RESEND] last missing patch in the cdrom ioctl_by_bdev removal series
 2020-05-08 15:42 UTC  (3+ messages)
` [PATCH] hfs: stop using ioctl_by_bdev

[PATCH v4 testsuite 00/15] Update to work on Debian
 2020-05-08 15:41 UTC  (16+ messages)
` [PATCH v4 testsuite 01/15] test_capable_net.te: remove corenet_tcp/udp_sendrecv_all_ports()
` [PATCH v4 testsuite 02/15] test_execute_no_trans.te: stop using mmap_file_perms
` [PATCH v4 testsuite 03/15] test_ibendport.te: use dev_rw_infiniband_mgmt_dev()
` [PATCH v4 testsuite 04/15] test_global.te: allow test domains to statfs selinuxfs
` [PATCH v4 testsuite 05/15] test_inet_socket.te: switch from generic_port to _all_unreserved_ports()
` [PATCH v4 testsuite 06/15] test_sctp.te: make netlabel_peer_t a MCS-constrained type
` [PATCH v4 testsuite 07/15] test_policy.if: use ptynode instead of unconfined_devpts_t
` [PATCH v4 testsuite 08/15] test_overlayfs.te: allow test_overlay_mounter_t to read user tmp files
` [PATCH v4 testsuite 09/15] policy: Add MCS constraint on peer recv
` [PATCH v4 testsuite 10/15] policy: Add defaultrange rules for overlay tests
` [PATCH v4 testsuite 11/15] test_filesystem.te,tests/{fs_}filesystem: do not force user identity to system_u
` [PATCH v4 testsuite 12/15] policy/Makefile: conditionalize setting of allow_domain_fd_use
` [PATCH v4 testsuite 13/15] tests/cap_userns: set /proc/sys/kernel/unprivileged_userns_clone if needed
` [PATCH v4 testsuite 14/15] tests/mmap: skip /dev/zero tests if /dev is noexec
` [PATCH v4 testsuite 15/15] README.md: Add instructions for Debian

[PATCH 00/22] mips: Prepare MIPS-arch code for Baikal-T1 SoC support
 2020-05-08 15:41 UTC  (6+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 18/20] mips: csrc-r4k: Decrease r4k-clocksource rating if CPU_FREQ enabled
  ` [PATCH v2 19/20] mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPU

[PATCH v2 0/3] vfio-pci: Block user access to disabled device MMIO
 2020-05-08 15:42 UTC  (9+ messages)
` [PATCH v2 1/3] vfio/type1: Support faulting PFNMAP vmas

[PATCH 0/2] spi: Add Baikal-T1 System Boot SPI Controller driver
 2020-05-08 15:42 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH 00/10] [RFC] In-tree sparse-checkout definitions
 2020-05-08 15:40 UTC  (4+ messages)
` [PATCH 04/10] sparse-checkout: allow in-tree definitions

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-05-08 15:40 UTC  (10+ messages)

[PATCH net-next 0/2] dpaa2-eth: add bulking to XDP_TX
 2020-05-08 15:40 UTC  (3+ messages)
` [PATCH net-next 2/2] "

stable-rc/linux-4.9.y build: 196 builds: 1 failed, 195 passed (v4.9.222-19-g7d23d52af97e)
 2020-05-08 15:39 UTC 

[PATCH v4] submodule: port subcommand 'set-url' from shell to C
 2020-05-08 15:38 UTC  (10+ messages)
              ` Re* "

Add a __anon_inode_getfd helper
 2020-05-08 15:36 UTC  (13+ messages)
` [PATCH 01/12] fd: add a new "
` [PATCH 02/12] kvm: use __anon_inode_getfd
` [PATCH 03/12] pidfd: "
` [PATCH 04/12] bpf: "
` [PATCH 05/12] io_uring: "
` [PATCH 06/12] eventpoll: "
` [PATCH 07/12] eventfd: "
` [PATCH 08/12] vfio: "
` [PATCH 09/12] rdma: "
` [PATCH 10/12] drm_syncobj: "
` [PATCH 11/12] gpiolib: "
` [PATCH 12/12] vtpm_proxy: "

[xen-4.12-testing test] 150072: tolerable FAIL - PUSHED
 2020-05-08 15:37 UTC 

[RFC] taint: add module firmware crash taint support
 2020-05-08 15:37 UTC  (2+ messages)

[PATCH v3 00/19] tcg: Better handling of constants
 2020-05-08 15:17 UTC  (16+ messages)
` [PATCH v3 04/19] tcg: Use tcg_constant_i32 with icount expander
` [PATCH v3 05/19] tcg: Use tcg_constant_{i32, i64} with tcg int expanders
` [PATCH v3 07/19] tcg: Use tcg_constant_{i32, i64, vec} with tcg gvec expanders
` [PATCH v3 08/19] tcg: Use tcg_constant_{i32,i64} with tcg plugins
` [PATCH v3 09/19] tcg: Rename struct tcg_temp_info to TempOptInfo
` [PATCH v3 10/19] tcg/optimize: Improve find_better_copy
` [PATCH v3 11/19] tcg/optimize: Adjust TempOptInfo allocation
` [PATCH v3 12/19] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH v3 13/19] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH v3 14/19] tcg: Remove movi and dupi opcodes
` [PATCH v3 15/19] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH v3 16/19] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH v3 17/19] tcg: Add tcg_reg_alloc_dup2
` [PATCH v3 18/19] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH v3 19/19] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec

[PATCH] Correctly initialize 'installed_handlers'
 2020-05-08 15:36 UTC  (3+ messages)

[PATCH V3 15/15] kmap: Consolidate kmap_prot definitions
 2020-05-08 15:35 UTC  (3+ messages)

[PATCH v8 00/12] Add hypervisor sysfs-like support
 2020-05-08 15:34 UTC  (13+ messages)
` [PATCH v8 01/12] xen/vmx: let opt_ept_ad always reflect the current setting
` [PATCH v8 02/12] xen: add a generic way to include binary files as variables
` [PATCH v8 03/12] docs: add feature document for Xen hypervisor sysfs-like support
` [PATCH v8 04/12] xen: add basic hypervisor filesystem support
` [PATCH v8 05/12] libs: add libxenhypfs
` [PATCH v8 06/12] tools: add xenfs tool
` [PATCH v8 07/12] xen: provide version information in hypfs
` [PATCH v8 08/12] xen: add /buildinfo/config entry to hypervisor filesystem
` [PATCH v8 09/12] xen: add runtime parameter access support to hypfs
` [PATCH v8 10/12] tools/libxl: use libxenhypfs for setting xen runtime parameters
` [PATCH v8 11/12] tools/libxc: remove xc_set_parameters()
` [PATCH v8 12/12] xen: remove XEN_SYSCTL_set_parameter support

[PATCH] nvme-pci: slimmer CQ head update
 2020-05-08 15:34 UTC  (11+ messages)

[PATCH v2] KVM: SVM: Disable AVIC before setting V_IRQ
 2020-05-08 15:32 UTC  (3+ messages)

[PATCH] fs/io_uring: fix O_PATH fds in openat, openat2, statx
 2020-05-08 15:33 UTC  (12+ messages)

[PATCH v2 0/9] KVM_SET_GUEST_DEBUG tests and fixes, DR accessors cleanups
 2020-05-08 15:32 UTC  (5+ messages)
` [PATCH v2 8/9] KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6

[PATCH] iommu/virtio: reverse arguments to list_add
 2020-05-08 15:31 UTC  (4+ messages)

[PATCH] sched/fair: Fix nohz.next_balance update
 2020-05-08 15:31 UTC  (6+ messages)

[PATCH v2] net: tcp: fixes commit 98aaa913b4ed ("tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg")
 2020-05-08 15:31 UTC  (5+ messages)
` [PATCH v3] net: tcp: fix rx timestamp behavior for tcp_recvmsg

[Xen-devel] [PATCH] tools/libxc: Reduce feature handling complexity in xc_cpuid_apply_policy()
 2020-05-08 15:30 UTC  (2+ messages)
`  "

[PATCH v3] dmaengine: cookie bypass for out of order completion
 2020-05-08 15:30 UTC  (3+ messages)

[PATCH] staging: iio: ad5933: rework probe to use devm_ function variants
 2020-05-08 15:30 UTC  (6+ messages)

[PATCH v2 1/2] fs/io_uring: fix O_PATH fds in openat, openat2, statx
 2020-05-08 15:29 UTC  (3+ messages)

[fuse] Getting visibility into reads from page cache
 2020-05-08 15:28 UTC  (3+ messages)
  ` [fuse-devel] "

[PATCH net-next] net: sfp: add some quirks for FreeTel direct attach modules
 2020-05-08 15:28 UTC  (2+ messages)

[PATCH] sched/fair: Fix enqueue_task_fair warning some more
 2020-05-08 15:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] x86/gen-cpuid: Distinguish default vs max in feature annotations
 2020-05-08 15:27 UTC 

[Buildroot] [PATCH] package/rustc: RUSTC_TARGET_NAME is needed to build host-rust
 2020-05-08 15:27 UTC 

[PATCH] Add quirks for Trust Panora Graphic Tablet
 2020-05-08 15:26 UTC 

[hch-misc:flush_icache_range 9/15] include/asm-generic/tlb.h:495:2: error: implicit declaration of function 'flush_cache_range'; did you mean 'flush_dcache_page'?
 2020-05-08 15:24 UTC 

[PATCH v3 0/3] iio: cros_ec: Add support for RGB light sensor
 2020-05-08 15:23 UTC  (3+ messages)
` [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

[PATCH -next] arm64: gtdt: Fix section mismatch in next_platform_timer()
 2020-05-08 15:26 UTC 

[PATCH v3 0/3]
 2020-05-08 15:23 UTC  (3+ messages)
` [PATCH v3 2/3] kernel-shark: Add command line options for selecting plots to be shown
` [PATCH v3 3/3] kernel-shark: Set a maximum number of plots to be shown by default


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.