All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-09 16:56:35 to 2022-02-09 17:26:00 UTC [more...]

[PATCH 00/25] drm/msm/dpu: wide planes support
 2022-02-09 17:25 UTC  (33+ messages)
` [PATCH 01/25] drm/msm/dpu: rip out master "
` [PATCH 02/25] drm/msm/dpu: do not limit the zpos property
` [PATCH 03/25] drm/msm/dpu: add support for SSPP allocation to RM
` [PATCH 04/25] drm/msm/dpu: move SSPP debugfs creation to dpu_kms.c
` [PATCH 05/25] drm/msm/dpu: move pipe_hw to dpu_plane_state
` [PATCH 06/25] drm/msm/dpu: inline dpu_plane_get_ctl_flush
` [PATCH 07/25] drm/msm/dpu: drop dpu_plane_pipe function
` [PATCH 08/25] drm/msm/dpu: get rid of cached flush_mask
` [PATCH 09/25] drm/msm/dpu: dpu_crtc_blend_setup: split mixer and ctl logic
` [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe
` [PATCH 11/25] drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacks
` [PATCH 12/25] drm/msm/dpu: inline _dpu_plane_set_scanout
` [PATCH 13/25] drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()
` [PATCH 14/25] drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddress
` [PATCH 15/25] drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_pipe_cfg
` [PATCH 16/25] drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layout
` [PATCH 17/25] drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_check
` [PATCH 18/25] drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()
` [PATCH 19/25] drm/msm/dpu: don't use unsupported blend stages
` [PATCH 20/25] drm/msm/dpu: add dpu_hw_pipe_cfg to dpu_plane_state
` [PATCH 21/25] drm/msm/dpu: simplify dpu_plane_validate_src()
` [PATCH 22/25] drm/msm/dpu: rewrite plane's QoS-related functions to take dpu_sw_pipe and dpu_format

[PATCH v3 0/1] Zerocopy for USB Gadget FunctionFS
 2022-02-09 17:25 UTC  (2+ messages)
` [PATCH v3 1/1] usb: gadget: f_fs: Support zerocopy transfers via mmap

[PATCH net-next 0/1] [pull request] iwl-next Intel Wired LAN Driver Updates 2022-02-07
 2022-02-09 17:22 UTC  (5+ messages)

[PATCH] watchdog: Improve watchdog_dev function documentation
 2022-02-09 17:01 UTC  (3+ messages)

[PATCH 0/2] ARM: dts: Support official Raspberry Pi 7inch touchscreen
 2022-02-09 17:10 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: Add bcm2711-rpi-4-b-7inch-ts-dsi.dts

kernel BUG at lib/list_debug.c:54! RIP: 0010:__list_del_entry_valid.cold+0x1d/0x47
 2022-02-09 17:23 UTC 

[PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2022-02-07
 2022-02-09 17:20 UTC  (4+ messages)

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-02-09 17:03 UTC  (3+ messages)
` [PATCH v8 03/12] target/hexagon: make slot number an unsigned
` [PATCH v8 06/12] target/hexagon: expose next PC in DisasContext

[PATCH] Python: discourage direct setup.py install
 2022-02-09 16:53 UTC  (3+ messages)

[PATCH] ASoC: tlv320adc3xxx: Add IIR filter configuration
 2022-02-09 17:20 UTC  (5+ messages)

Fwd: Testing Results - Add a tool for using the new sysfs files - rpcctl
 2022-02-09 17:20 UTC  (3+ messages)
  `  "

[PATCH] sched/fair: Consider cpu affinity when allowing NUMA imbalance in find_idlest_group
 2022-02-09 17:20 UTC  (3+ messages)

[PATCH v1] efi: make sure EFI disk controllers are connected when discovering devices
 2022-02-09 17:20 UTC  (3+ messages)

[PATCH v5 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-09 17:19 UTC  (6+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 1/6] Documentation: add extensions.worktreeConfig details

[PATCH 0/3] spi: amd: Add support for new controller version
 2022-02-09 17:18 UTC  (6+ messages)
` [PATCH 1/3] spi: amd: Use iopoll for busy waiting
` [PATCH 2/3] spi: amd: Remove needless rom_addr variable
` [PATCH 3/3] spi: amd: Add support for version AMDI0062

[PATCH kvm-unit-tests] vmexit: add test toggling CR0.WP and CR4.PGE
 2022-02-09 17:18 UTC 

[PATCH] Replace echo -n's used in environment processing with touch
 2022-02-09 17:16 UTC  (3+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2022-02-09 17:16 UTC  (5+ messages)
` [PATCH v3 07/18] pxe: Move pxe_utils files

[PATCH 00/12] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-09 17:16 UTC  (16+ messages)
` [PATCH 01/12] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH 02/12] KVM: MMU: move MMU role accessors to header
` [PATCH 03/12] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH 04/12] KVM: MMU: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH 05/12] KVM: MMU: avoid NULL-pointer dereference on page freeing bugs
` [PATCH 06/12] KVM: MMU: rename kvm_mmu_reload
` [PATCH 07/12] KVM: x86: use struct kvm_mmu_root_info for mmu->root
` [PATCH 08/12] KVM: MMU: do not consult levels when freeing roots
` [PATCH 09/12] KVM: MMU: look for a cached PGD when going from 32-bit to 64-bit
` [PATCH 10/12] KVM: MMU: load new PGD after the shadow MMU is initialized
` [PATCH 11/12] KVM: MMU: remove kvm_mmu_calc_root_page_role
` [PATCH 12/12] KVM: x86: do not unload MMU roots on all role changes

[PATCH] btrfs-progs: pass in block-group type to zoned_profile_supported
 2022-02-09 17:12 UTC  (2+ messages)

[PATCH mptcp-net] selftests: mptcp: be more conservative with cookie MPJ limits
 2022-02-09 17:15 UTC 

[Buildroot] [PATCH 1/2] configs/zynqmp_zcu106: Bump ATF/U-Boot/Linux to Xilinx 2022 -v2
 2022-02-09 17:15 UTC  (3+ messages)

long ucsi_acpi_platform_driver_init
 2022-02-09 17:14 UTC  (5+ messages)

[PATCH] x86/dom0: Add log for dom0_nodes and dom0_max_vcpus_max conflict
 2022-02-09 17:13 UTC  (3+ messages)

[Buildroot] [PATCH 000/107] Drop python 2.7
 2022-02-09 16:52 UTC  (72+ messages)
` [Buildroot] [PATCH 001/107] support/testing: drop python2 tests
` [Buildroot] [PATCH 002/107] package/python: drop target package
` [Buildroot] [PATCH 005/107] package/boost: drop python2 support
` [Buildroot] [PATCH 007/107] package/cracklib: move python support to python3
` [Buildroot] [PATCH 012/107] package/evemu: drop python2 support
` [Buildroot] [PATCH 017/107] package/i2c-tools: "
` [Buildroot] [PATCH 024/107] package/libiio: "
` [Buildroot] [PATCH 025/107] package/libpwquality: "
` [Buildroot] [PATCH 027/107] package/libsoc: "
` [Buildroot] [PATCH 028/107] package/lttng-libust: "
` [Buildroot] [PATCH 029/107] package/networkd-dispatcher: drop reference to python2
` [Buildroot] [PATCH 030/107] package/nftables: drop python2 support
` [Buildroot] [PATCH 031/107] package/ogre: "
` [Buildroot] [PATCH 032/107] package/opkg-utils: drop reference to python2
` [Buildroot] [PATCH 033/107] package/owfs: drop python support
` [Buildroot] [PATCH 034/107] package/python-aenum: drop python2 support
` [Buildroot] [PATCH 035/107] package/python-argon2-cffi: "
` [Buildroot] [PATCH 036/107] package/python-bsdiff4: "
` [Buildroot] [PATCH 037/107] package/python-can: "
` [Buildroot] [PATCH 038/107] package/python-couchdb: "
` [Buildroot] [PATCH 039/107] package/python-dicttoxml: "
` [Buildroot] [PATCH 040/107] package/python-dpkt: "
` [Buildroot] [PATCH 041/107] package/python-esptool: "
` [Buildroot] [PATCH 042/107] package/python-fire: "
` [Buildroot] [PATCH 043/107] package/python-flask: "
` [Buildroot] [PATCH 044/107] package/python-jsonschema: "
` [Buildroot] [PATCH 045/107] package/python-libconfig: "
` [Buildroot] [PATCH 046/107] package/python-logbook: "
` [Buildroot] [PATCH 047/107] package/python-lxml: "
` [Buildroot] [PATCH 048/107] package/python-m2crypto: "
` [Buildroot] [PATCH 049/107] package/python-pexpect: "
` [Buildroot] [PATCH 050/107] package/python-pickleshare: "
` [Buildroot] [PATCH 051/107] package/python-pymodbus: "
` [Buildroot] [PATCH 052/107] package/python-pyqrcode: "
` [Buildroot] [PATCH 053/107] package/python-pyqt5: "
` [Buildroot] [PATCH 054/107] package/python-pyroute2: "
` [Buildroot] [PATCH 055/107] package/python-pyudev: "
` [Buildroot] [PATCH 074/107] package/ranger: "
` [Buildroot] [PATCH 075/107] package/selinux-python: drop reference to python2
` [Buildroot] [PATCH 076/107] package/snmpclitools: drop python2 support
` [Buildroot] [PATCH 077/107] package/supervisor: "
` [Buildroot] [PATCH 078/107] package/suricata: "
` [Buildroot] [PATCH 079/107] package/syslog-ng: "
` [Buildroot] [PATCH 080/107] package/tovid: "
` [Buildroot] [PATCH 081/107] package/trace-cmd: "
` [Buildroot] [PATCH 082/107] package/util-linux: "
` [Buildroot] [PATCH 083/107] package/zfs: "
` [Buildroot] [PATCH 084/107] package/python: drop host package
` [Buildroot] [PATCH 085/107] package/python-backports-abc: drop python2 specific package
` [Buildroot] [PATCH 086/107] package/python-backports-shutil-get-terminal-size: "
` [Buildroot] [PATCH 087/107] package/python-backports-ssl-match-hostname: "
` [Buildroot] [PATCH 088/107] package/python-futures: "
` [Buildroot] [PATCH 089/107] package/python-id3: "
` [Buildroot] [PATCH 090/107] package/python-ipaddr: "
` [Buildroot] [PATCH 091/107] package/python-ipaddress: "
` [Buildroot] [PATCH 092/107] package/python-mad: "
` [Buildroot] [PATCH 093/107] package/python-nfc: "
` [Buildroot] [PATCH 094/107] package/python-pam: "
` [Buildroot] [PATCH 095/107] package/python-pathlib2: "
` [Buildroot] [PATCH 096/107] package/python-pypcap: "
` [Buildroot] [PATCH 097/107] package/python-pyro: "
` [Buildroot] [PATCH 098/107] package/python-singledispatch: "
` [Buildroot] [PATCH 099/107] package/python-subprocess32: "
` [Buildroot] [PATCH 100/107] package/python-typing: "
` [Buildroot] [PATCH 101/107] package/python-yieldfrom: "
` [Buildroot] [PATCH 102/107] package/python-configobj: "
` [Buildroot] [PATCH 103/107] package/python-dialog: "
` [Buildroot] [PATCH 104/107] package/python-enum: "
` [Buildroot] [PATCH 105/107] package/python-enum34: "
` [Buildroot] [PATCH 106/107] package/python-functools32: "
` [Buildroot] [PATCH 107/107] docs/manual: drop python2 references

