linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-23 17:52:13 to 2022-01-24 01:57:17 UTC [more...]

[ASUS EC Sensors v8 0/3]
 2022-01-24  1:56 UTC 

[PATCH V2 0/7] DRM kmap() fixes and kmap_local_page() conversions
 2022-01-24  1:54 UTC  (8+ messages)
` [PATCH V2 1/7] drm/i915: Replace kmap() with kmap_local_page()
` [PATCH V2 2/7] drm/amd: "
` [PATCH V2 3/7] drm/gma: Remove calls to kmap()
` [PATCH V2 4/7] drm/radeon: Replace kmap() with kmap_local_page()
` [PATCH V2 5/7] drm/msm: Alter comment to use kmap_local_page()
` [PATCH V2 6/7] drm/amdgpu: Ensure kunmap is called on error
` [PATCH V2 7/7] drm/radeon: "

[PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
 2022-01-24  1:43 UTC 

[PATCH] highmem: Document kunmap_local()
 2022-01-24  1:30 UTC 

[PATCH rdma-next 00/11] Delete useless module.h|moduleparam.h includes
 2022-01-24  1:19 UTC  (14+ messages)
` [PATCH rdma-next 01/11] RDMA/mlx5: Delete useless module.h include
` [PATCH rdma-next 02/11] RDMA/core: "
` [PATCH rdma-next 03/11] RDMA/hfi1: "
` [PATCH rdma-next 04/11] RDMA/mlx4: "
` [PATCH rdma-next 05/11] RDMA/mthca: "
` [PATCH rdma-next 06/11] RDMA/qib: "
` [PATCH rdma-next 07/11] RDMA/usnic: "
` [PATCH rdma-next 08/11] RDMA/rxe: "
` [PATCH rdma-next 09/11] RDMA/ipoib: "
` [PATCH rdma-next 10/11] RDMA/iser: "
` [PATCH rdma-next 11/11] RDMA/opa: "

[PATCH] power: supply: PCHG: Use MKBP for device event handling
 2022-01-24  1:11 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] thermal/core: Clear all mitigation when thermal zone is disabled
 2022-01-24  1:05 UTC  (3+ messages)

[PATCHv3 0/4] watchdog_hld cleanup and async model for arm64
 2022-01-24  1:02 UTC  (3+ messages)

[PATCH] openrisc/boot: Remove unnecessary initialisation in memcpy()
 2022-01-24  0:45 UTC  (4+ messages)

linux-next: Tree for Jan 24
 2022-01-24  0:35 UTC 

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-24  0:33 UTC 

