All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-18 10:39:36 to 2021-11-18 11:28:40 UTC [more...]

[Intel-gfx] [PATCH 0/4] drm/i915/display/dg2: Add CD clock squashing
 2021-11-18 11:28 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/display/dg2: Sanitize CD clock

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-11-18 11:24 UTC  (15+ messages)
` [PATCH bpf-next 01/29] ftrace: Use direct_ops hash in unregister_ftrace_direct
` [PATCH bpf-next 02/29] ftrace: Add cleanup to unregister_ftrace_direct_multi
` [PATCH bpf-next 03/29] ftrace: Add ftrace_set_filter_ips function
` [PATCH bpf-next 04/29] bpf: Factor bpf_check_attach_target function
` [PATCH bpf-next 05/29] bpf: Add bpf_check_attach_model function
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 07/29] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next 08/29] bpf: Keep active attached trampoline in bpf_prog
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program
` [PATCH bpf-next 10/29] bpf: Add bpf_trampoline_id object
` [PATCH bpf-next 11/29] bpf: Add addr to "
` [PATCH bpf-next 12/29] bpf: Add struct bpf_tramp_node layer
` [PATCH bpf-next 13/29] bpf: Add bpf_tramp_attach layer for trampoline attachment
` [PATCH bpf-next 15/29] bpf: Add support to store multiple addrs in bpf_tramp_id object

[PATCH v1 1/3] i2c: mux: gpio: Replace custom acpi_get_local_address()
 2021-11-18 11:24 UTC  (4+ messages)

[PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
 2021-11-18 11:23 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Skip remap_io() calls for non-x86 platforms
 2021-11-18 11:25 UTC  (2+ messages)

how to "prune" dead sstate-cache?
 2021-11-18 11:24 UTC  (9+ messages)
` [OE-core] "

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-11-18 11:23 UTC  (11+ messages)

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-18 11:23 UTC  (16+ messages)

[PATCH net] ptp: ocp: Fix a couple NULL vs IS_ERR() checks
 2021-11-18 11:22 UTC 

[PATCH 0/3] Renesas RZ/N1 NAND controller support
 2021-11-18 11:19 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
` [PATCH 2/3] mtd: rawnand: rzn1: Add new NAND controller driver
` [PATCH 3/3] MAINTAINERS: Add an entry for Renesas RZ/N1 NAND controller

[PATCH] http-protocol.txt: add missing flush to example
 2021-11-18 11:16 UTC 

[PATCH net-next 0/6] lan78xx NAPI Performance Improvements
 2021-11-18 11:01 UTC  (7+ messages)
` [PATCH net-next 1/6] lan78xx: Fix memory allocation bug
` [PATCH net-next 2/6] lan78xx: Introduce Tx URB processing improvements
` [PATCH net-next 3/6] lan78xx: Introduce Rx "
` [PATCH net-next 4/6] lan78xx: Re-order rx_submit() to remove forward declaration
` [PATCH net-next 5/6] lan78xx: Remove hardware-specific header update
` [PATCH net-next 6/6] lan78xx: Introduce NAPI polling support

[PATCH] ASoC: codecs: MBHC: Remove useless condition check
 2021-11-18 11:20 UTC  (2+ messages)

[PATCH v2 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt line as unused
 2021-11-18 11:14 UTC  (5+ messages)
` [PATCH v2 2/3] pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
` [PATCH v2 3/3] pinctrl: cherryview: Ignore INT33FF UID 5 ACPI device

[PATCH] usb: hub: Fix usb enumeration issue due to address0 race
 2021-11-18 11:19 UTC  (2+ messages)

[PATCH] ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port()
 2021-11-18 11:20 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Miscellaneous cleanups
 2021-11-18 11:18 UTC  (18+ messages)
` [PATCH 01/15] KVM: VMX: Use x86 core API to access to fs_base and inactive gs_base
` [PATCH 02/15] KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
` [PATCH 03/15] KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
` [PATCH 04/15] KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
` [PATCH 05/15] KVM: VMX: Add document to state that write to uret msr should always be intercepted
` [PATCH 06/15] KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
` [PATCH 07/15] KVM: VMX: Change comments about vmx_get_msr()
` [PATCH 08/15] KVM: SVM: Rename get_max_npt_level() to get_npt_level()
` [PATCH 09/15] KVM: SVM: Allocate sd->save_area with __GFP_ZERO
` [PATCH 10/15] KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
` [PATCH 11/15] KVM: X86: Fix comment in __kvm_mmu_create()
` [PATCH 12/15] KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
` [PATCH 13/15] KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
` [PATCH 14/15] KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
` [PATCH 15/15] KVM: X86: Always set gpte_is_8_bytes when direct map

[PATCH] x86/hvm: Remove callback from paging->flush_tlb() hook
 2021-11-18 11:19 UTC  (3+ messages)

[PATCH v1 0/4] Add command id quirk for fabrics
 2021-11-18 11:19 UTC  (14+ messages)

[PATCH bpf-next 0/3] Add bpf_for_each helper
 2021-11-18 11:18 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 3/3] selftest/bpf/benchs: add bpf_for_each benchmark

