public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-06 11:39:50 to 2022-05-06 14:19:08 UTC [more...]

[PATCH 0/7] fork: Make init and umh ordinary tasks
 2022-05-06 14:15 UTC  (8+ messages)
` [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
` [PATCH 2/7] fork: Pass struct kernel_clone_args into copy_thread
` [PATCH 3/7] fork: Explicity test for idle tasks in copy_thread
` [PATCH 4/7] fork: Generalize PF_IO_WORKER handling
` [PATCH 5/7] init: Deal with the init process being a user mode process
` [PATCH 6/7] fork: Explicitly set PF_KTHREAD
` [PATCH 7/7] fork: Stop allowing kthreads to call execve

[PATCH v2 0/5] fast poll multishot mode
 2022-05-06 14:18 UTC  (3+ messages)

[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-05-06 14:18 UTC  (5+ messages)

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-05-06 14:14 UTC  (8+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "

[PATCH] VMCI: Add support for ARM64
 2022-05-06 14:13 UTC  (2+ messages)

[PATCH v2 1/3] media: dt-bindings: ov5675: document YAML binding
 2022-05-06 14:13 UTC  (7+ messages)
` [PATCH v2 2/3] media: ov5675: add device-tree support

[PATCH v4 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-06 14:12 UTC  (9+ messages)
` [PATCH v4 1/3] FUSE: Implement atomic lookup + create

[PATCH V2] arm64: perf: Retain PMCR.X of PMCR_EL0 during reset
 2022-05-06 14:12 UTC  (2+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 14:10 UTC  (6+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "

[PATCH 0/3] Add missing dt-binding properties for audio components on mt8192-asurada
 2022-05-06 14:09 UTC  (8+ messages)
` [PATCH 1/3] ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties

[RFC v2] dt-bindings: net: dsa: convert binding for mediatek switches
 2022-05-06 14:08 UTC  (5+ messages)
  ` Aw: "

[RFC PULL] remove arch/h8300
 2022-05-06 14:07 UTC  (2+ messages)

CIFS regression mounting vers=1.0 NTLMSSP when hostname is too long
 2022-05-06 14:05 UTC  (8+ messages)

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-06 14:03 UTC  (17+ messages)

[PATCH v9] platform/chrome: Add ChromeOS ACPI device driver
 2022-05-06 14:03 UTC  (3+ messages)

[PATCH] kobject: Refactor kobject_set_name_vargs()
 2022-05-06 14:02 UTC  (2+ messages)

[PATCH v8 0/7] feec() energy margin removal
 2022-05-06 13:58 UTC  (4+ messages)
` [PATCH v8 2/7] sched/fair: Decay task PELT values during wakeup migration

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-05-06 13:57 UTC  (5+ messages)
` [RFC PATCH v6 011/104] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [RFC PATCH v6 025/104] KVM: TDX: initialize VM with TDX specific parameters

[PATCH RESEND] xhci: Use xhci_get_virt_ep() to validate ep_index
 2022-05-06 13:58 UTC  (5+ messages)

[PATCH] powercap: Add Power Limit4 support for RaptorLake SoC
 2022-05-06 13:53 UTC 

[PATCH] drivers/thermal/intel: Add TCC cooling support for RaptorLake platform
 2022-05-06 13:50 UTC 

[PATCH v2] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-06 13:52 UTC 

[PATCH] remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use
 2022-05-06 13:51 UTC 

[PATCH V2 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-06 13:47 UTC  (25+ messages)
` [PATCH V2 01/23] perf intel-pt: Add a test for system-wide side band
` [PATCH V2 02/23] libperf evsel: Add perf_evsel__enable_thread()
` [PATCH V2 03/23] perf evlist: Use libperf functions in evlist__enable_event_idx()
` [PATCH V2 04/23] perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
` [PATCH V2 05/23] perf auxtrace: Do not mix up mmap idx
` [PATCH V2 06/23] libperf evlist: Remove ->idx() per_cpu parameter
` [PATCH V2 07/23] libperf evlist: Move ->idx() into mmap_per_evsel()
` [PATCH V2 08/23] libperf evlist: Add evsel as a parameter to ->idx()
` [PATCH V2 09/23] perf auxtrace: Record whether an auxtrace mmap is needed
` [PATCH V2 10/23] perf auxtrace: Add mmap_needed to auxtrace_mmap_params
` [PATCH V2 11/23] perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameter
` [PATCH V2 12/23] perf evlist: Factor out evlist__dummy_event()
` [PATCH V2 13/23] perf evlist: Add evlist__add_dummy_on_all_cpus()
` [PATCH V2 14/23] perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()
` [PATCH V2 15/23] perf intel-pt: Use evlist__add_dummy_on_all_cpus() for switch tracking
` [PATCH V2 16/23] perf intel-pt: Track sideband system-wide when needed
` [PATCH V2 17/23] perf tools: Allow all_cpus to be a superset of user_requested_cpus
` [PATCH V2 18/23] libperf evlist: Allow mixing per-thread and per-cpu mmaps
` [PATCH V2 19/23] libperf evlist: Check nr_mmaps is correct
` [PATCH V2 20/23] perf stat: Add requires_cpu flag for uncore
` [PATCH V2 21/23] libperf evsel: Add comments for booleans
` [PATCH V2 22/23] perf tools: Allow system-wide events to keep their own CPUs
` [PATCH V2 23/23] perf tools: Allow system-wide events to keep their own threads

[PATCH v2 00/14] ARM: dts: imx6ull-colibri: device tree improvements
 2022-05-06 13:44 UTC  (2+ messages)

[PATCH 0/4] memory-failure: fix hwpoison_filter
 2022-05-06 13:38 UTC  (4+ messages)
` [PATCH 3/4] mm/memofy-failure.c: optimize hwpoison_filter
    `  "

[PATCH] mm/memcg: support control THP behaviour in cgroup
 2022-05-06 13:41 UTC  (2+ messages)

[PATCH 0/6] PCI: mvebu: Add support for PME and AER interrupts
 2022-05-06 13:40 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: irqchip: armada-370-xp: Update information about MPIC SoC Error
` [PATCH 2/6] irqchip/armada-370-xp: Implement SoC Error interrupts
` [PATCH 3/6] ARM: dts: armada-38x.dtsi: Add node for MPIC SoC Error IRQ controller
` [PATCH 4/6] dt-bindings: PCI: mvebu: Update information about summary interrupt
` [PATCH 5/6] PCI: mvebu: Implement support for interrupts on emulated bridge
` [PATCH 6/6] ARM: dts: armada-385.dtsi: Add definitions for PCIe summary interrupts

[PATCH] fbdev: efifb: Fix a use-after-free due early fb_info cleanup
 2022-05-06 13:39 UTC  (2+ messages)

[PATCH] drivers: net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
 2022-05-06 13:37 UTC 

[PATCH 0/2] Introduce ICSSG based ethernet Driver
 2022-05-06 13:37 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[PATCH 0/2] dt-bindings: List supplies needed for sc7280 eDP
 2022-05-06 13:36 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: msm/dp: List supplies in the bindings

[PATCH v2] i2c: s3c2410: change return type of 'i2c_s3c_irq_nextbyte' from 'int' to 'void'
 2022-05-06 13:31 UTC  (2+ messages)

[PATCH v5 00/10] Introduce In Field Scan driver
 2022-05-06 13:30 UTC  (4+ messages)
` [PATCH v6 00/11] "
  ` [PATCH v6 08/11] platform/x86/intel/ifs: Add scan test support

drivers/net/wireless/intel/iwlwifi/fw/api/rx.h:442:2: warning: field within 'struct iwl_rx_mpdu_desc_v1' is less aligned than 'union iwl_rx_mpdu_desc_v1::(anonymous at drivers/net/wireless/intel/iwlwifi/fw/api/rx.h:442:2)' and is usually due to 'struct i
 2022-05-06 13:28 UTC 

[PATCH v3 00/13] ARM: dts: imx6ull-colibri: device tree improvements
 2022-05-06 13:24 UTC  (14+ messages)
` [PATCH v3 01/13] ARM: dts: imx6ull-colibri: use pull-down for adc pins
` [PATCH v3 02/13] ARM: dts: imx6ull-colibri: change touch i2c parameters
` [PATCH v3 03/13] ARM: dts: imx6ull-colibri: add phy-supply to fec
` [PATCH v3 04/13] ARM: dts: imx6ull-colibri: add touchscreen device nodes
` [PATCH v3 05/13] ARM: dts: imx6ull-colibri: update usdhc1 pixmux and signaling
` [PATCH v3 06/13] ARM: dts: imx6ull-colibri: update device trees to support overlays
` [PATCH v3 07/13] ARM: dts: imx6ull-colibri: add gpio-line-names
` [PATCH v3 08/13] ARM: dts: imx6ull-colibri: add support for toradex iris carrier boards
` [PATCH v3 09/13] ARM: dts: imx6ull-colibri: add support for toradex aster "
` [PATCH v3 10/13] ARM: dts: imx6ull-colibri: fix nand bch geometry
` [PATCH v3 11/13] ARM: dts: imx6ull-colibri: add/update some comments
` [PATCH v3 12/13] ARM: dts: imx6ull-colibri: move gpio-keys node to som dtsi
` [PATCH v3 13/13] ARM: dts: imx6ull-colibri: improve pinctrl node names

[PATCH 0/4] memory: tegra: Tegra234 and error logging support
 2022-05-06 13:23 UTC  (5+ messages)
` [PATCH 1/4] memory: tegra: Add Tegra234 support
` [PATCH 2/4] memory: tegra: Add APE memory clients for Tegra234
` [PATCH 3/4] memory: tegra: Add memory controller channels support
` [PATCH 4/4] memory: tegra: Add MC error logging on Tegra186 onward

[PATCHv14 0/9] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-05-06 13:22 UTC  (6+ messages)
` [PATCHv14 2/9] coresight: etm4x: Use asm-generic IO memory barriers

[PATCH 0/4] memory: tegra: Tegra234 and error logging support
 2022-05-06 13:22 UTC  (2+ messages)
` [PATCH 1/4] memory: tegra: Add Tegra234 support

[PATCH v6 0/5] virtio-crypto: Improve performance
 2022-05-06 13:16 UTC  (6+ messages)
` [PATCH v6 1/5] virtio-crypto: change code style
` [PATCH v6 2/5] virtio-crypto: use private buffer for control request
` [PATCH v6 3/5] virtio-crypto: wait ctrl queue instead of busy polling
` [PATCH v6 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v6 5/5] virtio-crypto: enable retry for virtio-crypto-dev

[PATCH V9 00/22] arch: Add basic LoongArch support
 2022-05-06 13:20 UTC  (9+ messages)
` [PATCH V9 20/24] LoongArch: Add efistub booting support

[PATCH v10 0/3] Microchip Polarfire FPGA manager
 2022-05-06 12:57 UTC  (4+ messages)
` [PATCH v10 1/3] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v10 2/3] fpga: microchip-spi: add Microchip MPF FPGA manager
` [PATCH v10 3/3] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr

[PATCH v3 0/4] fbdev: Fix use-after-free caused by wrong fb_info cleanup in drivers
 2022-05-06 13:18 UTC  (4+ messages)
` [PATCH v3 3/4] fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove

