All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-14 18:49:28 to 2022-06-14 19:22:03 UTC [more...]

[PATCHv2 bpf 3/3] bpf: Force cookies array to follow symbols sorting
 2022-06-14 19:21 UTC  (11+ messages)

[Intel-gfx] [PATCH] drm/i915/pvc: Adjust EU per SS according to HAS_ONE_EU_PER_FUSE_BIT()
 2022-06-14 19:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 5.15 000/251] 5.15.47-rc2 review
 2022-06-14 19:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: thermal: qcom,spmi-temp-alarm: convert to dtschema
 2022-06-14 19:18 UTC  (4+ messages)

Confusion about x86 page table PUD entries and pud_xxx helpers
 2022-06-14 19:18 UTC 

[PATCH v1 0/2] iio: Add single and double tap events support
 2022-06-14 19:18 UTC  (4+ messages)
` [PATCH v1 2/2] iio: accel: bma400: Add support for single and double tap events

[PATCH] tools/perf/tests: Fix session topology test comparison check
 2022-06-14 19:17 UTC  (4+ messages)

[PATCH v2 0/2] drm/virtio: fence handling in case of multi scanouts
 2022-06-14 19:17 UTC  (4+ messages)
` [PATCH v2 2/2] drm/virtio: fence created per cursor/plane update

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-14 19:16 UTC  (12+ messages)
` [v3 PATCH 5/7] mm: thp: kill transparent_hugepage_active()
` [v3 PATCH 6/7] mm: thp: kill __transhuge_page_enabled()

[PATCH] clk: qcom: clk-rpmh: Remove redundant if statement
 2022-06-14 19:15 UTC  (2+ messages)

[PATCH] compat: Update version to handle sbcreatecontrol() changes
 2022-06-14 19:15 UTC 

[PATCH 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
 2022-06-14 19:11 UTC  (111+ messages)
` [PATCH 01/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH 02/55] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH 03/55] media: rkisp1: debug: Add debugfs files to monitor MI and ISP interrupts
` [PATCH 04/55] media: rkisp1: Disable runtime PM in probe error path
` [PATCH 05/55] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH 06/55] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH 07/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH 08/55] media: rkisp1: Access ISP version from info pointer
` [PATCH 09/55] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH 10/55] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH 11/55] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH 12/55] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH 13/55] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH 14/55] media: rkisp1: Create internal links at probe time
` [PATCH 15/55] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH 16/55] media: v4l2-async: Add notifier operation to destroy asd instances
` [PATCH 17/55] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH 18/55] media: rkisp1: Split CSI handling to separate file
` [PATCH 19/55] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH 20/55] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH 21/55] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH 22/55] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH 23/55] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH 24/55] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH 25/55] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH 26/55] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH 27/55] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH 28/55] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH 29/55] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH 30/55] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH 31/55] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH 32/55] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH 33/55] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH 34/55] media: rkisp1: isp: Fix whitespace issues
` [PATCH 35/55] media: rkisp1: isp: Constify various local variables
` [PATCH 36/55] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH 37/55] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH 38/55] media: mc-entity: Add a new helper function to get a remote pad for a pad
` [PATCH 39/55] media: rkisp1: isp: Disallow multiple active sources
` [PATCH 40/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH 41/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH 42/55] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH 43/55] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH 44/55] media: rkisp1: Support the ISP parallel input
` [PATCH 45/55] media: rkisp1: Add infrastructure to support ISP features
` [PATCH 46/55] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH 47/55] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
` [PATCH 48/55] media: rkisp1: Add match data for i.MX8MP ISP
` [PATCH 49/55] media: rkisp1: Configure gasket on i.MX8MP
` [PATCH 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH 53/55] media: rkisp1: Shift DMA buffer addresses on i.MX8MP
` [PATCH 54/55] media: rkisp1: Add register definitions for the test pattern generator
` [PATCH 55/55] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-06-14 19:14 UTC  (3+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[Buildroot] [PATCH 1/1] package/zstd: pass _GNU_SOURCE in CFLAGS
 2022-06-14 19:12 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: thermal: rcar-gen3-thermal: use positive logic
 2022-06-14 19:12 UTC  (5+ messages)
` [PATCH v3 2/2] dt-bindings: thermal: rcar-gen3-thermal: Add r8a779f0 support

[Buildroot] [PATCH 1/2] support/testing: add new test for python-s3transfer
 2022-06-14 19:03 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/python-s3transfer: bump to version 0.6.0

[PATCH] perf test: Record only user callchains
 2022-06-14 19:09 UTC  (5+ messages)

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-14 19:09 UTC  (3+ messages)
` [PATCH v3 2/6] "

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14 19:08 UTC  (10+ messages)

[Intel-wired-lan] [PATCH v6] igb: Assign random MAC address instead of fail in case of invalid one
 2022-06-14 19:09 UTC  (3+ messages)
`  "

[PATCH v2] ARM: rpi: parse useful data from vc fdt
 2022-06-14 19:07 UTC  (2+ messages)

[Bug 1034] [dpdk-22.07] ipsec-secgw inline test fail
 2022-06-14 19:07 UTC 

[syzbot] KASAN: stack-out-of-bounds Read in __show_regs
 2022-06-14 19:05 UTC  (2+ messages)

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-06-14 19:01 UTC  (11+ messages)
` [PATCH v2] iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting

[PATCH 5.15 000/251] 5.15.47-rc2 review
 2022-06-14 19:00 UTC  (3+ messages)

[PATCH-rcu] rcu-tasks: Use delayed_work to delay rcu_tasks_verify_self_tests()
 2022-06-14 19:00 UTC  (2+ messages)

[PATCH v2] kbuild: remove sed command from cmd_ar_builtin
 2022-06-14 18:59 UTC  (2+ messages)

[PATCH 2/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec
 2022-06-14 18:58 UTC  (3+ messages)

[PATCH 0/4] PCI: brcmstb: Revert subdevice regulator stuff
 2022-06-14 18:59 UTC  (3+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-14 18:59 UTC  (7+ messages)

[PATCH net-next v4 0/5] pcs-xpcs, stmmac: add 1000BASE-X AN for network switch
 2022-06-14 18:57 UTC  (4+ messages)
` [PATCH net-next v4 4/5] stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting support

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-06-14 19:00 UTC  (7+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[ANNOUNCE] Git v2.37.0-rc0
 2022-06-14 18:52 UTC  (2+ messages)
` [PATCH] t3701: update tests fixed with builtin add -p

[Intel-gfx] [PATCH v7] drm/i915/display: disable HPD workers before display driver unregister
 2022-06-14 19:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: disable HPD workers before display driver unregister (rev9)

[PATCH v1] Revert "Bluetooth: core: Fix missing power_on work cancel on HCI close"
 2022-06-14 18:53 UTC  (2+ messages)
` [v1] "

[PATCH BlueZ] advertising: Fix attempting to set scan_rsp
 2022-06-14 18:51 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-14 18:58 UTC  (11+ messages)
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH RFC] userfaultfd: introduce UFFDIO_COPY_MODE_YOUNG
 2022-06-14 18:56 UTC  (4+ messages)

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-14 18:56 UTC  (11+ messages)

[PATCH v3 0/8] Add MV88E61xx DSA driver and use on gwventana
 2022-06-14 18:55 UTC  (4+ messages)
` [PATCH v3 8/8] board: gw_ventana: enable MV88E61XX DSA support

[PATCH] dmaengine: fsl-edma: remove redundant assignment to pointer last_sg
 2022-06-14 18:47 UTC 

[PATCH net-next 0/3] net: phy: dp83867: add binding and support for io_impedance_ctrl nvmem cell
 2022-06-14 18:46 UTC  (3+ messages)
` [PATCH net-next 1/3] dt-bindings: dp83867: add binding "

[dunfell PATCH] k3conf: Update SRCREV to add J721S2 support
 2022-06-14 18:53 UTC 

[PATCH 5.18 00/11] 5.18.5-rc1 review
 2022-06-14 18:40 UTC  (12+ messages)
` [PATCH 5.18 01/11] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 5.18 02/11] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 5.18 03/11] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 5.18 04/11] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.18 05/11] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.18 06/11] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.18 07/11] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.18 08/11] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.18 09/11] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 5.18 10/11] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 5.18 11/11] x86/speculation/mmio: Print SMT warning

