All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-31 20:19:44 to 2019-07-31 21:01:51 UTC [more...]

[PATCH 0/4] block: introduce REQ_OP_ZONE_RESET_ALL
 2019-07-31 21:01 UTC  (3+ messages)
` [PATCH 1/4] block: add req op to reset all zones and flag
` [PATCH 2/4] blk-zoned: implement REQ_OP_ZONE_RESET_ALL

[Xen-devel] [PATCH v2 00/35] xen/arm: Rework head.S to make it more compliant with the Arm Arm
 2019-07-31 21:01 UTC  (14+ messages)
` [Xen-devel] [PATCH v2 24/35] xen/arm32: head: Introduce distinct paths for the boot CPU and secondary CPUs
` [Xen-devel] [PATCH v2 32/35] xen/arm32: head: Rework and document setup_fixmap()
` [Xen-devel] [PATCH v2 33/35] xen/arm32: head: Rework and document launch()
` [Xen-devel] [PATCH v2 34/35] xen/arm32: head: Setup HTTBR in enable_mmu() and add missing isb

Compressed kernels currently won't boot
 2019-07-31 21:01 UTC  (10+ messages)

[PATCH] staging: wilc1000: remove unused function
 2019-07-31 21:01 UTC 

[PATCH] staging: wilc1000: remove unused function
 2019-07-31 21:01 UTC 

[U-Boot] [PATCH 00/39] env: common: Remove environment definitions from common.h
 2019-07-31 21:00 UTC  (7+ messages)
` [U-Boot] [PATCH 31/39] env: Drop _ENTRY
` [U-Boot] [PATCH 32/39] env: Rename the redundancy flags

[U-Boot] ARM: imx6: Add support for SD/MMC Manufacture Mode
 2019-07-31 20:59 UTC 

[PATCH] net: sctp: Rename fallthrough label to unhandled
 2019-07-31 20:59 UTC  (14+ messages)