[PATCH] arm64,trace: Add page fault traceponits
 2022-05-06 13:17 UTC  (2+ messages)

[BUG] Warning and NULL-ptr dereference in amdgpu driver with 5.18
 2022-05-06 13:16 UTC  (2+ messages)

[PATCH v23 0/6] support reserving crashkernel above 4G on arm64 kdump
 2022-05-06 13:16 UTC  (7+ messages)
` [PATCH v23 3/6] arm64: kdump: Reimplement crashkernel=X

[PATCH -next] docs: vm/page_owner: Tweak literal block in STANDARD FORMAT SPECIFIERS
 2022-05-06 13:09 UTC 

[PATCH v2] perf/arm: adjust hwevents mappings on boot
 2022-05-06 13:09 UTC  (2+ messages)

[PATCH printk v4 00/15] implement threaded console printing
 2022-05-06 13:04 UTC  (9+ messages)
` [PATCH printk v4 14/15] printk: extend console_lock for proper kthread support
  ` [PATCH printk v5 1/1] printk: extend console_lock for per-console locking

[PATCH v2 -next] drm/display: Fix build error without CONFIG_OF
 2022-05-06 13:01 UTC  (2+ messages)

[PATCH v1 0/3] kallsyms: Rust requirements
 2022-05-06 12:58 UTC  (4+ messages)
` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size

