linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-08 08:51:59 to 2021-12-08 11:51:21 UTC [more...]

[net-next RFC PATCH 0/6] Add support for qca8k mdio rw in Ethernet packet
 2021-12-08 11:51 UTC  (11+ messages)

config CPU_SUPPORTS_HUGEPAGES refers to the non-existing symbol ARCH_PHYS_ADDR_T_64BIT
 2021-12-08 11:43 UTC 

[syzbot] possible deadlock in blkdev_put (2)
 2021-12-08 11:42 UTC  (2+ messages)

[PATCH] doc/zh_CN: add Chinese document coding style reminder
 2021-12-08 11:41 UTC 

[PATCH v3 00/18] tcp: Initial support for RFC5925 auth option
 2021-12-08 11:37 UTC  (19+ messages)
` [PATCH v3 01/18] tcp: authopt: Initial support and key management
` [PATCH v3 02/18] docs: Add user documentation for tcp_authopt
` [PATCH v3 03/18] tcp: authopt: Add crypto initialization
` [PATCH v3 04/18] tcp: md5: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v3 05/18] tcp: authopt: Compute packet signatures
` [PATCH v3 06/18] tcp: authopt: Hook into tcp core
` [PATCH v3 07/18] tcp: authopt: Disable via sysctl by default
` [PATCH v3 08/18] tcp: authopt: Implement Sequence Number Extension
` [PATCH v3 09/18] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v3 10/18] tcp: authopt: Add support for signing skb-less replies
` [PATCH v3 11/18] tcp: ipv4: Add AO signing for "
` [PATCH v3 12/18] tcp: authopt: Add key selection controls
` [PATCH v3 13/18] tcp: authopt: Add initial l3index support
` [PATCH v3 14/18] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v3 15/18] tcp: authopt: Add prefixlen support
` [PATCH v3 16/18] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v3 17/18] selftests: nettest: Initial tcp_authopt support
` [PATCH v3 18/18] selftests: net/fcnal: "

[PATCH 0/2] *** ADD DM9051 NET DEVICE ***
 2021-12-02 20:46 UTC  (3+ messages)
` [PATCH 1/2] yaml: Add dm9051 SPI network yaml file
` [PATCH 2/2] net: Add DM9051 driver

Issue with rcu_read_lock and CONFIG_PREEMPT_RCU
 2021-12-08 11:35 UTC 

[PATCH v1] ARM: at91: add Microchip EVB-KSZ9477 board
 2021-12-08 11:35 UTC  (2+ messages)

[PATCH] samples/bpf: fix swap.cocci warning
 2021-12-08 11:34 UTC 

[PATCH v4 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-08 11:29 UTC  (3+ messages)
` [PATCH v4 01/16] ima: Add IMA namespace support

[PATCH] ARM: dts: at91: sama5d2_xplained: remove PA11__SDMMC0_VDDSEL from pinctrl
 2021-12-08 11:27 UTC  (3+ messages)

[PATCH 1/2] ghes_edac: refactor memory error location processing
 2021-12-08 11:27 UTC  (6+ messages)
` [PATCH 2/2] ghes_edac: refactor error status fields decoding

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-08 11:25 UTC  (17+ messages)
` [PATCH 01/32] s390/sclp: detect the zPCI interpretation facility
` [PATCH 02/32] s390/sclp: detect the AISII facility
` [PATCH 03/32] s390/sclp: detect the AENI facility
` [PATCH 04/32] s390/sclp: detect the AISI facility
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 06/32] s390/airq: allow for airq structure that uses an input vector
` [PATCH 20/32] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations

[PATCH 0/5] acpi: Store _PLD information and convert users
 2021-12-08 11:23 UTC  (4+ messages)
` [PATCH 4/5] usb: typec: port-mapper: Convert to the component framework

[PATCH] f2fs: avoid duplicate call of mark_inode_dirty
 2021-12-08 11:22 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] drm/dp: Actually read Adjust Request Post Cursor2 register
 2021-12-08 11:19 UTC  (2+ messages)

[PATCH 0/2] mmc: sdhci-pci-gli: GL9755: Quirks for Apple ARM platforms
 2021-12-08 11:18 UTC  (4+ messages)

[PATCH] irqchip/irq-gic-v3-its.c: Return its_invall_cmd.col when building INVALL
 2021-12-08 11:17 UTC  (2+ messages)
