linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 06:18:29 to 2022-08-24 09:32:18 UTC [more...]

[PATCH v8 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-24  9:31 UTC  (4+ messages)
` [PATCH v8 1/8] overflow: Move and add few utility macros into overflow
  ` [Intel-gfx] "

[PATCH] USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode
 2022-08-24  9:29 UTC  (5+ messages)
    `  "
      `  "
        `  "

[PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
 2022-08-24  9:29 UTC  (6+ messages)
` [PATCH v2 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH v2 3/6] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH v2 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v2 5/6] KVM: x86/mmu: Introduce helper function to do range-based flushing for given page
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH -next] parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
 2022-08-24  9:36 UTC 

[BUG] perf/x86/intel/pebs: PEBS timestamps overwritten
 2022-08-24  9:27 UTC  (3+ messages)

[PATCH 5.19 000/362] 5.19.4-rc2 review
 2022-08-24  9:24 UTC  (2+ messages)

[linux-stable-rc:linux-5.4.y 4226/5188] htmldocs: Warning: Documentation/admin-guide/sysctl/kernel.rst references a file that doesn't exist: Documentation/filesystems/devpts.rst
 2022-08-24  9:24 UTC 

[PATCH v2 0/4] lib: optimize find_bit() functions
 2022-08-24  9:24 UTC  (9+ messages)
` [PATCH v2 1/3] lib/find_bit: introduce FIND_FIRST_BIT() macro
` [PATCH v2 2/3] lib/find_bit: create find_first_zero_bit_le()
` [PATCH v2 3/3] lib/find_bit: optimize find_next_bit() functions

[syzbot] general protection fault in fscache_free_cookie
 2022-08-24  9:22 UTC  (2+ messages)

[PATCH] media: Fix comment typo
 2022-08-24  9:18 UTC  (2+ messages)

[PATCH 0/4] Add initial support for J784s4 SoC
 2022-08-24  9:15 UTC  (7+ messages)
` [PATCH 4/4] arch: arm64: ti: Add support for J784s4 EVM board

[PATCH] media: platform: Fix comment typo
 2022-08-24  9:16 UTC  (2+ messages)

[PATCH v3 0/6] Add the iMX8MP PCIe support
 2022-08-24  9:15 UTC  (5+ messages)
` [PATCH v3 2/6] dt-binding: phy: Add iMX8MP PCIe PHY binding

[PATCH v10 0/4] Microchip soft ip corePWM driver
 2022-08-24  9:12 UTC  (5+ messages)
` [PATCH v10 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v10 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v10 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v10 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH net-next] net: sched: remove unnecessary init of qidsc skb head
 2022-08-24  9:10 UTC 

[PATCH] KVM: x86: use TPAUSE to replace PAUSE in halt polling
 2022-08-24  9:11 UTC 

[PATCH 0/7] watchdog: imx7ulp_wdt: update i.MX7ULP WDOG timer driver
 2022-08-24  9:06 UTC  (18+ messages)
` [PATCH 2/7] watchdog: imx7ulp: Add explict memory barrier for unlock sequence
` [PATCH 4/7] watchdog: imx7ulp_wdt: Fix RCS timeout issue

[PATCH v5 0/3] J7200: CPSW5G: Add support for QSGMII mode to am65-cpsw driver
 2022-08-24  9:00 UTC  (2+ messages)

[PATCH net-next v5] net: skb: prevent the split of kfree_skb_reason() by gcc
 2022-08-24  9:00 UTC  (2+ messages)

[PATCH net v2 RESEND] net: neigh: don't call kfree_skb() under spin_lock_irqsave()
 2022-08-24  9:00 UTC  (2+ messages)

[RESEND PATCH v6 0/3] Add support for the TLC5925
 2022-08-24  8:55 UTC  (7+ messages)
` [RESEND PATCH v6 2/3] leds: Add driver for the TLC5925 LED controller

PKU usage improvements for threads
 2022-08-24  8:51 UTC  (6+ messages)

[PATCH 5.10 000/157] 5.10.138-rc3 review
 2022-08-24  8:50 UTC  (2+ messages)

[RFC PATCH 0/2] add support for CDX bus MSI domain
 2022-08-24  8:50 UTC  (7+ messages)
` [RFC PATCH v2 0/6] add support for CDX bus controller
  ` [RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver

[PATCH] x86/mm: disable instrumentations of mm/pgprot.c
 2022-08-24  8:47 UTC 

[PATCH 4.9 00/98] 4.9.326-rc2 review
 2022-08-24  8:49 UTC  (2+ messages)

[PATCH 1/2] clk: qcom: gcc-sc7180: Keep USB GDSC power domain on when USB wakeup is enabled
 2022-08-24  8:47 UTC  (5+ messages)
` [PATCH 2/2] clk: qcom: gcc-sc7280: Keep USB GDSC power domains "

[PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-24  8:45 UTC  (9+ messages)
` [PATCH v9 1/8] overflow: Move and add few utility macros into overflow
` [PATCH v9 2/8] util_macros: Add exact_type macro to catch type mis-match while compiling
` [PATCH v9 3/8] drm/i915/gem: Typecheck page lookups
` [PATCH v9 4/8] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v9 5/8] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v9 6/8] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v9 7/8] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v9 8/8] drm/i915: Remove truncation warning for large objects

[PATCH] scsi: ufs: ufsfbo: Introduce File Based Optimization feature
 2022-08-24  8:46 UTC 

Regression in 5.19.0: USB errors during boot
 2022-08-24  8:45 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-24  8:46 UTC  (3+ messages)

[PATCH] sched/fair: select waker's cpu for wakee on sync wakeup
 2022-08-24  8:46 UTC  (2+ messages)

[syzbot] WARNING in handle_bug (3)
 2022-08-24  8:44 UTC 

[PATCH v2 0/2] x86/asm/bitops: optimize ff{s,z} functions for constant expressions
 2022-08-24  8:43 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] x86/asm/bitops: __ffs,ffz: use __builtin_ctzl to evaluate "

[PATCH] rtc: jz4740: Use devm_clk_get_enabled() helper
 2022-08-24  8:42 UTC 