[PATCH -next] ext4: fix bug_on in ext4_writepages
 2022-05-06 12:48 UTC  (5+ messages)

[PATCH 4/5] io_uring: add a helper for poll clean
 2022-05-06 12:47 UTC  (2+ messages)

[PATCH] rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()
 2022-05-06 12:43 UTC  (5+ messages)

[PATCHv2 00/21] Basic RK3588 Support
 2022-05-06 12:37 UTC  (5+ messages)
` [PATCHv2 09/21] mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs

mm/kasan/sw_tags.c:211:6: warning: no previous prototype for 'kasan_tag_mismatch'
 2022-05-06 12:36 UTC 

[PATCH v5 0/6] RZN1 USB Host support
 2022-05-06 12:35 UTC  (9+ messages)
` [PATCH v5 2/6] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032

[PATCH v3 0/3] staging: rtl8712: fix KMSAN: uninit-value in r871xu_drv_init
 2022-05-06 12:35 UTC  (8+ messages)
` [PATCH v3 1/3] staging: rtl8712: fix uninit-value in usb_read8() and friends
` [PATCH v3 2/3] staging: rtl8712: fix uninit-value in r871xu_drv_init()
` [PATCH v3 3/3] staging: rtl8712: add error handler in r8712_usbctrl_vendorreq()

[PATCH 1/2] tpm: Fix buffer access in tpm2_get_tpm_pt()
 2022-05-06 12:31 UTC  (2+ messages)
` [PATCH 2/2] tpm: Add Field Upgrade mode support for Infineon TPM2 modules

