linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 21:27:52 to 2022-02-25 01:11:28 UTC [more...]

[PATCH v2 00/39] x86: Kernel IBT
 2022-02-25  1:11 UTC  (53+ messages)
` [PATCH v2 01/39] kbuild: Fix clang build
` [PATCH v2 04/39] objtool: Add --dry-run
` [PATCH v2 05/39] x86: Base IBT bits
` [PATCH v2 06/39] x86/ibt: Add ANNOTATE_NOENDBR
` [PATCH v2 07/39] x86/entry: Sprinkle ENDBR dust
` [PATCH v2 08/39] x86/linkage: Add ENDBR to SYM_FUNC_START*()
` [PATCH v2 09/39] x86/ibt,paravirt: Sprinkle ENDBR
` [PATCH v2 10/39] x86/ibt,crypto: Add ENDBR for the jump-table entries
` [PATCH v2 11/39] x86/ibt,kvm: Add ENDBR to fastops
` [PATCH v2 12/39] x86/ibt,ftrace: Search for __fentry__ location
` [PATCH v2 13/39] x86/livepatch: Validate "
` [PATCH v2 14/39] x86/ibt,ftrace: Make function-graph play nice
` [PATCH v2 15/39] x86/ibt,kprobes: Fix more +0 assumptions
` [PATCH v2 16/39] x86/bpf: Add ENDBR instructions to prologue and trampoline
` [PATCH v2 18/39] x86/ibt: Add IBT feature, MSR and #CP handling
` [PATCH v2 19/39] x86: Disable IBT around firmware
` [PATCH v2 20/39] x86/bugs: Disable Retpoline when IBT
` [PATCH v2 21/39] x86/ibt: Annotate text references
` [PATCH v2 24/39] x86/text-patching: Make text_gen_insn() IBT aware
` [PATCH v2 28/39] x86/ibt,xen: Sprinkle the ENDBR

[PATCH -next] mm/pagewalk: remove unneeded semicolon
 2022-02-25  1:08 UTC 

[PATCH V2] platforms/83xx: Use of_device_get_match_data()
 2022-02-25  1:07 UTC 

[PATCH] drm/msm: Avoid dirtyfb stalls on video mode displays (v2)
 2022-02-25  1:03 UTC  (2+ messages)

[GIT PULL] clk fixes for v5.17-rc5
 2022-02-25  1:00 UTC 

[PATCH] clk: lan966x: Fix linking error
 2022-02-25  0:53 UTC  (2+ messages)

[PATCH] clk: lan966x: Depend on CONFIG_IOMEM
 2022-02-25  0:53 UTC  (2+ messages)

[PATCHv4 00/30] TDX Guest: TDX core support
 2022-02-25  0:51 UTC  (20+ messages)
` [PATCHv4 03/30] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
` [PATCHv4 04/30] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv4 05/30] x86/tdx: Extend the confidential computing API to support TDX guests
` [PATCHv4 15/30] x86/boot: Allow to hook up alternative port I/O helpers
` [PATCHv4 16/30] x86/boot/compressed: Support TDX guest port I/O at decompression time
` [PATCHv4 17/30] x86/tdx: Add port I/O emulation
` [PATCHv4 18/30] x86/tdx: Handle early boot port I/O

[PATCH -V11 1/9] mm/numa: automatically generate node migration order
 2022-02-25  0:49 UTC  (6+ messages)
` [PATCH -V11 2/9] mm/migrate: update node demotion order on hotplug events

[tip:x86/cc] BUILD SUCCESS 1e8c5971c249893ac33ca983c32bafcf5d50c727
 2022-02-25  0:49 UTC 

[PATCH RESUBMIT 1/2] ARM: dts: NSP: MX6X: get mac-address from eeprom
 2022-02-25  0:47 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: NSP: MX6X: correct LED function types

[PATCH] userfaultfd, capability: introduce CAP_USERFAULTFD
 2022-02-25  0:39 UTC  (4+ messages)

[PATCH] [PATCH] AARCH64: Add gcc Shadow Call Stack support
 2022-02-25  0:34 UTC  (5+ messages)

[PATCH V3] security/selinux: Always allow FIOCLEX and FIONCLEX
 2022-02-25  0:34 UTC  (2+ messages)

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-25  0:32 UTC  (12+ messages)
` [PATCH 2/3] powerpc: fix build errors