` [RFC PATCH] compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use

[PATCH rfc 1/2] nvme: don't remove namespace if revalidate failed because of controller reset
 2019-07-31 20:58 UTC  (13+ messages)

[PATCH] staging: wilc1000: merge drv_handle and operation_mode wids
 2019-07-31 20:58 UTC 

[PATCH] staging: wilc1000: merge drv_handle and operation_mode wids
 2019-07-31 20:58 UTC 

[PATCH] smalloc: fix compiler warning
 2019-07-31 20:57 UTC 

[PATCH v1] drivers/base/memory.c: Don't store end_section_nr in memory blocks
 2019-07-31 20:57 UTC  (2+ messages)

[meta-oe][PATCH] meta-oe: Change some ftp:// URIs to http(s)://
 2019-07-31 20:56 UTC 

[PATCH] mailbox: imx: Fix Tx doorbell shutdown path
 2019-07-31 20:55 UTC  (2+ messages)

[PATCH v2 0/4] Don't sanitize enable_guc
 2019-07-31 20:55 UTC  (12+ messages)
` [PATCH v2 1/4] drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports*
` [PATCH v2 2/4] drm/i915/uc: Consider enable_guc modparam during fw selection
` [PATCH v2 3/4] drm/i915/guc: Use dedicated flag to track submission mode
` [PATCH v2 4/4] drm/i915/uc: Stop sanitizing enable_guc modparam

[Qemu-devel] [PATCH 0/3] iotests: More media change tests
 2019-07-31 20:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] iotests/118: Test media change for scsi-cd
` [Qemu-devel] [PATCH 2/3] iotests/118: Create test classes dynamically
` [Qemu-devel] [PATCH 3/3] iotests/118: Add -blockdev based tests

[Qemu-devel] [PATCH v2 00/32] target/arm: Implement ARMv8.1-VHE
 2019-07-31 20:38 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/32] cputlb: Add tlb_set_asid_for_mmuidx
` [Qemu-devel] [PATCH v2 02/32] cputlb: Add tlb_flush_asid_by_mmuidx and friends
` [Qemu-devel] [PATCH v2 03/32] target/arm: Install ASIDs for long-form from EL1
` [Qemu-devel] [PATCH v2 04/32] target/arm: Install ASIDs for short-form "
` [Qemu-devel] [PATCH v2 05/32] target/arm: Install ASIDs for EL2
` [Qemu-devel] [PATCH v2 06/32] target/arm: Define isar_feature_aa64_vh
` [Qemu-devel] [PATCH v2 07/32] target/arm: Enable HCR_E2H for VHE
` [Qemu-devel] [PATCH v2 08/32] target/arm: Add CONTEXTIDR_EL2
` [Qemu-devel] [PATCH v2 09/32] target/arm: Add TTBR1_EL2
` [Qemu-devel] [PATCH v2 10/32] target/arm: Update CNTVCT_EL0 for VHE
` [Qemu-devel] [PATCH v2 11/32] target/arm: Add the hypervisor virtual counter
` [Qemu-devel] [PATCH v2 12/32] target/arm: Add VHE system register redirection and aliasing
` [Qemu-devel] [PATCH v2 13/32] target/arm: Split out vae1_tlbmask, vmalle1_tlbmask
` [Qemu-devel] [PATCH v2 14/32] target/arm: Simplify tlb_force_broadcast alternatives
` [Qemu-devel] [PATCH v2 15/32] target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*
` [Qemu-devel] [PATCH v2 16/32] target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2
` [Qemu-devel] [PATCH v2 17/32] target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*
` [Qemu-devel] [PATCH v2 18/32] target/arm: Rename ARMMMUIdx_S1SE* to ARMMMUIdx_SE*
` [Qemu-devel] [PATCH v2 19/32] target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3
` [Qemu-devel] [PATCH v2 20/32] target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2
` [Qemu-devel] [PATCH v2 21/32] target/arm: Reorganize ARMMMUIdx
` [Qemu-devel] [PATCH v2 22/32] target/arm: Add regime_has_2_ranges
` [Qemu-devel] [PATCH v2 23/32] target/arm: Update arm_mmu_idx for VHE
` [Qemu-devel] [PATCH v2 24/32] target/arm: Update arm_sctlr "
` [Qemu-devel] [PATCH v2 25/32] target/arm: Install asids for E2&0 translation regime
` [Qemu-devel] [PATCH v2 26/32] target/arm: Flush tlbs "
` [Qemu-devel] [PATCH v2 27/32] target/arm: Update arm_phys_excp_target_el for TGE
` [Qemu-devel] [PATCH v2 28/32] target/arm: Update regime_is_user for EL2&0
` [Qemu-devel] [PATCH v2 29/32] target/arm: Update {fp, sve}_exception_el for VHE
` [Qemu-devel] [PATCH v2 30/32] target/arm: Enable ARMv8.1-VHE in -cpu max
` [Qemu-devel] [PATCH v2 31/32] target/arm: check TGE and E2H flags for EL0 pauth traps
` [Qemu-devel] [PATCH v2 32/32] target/arm: generate a custom MIDR for -cpu max

[dpdk-dev] [PATCH 0/2] Enable fast-unit tests under travis
 2019-07-31 20:54 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] ci: enable unit tests under travis-ci

[PATCH] raid1: factor out a common routine to handle the completion of sync write
 2019-07-31 20:54 UTC  (2+ messages)

[LTP] [PATCH 1/1] syscalls/ioctl08: Require btrfs
 2019-07-31 20:51 UTC  (3+ messages)

[PATCH 0/6] ReST conversion patches not applied yet
 2019-07-31 20:48 UTC  (27+ messages)
` [PATCH 1/6] docs: fix a couple of new broken references
` [PATCH 2/6] docs: writing-schema.md: convert from markdown to ReST
` [PATCH 5/6] docs: fs: convert porting "

Fwd: FIO Windows Documentation
 2019-07-31 20:46 UTC  (2+ messages)
  `  "

[PATCH v4 0/9] Multicolor Framwork
 2019-07-31 20:44 UTC  (5+ messages)
` [PATCH v4 6/9] leds: multicolor: Introduce a multicolor class definition

[f2fs-dev] [PATCH] f2fs: fix livelock in swapfile writes
 2019-07-31 20:43 UTC  (2+ messages)
`  "

