All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-25 00:46:46 to 2022-01-25 01:59:22 UTC [more...]

fs/proc/base.c:1767:14-18: WARNING: casting value returned by memory allocation function to (char *) is useless
 2022-01-25  2:35 UTC  (2+ messages)
` [PATCH] proc: fix alloc_cast.cocci warnings

[PATCH 5.16 0000/1039] 5.16.3-rc1 review
 2022-01-24 18:47 UTC  (33+ messages)
` [PATCH 5.16 0767/1039] scsi: hisi_sas: Prevent parallel FLR and controller reset
` [PATCH 5.16 0911/1039] Documentation: dmaengine: Correctly describe dmatest with channel unset
` [PATCH 5.16 0920/1039] scsi: core: Show SCMD_LAST in text form
` [PATCH 5.16 0946/1039] mlx5: Dont accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()
` [PATCH 5.16 0947/1039] net/fsl: xgmac_mdio: Add workaround for erratum A-009885
` [PATCH 5.16 0963/1039] pinctrl/rockchip: fix gpio device creation
` [PATCH 5.16 0969/1039] net: axienet: reset core on initialization prior to MDIO access
` [PATCH 5.16 0971/1039] net: axienet: limit minimum TX ring size
` [PATCH 5.16 0972/1039] net: axienet: Fix TX ring slot available check
` [PATCH 5.16 0984/1039] taskstats: Cleanup the use of task->exit_code
` [PATCH 5.16 0985/1039] inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
` [PATCH 5.16 0987/1039] iwlwifi: fix Bz NMI behaviour
` [PATCH 5.16 0988/1039] xfrm: Dont accidentally set RTO_ONLINK in decode_session4()
` [PATCH 5.16 1003/1039] perf test: Enable system wide for metricgroups test
` [PATCH 5.16 1005/1039] perf metric: Fix metric_leader
` [PATCH 5.16 1009/1039] net: bonding: fix bond_xmit_broadcast return value error bug
` [PATCH 5.16 1013/1039] bcmgenet: add WOL IRQ check
` [PATCH 5.16 1015/1039] net: wwan: Fix MRU mismatch issue which may lead to data connection lost
` [PATCH 5.16 1016/1039] net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
` [PATCH 5.16 1018/1039] net: sfp: fix high power modules without diagnostic monitoring
` [PATCH 5.16 1019/1039] net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
` [PATCH 5.16 1021/1039] net: mscc: ocelot: fix using match before it is set
` [PATCH 5.16 1022/1039] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
` [PATCH 5.16 1024/1039] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
` [PATCH 5.16 1026/1039] blk-mq: fix tag_get wait task cant be awakened
` [PATCH 5.16 1027/1039] scripts/dtc: dtx_diff: remove broken example from help text
` [PATCH 5.16 1028/1039] lib82596: Fix IRQ check in sni_82596_probe
` [PATCH 5.16 1034/1039] KVM: selftests: Rename get_cpuid_test to cpuid_test
` [PATCH 5.16 1036/1039] ASoC: SOF: topology: remove sof_load_pipeline_ipc()
` [PATCH 5.16 1037/1039] ASoC: SOF: free widgets in sof_tear_down_pipelines() for static pipelines
` [PATCH 5.16 1038/1039] ASoC: SOF: sof-audio: setup sched widgets during pipeline complete step
` [PATCH 5.16 1039/1039] ASoC: SOF: handle paused streams during system suspend

+ mm-generalize-arch_has_filter_pgprot.patch added to -mm tree
 2022-01-24 23:34 UTC 

+ powerpc-fadump-opt-out-from-freeing-pages-on-cma-activation-failure.patch added to -mm tree
 2022-01-25  0:09 UTC 

+ mm-page_alloc-add-penalty-to-local_node.patch added to -mm tree
 2022-01-25  0:17 UTC 

[PATCH v2 00/40] bsd-user: upstream our signal implementation
 2022-01-25  1:29 UTC  (28+ messages)
` [PATCH v2 01/40] bsd-user: Complete FreeBSD siginfo
` [PATCH v2 02/40] bsd-user: Create setup_sigframe_arch to setup sigframe context
` [PATCH v2 03/40] bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm
` [PATCH v2 04/40] bsd-user/arm/signal.c: get_mcontext should zero vfp data
` [PATCH v2 05/40] bsd-user: Remove vestiges of signal queueing code
` [PATCH v2 06/40] bsd-user: Bring in docs from linux-user for signal_pending
` [PATCH v2 07/40] bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user
` [PATCH v2 08/40] bsd-user/signal.c: implement force_sig_fault
` [PATCH v2 09/40] bsd-user/signal-common.h: Move signal functions prototypes to here
` [PATCH v2 10/40] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv
` [PATCH v2 11/40] bsd-user/signal.c: implement cpu_loop_exit_sigbus
` [PATCH v2 12/40] bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together
` [PATCH v2 13/40] bsd-user/arm/target_arch_cpu.h: Correct code pointer
` [PATCH v2 14/40] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
` [PATCH v2 15/40] bsd-user/arm/target_arch_cpu.h: Implement data faults
` [PATCH v2 16/40] bsd-user/signal.c: implement abstract target / host signal translation
` [PATCH v2 17/40] bsd-user/signal.c: Implement signal_init()
` [PATCH v2 18/40] bsd-user/signal.c: Add si_type argument to queue_signal
` [PATCH v2 19/40] bsd-user/host/arm/host-signal.h: Implement host_signal_*
` [PATCH v2 20/40] bsd-user/host/i386/host-signal.h: "
` [PATCH v2 23/40] bsd-user: Add trace events for bsd-user
` [PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler
` [PATCH v2 27/40] bsd-user/strace.c: print_taken_signal
` [PATCH v2 30/40] bsd-user/signal.c: sigset manipulation routines
` [PATCH v2 31/40] bsd-user/signal.c: setup_frame
` [PATCH v2 34/40] bsd-user/signal.c: process_pending_signals
` [PATCH v2 39/40] bsd-user: Rename arg name for target_cpu_reset to env