[RFC PATCH 0/2] powerpc/pseries: add support for local secure storage called Platform Keystore(PKS)
 2022-01-24  0:25 UTC  (3+ messages)

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-24  0:24 UTC  (6+ messages)

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-01-24  0:07 UTC  (59+ messages)
` [PATCH 01/54] net/dsa: don't use bitmap_weight() in b53_arl_read()
` [PATCH 02/54] net/ethernet: don't use bitmap_weight() in bcm_sysport_rule_set()
` [PATCH 03/54] thermal/intel: don't use bitmap_weight() in end_power_clamp()
` [PATCH 04/54] net: mellanox: fix open-coded for_each_set_bit()
` [PATCH 05/54] nds32: perf: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 06/54] x86/kvm: "
` [PATCH 07/54] gpu: drm: "
` [PATCH 08/54] net: ethernet: replace bitmap_weight with bitmap_empty for intel
` [PATCH 09/54] net: ethernet: replace bitmap_weight with bitmap_empty for Marvell
` [PATCH 10/54] net: ethernet: replace bitmap_weight with bitmap_empty for qlogic
` [PATCH 11/54] perf: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 12/54] tools/perf: "
` [PATCH 13/54] arch/alpha: replace cpumask_weight with cpumask_empty "
` [PATCH 14/54] arch/ia64: "
` [PATCH 15/54] arch/x86: "
` [PATCH 16/54] cpufreq: "
` [PATCH 17/54] gpu: drm: "
` [PATCH 18/54] drivers/infiniband: "
` [PATCH 19/54] drivers/irqchip: "
` [PATCH 20/54] kernel/irq: "
` [PATCH 21/54] kernel: replace cpumask_weight with cpumask_empty in padata.c
` [PATCH 22/54] rcu: replace cpumask_weight with cpumask_empty where appropriate
` [PATCH 23/54] sched: "
` [PATCH 24/54] time: replace cpumask_weight with cpumask_empty in clocksource.c
` [PATCH 25/54] mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate
` [PATCH 26/54] arch/x86: replace nodes_weight with nodes_empty "
` [PATCH 27/54] lib/bitmap: add bitmap_weight_{cmp, eq, gt, ge, lt, le} functions
` [PATCH 28/54] arch/x86: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 29/54] drivers/iio: replace bitmap_weight() with bitmap_weight_{eq,gt} "
` [PATCH 30/54] drivers/memstick: replace bitmap_weight with bitmap_weight_eq "
` [PATCH 31/54] net: ethernet: replace bitmap_weight with bitmap_weight_eq for intel
` [PATCH 32/54] net: ethernet: replace bitmap_weight with bitmap_weight_{eq,gt} for OcteonTX2
` [PATCH 33/54] net: ethernet: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} for mellanox
` [PATCH 34/54] perf: replace bitmap_weight with bitmap_weight_eq for ThunderX2
` [PATCH 35/54] drivers/staging: replace bitmap_weight with bitmap_weight_le for tegra-video
` [PATCH 36/54] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 37/54] arch/ia64: replace cpumask_weight with cpumask_weight_eq in mm/tlb.c
` [PATCH 38/54] arch/mips: replace cpumask_weight with cpumask_weight_{eq, ...} where appropriate
` [PATCH 39/54] arch/powerpc: "
` [PATCH 40/54] arch/s390: replace cpumask_weight with cpumask_weight_eq "
` [PATCH 41/54] arch/x86: "
` [PATCH 42/54] firmware: pcsi: replace cpumask_weight with cpumask_weight_eq
` [PATCH 43/54] drivers/hv: "
` [PATCH 44/54] infiniband: replace cpumask_weight with cpumask_weight_{eq, ...} where appropriate
` [PATCH 45/54] scsi: replace cpumask_weight with cpumask_weight_gt
` [PATCH 46/54] soc: replace cpumask_weight with cpumask_weight_lt
` [PATCH 47/54] sched: replace cpumask_weight with cpumask_weight_eq where appropriate
` [PATCH 48/54] kernel/time: "
` [PATCH 49/54] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 50/54] acpi: replace nodes__weight with nodes_weight_ge for numa
` [PATCH 51/54] mm: replace nodes_weight with nodes_weight_eq in mempolicy
` [PATCH 52/54] lib/nodemask: add num_node_state_eq()
` [PATCH 53/54] tools/bitmap: sync bitmap_weight
` [PATCH 54/54] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH] pcmcia: rsrc_nonstatic: make static read-only array order const
 2022-01-23 23:34 UTC 

[PATCH] orangefs: make static read-only arrays modes and orangefs_modes const
 2022-01-23 23:20 UTC 

[PATCH] media: saa7115: make static read-only array lcr2vbi const
 2022-01-23 23:07 UTC 

[PATCH v2] drivers: staging: media: omap4iss: Use BIT macro instead of left shifting
 2022-01-23 23:04 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] Fixed: Misaligned memory access. Fixed pointer comparison
 2022-01-23 23:03 UTC  (5+ messages)

[PATCH] media: dvb_frontends: make static read-only array fec_tab const
 2022-01-23 23:02 UTC 

[PATCH] mtd: aspeed-smc: improve probe resilience
 2022-01-23 22:44 UTC  (8+ messages)

[PATCH v1] scsi: myrs: fix crash on error case
 2022-01-23 22:57 UTC 

[PATCH] media: dib7000p: make static read-only arrays notch and sine const
 2022-01-23 22:56 UTC 

[PATCH] media: dvb_frontend: make static read-only array DIB3000MC_I2C_ADDRESS const
 2022-01-23 22:52 UTC 

[RFC PATCH v3 0/3] Add support modifiers for drivers whose planes only support linear layout
 2022-01-23 22:50 UTC  (7+ messages)
` [RFC PATCH v3 1/3] drm: introduce fb_modifiers_not_supported flag in mode_config
` [RFC PATCH v3 2/3] drm: add support modifiers for drivers whose planes only support linear layout
` [RFC PATCH v3 3/3] drm: remove allow_fb_modifiers

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-23 22:48 UTC  (2+ messages)

[PATCH] dm: make static read-only array table const
 2022-01-23 22:47 UTC 

[PATCH v8 09/11] firmware: arm_scmi: Add atomic mode support to virtio transport
 2022-01-23 22:45 UTC  (9+ messages)
