All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-07 14:20:16 to 2019-07-07 18:54:50 UTC [more...]

[PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-07 18:54 UTC  (14+ messages)
` [PATCH v6 13/17] fs-verity: support builtin file signatures
    ` [f2fs-dev] "
` [PATCH v6 14/17] ext4: add basic fs-verity support
    ` [f2fs-dev] "
` [PATCH v6 15/17] ext4: add fs-verity read support
    ` [f2fs-dev] "
` [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity

[Cocci] [PATCH 1/2] coccinelle: api/stream_open: treat all wait_.*() calls as blocking
 2019-07-07 18:20 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-good: add option to enable/disable shout2 plugin
 2019-07-07 18:47 UTC  (4+ messages)

[RFC PATCH v4 00/12] security: x86/sgx: SGX vs. LSM
 2019-07-07 18:46 UTC  (16+ messages)
` [RFC PATCH v4 07/12] LSM: x86/sgx: Introduce ->enclave_map() hook for Intel SGX
` [RFC PATCH v4 10/12] security/selinux: Add enclave_load() implementation

[PATCH] mtd: afs: remove unneeded NULL check
 2019-07-07 18:46 UTC  (3+ messages)

[PATCH v2 1/2] mtd: concat: refactor concat_lock/concat_unlock
 2019-07-07 18:45 UTC  (6+ messages)

[PATCH] mtd: abi: do not use C++ style comments in uapi header
 2019-07-07 18:45 UTC  (4+ messages)

[PATCH] Update palo documentation
 2019-07-07 18:44 UTC  (2+ messages)

[PATCH 3.16 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-07-07 18:13 UTC  (3+ messages)

[PATCH 00/60] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2019-07-07 18:21 UTC  (63+ messages)
` [PATCH 01/60] drm/edid: Add flag to drm_display_info to identify HDMI sinks
` [PATCH 02/60] video: hdmi: Change return type of hdmi_avi_infoframe_init() to void
` [PATCH 03/60] drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
` [PATCH 04/60] drm/bridge: dumb-vga-dac: Rename driver "
  ` [PATCH 05/60] drm/bridge: simple-bridge: Add support for non-VGA bridges
  ` [PATCH 06/60] drm/bridge: simple-bridge: Add support for enable GPIO
  ` [PATCH 07/60] drm/bridge: simple-bridge: Add support for the TI OP362
  ` [PATCH 08/60] drm/bridge: Extend bridge API to disable connector creation
  ` [PATCH 09/60] drm/bridge: Add connector-related bridge operations and data
  ` [PATCH 10/60] drm/bridge: Add bridge driver for display connectors
  ` [PATCH 11/60] drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
  ` [PATCH 12/60] drm/bridge: panel: Implement bridge connector operations
  ` [PATCH 13/60] drm/bridge: tfp410: Don't include drmP.h
  ` [PATCH 14/60] drm/bridge: tfp410: Replace manual connector handling with bridge
  ` [PATCH 15/60] drm/bridge: tfp410: Allow operation without drm_connector
  ` [PATCH 16/60] dt-bindings: Add vendor prefix for LG Display
  ` [PATCH 17/60] dt-bindings: Add legacy 'toppoly' vendor prefix
  ` [PATCH 18/60] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel
  ` [PATCH 19/60] drm/panel: Add driver for the LG Philips LB035Q02 panel
  ` [PATCH 20/60] drm/panel: Add driver for the NEC NL8048HL11 panel
  ` [PATCH 21/60] drm/panel: Add driver for the Sharp LS037V7DW01 panel
  ` [PATCH 22/60] drm/panel: Add driver for the Sony ACX565AKM panel
  ` [PATCH 23/60] drm/panel: Add driver for the Toppology TD028TTEC1 panel
  ` [PATCH 24/60] drm/panel: Add driver for the Toppology TD043MTEA1 panel
  ` [PATCH 25/60] drm: Add helper to create a connector for a chain of bridges
  ` [PATCH 26/60] drm/omap: Detach from panels at remove time
  ` [PATCH 27/60] drm/omap: Simplify HDMI mode and infoframe configuration
  ` [PATCH 28/60] drm/omap: Factor out display type to connector type conversion
  ` [PATCH 29/60] drm/omap: Use the drm_panel_bridge API
  ` [PATCH 30/60] drm/omap: dss: Fix output next device lookup in DT
  ` [PATCH 31/60] drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
  ` [PATCH 32/60] drm/omap: dss: Make omap_dss_device_ops optional
  ` [PATCH 33/60] drm/omap: hdmi: Allocate EDID in the .read_edid() operation
  ` [PATCH 34/60] drm/omap: hdmi4: Rework EDID read to isolate data read
  ` [PATCH 35/60] drm/omap: hdmi5: "
  ` [PATCH 36/60] drm/omap: hdmi4: Register a drm_bridge for EDID read
  ` [PATCH 37/60] drm/omap: hdmi5: "
  ` [PATCH 38/60] drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
  ` [PATCH 39/60] drm/omap: hdmi5: "
  ` [PATCH 40/60] drm/omap: hdmi4: Implement drm_bridge .lost_hotplug() operation
  ` [PATCH 41/60] drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
  ` [PATCH 42/60] drm/omap: venc: Register a drm_bridge
  ` [PATCH 43/60] drm/omap: Create connector for bridges
  ` [PATCH 44/60] drm/omap: Switch the HDMI and VENC outputs to drm_bridge
  ` [PATCH 45/60] drm/omap: Remove HPD, detect and EDID omapdss operations
  ` [PATCH 46/60] drm/omap: hdmi: Remove omap_dss_device operations
  ` [PATCH 47/60] drm/omap: venc: "
  ` [PATCH 48/60] drm/omap: hdmi4: Simplify EDID read
  ` [PATCH 49/60] drm/omap: hdmi5: "
  ` [PATCH 50/60] drm/omap: displays: Remove unused panel drivers
  ` [PATCH 51/60] drm/omap: dpi: Sort includes alphabetically
  ` [PATCH 52/60] drm/omap: dpi: Reorder functions in sections
  ` [PATCH 53/60] drm/omap: dpi: Simplify clock setting API
  ` [PATCH 54/60] drm/omap: dpi: Register a drm_bridge
  ` [PATCH 55/60] drm/omap: sdi: Sort includes alphabetically
  ` [PATCH 56/60] drm/omap: sdi: Register a drm_bridge
  ` [PATCH 57/60] drm/omap: Simplify connector implementation
  ` [PATCH 58/60] drm/omap: dss: Remove unused omap_dss_device operations
  ` [PATCH 59/60] drm/omap: dss: Inline the omapdss_display_get() function
  ` [PATCH 60/60] drm/omap: dss: Remove unused omapdss_of_find_connected_device() function

[U-Boot] [PATCH v7 0/2] add command env erase
 2019-07-07 18:40 UTC  (2+ messages)

[PATCH iproute2-next] ip: bond: add peer notification delay support
 2019-07-07 18:40 UTC  (4+ messages)

[Buildroot] How do I enable webrtc as part of external gstreamer, in buildroot
 2019-07-07 18:40 UTC  (3+ messages)

Hello
 2019-07-07 18:18 UTC 

[U-Boot] [PATCH v2 00/16] stm32m1 patches for v2019.10
 2019-07-07 18:19 UTC  (7+ messages)
` [U-Boot] [PATCH v2 01/16] stm32mp1: deactivate WATCHDOG in defconfig
` [U-Boot] [PATCH v2 14/16] stm32mp1: add check for presence of environment in boot device
` [U-Boot] [PATCH v2 16/16] ARM: dts: stm32mp1: sync device tree with v5.2-rc4

[PATCH v2 0/7] Tracing vs CR2 (and cleanups)
 2019-07-07 18:17 UTC  (5+ messages)
` [PATCH v2 5/7] x86/mm, tracing: Fix CR2 corruption

[Xen-devel] [linux-linus test] 138780: regressions - FAIL
 2019-07-07 18:11 UTC 

[GIT PULL] ARM: dts: exynos: Late pull for v5.3
 2019-07-07 18:01 UTC  (2+ messages)

[PATCH v9 0/6] Introduced new Cadence USBSS DRD Driver
 2019-07-07 17:56 UTC  (4+ messages)
` [PATCH v9 5/6] usb:cdns3 Add Cadence USB3 "

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM
 2019-07-07 17:57 UTC  (2+ messages)

[RFC PATCH net-next 0/6] tc-taprio offload for SJA1105 DSA
 2019-07-07 17:47 UTC  (9+ messages)
` [RFC PATCH net-next 1/6] Revert "Merge branch 'net-sched-Add-txtime-assist-support-for-taprio'"
` [RFC PATCH net-next 2/6] taprio: Add support for hardware offloading
` [RFC PATCH net-next 3/6] net: dsa: Pass tc-taprio offload to drivers
` [RFC PATCH net-next 4/6] net: dsa: sja1105: Add static config tables for scheduling
` [RFC PATCH net-next 5/6] net: dsa: sja1105: Advertise the 8 TX queues
` [RFC PATCH net-next 6/6] net: dsa: sja1105: Configure the Time-Aware Shaper via tc-taprio offload

[PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled
 2019-07-07 17:46 UTC  (3+ messages)

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming
 2019-07-07 17:42 UTC  (3+ messages)

[PATCH] Remove unused function drm_agp_bind_pages
 2019-07-07 17:40 UTC 

[PATCH] libselinux: Fix security_get_boolean_names build error
 2019-07-07 17:24 UTC  (2+ messages)

[PATCH v2] drm/i915: Fix assert_forcewake_active consideration of timer
 2019-07-07 17:34 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix assert_forcewake_active consideration of timer (rev2)

[PATCH BlueZ] obex: client: map: report notification status on incoming message
 2019-07-07 17:27 UTC 

[dpdk-dev] [PATCH v1 1/1] mempool/octeontx2: fix npa pool range errors
 2019-07-07 17:24 UTC  (3+ messages)

[PATCH] dmaengine: at_xdmac: check for non-empty xfers_list before invoking callback
 2019-07-07 17:17 UTC  (3+ messages)

[PATCH] drm/i915: Pull assert_forcewake_active() underneath the lock
 2019-07-07 17:14 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Pull assert_forcewake_active() underneath the lock (rev2)
` ✓ Fi.CI.IGT: "

get with me f#ckbuddy
 2019-07-07 17:13 UTC 

[PATCH] cpuidle/drivers/mobile: Add new governor for mobile/embedded systems
 2019-07-07 17:02 UTC  (5+ messages)

[PATCH] staging: rtl8188eu: remove unused definitions from hal8188e_phy_reg.h
 2019-07-07 16:56 UTC 

[Buildroot] [PATCH 1/1] package/libpng: allow selection of older libpng versions
 2019-07-07 16:52 UTC 

[PATCH v3 0/2] Hugetlbfs support for riscv
 2019-07-07 15:14 UTC  (7+ messages)

[dpdk-dev] [PATCH] examples/client_server_mp: check port ownership
 2019-07-07 16:47 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[nfs:testing 18/19] fs/nfs/dir.c:196:51-52: Unneeded semicolon
 2019-07-07 16:46 UTC  (2+ messages)
` [PATCH] NFS: fix semicolon.cocci warnings

[PATCH] NFS: fix ifnullfree.cocci warnings
 2019-07-07 16:45 UTC 

[PATCH v15 0/7] virtio pmem driver
 2019-07-07 16:34 UTC  (7+ messages)
` [PATCH v15 6/7] ext4: disable map_sync for async flush
      ` [Qemu-devel] "

[PATCH] drm/i915: Fix assert_forcewake_active consideration of timer
 2019-07-07 16:40 UTC 

Kernel panic and ACPI errors with recent update to 4.15.53 ( Ubuntu 18.04 LTS distro )
 2019-07-07 16:27 UTC 

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-07-07 16:15 UTC  (12+ messages)
` [PATCH v5 04/12] S.A.R.A.: generic DFA for string matching
` [PATCH v5 06/12] S.A.R.A.: WX protection
` [PATCH v5 11/12] S.A.R.A.: /proc/*/mem write limitation

[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
 2019-07-07 16:14 UTC  (12+ messages)
` [PATCH v2 1/6] drm/client: Support unmapping of DRM client buffers
` [PATCH v2 2/6] drm/fb-helper: Map DRM client buffer only when required
` [PATCH v2 3/6] drm/fb-helper: Instanciate shadow FB if configured in device's mode_config

[PATCH] rtc: bd70528: add dependency to fix build errors
 2019-07-07 16:12 UTC 

[PATCH] tracing: make exported ftrace_set_clr_event non-static
 2019-07-07 15:46 UTC  (2+ messages)

[PATCH 2/6] irqchip: Add Realtek RTD129x intc driver
 2019-07-07 15:46 UTC  (4+ messages)

rev-parse's show-{cdup,prefix} inconsistent when pwd symlink
 2019-07-07 15:36 UTC 

[PATCH v7 0/6] vfio/type1: Add support for valid iova list management
 2019-07-07 15:03 UTC  (19+ messages)
` [PATCH v7 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list
` [PATCH v7 3/6] vfio/type1: Update iova list on detach
` [PATCH v7 4/6] vfio/type1: check dma map request is within a valid iova range
` [PATCH v7 5/6] vfio/type1: Add IOVA range capability support
` [PATCH v7 6/6] vfio/type1: remove duplicate retrieval of reserved regions

pagecache locking (was: bcachefs status update) merged)
 2019-07-07 15:05 UTC  (12+ messages)
                ` pagecache locking

[Buildroot] [PATCH 1/1] package/xscreensaver: bump to version 5.43
 2019-07-07 15:01 UTC 

[RFC] Fix python feature detection
 2019-07-07 14:44 UTC 

[Qemu-devel] [PATCH v6 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-07-07 14:29 UTC  (15+ messages)
` [Qemu-devel] [PATCH v6 01/14] hw/arm: simplify arm_load_dtb
` [Qemu-devel] [PATCH v6 02/14] numa: move numa global variable nb_numa_nodes into MachineState
` [Qemu-devel] [PATCH v6 03/14] numa: move numa global variable have_numa_distance "
` [Qemu-devel] [PATCH v6 04/14] numa: move numa global variable numa_info "
` [Qemu-devel] [PATCH v6 05/14] numa: Extend CLI to provide initiator information for numa nodes
` [Qemu-devel] [PATCH v6 06/14] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [Qemu-devel] [PATCH v6 07/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [Qemu-devel] [PATCH v6 08/14] hmat acpi: Build Memory Side Cache "
` [Qemu-devel] [PATCH v6 09/14] numa: Extend the CLI to provide memory latency and bandwidth information
` [Qemu-devel] [PATCH v6 10/14] numa: Extend the CLI to provide memory side cache information
` [Qemu-devel] [PATCH v6 11/14] acpi: introduce aml_build_runtime_buf for NFIT generalizations
` [Qemu-devel] [PATCH v6 12/14] hmat acpi: Implement _HMA method to update HMAT at runtime
` [Qemu-devel] [PATCH v6 13/14] QMP: Add QMP interface "
` [Qemu-devel] [PATCH v6 14/14] tests/bios-tables-test: add test cases for ACPI HMAT

[PATCH pstore fix v1] pstore: fix use after free
 2019-07-07 14:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] utils/check-package: Add a quiet flag
 2019-07-07 14:43 UTC  (3+ messages)

[PATCH v2 0/2] RK3288 VP8 decoding support
 2019-07-07 14:24 UTC  (5+ messages)
` [PATCH v2 2/2] media: hantro: Add support for VP8 decoding on rk3288

[PATCH] usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
 2019-07-07 14:22 UTC 

[PATCH for-next] RDMA/efa: Expose device statistics
 2019-07-07 14:20 UTC 

[U-Boot] [PATCH v5 0/6] android: implement A/B boot process
 2019-07-07 14:20 UTC  (5+ messages)
` [U-Boot] [PATCH v5 6/6] env: am57xx: Implement "


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.