[PATCH v28 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-08-24  8:39 UTC  (3+ messages)
` [PATCH v28 4/4] media: platform: mtk-mdp3: add MediaTek MDP3 driver

[PATCH v2] virtio-crypto: fix memory-leak
 2022-08-24  8:38 UTC  (2+ messages)
` PING: "

[PATCH] iommu/s390: Fix race with release_device ops
 2022-08-24  8:37 UTC  (2+ messages)

[PATCH] ACPI: PM: Fix up documentation reference
 2022-08-24  8:33 UTC  (2+ messages)

[PATCH v3 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-24  8:31 UTC  (4+ messages)
` [PATCH v3 1/3] docs: i2c: i2c-topology: fix typo
` [PATCH v3 2/3] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH v3 3/3] docs: i2c: i2c-topology: reorder sections more logically

[PATCH] usb: dwc3: keep PHYs disabled during suspend
 2022-08-24  8:27 UTC  (3+ messages)

[PATCH -next 0/5] landlock: add chmod and chown support
 2022-08-24  8:27 UTC  (4+ messages)
` [PATCH -next 3/5] landlock/selftests: add selftests for chmod and chown

[PATCH] misc: ocxl: fix possible refcount leak in afu_ioctl()
 2022-08-24  8:26 UTC 

[PATCH] drm/msm/dp: add atomic_check to bridge ops
 2022-08-24  8:25 UTC  (10+ messages)

[PATCH] rtc: k3: Use devm_clk_get_enabled() helper
 2022-08-24  8:25 UTC 

[PATCH 1/2] mm: fix null-ptr-deref in kswapd_is_running()
 2022-08-24  8:24 UTC  (4+ messages)
` [PATCH 2/2] mm: slince possible data races about pgdat->kswapd

[PATCH -next] Maple Tree: remove not used entry in mas_preallocate()
 2022-08-24  8:30 UTC 

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-24  8:21 UTC  (2+ messages)

[PATCH 0/2] spi: remove "spidev" nodes from DTs
 2022-08-24  8:21 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: stm32: argon: remove spidev node
` [PATCH 2/2] powerpc/82xx: remove spidev node from mgcoge

[PATCH v3 00/10] sched/psi: some optimization and extension
 2022-08-24  8:18 UTC  (11+ messages)
` [PATCH v3 01/10] sched/psi: fix periodic aggregation shut off
` [PATCH v3 02/10] sched/psi: don't create cgroup PSI files when psi_disabled
` [PATCH v3 03/10] sched/psi: save percpu memory when !psi_cgroups_enabled
` [PATCH v3 04/10] sched/psi: move private helpers to sched/stats.h
` [PATCH v3 05/10] sched/psi: optimize task switch inside shared cgroups again
` [PATCH v3 06/10] sched/psi: remove NR_ONCPU task accounting
` [PATCH v3 07/10] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure
` [PATCH v3 08/10] sched/psi: consolidate cgroup_psi()
` [PATCH v3 09/10] sched/psi: cache parent psi_group to speed up groups iterate
` [PATCH v3 10/10] sched/psi: per-cgroup PSI accounting disable/re-enable interface

[PATCH] rtc: mpfs: Use devm_clk_get_enabled() helper
 2022-08-24  8:18 UTC 

[PATCH] ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()
 2022-08-24  8:16 UTC 

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-24  8:16 UTC  (8+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename

[PATCH] infiniband: remove unnecessary null check
 2022-08-24  8:15 UTC  (2+ messages)

[PATCH v2] loop: Check for overflow while configuring loop
 2022-08-24  8:12 UTC  (3+ messages)

[PATCH v2 0/2] watermark related improvement on zone movable
 2022-08-24  8:10 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value

[PATCH linux-next] mm: fix used but uninitialized variable
 2022-08-24  8:10 UTC  (5+ messages)

[PATCH v2] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-24  8:09 UTC  (2+ messages)

[PATCH] docs: Update version number from 5.x to 6.x in README.rst
 2022-08-24  8:08 UTC 

[PATCH] tty: serial: meson: Use devm_clk_get_enabled() helper
 2022-08-24  8:06 UTC 

[PATCH] staging: r8188eu: remove unnecessary null check
 2022-08-24  8:03 UTC 

[tip: x86/urgent] x86/sev: Don't use cc_platform_has() for early SEV-SNP calls
 2022-08-24  8:03 UTC 

List of all linux commands
 2022-08-24  8:02 UTC 

[PATCH] s390: fix double free of GS and RI CBs on fork() failure
 2022-08-24  8:01 UTC  (2+ messages)

[RFC PATCH] memcg: use root_mem_cgroup when css is inherited
 2022-08-24  7:59 UTC  (13+ messages)

[PATCH] x86/boot: Don't propagate uninitialized boot_params->cc_blob_address
 2022-08-24  7:55 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] hwspinlock: sprd: Use devm_clk_get_enabled() helper
 2022-08-24  7:55 UTC 

[PATCH 0/3] soundwire: allocate device_number with IDA
 2022-08-24  7:42 UTC  (3+ messages)

[PATCH v3] ARM: dts: lan966x: add support for pcb8290
 2022-08-24  7:53 UTC  (2+ messages)

[PATCH v2 -next] sched: Add update_current_exec_runtime helper
 2022-08-24  8:28 UTC 

[RFC v2] perf: Rewrite core context handling
 2022-08-24  7:53 UTC  (8+ messages)

[PATCH linux-next] ACPI: bus: Remove the unneeded result variable
 2022-08-24  7:53 UTC 

[PATCH v3] clk: bcm2835: Round UART input clock up
 2022-08-24  7:52 UTC  (3+ messages)

[PATCH linux-next] block/rnbd-clt: Remove the unneeded result variable
 2022-08-24  7:52 UTC 

[PATCH linux-next] scsi: lpfc: Remove unneeded result variable
 2022-08-24  7:51 UTC 

[PATCH linux-next] scsi: lpfc: Remove the unneeded result variable
 2022-08-24  7:50 UTC 

[PATCH linux-next] regulator: max597x: Remove the unneeded result variable
 2022-08-24  7:47 UTC 

[PATCH] video/fbdev: fix repeated words in comments
 2022-08-24  7:31 UTC  (2+ messages)

[PATCH v2 0/5] Fix some issues when looking up hugetlb page
 2022-08-24  7:31 UTC  (8+ messages)
` [PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size "

[PATCH] MAINTAINERS: rectify file entry in BONDING DRIVER
 2022-08-24  7:29 UTC 

[PATCH -next] sched: Add update_current_exec_runtime helper
 2022-08-24  7:29 UTC  (3+ messages)

[PATCH 0/5] perf record: Allow multiple recording time ranges
 2022-08-24  7:28 UTC  (6+ messages)
` [PATCH 1/5] perf record: Fix way of handling non-perf-event pollfds
` [PATCH 2/5] perf record: Fix done_fd wakeup event
` [PATCH 3/5] perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_event
` [PATCH 4/5] perf evlist: Add evlist__{en/dis}able_non_dummy()
` [PATCH 5/5] perf record: Allow multiple recording time ranges

[PATCH] drm/hisilicon/kirin: Fix typo in kirin_drm_drv.c
 2022-08-24  7:26 UTC 

[PATCH] PCI: Disable upstream port PTM during suspend
 2022-08-24  7:26 UTC  (3+ messages)

[PATCH v2 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-24  7:25 UTC  (5+ messages)
` [PATCH v2 2/3] docs: i2c: i2c-topology: reorder sections more logically

[PATCH] PCI: pci-bridge-emul: Set position of PCI capabilities to real HW value
 2022-08-24  7:25 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 4.9 000/101] 4.9.326-rc1 review
 2022-08-24  7:24 UTC  (4+ messages)

[PATCH v5] devcoredump : Serialize devcd_del work
 2022-08-24  7:22 UTC  (4+ messages)

[PATCH] x86/msr: add idle version of wrmsr trace
 2022-08-24  7:22 UTC  (3+ messages)

[PATCH] selftests: remove unused variable in close_range test
 2022-08-24  7:16 UTC  (2+ messages)

[GIT PULL] file_remove_privs() fix for v6.0-rc3
 2022-08-24  7:14 UTC  (2+ messages)

[PATCH V2] usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
 2022-08-24  7:12 UTC 

[REGRESSION 5.19.x] AMD HD-audio devices missing on 5.19
 2022-08-24  7:13 UTC  (2+ messages)

[PATCH] thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR
 2022-08-24  7:13 UTC  (3+ messages)

[PATCH v2 0/3] MPFS mailbox fixes
 2022-08-24  7:08 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mailbox: fix the mpfs' reg property
` [PATCH v2 2/3] mailbox: mpfs: fix handling of the "
` [PATCH v2 3/3] mailbox: mpfs: account for mbox offsets while sending

[PATCH v3 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24  7:08 UTC  (3+ messages)
` [PATCH v3 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v3 2/2] ksm: add profit monitoring documentation

[PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
 2022-08-24  7:07 UTC  (12+ messages)

[PATCH] mm: fix pgdat->kswap accessed concurrently
 2022-08-24  7:03 UTC  (7+ messages)

[PATCH 5.15 000/242] 5.15.63-rc2 review
 2022-08-24  7:01 UTC 

[PATCH 5.4 000/389] 5.4.211-rc1 review
 2022-08-24  7:02 UTC  (4+ messages)
` [PATCH 5.4 182/389] PCI/portdrv: Dont disable AER reporting in get_port_device_capability()

Confirmation for subscribe linux-usb
 2022-08-24  6:59 UTC 

[PATCH] mm/mprotect: Only reference swap pfn page if type match
 2022-08-24  6:58 UTC  (2+ messages)

[PATCH 5.19 000/365] 5.19.4-rc1 review
 2022-08-24  6:56 UTC  (7+ messages)
` [PATCH 5.19 319/365] swiotlb: panic if nslabs is too small

[PATCH] x86/cpu: Add new Raptor Lake CPU model number
 2022-08-24  6:55 UTC  (2+ messages)

[PATCH v4 0/6] iommu/mediatek: Improve safety from invalid dts input
 2022-08-24  6:43 UTC  (7+ messages)
` [PATCH v4 1/6] iommu/mediatek: Add platform_device_put for recovering the device refcnt
` [PATCH v4 2/6] iommu/mediatek: Use component_match_add
` [PATCH v4 3/6] iommu/mediatek: Add error path for loop of mm_dts_parse
` [PATCH v4 4/6] iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"
` [PATCH v4 5/6] iommu/mediatek: Improve safety for mediatek,smi property in larb nodes
` [PATCH v4 6/6] iommu/mediatek: Remove unused "mapping" member from mtk_iommu_data

[PATCH -next v7 0/4]arm64: add machine check safe support
 2022-08-24  6:44 UTC  (2+ messages)

[PATCH 4.19 000/287] 4.19.256-rc1 review
 2022-08-24  6:43 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2022-08-24  6:39 UTC 

linux-next: Fixes tag needs some work in the cifs tree
 2022-08-24  6:37 UTC 

[PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
 2022-08-24  6:33 UTC  (5+ messages)
` [PATCH v2 1/2] kunit: add kunit.enable to enable/disable KUnit test

[PATCH 0/2] rv/monitors: fix sparse warning about lack of static qualifier
 2022-08-24  6:33 UTC  (5+ messages)
` [PATCH -next 1/2] rv/monitors: add 'static' qualifier for local symbols
` [PATCH -next 2/2] rv/dot2K: add 'static' qualifier for local variable

[PATCH -next v2 0/2]riscv: some refactorings realted to uaccess and extable
 2022-08-24  6:31 UTC  (2+ messages)

[PATCH -next] bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
 2022-08-24  6:27 UTC  (2+ messages)

[PATCH 4.14 000/229] 4.14.291-rc1 review
 2022-08-24  6:23 UTC  (2+ messages)

[PATCH] selftests: Add a taint selftest
 2022-08-24  6:22 UTC  (4+ messages)

[peterz-queue:perf/wip.rewrite 1/6] arch/s390/kernel/perf_pai_crypto.c:438:18: error: incompatible function pointer types initializing 'void (*)(struct perf_event_pmu_context *, bool)' (aka 'void (*)(struct perf_event_pmu_context *, _Bool)') with an expression of type 'void (struct perf_eve
 2022-08-24  6:21 UTC  (2+ messages)

[PATCH 1/5] soundwire: sysfs: move sdw_slave_dev_attr_group into the existing list of groups
 2022-08-24  6:18 UTC  (3+ 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).