` [irqchip: irq/irqchip-fixes] irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL

linux-next: Fixes tag needs some work in the irqchip-fixes tree
 2021-12-08 11:16 UTC  (2+ messages)

[PATCH v1 00/12] x86/mce: Correct the noinstr annotation
 2021-12-08 11:13 UTC  (13+ messages)
` [PATCH v1 01/12] x86/mce: Do not use memset to clear the banks bitmaps
` [PATCH v1 02/12] x86/mce: Remove function-local cpus variables
` [PATCH v1 03/12] x86/mce: Use mce_rdmsrl() in severity checking code
` [PATCH v1 04/12] x86/mce: Remove noinstr annotation from mce_setup()
` [PATCH v1 05/12] x86/mce: Allow instrumentation during task work queueing
` [PATCH v1 06/12] x86/mce: Prevent severity computation from being instrumented
` [PATCH v1 07/12] x86/mce: Mark mce_panic() noinstr
` [PATCH v1 08/12] x86/mce: Mark mce_end() noinstr
` [PATCH v1 09/12] x86/mce: Mark mce_read_aux() noinstr
` [PATCH v1 10/12] x86/mce: Move the tainting outside of the noinstr region
` [PATCH v1 11/12] x86/mce: Mark mce_timed_out() noinstr
` [PATCH v1 12/12] x86/mce: Mark mce_start() noinstr

[PATCH] perf dlfilter: Drop unused variable
 2021-12-08 11:11 UTC  (3+ messages)

[PATCH 00/11] x86/entry: Clean up entry code
 2021-12-08 11:08 UTC  (12+ messages)
` [PATCH 01/11] x86/entry: Use swapgs and native_iret directly in swapgs_restore_regs_and_return_to_usermode
` [PATCH 02/11] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH 03/11] x86/entry: Switch the stack after error_entry() returns
` [PATCH 04/11] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH 05/11] x86/entry: Move cld to the start of idtentry
` [PATCH 06/11] x86/entry: Don't call error_entry for XENPV
` [PATCH 07/11] x86/entry: Convert SWAPGS to swapgs in error_entry()
` [PATCH 08/11] x86/entry: Use idtentry macro for entry_INT80_compat
` [PATCH 09/11] x86/entry: Convert SWAPGS to swapgs in entry_SYSENTER_compat()
` [PATCH 10/11] x86: Remove the definition of SWAPGS
` [PATCH 11/11] x86/entry: Remove the branch in sync_regs()

[RFC PATCH] virtio: make sure legacy pci device gain 32bit-pfn vq
 2021-12-08 11:08 UTC  (6+ messages)

[PATCH] ARM: dts: at91: update alternate function of signal PD20
 2021-12-08 11:05 UTC  (2+ messages)

[PATCH v2 1/5] x86/mce/inject: Check if a bank is unpopulated before error injection
 2021-12-08 11:03 UTC  (2+ messages)
` [tip: ras/core] x86/mce/inject: Check if a bank is populated before injecting

[PATCH v3 2/6] x86/mce/inject: Set the valid bit in MCA_STATUS before error injection
 2021-12-08 11:03 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH v3 0/5] Add support for Intel Thunder Bay SPI controller
 2021-12-08 11:03 UTC  (10+ messages)
` [PATCH v3 3/5] spi: dw: Add support for master mode selection for DWC SSI controller

[PATCH V2 1/2] PCI/ASPM: Add ASPM BIOS override function
 2021-12-08 10:58 UTC  (3+ messages)

[andersson:wip/sm8350-next-20211118 46/51] drivers/gpu/drm/msm/dp/dp_display.c:420:6: warning: no previous prototype for function 'dp_display_oob_hotplug_event'
 2021-12-08 10:58 UTC 

[dlemoal-libata:ata-msg 34/61] drivers/ata/sata_fsl.c:318:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'void *'
 2021-12-08 10:58 UTC 

[V2 0/6] Auxiliary bus driver support for Intel PCIe VSEC/DVSEC
 2021-12-08 10:56 UTC  (18+ messages)
` [V2 2/6] driver core: auxiliary bus: Add driver data helpers
` [V2 4/6] platform/x86: Add Intel Software Defined Silicon driver

[PATCH] ipv6: fix NULL pointer dereference in ip6_output()
 2021-12-08 10:51 UTC  (5+ messages)

[PATCH v4 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-12-08 10:47 UTC  (5+ messages)
` [PATCH v4 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH v4 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series

[PATCH 5.10 000/125] 5.10.84-rc2 review
 2021-12-08 10:47 UTC  (2+ messages)

[PATCH] tracefs: Have new files inherit the ownership of their parent
 2021-12-08 10:44 UTC  (2+ messages)

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-08 10:44 UTC  (7+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked

[PATCH] dmaengine: at_xdmac: fix compilation warning
 2021-12-08 10:41 UTC  (2+ messages)

[PATCH v2] gpio:amdpt:add new device ID and 24-pin support
 2021-12-08 10:36 UTC 

[PATCH 0/2] ARM: dts: stm32: remove timer duplicate unit-address on stm32f4 series
 2021-12-08 10:33 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: stm32: remove some "
` [PATCH 2/2] ARM: dts: stm32: remove timer5 "

[RFC V2 0/6] media: Hantro: Split iMX8MQ VPU into G1 and G2 with blk-ctrl support
 2021-12-08 10:32 UTC  (3+ messages)

[PATCH -next 0/2] Introduce memset_range() helper for wiping members
 2021-12-08 10:30 UTC  (6+ messages)
` [PATCH -next 1/2] string.h: Introduce memset_range() "

[PATCH 5.4 00/70] 5.4.164-rc1 review
 2021-12-08 10:29 UTC  (2+ messages)

[PATCH 4.19 00/48] 4.19.220-rc1 review
 2021-12-08 10:27 UTC  (2+ messages)

[PATCH] mmc: rtsx: improve rw performance
 2021-12-08 10:27 UTC  (4+ messages)

[PATCH v2 0/7] pid: Introduce helper task_is_in_root_ns()
 2021-12-08 10:26 UTC  (8+ messages)
` [PATCH v2 1/7] pid: Introduce helper task_is_in_init_pid_ns()
` [PATCH v2 2/7] coresight: etm3x: Use task_is_in_init_pid_ns()
` [PATCH v2 3/7] coresight: etm4x: "

[PATCH v1 1/1] thunderbolt: Do not dereference fwnode in struct device
 2021-12-08 10:26 UTC  (2+ messages)

[PATCH RFC] media: si2157: optionally load firmare for SI2146_A10 and
 2021-12-08 10:25 UTC 

[PATCH] find: Do not read beyond variable boundaries on small sizes
 2021-12-08 10:22 UTC  (6+ messages)

[PATCH] arm: remove [_text, _stext) from kernel code resource
 2021-12-08 10:22 UTC  (4+ messages)

[PATCH v2] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-12-08 10:21 UTC  (3+ messages)

[PATCH v3 0/6] kernel: introduce uaccess logging
 2021-12-08 10:21 UTC  (11+ messages)
` [PATCH v3 1/6] include: split out uaccess instrumentation into a separate header
` [PATCH v3 2/6] uaccess-buffer: add core code
` [PATCH v3 3/6] fs: use copy_from_user_nolog() to copy mount() data
` [PATCH v3 4/6] uaccess-buffer: add CONFIG_GENERIC_ENTRY support
` [PATCH v3 5/6] arm64: add support for uaccess logging

[PATCH V2] tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()
 2021-12-08 10:21 UTC  (3+ messages)

[RESEND PATCH v2] PCI: mediatek: Delay 100ms to wait power and clock to become stable
 2021-12-08 10:18 UTC  (2+ messages)

[PATCH 0/2] iommu/mediatek: fix tlb flush logic
 2021-12-08 10:18 UTC  (6+ messages)
` [PATCH 1/2] iommu/mediatek: Always tlb_flush_all when each PM resume

[PATCH v4] dt-bindings: misc: fastrpc convert bindings to yaml
 2021-12-08 10:15 UTC 

[RFC PATCH v4 0/4] Extend lan966x clock driver for clock gating support
 2021-12-08 10:14 UTC  (2+ messages)

[PATCH 0/3] media: si2157: rework firmware load logic
 2021-12-08 10:13 UTC  (4+ messages)
  ` [PATCH 1/3] media: si2157: move firmware load to a separate function
  ` [PATCH 2/3] media: si2157: Add optional firmware download
  ` [PATCH 3/3] media: si2157: rework the firmware load logic

[RFC 0/3] headers: start rework to avoid recursive inclusion
 2021-12-08 10:12 UTC  (8+ messages)
` [RFC 2/3] headers: introduce linux/struct_types.h
` [RFC 3/3] headers: repurpose linux/fs_types.h

[PATCH v5 0/5] Add pin control support for lpass sc7280
 2021-12-08 10:11 UTC  (4+ messages)
` [PATCH v5 2/5] dt-bindings: pinctrl: qcom: Add sc7280 lpass lpi pinctrl bindings

[PATCH v13 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-12-08 10:10 UTC  (4+ messages)
` [PATCH v13 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v10 0/3] Add driver for lan966x Generic Clock Controller
 2021-12-08 10:10 UTC  (2+ messages)

[PATCH] binder: fix pointer cast warning
 2021-12-08 10:09 UTC  (2+ messages)

[PATCH v3 0/4] Refactor Aspeed USB vhub driver
 2021-12-08 10:05 UTC  (5+ messages)
` [PATCH v3 1/4] usb: aspeed-vhub: add qualifier descriptor
` [PATCH v3 2/4] usb: aspeed-vhub: fix remote wakeup failure in iKVM use case
` [PATCH v3 3/4] usb: aspeed-vhub: fix ep0 OUT ack received wrong length issue
` [PATCH v3 4/4] usb: aspeed-vhub: support test mode feature

[PATCH v3 0/3] Add Qualcomm MPM irqchip driver support
 2021-12-08 10:04 UTC  (8+ messages)
` [PATCH v3 3/3] irqchip: Add Qualcomm MPM controller driver

[PATCH v1 1/2] HID: usbhid: enable remote wakeup function for usbhid device
 2021-12-08 10:03 UTC  (3+ messages)
` [PATCH v1 2/2] usb: core: enable remote wakeup function for usb controller

[PATCH][V2] intel_th: remove redundant re-assignment of pointer hubdrv
 2021-12-08 10:02 UTC  (2+ messages)

[PATCH v2 0/4] ARM: dts: stm32: merge spi and i2s nodes
 2021-12-08  9:55 UTC  (8+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: stm32: i2s: add audio-graph-card port
          ` [Linux-stm32] "

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-08  9:55 UTC  (13+ messages)

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-08  9:54 UTC  (4+ messages)

[PATCH net-next] net: stmmac: bump tc when get underflow error from DMA descriptor
 2021-12-08 10:06 UTC 

[PATCH v6] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-12-08  9:53 UTC  (3+ messages)
` [PATCH v7] "

[PATCH v3 00/15] KVM: arm64: Introduce kvm_share_hyp()
 2021-12-08  9:51 UTC  (4+ messages)
` [PATCH v3 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2

[PATCH v5 00/10] Add Sunplus SP7021 SoC Support
 2021-12-08  9:28 UTC  (6+ messages)
` [PATCH v5 08/10] irqchip: Add Sunplus SP7021 interrupt controller driver

[PATCH 0/1] MHI fix for v5.16 - Take 2
 2021-12-08  9:40 UTC  (4+ messages)
` [PATCH 1/1] bus: mhi: core: Add support for forced PM resume

[PATCH] mm: mask DIRECT_RECLAIM in kswapd
 2021-12-08  9:40 UTC  (3+ messages)

[PATCH] mm:remove unneeded variable
 2021-12-08  9:35 UTC  (2+ messages)

[PATCH v2 1/2] arm64: mm: Rename asid2idx() to ctxid2asid()
 2021-12-08  9:35 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: mm: Use asid feature macro for cheanup

[PATCH v2 0/3] mmc: Add LiteSDCard mmc driver
 2021-12-08  9:35 UTC  (7+ messages)
` [PATCH v2 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-12-08  9:34 UTC  (5+ messages)
` [PATCH 16/15] KVM: X86: Update mmu->pdptrs only when it is changed

[PATCH] ipmi: ssif: initialize ssif_info->client early
 2021-12-08  9:32 UTC 

[PATCH v2] MIPS: Only define pci_remap_iospace() for Ralink
 2021-12-08  9:27 UTC 

[PATCH net-next v2 6/6] net/mlx5: Let user configure max_macs generic param
 2021-12-08  9:24 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: Sort Kconfig and Makefile entries alphabetically
 2021-12-08  9:20 UTC 

[PATCH] base: arch_topology: Use policy->max to calculate freq_factor
 2021-12-08  9:20 UTC  (11+ messages)
  `  "

[PATCH v5 0/5] fix statistics and payload issues for error
 2021-12-08  9:16 UTC  (2+ messages)

[PATCH v3 0/5] soc: samsung: Add USI driver
 2021-12-08  9:15 UTC  (5+ messages)

[PATCH 0/4] KVM: X86: Improve permission_fault() for SMAP
 2021-12-08  9:12 UTC  (4+ messages)
` [PATCH 3/4] KVM: X86: Handle implicit supervisor access with SMAP

[PATCH v6 0/2] Global Clock Controller driver for MSM8976/56
 2021-12-08  9:10 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: clk: qcom: Document MSM8976 Global Clock Controller
` [PATCH v6 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver

Time: new clocksource
 2021-12-08  9:10 UTC  (4+ messages)

[PATCH v4 0/7] Initial Samsung Galaxy A8 (2018) support
 2021-12-08  9:05 UTC  (4+ messages)
` [PATCH v4 7/7] arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
 2021-12-08  9:04 UTC  (2+ messages)

[PATCH v2] staging: rtl8712: Fix alignment checks with flipped condition
 2021-12-08  9:02 UTC  (2+ messages)

[PATCH] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
 2021-12-08  9:01 UTC  (3+ messages)

[PATCH net-next] net: Enable neighbor sysctls that is save for userns root
 2021-12-08  8:58 UTC 

[PATCH v2 00/14] Use uncached stores while clearing huge pages
 2021-12-08  8:58 UTC  (3+ messages)
` [PATCH v2 07/14] x86/clear_page: add clear_page_uncached()

[PATCH v3 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-08  8:56 UTC  (5+ messages)

[PATCH] MIPS: Loongson64: Use three arguments for slti
 2021-12-08  8:55 UTC  (2+ messages)

[PATCH] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
 2021-12-08  8:54 UTC 

[PATCH v2] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2021-12-08  8:51 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).