[Printing-architecture] OpenPrinting News
 2022-06-14 18:51 UTC 

[Buildroot] [git commit] package/alsa-lib: bump version to 1.2.7
 2022-06-14 18:33 UTC 

[Buildroot] [git commit] package/libdrm: bump version to 2.4.111
 2022-06-14 18:33 UTC 

[PATCH v3] thermal: rcar_gen3_thermal: improve logging during probe
 2022-06-14 18:45 UTC  (2+ messages)

[Buildroot] [git commit] package/gptfdisk: bump version to 1.0.9
 2022-06-14 18:33 UTC 

[PATCH v1] sysfs: fix sysfs_kf_seq_show null pointer dereference
 2022-06-14 18:45 UTC  (3+ messages)

[PATCH 5.15 00/11] 5.15.48-rc1 review
 2022-06-14 18:40 UTC  (7+ messages)
` [PATCH 5.15 04/11] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.15 05/11] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.15 06/11] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.15 07/11] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.15 08/11] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.15 09/11] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS

[Buildroot] [git commit] package/minetest{-game}: bump to version 5.5.1
 2022-06-14 18:33 UTC 

[Buildroot] [git commit] package/php: bump version to 8.1.7
 2022-06-14 18:10 UTC 

[Buildroot] [git commit] package/php: security bump version to 8.0.20
 2022-06-14 18:10 UTC 

[Buildroot] [git commit] package/openvpn: bump version to 2.5.7
 2022-06-14 18:10 UTC 

[Buildroot] [git commit] package/php: simplify icu configure options
 2022-06-14 18:10 UTC 

[Buildroot] [git commit] package/php: remove wddx extension
 2022-06-14 18:10 UTC 

[Buildroot] [git commit] package/alsa-utils: bump version to 1.2.7
 2022-06-14 18:33 UTC 

[Buildroot] [git commit] package/libabseil-cpp: drop unrecognized option
 2022-06-14 18:10 UTC 

[PATCH 5.10 00/11] 5.10.123-rc1 review
 2022-06-14 18:40 UTC  (2+ messages)
` [PATCH 5.10 01/11] Documentation: Add documentation for Processor MMIO Stale Data


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.