[PATCH v5 11/13] module: Move sysfs support into a separate file
 2022-02-09 17:11 UTC  (3+ messages)
` [PATCH v5 12/13] module: Move kdb_modules list out of core code
` [PATCH v5 13/13] module: Move version support into a separate file

stable-rc/queue/4.14 build: 176 builds: 3 failed, 173 passed, 2 errors, 32 warnings (v4.14.264-73-gaad8c26136d4)
 2022-02-09 17:11 UTC 

[PATCH v5 07/13] module: Move extra signature support out of core code
 2022-02-09 17:08 UTC  (4+ messages)
` [PATCH v5 08/13] module: Move kmemleak support to a separate file
` [PATCH v5 09/13] module: Move kallsyms support into "
` [PATCH v5 10/13] module: Move procfs "

[PATCH v3 0/7] drm: Add driver for Solomon SSD130X OLED displays
 2022-02-09 17:04 UTC  (11+ messages)
` [PATCH v3 5/7] (WIP) drm/solomon: Add SSD130X OLED displays SPI support

[meta-virtualization][PATCH honister] k3s: uprev from v1.21.5+k3s1 to v1.21.9+k3s1
 2022-02-09 17:06 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Do not try bpf_msg_push_data with len 0
 2022-02-09 17:06 UTC  (2+ messages)

