All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-24 14:30:59 to 2019-12-24 16:19:24 UTC [more...]

[PATCH 0/8] drm/amd/display: use true,false for bool variable
 2019-12-24  3:27 UTC  (6+ messages)
` [PATCH 1/8] drm/amd/display: use true, false for bool variable in dc_link_ddc.c
` [PATCH 2/8] drm/amd/display: use true, false for bool variable in dcn10_hw_sequencer.c
` [PATCH 4/8] drm/amd/display: use true, false for bool variable in display_mode_vba_21.c
` [PATCH 5/8] drm/amd/display: use true, false for bool variable in dce_calcs.c
` [PATCH 6/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_20.c

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2019-12-24 16:19 UTC 

KASAN: use-after-free Read in io_wq_flush (2)
 2019-12-24 16:15 UTC 

[RFC PATCH] io-wq: kill cpu hog worker
 2019-12-24 16:13 UTC  (2+ messages)

[PATCH] target/ppc: fix memory dump endianness in QEMU monitor
 2019-12-24 16:10 UTC  (5+ messages)

[PATCH] ARM: dts: Add omap3-echo
 2019-12-24 16:10 UTC 

[PATCH v4 0/5] Add support for booting EFI FIT images
 2019-12-24 16:05 UTC  (6+ messages)
` [PATCH v4 1/5] image: Add IH_OS_EFI for EFI chain-load boot
` [PATCH v4 2/5] bootm: Add a bootm command for type IH_OS_EFI
` [PATCH v4 3/5] doc: Add sample uefi.its image description file
` [PATCH v4 4/5] doc: uefi.rst: Document launching UEFI binaries from FIT images
` [PATCH v4 5/5] test/py: Create a test for "

[RFC PATCH] riscv: Add numa support for riscv64 platform
 2019-12-24 16:02 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private
 2019-12-24 16:02 UTC 

[U-Boot] [PATCH v2 0/4] drivers: Add a framework for MUX drivers
 2019-12-24 16:02 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/4] drivers: Add a new framework for multiplexer devices
  `  "
` [U-Boot] [PATCH v2 2/4] dm: board: complete the initialization of the muxes in initr_dm()
  `  "
` [U-Boot] [PATCH v2 3/4] drivers: mux: mmio-based syscon mux controller
  `  "
` [U-Boot] [PATCH v2 4/4] test: Add tests for the multiplexer framework
  `  "

[Xen-devel] [PATCH] x86/hvm: always expose x2APIC feature in max HVM cpuid policy
 2019-12-24 16:00 UTC  (4+ messages)

kernel 5.4.6 + Ryzen 3700X: "Can't display frequency and others of Ryzen7 3700X"
 2019-12-24 15:59 UTC  (5+ messages)

[U-Boot] `uclass_find_device_by_name` fails to find the device
 2019-12-24 15:58 UTC  (2+ messages)
`  "