[PATCH 1/2] drm/amdgpu/gfx10: update golden settings for navi14
 2019-07-31 20:42 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: enable KFD support "

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2019-07-31
 2019-07-31 20:41 UTC  (17+ messages)
` [net-next 01/16] ice: add lp_advertising flow control support
` [net-next 02/16] ice: track hardware stat registers past rollover
` [net-next 03/16] ice: Move vector base setup to PF VSI
` [net-next 04/16] ice: Always set prefena when configuring an Rx queue
` [net-next 05/16] ice: separate out control queue lock creation
` [net-next 06/16] ice: Do not configure port with no media
` [net-next 07/16] ice: Disable VFs until reset is completed
` [net-next 08/16] ice: Only bump Rx tail and release buffers once per napi_poll
` [net-next 09/16] ice: Set up Tx scheduling tree based on alloc VSI Tx queues
` [net-next 10/16] ice: Update number of VF queue before setting VSI resources
` [net-next 11/16] ice: Add stats for Rx drops at the port level
` [net-next 12/16] ice: Remove duplicate code in ice_alloc_rx_bufs
` [net-next 13/16] ice: Don't return error for disabling LAN Tx queue that does exist
` [net-next 14/16] ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
` [net-next 15/16] ice: Remove flag to track VF interrupt status
` [net-next 16/16] ice: Bump version number

[Xen-devel] [PATCH 00/17] xen/arm64: Rework head.S to make it more compliant with the Arm Arm
 2019-07-31 20:40 UTC  (7+ messages)
` [Xen-devel] [PATCH 14/17] xen/arm64: head: Remove ID map as soon as it is not used

[PATCH] arm64/mm: fix variable 'tag' set but not used
 2019-07-31 20:38 UTC  (2+ messages)

[PATCH rfc 0/2] nvme controller reset and namespace scan work race conditions
 2019-07-31 20:37 UTC  (6+ messages)
` [PATCH rfc 1/2] nvme: don't remove namespace if revalidate failed because of controller reset

[PATCH v8 3/7] of/platform: Add functional dependency link from DT bindings
 2019-07-31 20:37 UTC  (6+ messages)
` [PATCH] of/platform: Add missing const qualifier in of_link_property

[PATCH 00/14] ARM: move lpc32xx and dove to multiplatform
 2019-07-31 20:36 UTC  (10+ messages)
` [PATCH 03/14] watchdog: pnx4008_wdt: allow compile-testing

Merge branch 'floppy'
 2019-07-31 20:36 UTC 

[RFC PATCH 0/7] xfs: add reflink & dedupe support for fsdax
 2019-07-31 20:33 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 00/10] Vulkan performance queries support & others
 2019-07-31 20:35 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 10/10] tests/i915/exec_fence: add timeline fence tests

[GIT PULL] More IPMI bug fixes for 5.3
 2019-07-31 20:35 UTC  (2+ messages)

[GIT PULL] tracing: Minor fixes for v5.3-rc2
 2019-07-31 20:35 UTC  (2+ messages)

[git pull] vfs.git mount_capable() fix
 2019-07-31 20:35 UTC  (2+ messages)

[PATCH 4.19 000/113] 4.19.63-stable review
 2019-07-31 20:34 UTC  (4+ messages)