` [PATCH v9 "

[PATCH] Input: magellan: make static read-only array nibbles const
 2022-01-23 22:41 UTC 

[PATCH] drm/imx: make static read-only array channel_offsets const
 2022-01-23 22:34 UTC 

[PATCH] drm/i915/selftests: make static read-only array page_count const
 2022-01-23 22:30 UTC 

[PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution
 2022-01-23 22:30 UTC  (5+ messages)

[PATCH] ata: pata_atiixp: make static read-only arrays const
 2022-01-23 22:16 UTC 

[PATCH v2] phy: dphy: Correct clk_pre parameter
 2022-01-23 22:15 UTC  (2+ messages)

[PATCH] power: supply: PCHG: Use MKBP for device event handling
 2022-01-23 21:57 UTC  (2+ messages)

[PATCH] Drivers: hv: balloon: account for vmbus packet header in max_pkt_size
 2022-01-23 21:55 UTC  (2+ messages)

[PATCH 1/2] perf tui: Only support --tui with slang
 2022-01-23 21:49 UTC  (3+ messages)
` [PATCH 2/2] perf gtk: Only support --gtk if compiled in

[PATCH v2] media: vsp1: mask interrupts before enabling
 2022-01-23 21:45 UTC  (2+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-23 21:40 UTC  (14+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[PATCH v16 0/4] Add NVIDIA Tegra GPC-DMA driver
 2022-01-23 21:07 UTC  (11+ messages)
` [PATCH v16 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v2 0/4] Add I2C and PWM support for T234
 2022-01-23 21:07 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: Add headers for Tegra234 I2C

[PATCH] drm: add missing dependency to DRM_PANEL_EDP
 2022-01-23 21:05 UTC  (2+ messages)

[PATCH 00/14] KEYS: Add support for PGP keys and signatures
 2022-01-23 21:00 UTC  (6+ messages)

linux-next: error fetching the arm-soc-fixes tree
 2022-01-23 20:45 UTC  (2+ messages)

linux-next: Fixes tags need some work in the mtd-fixes tree
 2022-01-23 20:28 UTC 

linux-next: Fixes tag needs some work in the phy tree
 2022-01-23 20:24 UTC 

[REGRESSION] Bluetooth not working on 5.15+ since "Bluetooth: Move shutdown callback before flushing tx and rx queue"
 2022-01-23 20:11 UTC  (6+ messages)

[PATCH] drm/bridge: Add missing pm_runtime_put_sync
 2022-01-23 20:08 UTC  (2+ messages)

[PATCH v1] x86/Kconfig: select ARCH_SELECT_MEMORY_MODEL only if FLATMEM and SPARSEMEM are possible
 2022-01-23 19:58 UTC  (2+ messages)
` [tip: x86/build] x86/Kconfig: Select "

[PATCH v2] x86/MCE/AMD: Allow thresholding interface updates after init
 2022-01-23 19:58 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] inet: missing lock releases in udp.c
 2022-01-23 19:57 UTC  (2+ messages)

[PATCH] gvisor: add some missing definitions to vmx.h
 2022-01-23 19:53 UTC 

[PATCH] x86: add additional EPT bit definitions
 2022-01-23 19:52 UTC 

[PATCH 1/6] perf tests: Add AMX instructions to x86 instruction decoder test
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] perf/tests: "

[PATCH 2/6] x86/insn: Add AMX instructions to x86 instruction decoder
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] x86/insn: Add AMX instructions to the "

[PATCH 3/6] perf tests: Add misc instructions to x86 instruction decoder test
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] perf/tests: Add misc instructions to the "

[PATCH 5/6] perf tests: Add AVX512-FP16 instructions to x86 instruction decoder test
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] perf/tests: "

[PATCH 4/6] x86/insn: Add misc instructions to x86 instruction decoder
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH 6/6] x86/insn: Add AVX512-FP16 instructions to x86 instruction decoder
 2022-01-23 19:44 UTC  (2+ messages)
` [tip: x86/misc] x86/insn: Add AVX512-FP16 instructions to the "

[PATCH] net: stmmac: dwmac-sun8i: fix double disable and unprepare "stmmaceth" clk
 2022-01-23 19:43 UTC  (2+ messages)

[PATCH v2] x86/CPU/AMD: use default_groups in kobj_type
 2022-01-23 19:37 UTC  (2+ messages)
` [tip: x86/cpu] x86/CPU/AMD: Use "

[RFC PATCH] rseq: Fix broken uapi field layout on 32-bit little endian
 2022-01-23 19:31 UTC 