[v3 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-25  1:56 UTC  (5+ messages)
` [v3 2/3] drm/msm/dsi: Add "
` [v3 3/3] drm/msm/dsi: Add 10nm "

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-25  1:55 UTC  (5+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[PATCH v8 00/15] amphion video decoder/encoder driver
 2022-01-25  1:54 UTC  (8+ messages)
` [PATCH v8 04/15] media:Add v4l2 event codec_error and skip
    ` [EXT] "

[PATCH 0/6] support L2TPv2 for AVF RSS hash and FDIR
 2022-01-25  1:54 UTC  (4+ messages)
` [PATCH 1/6] ethdev: add L2TPv2 RSS offload type

[PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics
 2022-01-25  1:53 UTC  (3+ messages)
` [PATCH v2 00/20] fscache, erofs: "

[PATCH] drm/msm/dp: add connector type to enhance debug messages
 2022-01-25  1:50 UTC  (2+ messages)

[RFC PATCH 0/7] crypto: HCTR2 support
 2022-01-25  1:44 UTC  (8+ messages)
` [RFC PATCH 1/7] crypto: xctr - Add XCTR support
` [RFC PATCH 2/7] crypto: polyval - Add POLYVAL support
` [RFC PATCH 3/7] crypto: hctr2 - Add HCTR2 support
` [RFC PATCH 4/7] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [RFC PATCH 5/7] crypto: arm64/aes-xctr: "
` [RFC PATCH 6/7] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [RFC PATCH 7/7] crypto: arm64/polyval: Add PMULL "

[PATCH] drm/amdgpu: force using sdma to update vm page table when mmio is blocked
 2022-01-25  1:48 UTC  (7+ messages)

[Intel-gfx] [RESEND] drm/i915/rpl-s: Add stepping info
 2022-01-25  1:48 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/rpl-s: Add stepping info (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH v7] raw/ifpga: fix pthread cannot join
 2022-01-25  1:42 UTC  (3+ messages)
` [PATCH v8] "

[dpdk-dev] [PATCH v2] net/ice: fix link up when starting the device
 2022-01-25  1:41 UTC  (2+ messages)

[PATCH v8 00/10] Add Sunplus SP7021 SoC Support
 2022-01-25  1:39 UTC  (3+ messages)
` [PATCH v8 06/10] clk: Add Sunplus SP7021 clock driver

[PATCH 0/4] Correct timing report
 2022-01-25  1:37 UTC  (8+ messages)
` [PATCH v2 4/4] media: aspeed: Fix timing polarity incorrect

[PATCH mptcp-next v2] Squash to "selftests: mptcp: add the id argument for set_flags"
 2022-01-25  1:39 UTC  (2+ messages)

[PATCH mptcp-next v2 0/2] add the id argument for set_flags
 2022-01-25  1:38 UTC  (3+ messages)
` [PATCH mptcp-next v2 2/2] selftests: mptcp: add set_flags tests in pm_netlink.sh

[PATCH net 0/2] Fix PTP issue in stmmac
 2022-01-25  1:32 UTC  (5+ messages)
` [PATCH net 2/2] net: stmmac: skip only stmmac_ptp_register when resume from suspend

[PATCH] net/ice/base: support E824S and E825 devices
 2022-01-25  1:29 UTC  (2+ messages)

[PATCH V4 0/3] Add compatible for Mediatek MT8186
 2022-01-25  1:23 UTC  (8+ messages)
` [PATCH V4 1/3] dt-bindings: spi: Convert spi-slave-mt27xx to json-schema
` [PATCH V4 2/3] dt-bindings: spi: Convert spi-mt65xx "
` [PATCH V4 3/3] dt-bindings: spi: Add compatible for Mediatek MT8186

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-25  1:28 UTC  (10+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints

[LTP] [PATCH 1/1] m4: Fix warnings
 2022-01-25  1:27 UTC  (4+ messages)

[PATCH V3 0/3] Add compatible for Mediatek MT8186
 2022-01-25  1:18 UTC  (5+ messages)
` [PATCH V3 1/2] dt-bindings: spi: Convert spi-mt65xx to json-schema

Build regressions/improvements in v5.17-rc1
 2022-01-25  1:23 UTC  (6+ messages)

[PATCH v2] clk: zynqmp: replace warn_once with pr_debug for failed clock ops
 2022-01-25  1:18 UTC  (2+ messages)

[PATCH v6 00/13] Introduce PECI subsystem
 2022-01-25  1:11 UTC  (42+ messages)
` [PATCH v6 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v6 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v6 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v6 04/13] peci: Add core infrastructure
` [PATCH v6 05/13] peci: Add peci-aspeed controller driver
` [PATCH v6 06/13] peci: Add device detection
` [PATCH v6 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v6 08/13] peci: Add support for PECI device drivers
` [PATCH v6 09/13] peci: Add peci-cpu driver
` [PATCH v6 10/13] hwmon: peci: Add cputemp driver
` [PATCH v6 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v6 12/13] docs: hwmon: Document PECI drivers
` [PATCH v6 13/13] docs: Add PECI documentation

[PATCH] target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()
 2022-01-24  9:47 UTC  (2+ messages)

[PATCH v2] doc: update matching versions in ice guide
 2022-01-25  1:26 UTC 

[PATCH mptcp-net 0/2] selftests: avoid confusions around 'signal invalid addresses'
 2022-01-25  1:21 UTC  (3+ messages)
` [PATCH mptcp-net 1/2] mptcp: mptcp_parse_option is no longer exported

[OpenRISC] [PATCH v5 00/13] Glibc OpenRISC port
 2022-01-25  1:19 UTC  (4+ messages)

[PATCH 1/5] clk: stm32mp1: Split ETHCK_K into separate MUX and GATE clock
 2022-01-25  1:16 UTC  (4+ messages)
` [PATCH 2/5] clk: stm32mp1: Add parent_data to ETHRX clock

[PATCH 0/3] QEMU spike machine support for U-Boot
 2022-01-25  1:18 UTC  (7+ messages)
` [PATCH 1/3] serial: Add RISC-V HTIF console driver
` [PATCH 2/3] riscv: qemu: Enable HTIF console support
` [PATCH 3/3] riscv: qemu: Implement is_flash_available() for MTD NOR

[PATCH] doc: update matching versions in ice guide
 2022-01-25  1:17 UTC  (3+ messages)

[PATCH 0/5] sunxi: remove lowlevel_init
 2022-01-25  1:15 UTC  (6+ messages)
` [PATCH 1/5] sunxi: move non-essential code out of s_init()
` [PATCH 2/5] sunxi: move Cortex SMPEN setting into start.S
` [PATCH 3/5] sunxi: move early "SRAM setup" into separate file
` [PATCH 4/5] armv8: remove no longer needed lowlevel_init.S
` [PATCH 5/5] sunxi-common.h: remove pointless #ifdefs

[PATCH 0/2] add module EEPROM ops for ice
 2022-01-25  1:15 UTC  (3+ messages)
` [PATCH 1/2] net/ice: "

[Intel-gfx] [v2] drm/i915/rpl-s: Add stepping info
 2022-01-25  1:13 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/rpl-s: Add stepping info (rev2)

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-25  1:11 UTC  (6+ messages)
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops

[PATCH] net: dsa|ethernet: use bool values to pass bool param of phy_init_eee
 2022-01-25  1:10 UTC  (3+ messages)

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-25  1:10 UTC  (4+ messages)
` [XEN PATCH v2 2/5] xen: export get_free_port

[PATCH v2 01/10] ethdev: introduce flow pre-configuration hints
 2022-01-25  1:09 UTC  (2+ messages)

[PATCH] clk: at91: sama7g5: Allow MCK1 to be exported and referenced in DT
 2022-01-25  1:05 UTC  (2+ messages)

[PATCH] clk: at91: allow setting PMC_AUDIOPINCK clock parents via DT
 2022-01-25  1:05 UTC  (2+ messages)

[PATCH v5 0/3] arm: kirkwood: Add support for Pogoplug V4
 2022-01-25  1:06 UTC  (5+ messages)
` [PATCH v5 3/3] arm: kirkwood: Pogoplug-V4 : Add board implementation files

[PATCH v4 0/4] Fix compiler warnings for 32-bit ARM
 2022-01-25  1:04 UTC  (9+ messages)
` [PATCH v4 1/4] checkpatch: Support wide strings

[PATCH v2] spi: pxa2xx_spi: Convert to use GPIO descriptors
 2022-01-25  0:58 UTC 

[PATCH v3] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
 2022-01-25  0:59 UTC  (3+ messages)

[PATCH v4] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
 2022-01-25  0:58 UTC 

[PATCH v2 1/2] drm/amdkfd: Ensure mm remain valid in svm deferred_list work
 2022-01-25  0:58 UTC  (2+ messages)

[PATCH] clk: mediatek: add unregister logic to mtk_clk_simple_probe error path
 2022-01-25  0:56 UTC  (4+ messages)

[PATCH] net/ice: fix ieee1588fwd not show PTP timestamp
 2022-01-25  0:56 UTC  (2+ messages)

kernel/sched/psi.c:1193:6: warning: no previous prototype for 'psi_trigger_destroy'
 2022-01-25  0:56 UTC  (2+ messages)

[PATCH v2] ARM/pxa/mfd/power/sound: Switch Tosa to GPIO descriptors
 2022-01-25  0:37 UTC 

[PATCH -next] media: mtk-vcodec: Remove duplicated include in mtk_vcodec_enc_drv.c
 2022-01-25  0:28 UTC  (2+ messages)

[RESEND PATCH 0/2] regulator: scmi: add support for registering SCMI regulators by name
 2022-01-25  0:27 UTC  (3+ messages)
` [RESEND PATCH 1/2] dt-bindings: firmware: arm, scmi: define support for name based regulators
` [RESEND PATCH 2/2] regulator: scmi: add support for registering SCMI regulators by name

[PATCH 00/82] remove unnecessary null checks
 2022-01-25  0:49 UTC  (6+ messages)
` [PATCH v2 00/83] "
  ` [PATCH v2 43/83] net/bonding: remove unnecessary NULL checks
  ` [PATCH v2 50/83] net/hns3: "

[PATCH] ARM/pxa/mfd/power/sound: Switch Tosa to GPIO descriptors
 2022-01-25  0:27 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v1] iavf: Add waiting for response from PF in set mac
 2022-01-25  0:48 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dsc/rc_calc_fpu.c:81:40: sparse: sparse: Using plain integer as NULL pointer
 2022-01-25  0:47 UTC 

[PATCH v8 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-25  0:11 UTC  (2+ messages)
` [PATCH v8 38/38] kselftest/arm64: Add SME support to syscall ABI test


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.