` [PATCH 4.19 024/113] tty: serial: msm_serial: avoid system lockup condition

MIPS: Ingenic: Fix bugs when detecting X1000's parameters
 2019-07-31 20:34 UTC  (4+ messages)
` MIPS: Ingenic: Fix bugs when detecting X1000's parameters v2
  ` [PATCH v2] MIPS: Ingenic: Fix bugs when detecting X1000's parameters

[PATCH for-next V2 0/4] RDMA: Cleanups and improvements
 2019-07-31 20:32 UTC  (6+ messages)
` [PATCH for-next V2 1/4] RDMA: Introduce ib_port_phys_state enum
` [PATCH for-next V2 2/4] RDMA/cxgb3: Use ib_device_set_netdev()
` [PATCH for-next V2 3/4] RDMA/core: Add common iWARP query port
` [PATCH for-next V2 4/4] RDMA/{cxgb3, cxgb4, i40iw}: Remove common code

[PATCH v4 00/13] Support CPU frequency scaling on QCS404
 2019-07-31 20:29 UTC  (30+ messages)
` [PATCH v4 01/13] clk: qcom: gcc: limit GPLL0_AO_OUT operating frequency
` [PATCH v4 02/13] mbox: qcom: add APCS child device for QCS404
` [PATCH v4 03/13] mbox: qcom: replace integer with valid macro
` [PATCH v4 04/13] dt-bindings: mailbox: qcom: Add clock-name optional property
` [PATCH v4 05/13] clk: qcom: apcs-msm8916: get parent clock names from DT
` [PATCH v4 06/13] clk: qcom: hfpll: "
` [PATCH v4 07/13] clk: qcom: hfpll: register as clock provider
` [PATCH v4 08/13] clk: qcom: hfpll: CLK_IGNORE_UNUSED
` [PATCH v4 09/13] arm64: dts: qcom: msm8916: Add the clocks for the APCS mux/divider
` [PATCH v4 10/13] arm64: dts: qcom: qcs404: Add HFPLL node
` [PATCH v4 11/13] arm64: dts: qcom: qcs404: Add the clocks for APCS mux/divider
` [PATCH v4 12/13] arm64: dts: qcom: qcs404: Add DVFS support
` [PATCH v4 13/13] arm64: defconfig: Enable HFPLL

[Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions
 2019-07-31 20:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 2/5] 9p: Treat multiple devices on one export as an error

[PATCH 1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c
 2019-07-31 20:31 UTC  (2+ messages)

[RFC PATCH 0/3] fix hugetlb page allocation stalls
 2019-07-31 20:30 UTC  (4+ messages)
` [RFC PATCH 2/3] mm, compaction: use MIN_COMPACT_COSTLY_PRIORITY everywhere for costly orders

[RFC] um: virtio: Workaround for using virtio_net with snabb
 2019-07-31 20:30 UTC 

[PATCH] scripts/dtc: dtx_diff - add color output support
 2019-07-31 20:30 UTC  (2+ messages)

[PATCH 1/2] um: irq: Fix LAST_IRQ usage
 2019-07-31 20:29 UTC  (2+ messages)
` [PATCH 2/2] um: drivers: Add virtio vhost-user driver

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-07-31 20:27 UTC  (6+ messages)
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()

[Qemu-devel] [RFC PATCH v1 00/22] reimplement (some) x86 vector instructions using tcg-gvec
 2019-07-31 20:27 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v1 08/22] target/i386: reimplement (V)PAND, (V)ANDPS, (V)ANDPD

[PATCH] docs: fs: porting.rst: fix a broken reference to another doc
 2019-07-31 20:27 UTC 

[v6 2/2] gpio: aspeed: Add SGPIO driver
 2019-07-31 20:25 UTC  (3+ messages)

[PATCH 0/3] handling warnings due to auto-enabled bitmaps
 2019-07-31 20:26 UTC  (3+ messages)
` [PATCH 2/3] repack: silence warnings when auto-enabled bitmaps cannot be built

[PATCH] tools: memory-model: add it to the Documentation body
 2019-07-31 20:25 UTC  (3+ messages)

[PATCH] mm/usercopy: Use memory range to be accessed for wraparound check
 2019-07-31 20:25 UTC  (2+ messages)

[meta-integrity][PATCH] ima-evm-utils: bump to release 1.2.1
 2019-07-31 20:24 UTC 

[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
 2019-07-31 20:24 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Compute has_drrs after compute has_psr
 2019-07-31 20:24 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/drrs: Disable DRRS when needed in fastsets

[PATCH] ARM: imx: Drop imx_anatop_init()
 2019-07-31 20:22 UTC  (3+ messages)

[PATCH 0/5] sched/deadline: Fix double accounting in push_dl_task() & some cleanups
 2019-07-31 20:20 UTC  (7+ messages)
` [PATCH 4/5] sched/deadline: Cleanup on_dl_rq() handling

[patch net-next v2 0/3] net: devlink: Finish network namespace support
 2019-07-31 20:20 UTC  (9+ messages)
` [patch net-next v2 1/3] net: devlink: allow to change namespaces

[PATCH] parisc: strip debug information when building compressed images
 2019-07-31 20:19 UTC  (6+ messages)


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.