[PATCH v2] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-18 11:17 UTC  (4+ messages)

[PATCH v2] drm/virtio: Fix an NULL vs IS_ERR() bug in virtio_gpu_object_shmem_init()
 2021-11-18 11:16 UTC  (3+ messages)

[PATCH v1] gpudev: return EINVAL if invalid input pointer for free and unregister
 2021-11-18 19:28 UTC 

[PATCH] drm/ingenic: fix error code in ingenic_drm_gem_create_object()
 2021-11-18 11:15 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4 1/1] tests/gem_blits: Add no-reloc capability
 2021-11-18 11:16 UTC 

[PATCH 5.16 regression fix 0/5] ACPI: scan: Skip turning off some unused objects during scan
 2021-11-18 11:15 UTC  (3+ messages)

[PATCH v2] virtio_balloon: add param to skip adjusting pages
 2021-11-18 11:17 UTC 

[PATCH] drm/vc4: fix error code in vc4_create_object()
 2021-11-18 11:14 UTC  (2+ messages)

[PATCH] drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
 2021-11-18 11:13 UTC  (3+ messages)
` [Nouveau] "

[PATCH for-4.16 0/2] CHANGELOG: start to populate entries for 4.16
 2021-11-18 11:14 UTC  (7+ messages)
` [PATCH for-4.16 2/2] CHANGELOG: add missing entries for work during the 4.16 release cycle

[PATCH] drm/vboxvideo: fix a NULL vs IS_ERR() check
 2021-11-18 11:12 UTC  (2+ messages)

[PATCH ulogd 2/2] NFLOG: attach struct nf_conntrack
 2021-11-18 11:09 UTC  (2+ messages)
` [PATCHv2 "

[PATCH RFC 0/2] CAN TRANSCEIVER: Add support for setting mux
 2021-11-18 11:12 UTC  (9+ messages)
` [PATCH RFC 2/2] phy: phy-can-transceiver: "

[PATCH v1 0/9] hw/mos6522: VIA timer emulation fixes and improvements
 2021-11-18 11:13 UTC  (3+ messages)