[GIT PULL] arm64: dts: samsung: Second pull for v5.17
 2022-01-23 19:27 UTC  (6+ messages)

[PATCH v4 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-23 19:07 UTC  (17+ messages)
    ` [PATCH v4 01/16] dt-bindings: add vendor prefix for Tesla
    ` [PATCH v4 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
    ` [PATCH v4 03/16] dt-bindings: clock: Document FSD CMU bindings
    ` [PATCH v4 04/16] clk: samsung: fsd: Add initial clock support
    ` [PATCH v4 05/16] clk: samsung: fsd: Add cmu_peric block clock information
    ` [PATCH v4 06/16] clk: samsung: fsd: Add cmu_fsys0 "
    ` [PATCH v4 07/16] clk: samsung: fsd: Add cmu_fsys1 "
    ` [PATCH v4 08/16] clk: samsung: fsd: Add cmu_imem block "
    ` [PATCH v4 09/16] clk: samsung: fsd: Add cmu_mfc "
    ` [PATCH v4 10/16] clk: samsung: fsd: Add cam_csi "
    ` [PATCH v4 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC
    ` [PATCH v4 12/16] pinctrl: samsung: add FSD SoC specific data
    ` [PATCH v4 13/16] dt-bindings: arm: add Tesla FSD ARM SoC
    ` [PATCH v4 14/16] arm64: dts: fsd: Add initial device tree support
    ` [PATCH v4 15/16] arm64: dts: fsd: Add initial pinctrl support
    ` [PATCH v4 16/16] arm64: defconfig: Enable Tesla FSD SoC

[PATCH] drm/edid: Support type 7 timings
 2022-01-23 19:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/2] EDAC: use proper list of struct attribute for attributes
 2022-01-23 19:19 UTC  (2+ messages)

[PATCH v3 0/3] Add initial support for exynos5420-chagall-wifi
 2022-01-23 19:15 UTC  (2+ messages)

[PATCH v3 0/8] rtw88: prepare locking for SDIO support
 2022-01-23 19:03 UTC  (3+ messages)

[PATCH 0/2] Add support for Azoteq IQS620A(T) V3
 2022-01-23 19:01 UTC  (3+ messages)
` [PATCH 1/2] mfd: iqs62x: Provide device revision to sub-devices
` [PATCH 2/2] iio: temperature: iqs620at-temp: Add support for V3 silicon

[PATCH] net: fec_ptp: remove redundant initialization of variable val
 2022-01-23 18:49 UTC 

fs/dlm/midcomms.c:913:22: sparse: sparse: restricted __le32 degrades to integer
 2022-01-23 18:41 UTC  (4+ messages)

[PATCH] net: usb: asix: remove redundant assignment to variable reg
 2022-01-23 18:40 UTC 

[PATCH 0/4] rtw88: four small code-cleanups and refactorings
 2022-01-23 18:34 UTC  (5+ messages)
` [PATCH 3/4] rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}

[PATCH] net: tulip: remove redundant assignment to variable new_csr6
 2022-01-23 18:34 UTC 

[PATCH] net: stmmac: don't stop RXC during LPI
 2022-01-23 18:29 UTC  (5+ messages)

[PATCH] carl9170: remove redundant assignment to variable tx_params
 2022-01-23 18:27 UTC 

[PATCH v6 00/14] CSI2RX support on J721E
 2022-01-23 18:25 UTC  (3+ messages)
` [PATCH v6 11/14] media: ti: Add CSI2RX support for J721E

[PATCH v2] staging: r8188eu: handle rtw_init_netdev_name() failure appropriately
 2022-01-23 18:17 UTC 

[PATCH rdma-next] RDMA/mlx5: Delete get_num_static_uars function
 2022-01-23 18:00 UTC 

[PATCH] scsi: 53c700: remove redundant assignment to pointer SCp
 2022-01-23 17:55 UTC 

[PATCH 0/5] spi: make remove callback a void function
 2022-01-23 17:52 UTC  (6+ messages)
` [PATCH 1/5] staging: fbtft: Fix error path in fbtft_driver_module_init()
` [PATCH 2/5] staging: fbtft: Deduplicate driver registration macros
` [PATCH 3/5] tpm: st33zp24: Make st33zp24_remove() a void function
` [PATCH 4/5] platform/chrome: cros_ec: Make cros_ec_unregister() return void
` [PATCH 5/5] spi: make remove callback a void function

[PATCH net] bus: mhi: Add mru_default for Cinterion MV31-W
 2022-01-23 17:52 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).