All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-23 00:51:54 to 2020-12-23 02:17:37 UTC [more...]

[PATCH AUTOSEL 5.10 001/217] soc: aspeed-lpc-ctrl: Fail probe of lpc-ctrl if reserved memory is not aligned
 2020-12-23  2:13 UTC  (41+ messages)
` [PATCH AUTOSEL 5.10 002/217] drm/ingenic: Reset pixclock rate when parent clock rate changes
` [PATCH AUTOSEL 5.10 003/217] drm/bridge: ti-sn65dsi86: Add retries for link training
` [PATCH AUTOSEL 5.10 004/217] drm/amd/display: setup system context in dm_init
` [PATCH AUTOSEL 5.10 005/217] drm/amd/display: Fix the display corruption issue on Navi10
` [PATCH AUTOSEL 5.10 010/217] drm/amdgpu: change to save bad pages in UMC error interrupt callback
` [PATCH AUTOSEL 5.10 012/217] drm/amd/display: Do not silently accept DCC for multiplane formats
` [PATCH AUTOSEL 5.10 015/217] drm/msm: Fix race condition in msm driver with async layer updates
` [PATCH AUTOSEL 5.10 018/217] drm/amd/display: Fix compilation error
` [PATCH AUTOSEL 5.10 019/217] drm/amd/display: Force prefetch mode to 0
` [PATCH AUTOSEL 5.10 020/217] drm/amd/display: Keep GSL for full updates with planes that flip VSYNC
` [PATCH AUTOSEL 5.10 021/217] drm/amd/display: stop top_mgr when type change to non-MST during s3
` [PATCH AUTOSEL 5.10 022/217] drm/amd/display: correct eDP T9 delay
` [PATCH AUTOSEL 5.10 023/217] drm/amd/display: Update connector on DSC property change
` [PATCH AUTOSEL 5.10 024/217] drm/amd/display: fix recout calculation for left side clip
` [PATCH AUTOSEL 5.10 025/217] drm/amdgpu: disable gfxoff if VCN is busy
` [PATCH AUTOSEL 5.10 028/217] drm/amdgpu: set LDS_CONFIG=0x20 on Navy Flounder to fix a GPU hang (v2)
` [PATCH AUTOSEL 5.10 034/217] scsi: ufs: Allow an error return value from ->device_reset()
` [PATCH AUTOSEL 5.10 036/217] drm/amdgpu: add missing clock gating info in amdgpu_pm_info
` [PATCH AUTOSEL 5.10 052/217] drm: panel: simple: add missing platform_driver_unregister() in panel_simple_init
` [PATCH AUTOSEL 5.10 053/217] drm/bridge: lvds-codec: Use dev_err_probe for error handling
` [PATCH AUTOSEL 5.10 056/217] s390/pci: remove races against pte updates

[PATCH AUTOSEL 5.4 001/130] soc: aspeed-lpc-ctrl: Fail probe of lpc-ctrl if reserved memory is not aligned
 2020-12-23  2:17 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 040/130] s390/dasd: Fix operational path inconsistency
` [Intel-wired-lan] [PATCH AUTOSEL 5.4 068/130] i40e: report correct VF link speed when link state is set to enable
` [PATCH AUTOSEL 5.4 075/130] net/lapb: fix t1 timer handling for LAPB_STATE_0
` [Bridge] [PATCH AUTOSEL 5.4 081/130] bridge: switchdev: Notify about VLAN protocol changes

[PATCH v4 0/2] permit to set block parameters per vendor
 2020-12-23  2:05 UTC  (3+ messages)
  ` [PATCH v4 1/2] ufs: add a vops to configure block parameter
  ` [PATCH v4 2/2] ufs: ufs-exynos: set dma_alignment to 4095

[Buildroot] [PATCH 1/1] package/libfuse3: enable CONFIG_FUSE_FS in kernel config
 2020-12-23  2:16 UTC 