[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
 2022-02-25  0:29 UTC  (12+ messages)
      ` How should rlimits, suid exec, and capabilities interact?
                ` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression

[PATCH][linux-next] fs: Fix lookup_flags in vfs_statx()
 2022-02-25  0:27 UTC  (2+ messages)

[netfilter-nf:master 47/47] undefined reference to `sock_gen_put'
 2022-02-25  0:26 UTC 

[PATCH v4 11/12] PCI: mvebu: Implement support for legacy INTx interrupts
 2022-02-25  0:26 UTC  (2+ messages)

[PATCH] selinux: log anon inode class name
 2022-02-25  0:25 UTC  (2+ messages)

[PATCH 5.4 00/80] 5.4.181-rc1 review
 2022-02-25  0:23 UTC  (6+ messages)
` [PATCH 5.4 32/80] taskstats: Cleanup the use of task->exit_code

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-25  0:22 UTC  (2+ messages)

[v2 1/2] clk: qcom: gdsc: Add support to update GDSC transition delay
 2022-02-25  0:21 UTC  (5+ messages)
` [v2 2/2] clk: qcom: dispcc: Update the transition delay for MDSS GDSC

[PATCH 00/29] x86: Kernel IBT
 2022-02-25  0:19 UTC  (5+ messages)
` [PATCH 16/29] x86/bugs: Disable Retpoline when IBT

[PATCH v4] riscv: fix oops caused by irqsoff latency tracer
 2022-02-25  0:10 UTC  (2+ messages)

[PATCH v4 05/12] PCI: mvebu: Correctly configure x1/x4 mode
 2022-02-25  0:08 UTC  (2+ messages)

[PATCH v4 04/12] dt-bindings: PCI: mvebu: Add num-lanes property
 2022-02-25  0:02 UTC  (2+ messages)

[PATCH v4 0/5] Add APCS support for SDX65
 2022-02-24 23:57 UTC  (9+ messages)
` [PATCH v4 1/5] dt-bindings: clock: Add A7 PLL binding "
` [PATCH v4 2/5] clk: qcom: Add A7 PLL support "
` [PATCH v4 3/5] ARM: dts: qcom: sdx65: Add support for A7 PLL clock
` [PATCH v4 5/5] clk: qcom: Add SDX65 APCS clock controller support

[trondmy-nfs-2.6:testing 43/47] xxhash_generic.c:undefined reference to `xxh64'
 2022-02-24 23:55 UTC 

[PATCH] scsi: ufs: move shutting_down back to ufshcd_shutdown
 2022-02-24 23:56 UTC 

[PATCH v7 8/8] PCI: imx6: Add the compliance tests mode support
 2022-02-24 23:54 UTC  (2+ messages)

[PATCH v2 05/11] pci: use helper for safer setting of driver_override
 2022-02-24 23:52 UTC  (2+ messages)

[PATCH v2 0/6][next] ath6kl: wmi: Replace one-element arrays with flexible-array members
 2022-02-24 23:58 UTC  (4+ messages)
` [PATCH v2 2/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_start_scan_cmd

[PATCH RESEND v4 0/4] platform: surface: Introduce Surface XBL Driver
 2022-02-24 23:42 UTC  (7+ messages)
` [PATCH RESEND v4 1/4] dt-bindings: platform: microsoft: Document surface xbl
    ` [EXTERNAL] "

[PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-02-24 23:41 UTC  (2+ messages)
` [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node

[PATCH v16 0/9] Add support for audio on SC7280 based targets
 2022-02-24 23:40 UTC  (6+ messages)
` [PATCH v16 6/9] ASoC: qcom: Add support for codec dma driver
` [PATCH v16 9/9] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-02-24 23:38 UTC  (3+ messages)

[RFC PATCH 0/1] dt-bindings: arm: Add scmi_devid paramter for
 2022-02-24 23:34 UTC  (15+ messages)

[PATCH] drm/exynos: fimd: add BGR support for exynos4/5
 2022-02-24 23:27 UTC  (3+ messages)

[PATCH v2 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-24 23:22 UTC  (3+ messages)

[PATCH v3 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-24 23:18 UTC  (3+ messages)
` [PATCH v3 2/3] mm: prevent vm_area_struct::anon_name refcount saturation
` [PATCH v6 3/3] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH][next] staging: r8188eu: remove redundant variable reg_0x143
 2022-02-24 23:17 UTC  (2+ messages)

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-02-24 23:15 UTC  (4+ messages)

atc260x has broken locking
 2022-02-24 23:14 UTC  (2+ messages)

[PATCH v3] PCI: qcom: Add system PM support
 2022-02-24 23:07 UTC  (2+ messages)

[PATCH v9 0/6] serial: mvebu-uart: Support for higher baudrates
 2022-02-24 23:02 UTC  (7+ messages)
` [PATCH v9 2/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock
` [PATCH v9 3/6] serial: mvebu-uart: implement UART clock driver for configuring UART base clock
` [PATCH v9 4/6] dt-bindings: mvebu-uart: update information about UART clock

[git pull] drm fixes for 5.17-rc6
 2022-02-24 23:01 UTC 

[PATCH v2 0/5] Tegra QUAD SPI combined sequence mode
 2022-02-24 22:59 UTC  (2+ messages)
` (subset) "

[PATCH v1 1/1] spi: pxa2xx-pci: Do not dereference fwnode in struct device
 2022-02-24 22:59 UTC  (2+ messages)

[PATCH v1 1/1] spi: pxa2xx-pci: Balance reference count for PCI DMA device
 2022-02-24 22:59 UTC  (2+ messages)

[PATCH 0/6] Tegra QUAD SPI combined sequence mode
 2022-02-24 22:59 UTC  (2+ messages)
` (subset) "

[PATCH v15 00/10] Add support for audio on SC7280 based targets
 2022-02-24 22:59 UTC  (2+ messages)
` (subset) "

[PATCH v10 00/10] Add support for audio on SC7280 based targets
 2022-02-24 22:59 UTC  (2+ messages)

[RESEND, v9 00/10] Add support for audio on SC7280 based targets
 2022-02-24 22:59 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
 2022-02-24 22:58 UTC  (11+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH v4 0/2] input: misc: Add IBM Operation Panel driver
 2022-02-24 22:56 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: input: Add documentation for IBM Operation Panel
` [PATCH v4 2/2] input: misc: Add IBM Operation Panel driver

iio:adc:ad7280a: Move out of staging
 2022-02-24 22:56 UTC 

[LSF/MM/BPF TOPIC] Enabling change notification for network and cluster fs
 2022-02-24 22:55 UTC  (3+ messages)

[PATCH v5 0/3] Update VMware maintainer entries
 2022-02-24 22:24 UTC  (4+ messages)
` [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
` [PATCH v5 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
` [PATCH v5 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH v9 00/11] vgaarb: Rework default VGA device selection
 2022-02-24 22:47 UTC  (12+ messages)
` [PATCH v9 01/11] PCI/VGA: Move vgaarb to drivers/pci
` [PATCH v9 02/11] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH v9 03/11] PCI/VGA: Factor out vga_select_framebuffer_device()
` [PATCH v9 04/11] PCI/VGA: Factor out default VGA device selection
` [PATCH v9 05/11] PCI/VGA: Move firmware default device detection to ADD_DEVICE path
` [PATCH v9 06/11] PCI/VGA: Move non-legacy VGA "
` [PATCH v9 07/11] PCI/VGA: Move disabled VGA device "
` [PATCH v9 08/11] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH v9 09/11] PCI/VGA: Log bridge control messages when adding devices
` [PATCH v9 10/11] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH v9 11/11] PCI/VGA: Replace full MIT license text with SPDX identifier

[PATCH AUTOSEL 4.19 01/13] mac80211_hwsim: report NOACK frames in tx_status
 2022-02-24 22:46 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
` [PATCH AUTOSEL 4.19 12/13] i2c: qup: allow COMPILE_TEST

[PATCH][next] drm/amdgpu: Fix missing assignment to variable r
 2022-02-24 22:43 UTC 

[GIT PULL] KVM changes for 5.17-rc6
 2022-02-24 22:41 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v5.17: 3rd batch
 2022-02-24 22:41 UTC  (2+ messages)

[syzbot] UBSAN: shift-out-of-bounds in minix_count_free_blocks
 2022-02-24 22:40 UTC 

[PATCH AUTOSEL 4.9 1/9] mac80211_hwsim: report NOACK frames in tx_status
 2022-02-24 22:39 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 8/9] i2c: qup: allow COMPILE_TEST

[PATCH AUTOSEL 5.16 01/30] HID: apple: Set the tilde quirk flag on the Wellspring 5 and later
 2022-02-24 22:39 UTC  (3+ messages)
` [PATCH AUTOSEL 5.16 24/30] dmaengine: shdma: Fix runtime PM imbalance on error

KASAN: use-after-free Read in dev_uevent
 2022-02-24 22:37 UTC  (11+ messages)
` [syzbot] "

[PATCH v2 1/2] clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
 2022-02-24 22:28 UTC  (4+ messages)
` [PATCH v2 2/2] clk: qcom: clk-rcg2: Update the frac table for pixel clock

[PATCH] KVM: x86: Temporarily drop kvm->srcu when uninitialized vCPU is blocking
 2022-02-24 22:28 UTC  (2+ messages)

[PATCH v2 0/6] Input: edt-ft5x06 - Improve configuration
 2022-02-24 22:27 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: input: touchscreen: edt-ft5x06: add report-rate

[BUG REPORT] soft_reset (kexec/kdump) does not work with mainline xen
 2022-02-24 22:27 UTC 

False positive kmemleak report for dtb properties names on powerpc
 2022-02-24 22:27 UTC 

platform/x86: Add Intel Software Defined Silicon driver
 2022-02-24 22:25 UTC 

[PATCH] drm/msm: Add MSM_SUBMIT_FENCE_SN_IN
 2022-02-24 22:23 UTC 

[netfilter-nf:master 47/47] nf_queue.c:undefined reference to `sock_gen_put'
 2022-02-24 22:17 UTC  (2+ messages)

[PATCH] net/mlx5e: Fix return of a kfree'd object instead of NULL
 2022-02-24 22:15 UTC 

[PATCH v5 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-02-24 22:14 UTC  (27+ messages)
` [PATCH v5 01/15] dt-bindings: clock: split qcom,gcc.yaml to common and specific schema
` [PATCH v5 03/15] dt-bindings: clock: document qcom,gcc-ipq8064 binding
` [PATCH v5 04/15] clk: qcom: gcc-ipq806x: fix wrong naming for gcc_pxo_pll8_pll0
` [PATCH v5 05/15] clk: qcom: gcc-ipq806x: convert parent_names to parent_data
` [PATCH v5 06/15] clk: qcom: gcc-ipq806x: use ARRAY_SIZE for num_parents
` [PATCH v5 07/15] clk: qcom: gcc-ipq806x: add additional freq nss cores
` [PATCH v5 09/15] clk: qcom: clk-rcg: add clk_rcg_floor_ops ops
` [PATCH v5 10/15] clk: qcom: gcc-ipq806x: add additional freq for sdc table
` [PATCH v5 11/15] dt-bindings: clock: add ipq8064 ce5 clk define
` [PATCH v5 12/15] clk: qcom: gcc-ipq806x: add CryptoEngine clocks
` [PATCH v5 13/15] dt-bindings: reset: add ipq8064 ce5 resets
` [PATCH v5 14/15] clk: qcom: gcc-ipq806x: add CryptoEngine resets
` [PATCH v5 15/15] ARM: dts: qcom: add syscon and cxo/pxo clock to gcc node for ipq8064

[PATCH v2 0/3] Support XDPE112
 2022-02-24 22:12 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: trivial-devices: Add xdpe11280

[PATCH -next] mm/rmap: Fix argument list that the kdoc format and script verified
 2022-02-24 22:11 UTC  (3+ messages)

[PATCH V2 0/2] ASoC: audio_graph_card2: Support variable slot widths
 2022-02-24 22:10 UTC  (3+ messages)
` [PATCH V2 1/2] ASoC: dt-bindings: audio-graph-port: Add dai-tdm-slot-width-map

[PATCH] random: cleanup UUID handling
 2022-02-24 22:09 UTC 

[PATCH][next] net: dsa: qca8k: return with -EINVAL on invalid port
 2022-02-24 22:05 UTC 

[PATCH v4 00/11] Transform documentation into POD
 2022-02-24 22:04 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: clock: Add sc8280xp to the RPMh clock controller binding
 2022-02-24 22:00 UTC  (4+ messages)
` [PATCH 2/2] clk: qcom: rpmhcc: add sc8280xp support to the RPMh clock controller

[v5 1/2] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280
 2022-02-24 21:59 UTC  (3+ messages)
` [v5 2/2] clk: qcom: lpass: Add support for LPASS clock controller for SC7280

[PATCH v4] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
 2022-02-24 21:56 UTC  (4+ messages)

[PATCH -next] mm/mlock: Fix argument list that the kdoc format and script verified
 2022-02-24 21:55 UTC  (2+ messages)

[PATCH][next] iio: accel: adxl367: Fix uninitialized variable handled
 2022-02-24 21:51 UTC 

[PATCH v3 0/1] xen: fix HVM kexec kernel panic
 2022-02-24 21:50 UTC  (2+ messages)
` [PATCH v3 1/1] xen: delay xen_hvm_init_time_ops() to xen_hvm_smp_prepare_boot_cpu()

[PATCH v2 0/2] Fix ep command fail issue in dequeue
 2022-02-24 21:45 UTC  (10+ messages)
  ` [PATCH v2 1/2] usb: dwc3: Not set DWC3_EP_END_TRANSFER_PENDING in ep cmd fails

[PATCH v1 0/4] Thermal library and tools
 2022-02-24 21:41 UTC  (2+ messages)

[GIT PULL] PCI fixes for v5.17
 2022-02-24 21:40 UTC  (2+ messages)

[GIT PULL] Networking for 5.17-rc6
 2022-02-24 21:40 UTC  (2+ messages)

[PATCH v2] drm/amd/display: move FPU-related code from dcn20 to dml folder
 2022-02-24 21:36 UTC  (2+ messages)

[RFC PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
 2022-02-24 21:34 UTC 

[PATCH] random: use proper cycle_t type for random_get_entropy()
 2022-02-24 21:30 UTC  (2+ messages)
` [PATCH v2] random: unify cycles_t and jiffies usage and types

[PATCH 00/21] Control VQ support in vDPA
 2022-02-24 21:22 UTC  (11+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 11/19] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
  ` [RFC PATCH v2 12/19] vhost-vdpa: introduce uAPI to get the number of address spaces
  ` [RFC PATCH v2 13/19] vhost-vdpa: uAPI to get virtqueue group id
  ` [RFC PATCH v2 14/19] vhost-vdpa: introduce uAPI to set group ASID
  ` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
  ` [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
  ` [RFC PATCH v2 17/19] vdpa_sim: factor out buffer completion logic
  ` [RFC PATCH v2 18/19] vdpa_sim: filter destination mac address
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support

[PATCH 5/6] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message
 2022-02-24 21:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).