[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-18 11:11 UTC  (7+ messages)
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[dm-crypt] [ANNOUNCE] cryptsetup 2.4.2
 2021-11-18 11:09 UTC 

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-18 11:09 UTC  (5+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-18 11:08 UTC  (12+ messages)

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-18 11:05 UTC  (4+ messages)
` [PATCH v2 1/3] icount: preserve cflags when custom tb is about to execute

[PATCH -next] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18 11:08 UTC  (3+ messages)

[PATCH ulogd 1/2] NFLOG: add NFULNL_CFG_F_CONNTRACK flag
 2021-11-18 11:07 UTC  (2+ messages)
` [PATCHv2 "

[PATCH-for-6.2? 0/3] docs/devel/style: Improve rST rendering
 2021-11-18 11:04 UTC  (5+ messages)
` [PATCH-for-6.2? 1/3] docs/devel/style: Improve GLib functions "
` [PATCH-for-6.2? 3/3] docs/devel/style: Improve types/qualifiers "

stable-rc/queue/4.19 build: 187 builds: 6 failed, 181 passed, 2 errors, 41 warnings (v4.19.217-251-g23a8ec96a20b5)
 2021-11-18 11:05 UTC 

stable-rc/queue/4.9 build: 175 builds: 3 failed, 172 passed, 2 errors, 37 warnings (v4.9.290-159-gbf72a0fffb43)
 2021-11-18 11:05 UTC 

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-18 11:05 UTC  (7+ messages)

[PATCH V5 00/50] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-11-18 11:04 UTC  (4+ messages)
` [PATCH V5 46/50] x86/sev: Use C entry code

[PATCH v3] drivers/coresight: Add Ultrasoc System Memory Buffer driver
 2021-11-18 11:00 UTC  (2+ messages)

[PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
 2021-11-18 11:00 UTC  (3+ messages)

[PATCH] sched/fair: Fix asym_fits_capacity() task_util type
 2021-11-18 11:01 UTC 

[PATCH] PCI: pciehp: clear cmd_busy bit when Command Completed in polling mode
 2021-11-18 11:00 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add runtime APIs to query libbpf version
 2021-11-18 10:58 UTC  (2+ messages)

[PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
 2021-11-18 10:32 UTC  (3+ messages)
` [PATCH 2/2] ci: add a job for PCRE2

[PATCH] drm/amdgpu/pm: clean up some inconsistent indenting
 2021-11-18 10:57 UTC  (2+ messages)

[PATCH-for-6.2] hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()
 2021-11-18 10:55 UTC  (3+ messages)

[PATCH 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt-line as unused
 2021-11-18 10:55 UTC  (3+ messages)

[PATCH] drm/amdgpu: update the domain flags for dumb buffer creation
 2021-11-18 10:55 UTC  (2+ messages)

IPv6 Router Advertisement Router Preference (RFC 4191) behavior issue
 2021-11-18 10:49 UTC  (2+ messages)

[mcgrof-next:20211116-sysctl-cleanups-v4 19/35] include/linux/sysctl.h:229:13: error: expected ';' after return statement
 2021-11-18 10:53 UTC  (2+ messages)
` [mcgrof-next:20211116-sysctl-cleanups-v4 19/35] include/linux/sysctl.h:229:13: error: expected '; ' "

[PATCH v9 00/36] v4l: subdev internal routing and streams
 2021-11-18 10:54 UTC  (3+ messages)
` [PATCH v9 27/36] media: subdev: Add [GS]_ROUTING subdev ioctls and operations

[PATCH-for-6.2 v2 0/2] hw/block/fdc: Fix CVE-2021-20196
 2021-11-18 10:45 UTC  (4+ messages)
` [PATCH-for-6.2 v2 1/2] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196

[GIT PULL] UDF fix for 5.16-rc2
 2021-11-18 10:52 UTC 

[PATCH 3/5] cxl/pci: Add DOE Auxiliary Devices
 2021-11-18 10:51 UTC  (3+ messages)

[PATCH v2] ASoC: codecs: MBHC: Add support for special headset
 2021-11-18 10:51 UTC  (3+ messages)

[PATCH v4] mmc: dw_mmc: Allow lower TMOUT value than maximum
 2021-11-18 10:51 UTC  (3+ messages)

[PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
 2021-11-18 10:50 UTC  (5+ messages)
` [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
  ` [PATCH v6 1/3] doc: git-format-patch: describe the option --always
  ` [PATCH v6 2/3] am: support --empty option to handle empty patches
  ` [PATCH v6 3/3] am: throw an error when passing --empty option without value

[PATCH] mt76: mt7921: fix possible NULL pointer dereference in mt7921_mac_write_txwi
 2021-11-18 10:50 UTC 

[PATCH 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-18 10:50 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: ocelot: Extend support "

[RFC] media: Auto exposure/gain support for atomisp / libcamera integration ?
 2021-11-18 10:50 UTC  (3+ messages)
` [libcamera-devel] "

[LTP] [PATCH v3] dio_truncate.c test refactory with LTP API
 2021-11-18 10:51 UTC  (2+ messages)

[PATCH for-4.16 v2] efi: fix alignment of function parameters in compat mode
 2021-11-18 10:50 UTC  (5+ messages)

[PATCH] refcount: introduce refcount_is_one() helper function
 2021-11-18 10:49 UTC  (6+ messages)

[qemu-web PATCH] update links to the SubmitAPatch wiki page
 2021-11-18 10:45 UTC  (2+ messages)

[PATCH] pwm: imx1: Implement .apply callback
 2021-11-18 10:46 UTC  (2+ messages)

NFS v4 client can dereference uninitialized pointer if server includes unrequested mdsthreshold attr
 2021-11-18 10:48 UTC 

[LTP] [PATCH] syscalls/finit_module02: Add ETXTBSY error for read-write fd
 2021-11-18 10:25 UTC  (2+ messages)

[PATCH v6 0/7] PCI devices passthrough on Arm, part 2
 2021-11-18 10:46 UTC  (5+ messages)
` [PATCH v6 3/7] xen/arm: setup MMIO range trap handlers for hardware domain

[qemu-web PATCH] remove deployment phase from CI
 2021-11-18 10:44 UTC  (2+ messages)

[PATCH] PCI: apple: Reset the port for 100ms on probe
 2021-11-18 10:45 UTC  (6+ messages)

[PATCH 0/3] Add RPM sleep stats for MSM8916
 2021-11-18 10:45 UTC  (4+ messages)
` [PATCH 2/3] soc: qcom: stats: Add fixed sleep stats offset for older RPM firmwares

[PATCH v1] config/arm: add armv7 native config
 2021-11-18 10:45 UTC 

[PATCH v1 0/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory
 2021-11-18 18:56 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[ANNOUNCE] libnftnl 1.2.1 release
 2021-11-18 10:45 UTC 

[PATCH 0/3] Enable RZ/G2L OSTM support
 2021-11-18 10:45 UTC  (7+ messages)
` [PATCH 1/3] drivers: soc: renesas: Enable RENESAS_OSTM
` [PATCH 3/3] arm64: dts: renesas: rzg2l-smarc-som: Enable OSTM

[PATCH v3 0/4] Add RZ/G2L OSTM support
 2021-11-18 10:44 UTC  (6+ messages)
` [PATCH v3 3/4] clocksource/drivers/renesas-ostm: "
` [PATCH v3 4/4] clocksource/drivers/renesas,ostm: Make RENESAS_OSTM symbol visible

[PATCH] reiserfs: don't use congestion_wait()
 2021-11-18 10:45 UTC  (2+ messages)

[PATCH v2 for-6.2] meson.build: Support ncurses on MacOS and OpenBSD
 2021-11-18 10:43 UTC  (2+ messages)

[ANNOUNCE] libnetfilter_log 1.0.2 release
 2021-11-18 10:44 UTC 

[PATCH] ia64: module: use swap() to make code cleaner
 2021-11-18 10:43 UTC  (3+ messages)

[PATCH 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-18  9:51 UTC  (5+ messages)

[PATCH] mt76: fix possible OOB issue in mt76_calculate_default_rate
 2021-11-18 10:42 UTC 

[bug report] mfd: lp87565: Handle optional reset pin
 2021-11-18 10:40 UTC  (6+ messages)

Re: [PATCH 5.10 000/578] 5.10.80-rc2 review
 2021-11-18 10:40 UTC  (2+ messages)

[v4l-utils v5 0/5] Add support for meson building
 2021-11-18 10:39 UTC  (3+ messages)

[PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits
 2021-11-18 10:40 UTC  (3+ messages)

[PATCH for-5.16 v4 0/6] task work optimization
 2021-11-18 10:39 UTC  (4+ messages)
` [PATCH 6/6] io_uring: batch completion in prior_task_list

[PATCH v2 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-18 10:39 UTC  (5+ messages)
` [PATCH v2 1/2] drm/input_helper: Add new input-handling helper


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.