[SPDK] Re: iSCSI Sequential Read with BS 128K Performance
 2020-12-23  2:16 UTC 

[PATCH] io_uring: hold uring_lock to complete faild polled io in io_wq_submit_work()
 2020-12-23  2:12 UTC  (5+ messages)

[RESEND] usb: dwc3: meson-g12a: disable clk on error handling path in probe
 2020-12-23  2:13 UTC  (2+ messages)

[PATCH v3 00/10] make "mktag" use fsck_tag()
 2020-12-23  2:10 UTC  (25+ messages)
` [PATCH v4 00/20] make "mktag" use fsck_tag() & more
` [PATCH v4 01/20] mktag doc: say <hash> not <sha1>
` [PATCH v4 02/20] mktag doc: grammar fix, when exists -> when it exists
` [PATCH v4 03/20] mktag doc: update to explain why to use this
` [PATCH v4 04/20] mktag tests: don't needlessly use a subshell
` [PATCH v4 05/20] mktag tests: remove needless SHA-1 hardcoding
` [PATCH v4 06/20] mktag tests: improve verify_object() test coverage
` [PATCH v4 07/20] mktag tests: don't pipe to stderr needlessly
` [PATCH v4 08/20] mktag tests: don't create "mytag" twice
` [PATCH v4 09/20] mktag tests: stress test whitespace handling
` [PATCH v4 10/20] mktag tests: test "hash-object" compatibility
` [PATCH v4 11/20] mktag: use default strbuf_read() hint
` [PATCH v4 12/20] mktag: remove redundant braces in one-line body "if"
` [PATCH v4 13/20] mktag: use puts(str) instead of printf("%s\n", str)
` [PATCH v4 14/20] mktag: use fsck instead of custom verify_tag()
` [PATCH v4 15/20] fsck: make fsck_config() re-usable
` [PATCH v4 16/20] mktag: allow turning off fsck.extraHeaderEntry
` [PATCH v4 17/20] mktag: allow omitting the header/body \n separator
` [PATCH v4 18/20] mktag: convert to parse-options
` [PATCH v4 19/20] mktag: mark strings for translation
` [PATCH v4 20/20] mktag: add a --no-strict option

[PATCH] drm/amdgpu: revise the mode2 reset for vangogh
 2020-12-23  2:07 UTC 

[linux-nvme:nvme-5.11] BUILD SUCCESS 8eb487d5b280b5a5ee7e8d2865d3a759930ab752
 2020-12-23  2:06 UTC 

[PATCH v2 0/5] Fix the incorrect memmep defer init handling and do some cleanup
 2020-12-23  2:05 UTC  (3+ messages)

[ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released
 2020-12-23  2:03 UTC  (4+ messages)
  ` [yocto] "

[PATCH v5 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2020-12-23  2:00 UTC  (2+ messages)
` [PATCH v5 2/2] hw/block: m25p80: Implement AAI-WP command support for SST flashes

[PATCH 0/3] CPU power management for SM8150
 2020-12-23  2:00 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm8150: Add PSCI idle states

[PATCH] common/filter: add _filter_stat
 2020-12-23  1:58 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2 0/6] Add MMC/SD support for S700
 2020-12-23  1:59 UTC  (6+ messages)
  ` [PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2020-12-23  1:53 UTC  (5+ messages)
` [PATCH v3 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v3 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v3 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v3 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[yocto-security] [PATCH] openssl: drop support for deprecated algorithms
 2020-12-23  1:53 UTC  (2+ messages)
  ` [OE-core] "

+ memblock-do-not-start-bottom-up-allocations-with-kernel_end.patch added to -mm tree
 2020-12-23  1:53 UTC 

+ mm-cma-allocate-cma-areas-bottom-up-fix.patch added to -mm tree
 2020-12-23  1:53 UTC 

+ mm-cma-allocate-cma-areas-bottom-up.patch added to -mm tree
 2020-12-23  1:53 UTC 

[RESEND PATCH 1/2] usb: xhci-mtk: support option to disable ports
 2020-12-23  1:52 UTC  (2+ messages)
` [RESEND PATCH 2/2] dt-bindings: usb: mtk-xhci: add optional properies "

[PATCH] vhost-user: Check vhost features for CONFIGURE_MEM_SLOTS
 2020-12-22 23:41 UTC 

[RFC PATCH 2/2] mm: readahead: handle LARGE input to get_init_ra_size()
 2020-12-23  1:50 UTC  (3+ messages)

+ mm-remove-arch_remap-and-mm-arch-hooksh.patch added to -mm tree
 2020-12-23  1:48 UTC 

[PATCH v2, 00/17] drm/mediatek: add support for mediatek SOC MT8192
 2020-12-23  1:41 UTC  (36+ messages)
` [PATCH v2, 01/17] dt-bindings: mediatek: add description for postmask
` [PATCH v2, 02/17] dt-bindings: mediatek: add CLK_MM_DISP_CONFIG control description for mt8192 display
` [PATCH v2, 04/17] drm/mediatek: add component OVL_2L2
` [PATCH v2, 07/17] drm/mediatek: add disp config and mm 26mhz clock into mutex device
` [PATCH v2, 10/17] drm/mediatek: fix aal size config
` [PATCH v2, 12/17] drm/mediatek: fix gamma "
` [PATCH v2, 14/17] soc: mediatek: mmsys: Use function call for setting mmsys ovl mout register

[PATCH 1/1] mm:improve the performance during fork
 2020-12-23  1:46 UTC  (3+ messages)

[PATCH v6] drm/bridge: add it6505 driver
 2020-12-23  1:44 UTC  (5+ messages)

[PATCH 1/2] checkpatch: kconfig: replace '---help---' with 'help'
 2020-12-23  1:38 UTC  (3+ messages)

[PATCH v2 0/7] Finish converting git bisect to C part 3
 2020-12-23  1:36 UTC  (4+ messages)
` [PATCH v2 2/7] bisect--helper: reimplement `bisect_replay` shell function in C

[Intel-wired-lan] X710 NIC can't do IPv6 VXLAN TSO offload
 2020-12-23  1:37 UTC  (2+ messages)

[PATCH v5 0/7] Several changes for UFS WriteBooster
 2020-12-23  1:31 UTC  (7+ messages)
` [PATCH v5 1/7] scsi: ufs: Add "wb_on" sysfs node to control WB on/off

+ lib-linear_ranges-fix-repeated-words-one-typo.patch added to -mm tree
 2020-12-23  1:26 UTC 

[PATCH] thunderbolt: Use kmemdup instead of kzmalloc and memcpy
 2020-12-23  1:26 UTC 

discard and data=writeback
 2020-12-23  1:25 UTC  (6+ messages)

[PATCH 1/3] tools/mgmt-tester: Update sample data for adv features
 2020-12-23  1:25 UTC  (2+ messages)
` [1/3] "

[PATCH wireless v2 -next] wcn36xx: Remove unnecessary memset
 2020-12-23  1:25 UTC 

[PATCH] target/riscv/pmp: Raise exception if no PMP entry is configured
 2020-12-23  1:21 UTC  (2+ messages)

patman regression?
 2020-12-23  1:25 UTC  (6+ messages)

[PATCH 0/4] Add support for Qualcomm QCA807x PHYs
 2020-12-23  1:23 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: net: Add bindings for Qualcomm QCA807x
` [PATCH 3/4] net: phy: Add Qualcomm QCA807x driver

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2020-12-23  1:20 UTC  (11+ messages)

[dunfell][PATCH] weston: Fix PACKAGECONFIG for remoting
 2020-12-23  1:22 UTC 

[PATCH] doc: qemu-riscv: Fix opensbi build instructions
 2020-12-23  1:21 UTC  (2+ messages)

[PATCH v5] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-23  1:20 UTC 

SDHCI: problem of RV_BOOT.bin run on pynq
 2020-12-23  1:19 UTC 

[PATCH] mm: add prototype for __add_to_page_cache_locked()
 2020-12-23  1:19 UTC  (4+ messages)

[PATCH v13 0/6] Carry forward IMA measurement log on kexec on ARM64
 2020-12-23  1:17 UTC  (13+ messages)
` [PATCH v13 3/6] kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
` [PATCH v13 4/6] powerpc: Delete unused function delete_fdt_mem_rsv()
` [PATCH v13 5/6] arm64: Free DTB buffer if fdt_open_into() fails
` [PATCH v13 6/6] arm64: Add IMA log information in kimage used for kexec

[dpdk-dev] [PATCH v3] eal: add generic thread-local-storage functions
 2020-12-23  1:18 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2020-12-23  1:16 UTC  (16+ messages)
` [PATCH v13 01/15] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
` [PATCH v13 02/15] s390/vfio-ap: No need to disable IRQ after queue reset
` [PATCH v13 03/15] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v13 04/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v13 05/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v13 07/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v13 08/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v13 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v13 10/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v13 11/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v13 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v13 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v13 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v13 15/15] s390/vfio-ap: update docs to include dynamic config support

UBSAN: shift-out-of-bounds in sfq_init
 2020-12-23  1:15 UTC 

[f2fs-dev] [PATCH] f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode
 2020-12-23  1:14 UTC  (6+ messages)

[Fuego] [PATCH] Docs: Convert the tbwiki pages into .rst files
 2020-12-23  1:14 UTC  (2+ messages)

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2020-12-23  1:08 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] libcflat: add a few more runtime functions
` [PATCH kvm-unit-tests 2/4] chaos: add generic stress test
` [PATCH kvm-unit-tests 3/4] chaos: add timer interrupt to the workload
` [PATCH kvm-unit-tests 4/4] chaos: add edu device "

[PATCH 0/3] aspeed-video: extend spurious interrupt handling
 2020-12-23  1:07 UTC  (8+ messages)
` [PATCH 2/3] aspeed-video: clear spurious interrupt bits unconditionally

[PATCH] usb: host: xhci-plat: fix support for XHCI_SKIP_PHY_INIT quirk
 2020-12-23  1:04 UTC  (6+ messages)

Problems with irq mapping in qemu v5.2
 2020-12-23  1:01 UTC  (5+ messages)

[PATCH] block: move definition of blk_qc_t to types.h
 2020-12-23  1:02 UTC  (3+ messages)

+ lib-linear_ranges-fix-repeated-words-one-typo.patch added to -mm tree
 2020-12-23  1:02 UTC 

+ mm-zswap-clean-up-confusing-comment.patch added to -mm tree
 2020-12-23  1:01 UTC 

[PATCH] perf stat: Create '--add-default' option to append default list
 2020-12-23  0:56 UTC  (3+ messages)

[PATCH v3 0/3] mm: improve pte updates and dirty/accessed
 2020-12-23  0:56 UTC  (5+ messages)
` [PATCH v3 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2020-12-23  0:54 UTC  (5+ messages)

[PATCH] hwmon: k10temp: Zen3 Ryzen Desktop CPUs support
 2020-12-23  0:53 UTC 

[PATCH v2, 0/2] soc: mediatek: Prepare MMSYS for DDP routing using function call
 2020-12-23  0:41 UTC  (5+ messages)
` [PATCH v2, 2/2] soc: mediatek: mmsys: Use function call for setting the routing registers

[PATCH v3 0/3] Audit Capability and Extended Capability among IOMMUs
 2020-12-23  0:29 UTC  (2+ messages)
` [PATCH v3 1/3] iommu/vt-d: Audit IOMMU Capabilities and add helper functions


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.