All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 22:59:20 to 2020-02-24 23:32:59 UTC [more...]

[PATCH 0/1] block: Manage bio references so the bio persists until necessary
 2020-02-24 23:32 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:32 UTC  (2+ messages)

[PATCH 1/8] powerpc: Update MAINTAINERS
 2020-02-24 23:31 UTC  (8+ messages)
` [PATCH 2/8] powerpc: Update wiki link in MAINTAINERS
` [PATCH 3/8] powerpc: Remove PA SEMI MAINTAINERS entries
` [PATCH 4/8] powerpc: Mark 4xx as Orphan in MAINTAINERS
` [PATCH 5/8] powerpc: Drop XILINX MAINTAINERS entry
` [PATCH 6/8] powerpc: Update MPC5XXX "
` [PATCH 7/8] powerpc: Update powermac "
` [PATCH 8/8] powerpc: Update 83xx/85xx "

[PATCH v2 0/6] Add ACPI bindings to the genet
 2020-02-24 23:31 UTC  (5+ messages)
` [PATCH v2 1/6] mdio_bus: Add generic mdio_find_bus()

[Intel-gfx] [PATCH] drm/i915: Manually acquire engine-wakeref around use of kernel_context
 2020-02-24 23:31 UTC 

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-24 23:31 UTC  (15+ messages)
` [PATCH 16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct
` [PATCH 38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps

[PATCH 0/3] ti-sysc changes for probing DSS with dts data
 2020-02-24 23:31 UTC  (5+ messages)
` [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data

[PATCH v2 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-24 23:21 UTC  (6+ messages)
` [PATCH v2 1/2] linux-user: Protect more syscalls
` [PATCH v2 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH 2/2] arch/x86: Drop unneeded linker script discard of .eh_frame
 2020-02-24 23:30 UTC  (7+ messages)
` [PATCH v2 0/2] Stop generating .eh_frame sections
` [PATCH v2 1/2] arch/x86: Use -fno-asynchronous-unwind-tables to suppress "
` [PATCH v2 2/2] arch/x86: Drop unneeded linker script discard of .eh_frame

[PATCH][next] toshiba: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (3+ messages)

[Intel PMC TGPIO Driver 0/5] Add support for Intel PMC Time GPIO Driver with PHC interface changes to support additional H/W Features
 2020-02-24 23:29 UTC  (10+ messages)
` [Intel PMC TGPIO Driver 1/5] drivers/ptp: Add Enhanced handling of reserve fields
` [Intel PMC TGPIO Driver 5/5] drivers/ptp: Add PMC Time-Aware GPIO Driver

[PATCH misc-next] btrfs: fix compilation error in btree_write_cache_pages()
 2020-02-24 23:28 UTC  (2+ messages)

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:28 UTC 

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-24 23:21 UTC  (57+ messages)
` [PATCHv2 01/56] ARM: dts: omap: add channel to DSI panels
` [PATCHv2 02/56] ARM: dts: omap4-droid4: add panel compatible
` [PATCHv2 03/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 06/56] drm/omap: constify write buffers
` [PATCHv2 07/56] drm/omap: dsi: add generic transfer function
` [PATCHv2 08/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCHv2 09/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCHv2 10/56] drm/omap: dsi: drop virtual channel logic
` [PATCHv2 11/56] drm/omap: dsi: simplify write function
` [PATCHv2 12/56] drm/omap: dsi: simplify read functions
` [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCHv2 14/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCHv2 15/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCHv2 16/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCHv2 17/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCHv2 18/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCHv2 19/56] drm/omap: dsi: drop unused memory_read()
` [PATCHv2 20/56] drm/omap: dsi: drop unused get_te()
` [PATCHv2 21/56] drm/omap: dsi: drop unused enable_te()
` [PATCHv2 22/56] drm/omap: dsi: drop useless sync()
` [PATCHv2 23/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCHv2 24/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCHv2 25/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCHv2 26/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCHv2 27/56] drm/omap: dsi: drop custom enable_te() API
` [PATCHv2 28/56] drm/omap: dsi: do bus locking in host driver
` [PATCHv2 29/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCHv2 30/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCHv2 31/56] drm/omap: dsi: do ULPS in host driver
` [PATCHv2 32/56] drm/omap: dsi: move panel refresh function to host
` [PATCHv2 33/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCHv2 34/56] drm/omap: dsi: drop custom panel capability support
` [PATCHv2 35/56] drm/omap: dsi: convert to drm_panel
` [PATCHv2 36/56] drm/omap: drop omapdss-boot-init
` [PATCHv2 37/56] drm/omap: dsi: implement check timings
` [PATCHv2 38/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCHv2 39/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCHv2 40/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCHv2 41/56] drm/omap: dsi: return proper error code from dsi_update_all()
` [PATCHv2 42/56] drm/omap: remove global dss_device variable
` [PATCHv2 43/56] drm/omap: bind components with drm_device argument
` [PATCHv2 44/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCHv2 45/56] drm/omap: dsi: Register a drm_bridge
` [PATCHv2 46/56] drm/omap: remove legacy DSS device operations
` [PATCHv2 47/56] drm/omap: remove unused omap_connector
` [PATCHv2 48/56] drm/omap: simplify omap_display_id
` [PATCHv2 49/56] drm/omap: drop unused DSS next pointer
` [PATCHv2 50/56] drm/omap: drop empty omap_encoder helper functions
` [PATCHv2 51/56] drm/omap: drop DSS ops_flags
` [PATCHv2 52/56] drm/omap: drop dssdev display field
` [PATCHv2 53/56] drm/omap: simplify DSI manual update code
` [PATCHv2 54/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCHv2 55/56] drm/panel/panel-dsi-cm: support rotation property
` [PATCHv2 56/56] ARM: dts: omap4-droid4: add panel orientation

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:27 UTC 

[PATCH 1/3] dt-bindings: hwmon: Add compatible for ti,ina260
 2020-02-24 23:26 UTC  (3+ messages)
` [PATCH 2/3] docs: hwmon: Add support for ina2xx
` [PATCH 3/3] hwmon: (ina2xx) Add support for ina260

[PATCH][next] freescale: Replace zero-length array with flexible-array member
 2020-02-24 23:27 UTC  (2+ messages)

[PATCH][next] intel: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH][next] netronome: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (2+ messages)

[PATCH net-next] chelsio: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (2+ messages)

[mac80211-next:master] BUILD SUCCESS 370f51d5edac83bfdb9a078d7098f06403dfa4bc
 2020-02-24 23:24 UTC 

[PATCH 0/3] Drop PRUSS and OMAP4 IPU/DSP hwmod data
 2020-02-24 23:21 UTC  (8+ messages)
` [PATCH 1/3] ARM: OMAP2+: Drop hwmod data for am3 and am4 PRUSS
` [PATCH 2/3] ARM: OMAP2+: Drop legacy platform data for OMAP4 DSP
` [PATCH 3/3] ARM: OMAP4: hwmod_data: Remove OMAP4 IPU hwmod data

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_persistence: Check precision of hostile cancellation
 2020-02-24 23:22 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "
` [igt-dev] ✗ Fi.CI.BAT: "

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-02-24 23:18 UTC  (5+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v1 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v1 3/3] partitions: Introduce NVIDIA Tegra Partition Table

stable-rc/linux-4.4.y boot: 59 boots: 1 failed, 56 passed with 2 offline (v4.4.214)
 2020-02-24 23:21 UTC 

[PATCH 0/2] Replace Intel SVM with IOMMU SVA APIs
 2020-02-24 23:26 UTC  (8+ messages)
` [PATCH 1/2] iommu/vt-d: report SVA feature with generic flag
` [PATCH 1/2] iommu/vt-d: Report "
` [PATCH 2/2] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs

[PATCH net-next 00/10] Wire up Ocelot tc-flower to Felix DSA
 2020-02-24 23:21 UTC  (3+ messages)
` [PATCH net-next 05/10] net: mscc: ocelot: don't rely on preprocessor for vcap key/action packing

[PATCH libnetfilter_queue] src: add nfq_get_skbinfo()
 2020-02-24 23:19 UTC  (4+ messages)

[Xen-devel] [PATCH V2] iommu/arm: Don't allow the same micro-TLB to be shared between domains
 2020-02-24 23:18 UTC  (2+ messages)

[pinctrl:for-next] BUILD SUCCESS a8e4883705612f5a158589154aae14e47c6d3e05
 2020-02-24 23:18 UTC 

[renesas-devel:renesas-fixes-for-v5.6] BUILD SUCCESS 21b388dca138b0fc540c76b065bc83281762a9b4
 2020-02-24 23:18 UTC 

[renesas-devel:next] BUILD SUCCESS ddd8444ef822bc0f3a006da8a69a80c4b7e5567f
 2020-02-24 23:18 UTC 

[gpio:for-next] BUILD SUCCESS ee82ebf16ccb97780b02aba6f58cd9b397723a5b
 2020-02-24 23:18 UTC 

[renesas-devel:renesas-arm-dt-for-v5.7] BUILD SUCCESS 9e1232631d4e8e30096fa758a0e1fb9e08f219f9
 2020-02-24 23:18 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Print the SU blocks mismatches
 2020-02-24 23:17 UTC  (3+ messages)

[PATCH 00/19] EFI stub early spring cleaning part 2
 2020-02-24 23:15 UTC  (3+ messages)
` [PATCH 03/19] efi/libstub: Use hidden visiblity for all source files

[PATCH] fetch2/gitsm: Unpack shallow mirror tarballs
 2020-02-24 23:14 UTC  (7+ messages)

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-24 23:14 UTC  (4+ messages)
` [PATCH v7 13/19] xfs: Add delay ready attr remove routines

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-24 23:14 UTC  (11+ messages)

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-24 23:13 UTC  (6+ messages)
` [PATCH v4 12/16] hw/i386: Use the apicid handlers from X86MachineState

[PATCH 00/10] floppy driver cleanups (deobfuscation)
 2020-02-24 23:13 UTC  (4+ messages)
` [PATCH 01/10] floppy: cleanup: expand macro FDCS

not sure why my patches to master-next don't include my real name
 2020-02-24 23:12 UTC  (3+ messages)
` [docs] "

[PATCH 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards
 2020-02-24 23:08 UTC  (32+ messages)
` [PATCH 01/15] arm64: defconfig: run through savedefconfig for ordering
` [PATCH 02/15] arm64: defconfig: Enable NXP flexcan driver
` [PATCH 03/15] arm64: defconfig: Enable QorIQ DPAA1 drivers
` [PATCH 04/15] arm64: defconfig: Enable QorIQ DPAA2 drivers
` [PATCH 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch
` [PATCH 06/15] arm64: defconfig: Enable NXP/FSL SPI controller drivers
` [PATCH 07/15] arm64: defconfig: Enable QorIQ cpufreq driver
` [PATCH 08/15] arm64: defconfig: Enable ARM SBSA watchdog driver
` [PATCH 09/15] arm64: defconfig: Enable QorIQ IFC NAND controller driver
` [PATCH 10/15] arm64: defconfig: Enable QorIQ GPIO driver
` [PATCH 11/15] arm64: defconfig: Enable ARM Mali display driver
` [PATCH 12/15] arm64: defconfig: Enable flash device drivers for QorIQ boards
` [PATCH 13/15] arm64: defconfig: Enable RTC devices "
` [PATCH 14/15] arm64: defconfig: Enable PHY devices used on "
` [PATCH 15/15] arm64: defconfig: Enable e1000 device

[PATCH v4 net-next 0/2] Remainder for "DT bindings for Felix DSA switch on LS1028A"
 2020-02-24 23:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] af_packet: allow configuring number of rings
 2020-02-24 23:11 UTC 

[MODERATED] Re: [PATCH 2/2] more sampling fun 2
 2020-02-24 23:10 UTC  (4+ messages)
` [MODERATED] "

[PATCH v4 0/4] Introduce per-task latency_nice for scheduler hints
 2020-02-24 23:08 UTC  (3+ messages)
` [PATCH v4 4/4] sched/core: Add permission checks for setting the latency_nice value

[RFC PATCH 0/1] Add boot hartid to a Device tree
 2020-02-24 23:08 UTC  (2+ messages)

[PATCH 2/2] x86/boot/compressed: Remove unnecessary sections from bzImage
 2020-02-24 23:08 UTC  (11+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-24 23:08 UTC  (2+ messages)
` [Bug 206579] "

[PATCH] target/arm: Implement ARMv8.3-CCIDX
 2020-02-24 23:07 UTC  (2+ messages)

[PATCH v2] clone: use submodules.recurse option for automatically clone submodules
 2020-02-24 23:06 UTC  (2+ messages)
` [PATCH v3] clone: use submodule.recurse "

[PATCH] Add support for TSS2 for PCR reading
 2020-02-24 23:04 UTC  (2+ messages)
` [PATCH v2] ima-evm-utils: Add support for Intel "

[PATCH v10 00/12] drm: Add support for bus-format negotiation
 2020-02-24 23:03 UTC  (4+ messages)
` [PATCH v10 08/12] drm/bridge: lvds-codec: Implement basic bus format negotiation

next/pending-fixes build: 216 builds: 0 failed, 216 passed, 25 warnings (v5.6-rc3-186-gfe83899e5f85)
 2020-02-24 23:02 UTC 

r8151: check disconnect status after long sleep
 2020-02-24 23:02 UTC  (2+ messages)

[PATCH] drm/bridge: lvds-codec: Constify the drm_bridge_funcs structure
 2020-02-24 23:00 UTC 

[kdave-btrfs-devel:misc-next 126/126] fs/btrfs/extent_io.c:3959:34: error: 'tree' undeclared; did you mean 'true'?
 2020-02-24 23:00 UTC 

[PATCH] audit: always check the netlink payload length in audit_receive_msg()
 2020-02-24 22:58 UTC  (3+ 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.