[PATCH] scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HW
 2022-05-06 12:25 UTC 

[PATCH] driver: net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
 2022-05-06 12:31 UTC 

[PATCH 0/3] Append line feed to files in securityfs
 2022-05-06 12:31 UTC  (4+ messages)
` [PATCH 3/3] ima: Append line feed to ima/binary_runtime_measurements

[PATCH v5 1/4] dt-bindings: display: simple: Add DataImage FG1001L0DSSWMG01 compatible string
 2022-05-06 12:29 UTC  (3+ messages)
` [PATCH v5 3/4] dt-bindings: arm: Add bosch acc board

[PATCH 1/2] platform/x86: asus-wmi: Update unknown code message
 2022-05-06 12:25 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: asus-nb-wmi: Add keymap for MyASUS key

[PATCH -next] drm/msm: Add missing OF dependency for DRM_MSM
 2022-05-06 12:26 UTC  (3+ messages)

[RFC, net-next] net: qos: introduce a frer action to implement 802.1CB
 2022-05-06 12:23 UTC  (3+ messages)

[PATCH] thermal: int340x: Mode setting with new OS handshake
 2022-05-06 12:20 UTC 

[PATCH 0/6] x86: Various cleanups and fixes
 2022-05-06 12:14 UTC  (7+ messages)