[PATCH v3 00/10] KVM: s390: Do storage key checking
 2022-02-09 17:04 UTC  (11+ messages)
` [PATCH v3 01/10] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v3 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v3 03/10] KVM: s390: handle_tprot: Honor storage keys
` [PATCH v3 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [PATCH v3 05/10] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [PATCH v3 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v3 07/10] KVM: s390: Rename existing vcpu memop functions
` [PATCH v3 08/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v3 09/10] KVM: s390: Update api documentation for memop ioctl
` [PATCH v3 10/10] KVM: s390: selftests: Test memops with storage keys

[PATCH] spi: initialize ret variable
 2022-02-09 17:04 UTC  (4+ messages)

[PATCH v5 00/13] module: core code clean up
 2022-02-09 17:03 UTC  (7+ messages)
` [PATCH v5 01/13] module: Move all into module/
` [PATCH v5 02/13] module: Simple refactor in preparation for split
` [PATCH v5 03/13] module: Make internal.h more compliant
` [PATCH v5 04/13] module: Move livepatch support to a separate file
` [PATCH v5 05/13] module: Move latched RB-tree "
` [PATCH v5 06/13] module: Move strict rwx "

Override default socket policy per cgroup
 2022-02-09 17:03 UTC 

Plan Status #KY09-O-3312854 for 9nd Feb
 2022-02-09 16:53 UTC 

[PATCH] scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full
 2022-02-09 17:01 UTC 

Commit 4f2e2280862a ("RFC: arm: pci: Add PCI cam support to PCI-E ecam driver")
 2022-02-09 17:00 UTC  (7+ messages)

[PATCH v2 RESEND 0/4] coresight: etm: Correct PID tracing for non-root namespace
 2022-02-09 16:58 UTC  (7+ messages)
` [PATCH v2 RESEND 1/4] coresight: etm4x: Add lock for reading virtual context ID comparator

[PATCH 00/35] Shadow stacks for userspace
 2022-02-09 16:58 UTC  (3+ messages)
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS

[RFC PATCH] jbd2: avoid __GFP_ZERO with SLAB_TYPESAFE_BY_RCU
 2022-02-09 16:57 UTC 

[PATCH V6 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-02-09 16:57 UTC  (6+ messages)
` [PATCH V6 03/10] PCI/DOE: Add Data Object Exchange Aux Driver

[PATCH] ARM: dts: qcom: pm8226: add node for RTC
 2022-02-09 16:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-09 16:56 UTC  (5+ messages)
` [PATCH v6 31/64] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes

[meta-ti][dunfell][PATCH v2] cnm-wave-fw: Split firmware name into target and source
 2022-02-09 16:56 UTC 

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-09 16:49 UTC  (2+ 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.