[U-Boot] [PATCH v2 0/4] regmap: Add a managed API, custom read/write callbacks and support for regmap fields
 2019-12-24 15:58 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] regmap: Allow providing read/write callbacks through struct regmap_config
  `  "

[PATCH 0/3] qemu: arm64: Add support for efi_rng_protocol
 2019-12-24 15:54 UTC  (4+ messages)
` [PATCH 1/3] efi_loader: Add guidcpy function
` [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
` [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2019-12-24 15:49 UTC  (5+ messages)

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2019-12-24 15:48 UTC  (10+ messages)
` [PATCH v2 08/18] arm64: KVM: add support to save/restore SPE profiling buffer controls

[PATCH v1 0/2] scsi: ufs: use existed well-defined functions
 2019-12-24 15:47 UTC  (9+ messages)
` [PATCH v1 1/2] scsi: ufs: unify scsi_block_requests usage
` [PATCH v1 2/2] scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumps

[dpdk-dev] [PATCH] raw/ntb: fix write memory barrier issue
 2019-12-24 15:46 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "

[Xen-devel] [PATCH 00/12] Support CPUID/MSR data in migration streams
 2019-12-24 15:19 UTC  (13+ messages)
` [Xen-devel] [PATCH 01/12] libxc/save: Shrink code volume where possible
` [Xen-devel] [PATCH 02/12] libxc/restore: Introduce functionality to simplify blob handling
` [Xen-devel] [PATCH 03/12] libxc/migration: Rationalise the 'checkpointed' field to 'stream_type'
` [Xen-devel] [PATCH 04/12] libxc/migration: Adjust layout of struct xc_sr_context
` [Xen-devel] [PATCH 05/12] tools/migration: Drop IHDR_VERSION constant from libxc and python
` [Xen-devel] [PATCH 06/12] docs/migration Specify migration v3 and STATIC_DATA_END
` [Xen-devel] [PATCH 07/12] python/migration: Update validation logic to understand a v3 stream
` [Xen-devel] [PATCH 08/12] libxc/restore: Support v3 streams, and cope with v2 compatibilty
` [Xen-devel] [PATCH 09/12] libxc/save: Write a v3 stream
` [Xen-devel] [PATCH 10/12] docs/migration: Specify X86_{CPUID, MSR}_POLICY records
` [Xen-devel] [PATCH 11/12] libxc/restore: Handle X86_{CPUID, MSR}_DATA records
` [Xen-devel] [PATCH 12/12] libxc/save: Write "

[PATCH] subsystem: Fix radar event during another phy CAC
 2019-12-24 15:37 UTC  (6+ messages)

[Buildroot] [PATCH v2] configs/atmel_sama5d27_som1: bump to linux4sam_6.2
 2019-12-24 15:37 UTC  (7+ messages)
` [Buildroot] [PATCH v2] boot/at91bootstrap3: bump to version 3.9.0

[PATCH v1 - RFC] ima: export the measurement list when needed
 2019-12-24 15:35 UTC  (4+ messages)

[Xen-devel] [PATCH] x86/vvmx: virtualize x2APIC mode and APIC accesses can't both be enabled
 2019-12-24 15:34 UTC  (2+ messages)

[PATCH] Series to re-organize and amalgamate certain PSP TA functions
 2019-12-24 15:32 UTC 

ERROR: unexpected command completion code 0x11 for DJ-Tech CTRL (resending as plain text ;)
 2019-12-24 15:28 UTC  (2+ messages)

[PATCH RESEND v2 11/17] KVM: selftests: Always clear dirty bitmap after iteration
 2019-12-24 15:24 UTC  (6+ messages)
` [PATCH RESEND v2 15/17] KVM: selftests: Add dirty ring buffer test

[mellanox:queue-next 1/3] drivers/net/phy/phylink.c:448:37: error: 'struct phylink' has no member named 'link_an_mode'
 2019-12-24 15:23 UTC 

[PATCH] usb: hub: move resume delay at the head of all USB access functions
 2019-12-24 15:23 UTC  (2+ messages)

[PATCH 1/1] test/py: Fix broken 'notbuildconfigspec' marker
 2019-12-24 15:19 UTC 

[PATCH net 0/2] net/sched: avoid walk() while deleting filters that still use rtnl_lock
 2019-12-24 15:17 UTC  (5+ messages)
` [PATCH net 2/2] net/sched: add delete_empty() to filters and use it in cls_flower

[GIT PULL 00/25] EFI updates for v5.6
 2019-12-24 15:10 UTC  (26+ messages)
` [PATCH 01/25] efi/gop: Remove bogus packed attribute from GOP structures
` [PATCH 02/25] efi/gop: Remove unused typedef
` [PATCH 03/25] efi/gop: Convert GOP structures to typedef and cleanup some types
` [PATCH 04/25] efi/gop: Unify 32/64-bit functions
` [PATCH 05/25] efi/libstub: remove unused __efi_call_early() macro
` [PATCH 06/25] efi/x86: rename efi_is_native() to efi_is_mixed()
` [PATCH 07/25] efi/libstub: use a helper to iterate over a EFI handle array
` [PATCH 08/25] efi/libstub: extend native protocol definitions with mixed_mode aliases
` [PATCH 09/25] efi/libstub: distinguish between native/mixed not 32/64 bit
` [PATCH 10/25] efi/libstub: drop explicit 32/64-bit protocol definitions
` [PATCH 11/25] efi/libstub: use stricter typing for firmware function pointers
` [PATCH 12/25] efi/libstub: annotate firmware routines as __efiapi
` [PATCH 13/25] efi/libstub/x86: avoid thunking for native firmware calls
` [PATCH 14/25] efi/libstub: avoid protocol wrapper for file I/O routines
` [PATCH 15/25] efi/libstub: get rid of 'sys_table_arg' macro parameter
` [PATCH 16/25] efi/libstub: unify the efi_char16_printk implementations
` [PATCH 17/25] efi/libstub/x86: drop __efi_early() export and efi_config struct
` [PATCH 18/25] efi/libstub: drop sys_table_arg from printk routines
` [PATCH 19/25] efi/libstub: remove 'sys_table_arg' from all function prototypes
` [PATCH 20/25] efi/libstub/x86: work around page freeing issue in mixed mode
` [PATCH 21/25] efi/libstub: drop protocol argument from efi_call_proto() macro
` [PATCH 22/25] efi/libstub: drop 'table' argument from efi_table_attr() macro
` [PATCH 23/25] efi/libstub: rename efi_call_early/_runtime macros to be more intuitive
` [PATCH 24/25] efi/libstub: tidy up types and names of global cmdline variables
` [PATCH 25/25] efi/libstub/x86: avoid globals to store context during mixed mode calls

[Bug 205957] New: Ext4 64 bit hash breaks 32 bit glibc 2.28+
 2019-12-24 15:09 UTC  (2+ messages)
` [Bug 205957] "

[Buildroot] [PATCH 1/1] package/apitrace: fix build on uclibc
 2019-12-24 15:09 UTC 

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2019-12-24 15:08 UTC  (4+ messages)
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking

[Xen-devel] [qemu-mainline test] 145176: regressions - FAIL
 2019-12-24 15:06 UTC 

[Buildroot] [PATCH 1/1] package/dante: fix configure error
 2019-12-24 15:07 UTC 

[PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus
 2019-12-24 15:06 UTC  (2+ messages)

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-24 15:03 UTC  (5+ messages)
` [PATCH 22/22] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v1] virtio-mmio: update queue size on guest write
 2019-12-24 15:02 UTC  (2+ messages)

Current options for Linux on RISC-V?
 2019-12-24 14:54 UTC  (2+ messages)

[Xen-devel] [PATCH v4 0/6] generated Go libxl bindings using IDL
 2019-12-24 14:53 UTC  (3+ messages)
` [Xen-devel] [PATCH v4 2/6] golang/xenlight: begin Go to C type marshaling

[PATCH] PM / devfreq: exynos-bus: Add error log when get event fails
 2019-12-24 14:51 UTC  (4+ messages)

[PATCH v2] PM / devfreq: exynos-bus: Add error log when fail to get devfreq-event
 2019-12-24 14:49 UTC  (2+ messages)

[RFC PATCH v2 04/10] lib: vdso: get pointer to vdso data from the arch
 2019-12-24 14:46 UTC  (5+ messages)

[PATCH 1/1] iommu/amd: Remove local variables
 2019-12-24 14:46 UTC 

[Buildroot] [git commit] package/python-daemon: select python-lockfile
 2019-12-24 14:46 UTC 

[Buildroot] [git commit] package/python-lockfile: new package
 2019-12-24 14:45 UTC 

[PATCH v2 00/11] Add PX30 LVDS support
 2019-12-24 14:39 UTC  (36+ messages)
` [PATCH v2 01/11] dt-bindings: display: rockchip-lvds: Declare PX30 compatible
` [PATCH v2 02/11] dt-bindings: display: rockchip-lvds: Document PX30 PHY
` [PATCH v2 03/11] drm/rockchip: lvds: Fix indentation of a #define
` [PATCH v2 04/11] drm/rockchip: lvds: Harmonize function names
` [PATCH v2 05/11] drm/rockchip: lvds: Change platform data
` [PATCH v2 06/11] drm/rockchip: lvds: Create an RK3288 specific probe function
` [PATCH v2 07/11] drm/rockchip: lvds: Helpers should return decent values
` [PATCH v2 08/11] drm/rockchip: lvds: Pack functions together
` [PATCH v2 09/11] drm/rockchip: lvds: Add PX30 support
` [PATCH v2 10/11] arm64: dts: rockchip: Add PX30 DSI DPHY
` [PATCH v2 11/11] arm64: dts: rockchip: Add PX30 LVDS

[Buildroot] [git commit] package/python-pbr: new package
 2019-12-24 14:41 UTC 

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2019-12-24 14:41 UTC 

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2019-12-24 14:38 UTC 

[RFC net-next 0/2] mvpp2: page_pool support
 2019-12-24 14:37 UTC  (4+ messages)

[PATCH RFC v4 19/42] kmsan: x86/asm: softirq: add KMSAN IRQ entry hooks
 2019-12-24 14:38 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/efi/efi
 2019-12-24 14:37 UTC 

[PATCH v2] NFSv4.0: nfs4_do_fsinfo() should not do implicit lease
 2019-12-24 14:36 UTC 

[PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-12-24 14:36 UTC  (4+ messages)

[PATCH v2 00/11] firmware: arm_scmi: Add support for multiple device per protocol
 2019-12-24 14:35 UTC  (6+ messages)
` [PATCH v2 07/11] firmware: arm_scmi: Skip protocol initialisation for additional devices

[Buildroot] [PATCH 1/1] package/ntp: remove host shell check
 2019-12-24 14:33 UTC  (3+ messages)
` [Buildroot] [PATCH v2] package/ntp: override "

[alsa-devel] [PATCH] ALSA: ctl: allow TLV read operation for callback type of element in locked case
 2019-12-24 14:31 UTC  (4+ messages)

[PATCH v1] phy: Add DisplayPort configuration options
 2019-12-23 12:36 UTC  (3+ messages)

[RFC v1 0/1] drm: lima: devfreq and cooling device support
 2019-12-24 11:35 UTC  (6+ messages)
    ` [Lima] "

[PATCH 0/5] drm/amdgpu: use true,false for bool variable
 2019-12-23 13:46 UTC  (3+ messages)
` [PATCH 1/5] drm/amdgpu: use true, false for bool variable in mxgpu_ai.c
` [PATCH 2/5] drm/amdgpu: use true, false for bool variable in mxgpu_nv.c

[v1] drm/msm: update LANE_CTRL register value from default value
 2019-12-23 10:19 UTC 

[PATCH 0/7] drm/radeon: use true,false for bool variable
 2019-12-23  9:25 UTC  (3+ messages)
` [PATCH 3/7] drm/radeon: use true,false for bool variable in r600.c
` [PATCH 4/7] drm/radeon: use true, false for bool variable in evergreen.c

[PATCH v2] phy: Add DisplayPort configuration options
 2019-12-24 12:29 UTC  (4+ messages)

[PATCH v3 1/3] dt-bindings: Add vendor prefix for Satoz
 2019-12-24 14:19 UTC  (2+ messages)
` [PATCH v3 3/3] drm/panel: simple: Add Satoz SAT050AT40H12R2 panel support

[PATCH v2] drm/i915: Re-init lspcon after HPD if lspcon probe failed
 2019-12-23 17:53 UTC  (3+ messages)

[PATCH v22 0/2] drm/bridge: PS8640 MIPI-to-eDP bridge
 2019-12-23 15:51 UTC  (3+ messages)
` [PATCH v22 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH v2] drm/panel: simple: Support reset GPIOs
 2019-12-24 14:21 UTC 

[PATCH 3/3] drm/i915: use true, false for bool variable in intel_crt.c
 2019-12-24  8:15 UTC 

[PATCH v2 1/3] dt-bindings: Add vendor prefix for Satoz
 2019-12-24 14:12 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: display: Add Satoz panel
` [PATCH v2 3/3] drm/panel: simple: Add Satoz SAT050AT40H12R2 panel support

[PATCH v2 0/3] drm: Add support for Cadence MHDP DPI/DP bridge and J721E wrapper
 2019-12-23 15:16 UTC  (2+ messages)
` [PATCH v2 1/3] dt-bindings: drm/bridge: Document Cadence MHDP bridge bindings in yaml format

[PATCH] drm/i915: Re-init lspcon after HPD if lspcon probe failed
 2019-12-23  9:56 UTC 

[PATCH v22 0/2] drm/bridge: PS8640 MIPI-to-eDP bridge
 2019-12-23 14:27 UTC  (6+ messages)
` [PATCH v22 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH 2/3] drm/i915/dp: use true, false for bool variable in intel_dp.c
 2019-12-24  8:14 UTC 


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.