` [PATCH 1/6] x86/mm: Simplify RESERVE_BRK()
` [PATCH 2/6] x86/entry: Simplify entry_INT80_compat()
` [PATCH 3/6] x86/entry: Use PUSH_AND_CLEAR_REGS for compat
` [PATCH 4/6] x86/entry: Remove skip_r11rcx
` [PATCH 5/6] linkage: Fix issue with missing symbol size
` [PATCH 6/6] objtool: Fix STACK_FRAME_NON_STANDARD reloc type

[PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for EBBG
 2022-05-06 12:17 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: display: Add bindings for EBBG FT8719
` [PATCH 3/3] drm/panel: introduce ebbg,ft8719 panel

[PATCH 0/3] Introduce EBBG FT8719 DRM panel driver
 2022-05-06 12:17 UTC 

[mm/page_alloc] f26b3fa046: netperf.Throughput_Mbps -18.0% regression
 2022-05-06 12:17 UTC  (4+ messages)

[PATCH] lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=n
 2022-05-06 12:11 UTC 

[RFC PATCH 0/4] Add CPG wrapper for Renesas RZ/Five SoC
 2022-05-06 12:11 UTC  (7+ messages)
` [RFC PATCH 2/4] clk: renesas: rzg2l-cpg: Add support to stack the resets instead of indexing

[PATCH net-next 0/5] net: hns3: updates for -next
 2022-05-06 12:10 UTC  (4+ messages)
` [PATCH net-next 3/5] net: hns3: add byte order conversion for PF to VF mailbox message

[PATCH] i2c: s3c2410: change return type of 'i2c_s3c_irq_nextbyte' from 'int' to 'void'
 2022-05-06 12:06 UTC  (2+ messages)

fully convert arm to use dma-direct
 2022-05-06 12:06 UTC  (3+ messages)

[PATCH V2] nvmem: add driver handling U-Boot environment variables
 2022-05-06 12:04 UTC  (4+ messages)

[PATCH v3 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver
 2022-05-06 12:03 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH v2 0/2] staging: rtl8712: fix uninit-value 'data' and 'mac'
 2022-05-06 12:02 UTC  (6+ messages)
` [PATCH v2 2/2] staging: rtl8712: fix uninit-value in r871xu_drv_init()

[PATCH v4] f2fs: avoid to select pinned section during checkpoint=disable
 2022-05-06 11:58 UTC 

uninitialized variables bugs
 2022-05-06 11:56 UTC  (2+ messages)
` [Ksummit-discuss] "

[PATCH v3] net: atlantic: always deep reset on pm op, fixing null deref regression
 2022-05-06 11:48 UTC  (2+ messages)

[PATCH] slub: kunit catch kmem_cache_alloc failed
 2022-05-06 11:45 UTC  (2+ messages)

[PATCH v24 0/6] support reserving crashkernel above 4G on arm64 kdump
 2022-05-06 11:44 UTC  (7+ messages)
` [PATCH v24 1/6] kdump: return -ENOENT if required cmdline option does not exist
` [PATCH v24 2/6] arm64: Use insert_resource() to simplify code
` [PATCH v24 3/6] arm64: kdump: Reimplement crashkernel=X
` [PATCH v24 4/6] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v24 5/6] of: Support more than one crash kernel regions for kexec -s
` [PATCH v24 6/6] docs: kdump: Update the crashkernel description for arm64

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-05-06 11:41 UTC  (7+ messages)
` [PATCH v1 08/22] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
` [PATCH v1 10/22] powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE

[PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks
 2022-05-06 11:41 UTC  (2+ messages)

[PATCH v22 5/9] arm64: kdump: Reimplement crashkernel=X
 2022-05-06 11:39 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox