linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-29 01:55:19 to 2023-01-29 14:59:05 UTC [more...]

[PATCH 00/10] staging: rtl8192e: Remove unused constants and variables from r8192E_hw.h
 2023-01-29 14:58 UTC  (7+ messages)
` [PATCH 01/10] staging: rtl8192e: Rename TxBBGainTab.., CCKTxBBGainTab.. and RT_CID_81
` [PATCH 02/10] staging: rtl8192e: Rename sCrcLng
` [PATCH 03/10] staging: rtl8192e: Remove unused variable rxSNRdB
` [PATCH 04/10] staging: rtl8192e: Remove unused constants from enum rt_customer_id
` [PATCH 05/10] staging: rtl8192e: Rename BaseBand_Config_PHY_REG and BaseBand_Config_AGC_TAB
` [PATCH 06/10] staging: rtl8192e: Remove unused constants at beginning of r8192E_hw.h

[PATCH v3 1/2] ima: Align ima_file_mmap() parameters with mmap_file LSM hook
 2023-01-29 14:52 UTC  (3+ messages)
` [PATCH v3 2/2] ima: Introduce MMAP_CHECK_REQPROT hook

[PATCH] ARM: Allow pre-ARMv5 builds with ld.lld 16.0.0 and newer
 2023-01-29 14:51 UTC  (3+ messages)

[GIT PULL 1/2] arm64: dts: cleanup for v6.3, part two
 2023-01-29 14:45 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: "

[GIT PULL 1/3] ARM: dts: samsung: exynos for v6.3
 2023-01-29 14:39 UTC  (3+ messages)
` [GIT PULL 2/3] arm64: dts: samsung: second "
` [GIT PULL 3/3] ARM: samsung: pull "

[PATCH 1/3] dt-bindings: display: panel: sitronix,st7701: Add another panel
 2023-01-29 14:31 UTC  (3+ messages)
` [PATCH 2/3] drm: panel: Add Elida KD50T048A to Sitronix ST7701 driver
` [PATCH 3/3] arm64: dts: rockchip: Add display support to Odroid Go Super

[PATCH net, 0/2] Fix usage of irq affinity_hint
 2023-01-29 14:26 UTC  (7+ messages)
` [PATCH net, 1/2] net: mana: Fix hint value before free irq
` [PATCH net, 2/2] net: mana: Fix accessing freed irq affinity_hint

[PATCH] f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
 2023-01-29  8:30 UTC 

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-01-29 13:59 UTC  (6+ messages)

[GIT PULL] irq/urgent for v6.2-rc6
 2023-01-29 13:44 UTC 

[PATCH] uvc: Intel PID enabling UVC Metadata attributes
 2023-01-29 13:43 UTC 

[GIT PULL] x86/urgent for v6.2-rc6
 2023-01-29 13:39 UTC 

[PATCH] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
 2023-01-29 13:39 UTC  (2+ messages)

[PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block
 2023-01-29 13:39 UTC  (2+ messages)
` (subset) "

[PATCH v2 1/2] dt-bindings: phy: rockchip: convert rockchip-dp-phy.txt to yaml
 2023-01-29 13:39 UTC  (2+ messages)

[PATCH] net: Add kerneldoc comment to napi_complete_done
 2023-01-29 13:26 UTC 

[PATCH] iio: chemical: sps030: Reformat comment in a more readable way
 2023-01-29 13:20 UTC 

[PATCH] zstd: Fix definition of assert()
 2023-01-29 13:14 UTC 

[PATCH 0/4] Improvements for OmniVision OV2685 driver
 2023-01-29 13:05 UTC  (11+ messages)
` [PATCH 1/4] media: i2c: ov2685: Make reset gpio optional
` [PATCH 2/4] media: i2c: ov2685: Add print for power on write failed
` [PATCH 3/4] media: i2c: ov2685: Add controls from fwnode
` [PATCH 4/4] media: i2c: ov2685: Add .get_selection() support

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: Improve grammar and fix a typo
 2023-01-29 13:00 UTC 

[PATCH] RDMA/irdma: Fix potential NULL-ptr-dereference
 2023-01-29 12:57 UTC  (2+ messages)

[PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties
 2023-01-29 12:57 UTC  (2+ messages)

[PATCH] mfd: tps65910: Fix a typo ("regualator")
 2023-01-29 12:55 UTC 

[PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
 2023-01-29 12:52 UTC  (2+ messages)

[PATCH] wl1251: Fix a typo ("boradcast")
 2023-01-29 12:49 UTC 

[PATCH v3 00/14] KVM perf support
 2023-01-29 12:44 UTC  (13+ messages)
` [PATCH v3 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v3 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v3 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-29 12:42 UTC  (5+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] dt-bindings: usb: phy: nop: Fix a typo ("specifiy")
 2023-01-29 12:42 UTC 

[net PATCH] octeontx2-af: Fix devlink unregister
 2023-01-29 12:41 UTC  (4+ messages)
` [net PATCH] octeontx2-af: Removed unnecessary debug messages

[PATCH] checkpatch.pl: Relax commit ID check to allow more than 12 chars
 2023-01-29 12:34 UTC 

[PATCH v8 2/3] cachestat: implement cachestat syscall
 2023-01-29 12:11 UTC  (2+ messages)

[PATCH v3 0/4] rtc: jz4740: Various updates
 2023-01-29 12:04 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: rtc: Add #clock-cells property
` [PATCH v3 2/4] rtc: jz4740: Use readl_poll_timeout
` [PATCH v3 3/4] rtc: jz4740: Use dev_err_probe()
` [PATCH v3 4/4] rtc: jz4740: Register clock provider for the CLK32K pin

[PATCH] dma-buf: Add "dma-buf" to title of documentation
 2023-01-29 11:59 UTC 

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-29 11:50 UTC  (3+ messages)
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers

[f2fs-dev] [PATCH] f2fs: set *_data_age_threshold according to user_block_count
 2023-01-29 11:47 UTC  (3+ messages)
`  "

[PATCH 0/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
 2023-01-29 11:46 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: display: bridge: Add NXP i.MX93 parallel display format configuration

[PATCH v2] fbdev: Fix invalid page access after closing deferred I/O devices
 2023-01-29 11:33 UTC  (2+ messages)

[PATCH] ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node
 2023-01-29 11:26 UTC 

[PATCH V1 0/8] Add minimal boot support for IPQ9574
 2023-01-29 11:21 UTC  (7+ messages)
` [PATCH V1 1/8] dt-bindings: Add ipq9574 clock and reset definitions
` [PATCH V1 3/8] dt-bindings: pinctrl: qcom: Document IPQ9574 pinctrl driver

[PATCH 1/2] f2fs: fix wrong calculation of block age
 2023-01-29 11:18 UTC  (4+ messages)
` [PATCH 1/2 v2] "

[PATCH v3 1/2] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450
 2023-01-29 11:09 UTC  (2+ messages)

[PATCH 1/2] remoteproc: qcom: pas: Add sm6115 remoteprocs
 2023-01-29 11:08 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: remoteproc: qcom: Add sm6115 pas yaml file

[PATCH] dt-bindings: mmc: Add cap-aggressive-pm property
 2023-01-29 10:58 UTC  (2+ messages)

[PATCH 0/3] Add samsung-matisselte and common matisse dtsi
 2023-01-29 10:55 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: arm: qcom: Add MSM8926 and Samsung Galaxy Tab 4 10.1 LTE

[PATCH] driver: bus: simple-pm-bus: Add Freescale i.MX8qm/qxp CSR compatible strings
 2023-01-29 10:49 UTC  (6+ messages)

[PATCH 1/9] ARM: dts: exynos: correct HDMI phy compatible in Exynos4
 2023-01-29 10:42 UTC  (9+ messages)
` [PATCH 2/9] ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos5420
` [PATCH 3/9] ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos3250
` [PATCH 4/9] ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4210
` [PATCH 5/9] ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4412

[RFT PATCH v3 1/4] ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos5250
 2023-01-29 10:40 UTC  (2+ messages)

[PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
 2023-01-29 10:40 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: soc: samsung: exynos-pmu: allow phys as child
  ` (subset) "

[PATCH v2 0/3] iommufd: Remove iommufd_hw_pagetable_has_group
 2023-01-29 10:38 UTC  (11+ messages)
` [PATCH v2 1/3] iommufd: Add devices_users to track the hw_pagetable usage by device
` [PATCH v2 2/3] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 3/3] iommufd/device: Change iommufd_hw_pagetable_has_group to device centric

[PATCH] mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty()
 2023-01-29 10:38 UTC  (3+ messages)
` [PATCH resend] mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()

[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
 2023-01-29 10:32 UTC  (2+ messages)

drivers/block/paride/epia.c:183:59: sparse: sparse: cast to restricted __le16
 2023-01-29 10:28 UTC 

[PATCH 1/1] net: phy: meson-gxl: Add generic dummy stubs for MMD register access
 2023-01-29 10:26 UTC  (2+ messages)

[PATCH 1/4] f2fs: fix to check lz4hc compression when CONFIG_F2FS_FS_LZ4HC is not enabled
 2023-01-29 10:21 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
 2023-01-29 10:08 UTC  (3+ messages)
` [PATCH 1/3] KVM: Support sharing gpc locks

[PATCH] f2fs: allow set compression option of files without blocks
 2023-01-29 10:02 UTC  (2+ messages)

[6.1.7][6.2-rc5] perf all metrics test: FAILED!
 2023-01-29  9:58 UTC 

[PATCH 5/5] platform/x86: dell-ddv: Add hwmon support
 2023-01-29  9:47 UTC  (2+ messages)

[PATCH] riscv: Add header include guards to insn.h
 2023-01-29  9:42 UTC 

[PATCH net-next] net: bcmgenet: Add a check for oversized packets
 2023-01-29  9:42 UTC  (2+ messages)

[PATCH] misc: isl29003: Use sysfs_emit() to instead of sprintf()
 2023-01-29  9:23 UTC 

[PATCH-next v3] blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
 2023-01-29  9:17 UTC  (2+ messages)

[PATCH] f2fs: fix shift-out-of-bounds in f2fs_fill_super
 2023-01-29  9:18 UTC  (2+ messages)

[PATCH v2 0/2] Some small improvements for memblock
 2023-01-29  9:14 UTC  (4+ messages)
` [PATCH v2 1/2] memblock: Make a boundary tighter in memblock_add_range()
` [PATCH v2 2/2] memblock: Avoid useless checks in memblock_merge_regions()

[RFC PATCH] hung_task: show sysctl_hung_task_warnings
 2023-01-29  9:08 UTC  (3+ messages)

[PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing
 2023-01-29  8:56 UTC  (2+ messages)

[PATCH net-next v2 00/12] net: wwan: tmi: PCIe driver for MediaTek M.2 modem
 2023-01-29  8:51 UTC  (4+ messages)
` [PATCH net-next v2 08/12] net: wwan: tmi: Add data plane transaction layer

[PATCH] vfio/mdev: Use sysfs_emit() to instead of sprintf()
 2023-01-29  8:41 UTC 

[PATCH v3 1/1] PCI: Add translated request only flag for pci_enable_pasid()
 2023-01-29  8:42 UTC  (2+ messages)

[PATCH] media: rc: add keymap for Beelink Mini MXIII remote
 2023-01-29  8:38 UTC  (3+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-29  8:24 UTC  (3+ messages)
` [PATCH 26/35] Documentation: sound: correct spelling

[PATCH 1/4] kbuild: add a script to generate a list of files ignored by git
 2023-01-29  8:21 UTC  (6+ messages)
` [PATCH 2/4] kbuild: deb-pkg: create source package without cleaning

[paulmck-rcu:peterz.2023.01.26a] BUILD SUCCESS f9588508f16615daf50ae4e3e16f40b6be874154
 2023-01-29  8:18 UTC 

[PATCH v2] soc: qcom: socinfo: Add support for new field in revision 17
 2023-01-29  8:12 UTC  (2+ messages)
`  "

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-01-29  8:11 UTC  (7+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-01-29  8:07 UTC  (4+ messages)

[syzbot] possible deadlock in btrfs_commit_transaction
 2023-01-29  8:00 UTC  (2+ messages)

[PATCH] fbdev: Fix invalid page access after closing deferred I/O devices
 2023-01-29  7:58 UTC  (2+ messages)

[PATCH 0/2] docs/mm: remove useless markup
 2023-01-29  7:50 UTC  (3+ messages)
` [PATCH 1/2] docs/admin-guide/mm: "
` [PATCH 2/2] docs/mm: "

[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-29  7:33 UTC  (2+ messages)

[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
 2023-01-29  7:30 UTC  (13+ messages)

[PATCH 00/15] Ambarella S6LM SoC bring-up
 2023-01-29  7:21 UTC  (5+ messages)
  ` [PATCH 06/15] soc: add Ambarella driver

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-01-29  7:09 UTC  (5+ messages)
` [RFC PATCH v2 07/22] ASoC: Add SOC USB APIs for adding an USB backend

[PATCH-next v2 0/2] scsi, driver core: fix iscsi rescan fails to create block device
 2023-01-29  6:55 UTC  (6+ messages)
` [PATCH-next v2 2/2] scsi: "

[PATCH v1] riscv: support arch_has_hw_pte_young()
 2023-01-29  6:49 UTC 

kernel BUG in page_add_anon_rmap
 2023-01-29  6:49 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
 2023-01-29  6:25 UTC  (3+ messages)

[PATCH v3 0/2] vdpasim: support doorbell mapping
 2023-01-29  6:19 UTC  (5+ messages)
` [PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area
` [PATCH v3 2/2] vdpasim: support doorbell mapping

[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
 2023-01-29  6:06 UTC  (3+ messages)

[PATCH v3] module: replace module_layout with module_memory
 2023-01-29  6:04 UTC  (5+ messages)

[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-01-29  6:02 UTC  (2+ messages)

[PATCH 0/2] Fix expected set_vq_state behavior on vdpa_sim
 2023-01-29  6:00 UTC  (9+ messages)
` [PATCH 1/2] vdpa_sim: not reset state in vdpasim_queue_ready
` [PATCH 2/2] vringh: fetch used_idx from vring at vringh_init_iotlb

[PATCH 0/4] Fix probe failed when modprobe modules
 2023-01-29  5:50 UTC  (4+ messages)

[PATCH] vdpa_sim: get rid of DMA ops
 2023-01-29  5:47 UTC  (5+ messages)

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-29  5:36 UTC  (7+ messages)
` [PATCH -next V6 1/7] riscv: ftrace: Fixup panic by disabling preemption

[PATCH v2] mm/migrate: Continue to migrate for non-hugetlb folios
 2023-01-29  5:23 UTC  (2+ messages)

[PATCH v2 0/2] Streamlining treatment of smp_mb__after_unlock_lock
 2023-01-29  5:17 UTC  (8+ messages)
` [PATCH v2 2/2] tools/memory-model: Make ppo a subrelation of po

[PATCH v4] srcu: Clarify comments on memory barrier "E"
 2023-01-29  5:09 UTC  (4+ messages)

[RFC PATCH v1 0/6] Support nested SNP KVM guests on Hyper-V
 2023-01-29  4:44 UTC  (5+ messages)
` [RFC PATCH v1 3/6] x86/sev: Maintain shadow rmptable "
` [RFC PATCH v1 4/6] x86/amd: Configure necessary MSRs for SNP during CPU init when running as a guest

[PATCH v4] ARM: Add wpcm450_defconfig for Nuvoton WPCM450
 2023-01-29  4:30 UTC  (2+ messages)

[PATCH -next] memory tier: release the new_memtier in find_create_memory_tier()
 2023-01-29  4:06 UTC 

drivers/gpio/gpio-davinci.c:704:1: sparse: sparse: symbol 'davinci_gpio_dev_pm_ops' was not declared. Should it be static?
 2023-01-29  4:11 UTC 

[PATCH 2/5] rust: types: introduce `ForeignOwnable`
 2023-01-29  3:52 UTC  (6+ messages)

[PATCH] mm/migrate: Continue to migrate for small pages
 2023-01-29  3:26 UTC  (3+ messages)

[PATCH v5 00/10] arm64: dts: freescale: prepare and add apalis imx8 support
 2023-01-29  3:19 UTC  (3+ messages)
` [PATCH v5 09/10] arm64: dts: freescale: add initial apalis imx8 aka quadmax module support

[PATCH] tracing/histogram: Wrap remaining shell snippets in code blocks
 2023-01-29  3:14 UTC 

[PATCH] Kconfig.debug: fix the depends about config SCHED_DEBUG
 2023-01-29  3:10 UTC 

[Question] neighbor entry doesn't switch to the STALE state after the reachable timer expires
 2023-01-29  3:08 UTC 

[syzbot] UBSAN: shift-out-of-bounds in fbcon_set_font
 2023-01-29  3:03 UTC 

[PATCH] HID: add KEY_CAMERA_FOCUS event in HID
 2023-01-29  2:59 UTC  (3+ messages)

[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
 2023-01-29  2:44 UTC  (2+ messages)

[PATCH v2 0/9] Add and update some driver nodes for MT8186 SoC
 2023-01-29  2:42 UTC  (3+ messages)
` [PATCH v2 8/9] dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-29  2:29 UTC  (7+ messages)

PROBLEM: sparc64 random crashes starting w/ Linux 6.1 (regression)
 2023-01-29  2:17 UTC 

[PATCH v4] kasan: infer allocation size by scanning metadata
 2023-01-29  2:14 UTC 

[PATCH] Kconfig.debug: fix the help description in SCHED_DEBUG
 2023-01-29  2:13 UTC 

[PATCH] drm/mediatek: Remove unused GEM DMA header include
 2023-01-29  2:12 UTC  (2+ messages)

[PATCH v3] kasan: infer allocation size by scanning metadata
 2023-01-29  2:11 UTC  (3+ messages)

[PATCH net-next v2 0/5] add dts for yt8521 and yt8531s, add driver for yt8531
 2023-01-29  1:56 UTC  (4+ messages)
` [PATCH net-next v2 5/5] net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy


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).