linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-12 01:32:57 to 2022-02-12 14:33:11 UTC [more...]

[PATCH] driver core: cleanup double words comments
 2022-02-12 14:32 UTC 

[PATCH] regmap: irq: cleanup comments
 2022-02-12 14:31 UTC 

[PATCH 1/2] f2fs: fix missing free nid in f2fs_handle_failed_inode
 2022-02-12 14:20 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes

[PATCH v14 0/9] MIPS: JZ4780 and CI20 HDMI
 2022-02-12 14:19 UTC  (10+ messages)
` [PATCH v14 1/9] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v14 2/9] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema
` [PATCH v14 3/9] drm/ingenic: Add dw-hdmi driver specialization for jz4780
` [PATCH v14 4/9] drm/bridge: display-connector: add ddc-en gpio support
` [PATCH v14 5/9] drm/bridge: dw-hdmi: repair interworking with hdmi-connector for jz4780
` [PATCH v14 6/9] drm/bridge: dw-hdmi: introduce dw_hdmi_enable_poll()
` [PATCH v14 7/9] drm/ingenic: dw-hdmi: make hot plug detection work for CI20
` [PATCH v14 8/9] [already applied to mips-fixes] MIPS: DTS: CI20: fix how ddc power is enabled
` [PATCH v14 9/9] [RFC] drm/ingenic: add some more features specific to jz4780

[PATCH v4 00/20] Rust support
 2022-02-12 14:16 UTC  (22+ messages)
` [PATCH v4 01/20] kallsyms: support "big" kernel symbols
` [PATCH v4 02/20] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v4 03/20] kallsyms: use the correct buffer size for symbols
` [PATCH v4 04/20] rust: add C helpers
` [PATCH v4 05/20] rust: add `compiler_builtins` crate
` [PATCH v4 06/20] rust: add `alloc` crate
` [PATCH v4 07/20] rust: add `build_error` crate
` [PATCH v4 08/20] rust: add `macros` crate
` [PATCH v4 09/20] rust: add `kernel` crate's `sync` module
` [PATCH v4 10/20] rust: add `kernel` crate
` [PATCH v4 11/20] rust: export generated symbols
` [PATCH v4 12/20] vsprintf: add new `%pA` format specifier
` [PATCH v4 13/20] scripts: add `generate_rust_analyzer.py`
` [PATCH v4 14/20] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v4 15/20] docs: add Rust documentation
` [PATCH v4 16/20] Kbuild: add Rust support
` [PATCH v4 17/20] samples: add Rust examples
` [PATCH v4 18/20] MAINTAINERS: Rust
` [PATCH v4 19/20] [RFC] drivers: gpio: PrimeCell PL061 in Rust
` [PATCH v4 20/20] [RFC] drivers: android: Binder IPC "

[v1 1/2] drm/msm/dp: Add basic PSR support for eDP
 2022-02-12 13:56 UTC  (4+ messages)
` [v1 2/2] drm/msm/disp/dpu1: Add PSR support for eDP interface in dpu driver

[PATCH rcu 0/3] Expedited-grace-period updates for v5.18
 2022-02-12 13:56 UTC  (9+ messages)
` [PATCH rcu 3/3] rcu: Allow expedited RCU grace periods on incoming CPUs

[PATCH v13 0/9] MIPS: JZ4780 and CI20 HDMI
 2022-02-12 13:50 UTC  (5+ messages)

[PATCH] Correct the name for Xbox Series S|X controller
 2022-02-12 13:33 UTC 

[PATCH] printk: fix softlockup/rcu stall warning without setting CONFIG_PREEMPTION
 2022-02-12 13:27 UTC 

[PATCH iproute2] iplink_can: print_usage: typo fix, add missing spaces
 2022-02-12 13:27 UTC 

[PATCH v2 0/3] Add support for ocp8110 flash
 2022-02-12 13:13 UTC  (5+ messages)
  ` [PATCH v2 2/3] dt-bindings: leds: sgm3140: Document ocp8110 compatible

[PATCH] can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
 2022-02-12 13:07 UTC 

[PATCH v3] usb: Fix Trailing Whitespace Coding Style Error
 2022-02-12 13:04 UTC 

[PATCH] platform/dcdbas: move EXPORT_SYMBOL after function
 2022-02-12 12:59 UTC 

[PATCH 1/2] x86/Kconfig: move and modify CONFIG_I8K
 2022-02-12 12:56 UTC  (2+ messages)
` [PATCH 2/2] dell-smm-hwmon: rewrite CONFIG_I8K description

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-02-12 12:49 UTC  (4+ messages)
` [PATCH v11 1/8] RISC-V: Enable CPU_IDLE drivers

[tip:x86/sgx] BUILD SUCCESS 5626de65f97ae152e6dafdc528a36c1cbb7146ee
 2022-02-12 12:34 UTC 

[PATCH 0/2] Add Euro Headset support for wcd938x codec
 2022-02-12 12:24 UTC  (3+ messages)
` [PATCH 1/2] ASoC: codec: wcd938x: Add switch control for selecting CTIA/OMTP Headset
` [PATCH 2/2] ASoC: dt-bindings: wcd938x: Add gpio property for selecting CTIA/OMTP headset

[PATCH v2 00/10] random: re-group and re-document functions
 2022-02-12 12:23 UTC  (11+ messages)
` [PATCH v2 01/10] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH v2 02/10] random: remove useless header comment
` [PATCH v2 03/10] random: remove whitespace and reorder includes
` [PATCH v2 04/10] random: group initialization wait functions
` [PATCH v2 05/10] random: group crng functions
` [PATCH v2 06/10] random: group entropy extraction functions
` [PATCH v2 07/10] random: group entropy collection functions
` [PATCH v2 08/10] random: group userspace read/write functions
` [PATCH v2 09/10] random: group sysctl functions
` [PATCH v2 10/10] random: rewrite header introductory comment

[PATCH v4 0/2] leds: add ktd20xx LED driver support
 2022-02-12 12:08 UTC  (4+ messages)
` [PATCH v4 1/2] leds: ktd20xx: Extension of the KTD20xx family of LED drivers from Kinetic

[PATCH v3] leds: remove ide-disk trigger
 2022-02-12 12:00 UTC  (2+ messages)

[PATCH v5 0/6] drm: Add driver for Solomon SSD130x OLED displays
 2022-02-12 11:59 UTC  (5+ messages)
` [PATCH v5 3/6] "

[GIT PULL] s390 updates for 5.17-rc4
 2022-02-12 11:44 UTC 

[PATCH 0/5] arm64: Initial support for Texas Instruments AM62 Platform
 2022-02-12 11:40 UTC  (7+ messages)
` [PATCH 4/5] arm64: dts: ti: Introduce base support for AM62x SoC

[PATCH v3 00/22] Reference count checker and related fixes
 2022-02-12 11:30 UTC  (5+ messages)
` [PATCH v3 04/22] perf dso: Hold lock when accessing nsinfo
` [PATCH v3 17/22] perf map: Changes to reference counting

[PATCH] PM: cleanup comments
 2022-02-12 11:29 UTC  (2+ messages)

[PATCH v2 0/3] ghes_edac: refactor memory error reporting to avoid code duplication
 2022-02-12 11:28 UTC  (4+ messages)
` [PATCH v5 2/2] EDAC/ghes: use cper functions "

[PATCH] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
 2022-02-12 11:27 UTC 

[PATCH v11 00/10] Add support for audio on SC7280 based targets
 2022-02-12 11:24 UTC  (11+ messages)
` [PATCH v11 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [PATCH v11 02/10] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [PATCH v11 03/10] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [PATCH v11 04/10] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [PATCH v11 05/10] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v11 06/10] ASoC: qcom: Add regmap config support for codec dma driver
` [PATCH v11 07/10] ASoC: qcom: Add "
` [PATCH v11 08/10] ASoC: qcom: Add lpass CPU driver for codec dma control
` [PATCH v11 09/10] ASoC: dt-bindings: Add SC7280 lpass cpu bindings
` [PATCH v11 10/10] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[PATCH v2 0/3] regulator/mfd: dt-bindings: maxim,max77802: convert to dtschema
 2022-02-12 11:25 UTC  (7+ messages)
` [PATCH v2 3/3] dt-bindings: leds: common: fix unit address in max77693 example

[PATCH] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-12 11:25 UTC  (2+ messages)

[RFC] Get siginfo from unreaped task
 2022-02-12 11:23 UTC  (2+ messages)

[tip: x86/sev] x86/head64: Add missing __head annotation to sme_postprocess_startup()
 2022-02-12 11:17 UTC 

[PATCH v3 1/1] x86/kvm/fpu: Mask guest fpstate->xfeatures with guest_supported_xcr0
 2022-02-12 11:02 UTC  (2+ messages)

[PATCH 0/2] serial: 8250: Correct basic issues with the PCI blacklist
 2022-02-12 11:00 UTC  (5+ messages)
` [PATCH 1/2] serial: 8250: Correct Kconfig help text for blacklisted PCI devices
` [PATCH 2/2] serial: 8250: Report which option to enable "

[PATCH 00/11] PCI: mvebu: subsystem ids, AER and INTx
 2022-02-12 10:59 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 10/11] PCI: mvebu: Implement support for legacy INTx interrupts

[PATCH v2 1/3] iio:amplifiers:ada4250: add support for ADA4250
 2022-02-12 10:51 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings:iio:amplifiers: add ada4250 doc
` [PATCH v2 3/3] MAINTAINERS: add maintainer for ADA4250 driver

[PATCH 0/5] Support hld based on Pseudo-NMI for arm64
 2022-02-12 10:43 UTC  (6+ messages)
` [PATCH 1/5] kernel/watchdog: remove WATCHDOG_DEFAULT
` [PATCH 2/5] kernel/watchdog: change watchdog_nmi_enable() to void
` [PATCH 3/5] kernel/watchdog_hld: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH 4/5] kernel/watchdog: Adapt the watchdog_hld interface for async model
` [PATCH 5/5] arm64: Enable perf events based hard lockup detector

[mkp:5.18/discovery2 64/67] drivers/scsi/sd.c:1096:4: warning: add explicit braces to avoid dangling else
 2022-02-12 10:39 UTC 

[mkp:5.18/discovery2 64/67] drivers/scsi/sd.c:1093:25: warning: suggest explicit braces to avoid ambiguous 'else'
 2022-02-12 10:39 UTC 

[nbd168-wireless:mtk-flow-offload 3/9] drivers/net/ethernet/mediatek/mtk_wed.h:33:20: error: no member named 'hw' in 'struct mtk_wed_device'
 2022-02-12 10:39 UTC 

[nbd168-wireless:mtk-flow-offload 9/9] drivers/net/wireless/mediatek/mt76/dma.c:154:42: error: 'struct mtk_wed_device' has no member named 'tx_ring'
 2022-02-12 10:38 UTC 

fs/ext4/super.c:2173:1: warning: unused function 'ctx_clear_flags'
 2022-02-12 10:38 UTC 

[intel-tdx:kvm-upstream-workaround 3/145] arch/x86/include/asm/seam.h: asm/processor.h is included more than once
 2022-02-12 10:38 UTC 

[GIT PULL] Char/Misc driver fixes for 5.17-rc4
 2022-02-12 10:31 UTC 

[GIT PULL] Staging driver changes for 5.17-rc4
 2022-02-12 10:31 UTC 

[GIT PULL] TTY/Serial driver fixes for 5.17-rc4
 2022-02-12 10:30 UTC 

[GIT PULL] USB fixes for 5.17-rc4
 2022-02-12 10:30 UTC 

[PATCH] net: fix documentation for kernel_getsockname
 2022-02-12 10:29 UTC 

[GIT PULL] xen: branch for v5.17-rc4
 2022-02-12 10:25 UTC 

[BUG/PATCH v2] net: mvpp2: always set port pcs ops
 2022-02-12 10:00 UTC  (2+ messages)

[PATCH] net: bridge: Slightly optimize br_stp_change_bridge_id()
 2022-02-12  9:58 UTC 

[PATCH] net: mvpp2: Check for null pcs in mvpp2_acpi_start()
 2022-02-12  9:58 UTC  (4+ messages)

[syzbot] WARNING: ODEBUG bug in hci_dev_close_sync
 2022-02-12  9:25 UTC 

[syzbot] kernel BUG in ext4_split_extent_at
 2022-02-12  9:25 UTC 

[PATCH v3] x86: use builtins to read eflags
 2022-02-12  9:23 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v3 0/2] serial: 8250: Fixes for Oxford Semiconductor 950 UARTs
 2022-02-12  8:41 UTC  (3+ messages)
` [PATCH v3 1/2] serial: 8250: Fold EndRun device support into OxSemi Tornado code
` [PATCH v3 2/2] serial: 8250: Add proper clock handling for OxSemi PCIe devices

[PATCH v2 0/2] serial: 8250: Fixes for Oxford Semiconductor 950 UARTs
 2022-02-12  8:41 UTC  (8+ messages)
` [PATCH v2 1/2] serial: 8250: Add proper clock handling for OxSemi PCIe devices

[PATCH v5 0/9] Nuvoton WPCM450 pinctrl and GPIO driver
 2022-02-12  8:40 UTC  (7+ messages)

[PATCH] KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
 2022-02-12  8:39 UTC  (2+ messages)

[PATCH] devcoredump: increase the device delete timeout to 10 mins
 2022-02-12  8:35 UTC  (9+ messages)

mmotm 2022-02-11-15-07 uploaded
 2022-02-12  8:06 UTC  (4+ messages)
` mmotm 2022-02-11-15-07 uploaded (objtool: (b))
` mmotm 2022-02-11-15-07 uploaded (objtool: ftrace_likely_update)

[PATCH v4] mm: Uninline copy_overflow()
 2022-02-12  7:50 UTC 

[PATCH v2 0/2] arm: kasan: support CONFIG_KASAN_VMALLOC
 2022-02-12  7:47 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] arm: kconfig: fix MODULE_PLTS for KASAN with KASAN_VMALLOC

[PATCH] media: cedrus: H265: Fix neighbour info buffer size
 2022-02-12  7:42 UTC 

[PATCH] powerpc: Reduce csum_add() complexity for PPC64
 2022-02-12  7:36 UTC 

[RFC v2 0/6] Proposal for a GPU cgroup controller
 2022-02-12  7:19 UTC  (3+ messages)
` [RFC v2 6/6] android: binder: Add a buffer flag to relinquish ownership of fds

[PATCH 00/15] ASoC: mediatek: Add support for MT8186 SoC
 2022-02-12  7:18 UTC  (3+ messages)

[PATCH] dax: make sure inodes are flushed before destroy cache
 2022-02-12  7:11 UTC 

[PATCH] drivers/usb: Fix Coding Style Error
 2022-02-12  7:05 UTC  (4+ messages)
` [PATCH v2] usb: Fix Trailing Whitespace "

[nbd168-wireless:mtk-flow-offload 3/9] drivers/net/ethernet/mediatek/mtk_wed.h:33:25: error: 'struct mtk_wed_device' has no member named 'hw'
 2022-02-12  6:28 UTC 

[peterz-queue:locking/core 6/7] kernel/locking/lockdep.c:6017:57: error: use of undeclared identifier 'offset'
 2022-02-12  6:28 UTC 

[PATCH 0/2] iio: potentiometer: Add support for DS3502
 2022-02-12  6:26 UTC  (4+ messages)
` [PATCH 2/2] iio: potentiometer: Add support for Maxim DS3502

[PATCH V2] firmware: imx: add get resource owner api
 2022-02-12  6:09 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm-beacon: Enable PCIe
 2022-02-12  5:59 UTC  (2+ messages)

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-12  5:53 UTC  (10+ messages)

[intel-tdx:kvm-upstream-workaround 7/145] arch/x86/kernel/cpu/tdx/tdx.c:148:30: warning: variable 'err' is uninitialized when used within its own initialization
 2022-02-12  5:45 UTC 

[arnd-playground:set_fs 6/11] arch/csky/kernel/signal.c:143:14: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-12  5:45 UTC 

[kdave-btrfs-devel:for-next 79/93] fs/btrfs/ordered-data.c:168: warning: expecting prototype for Add an ordered extent to the per(). Prototype was for btrfs_add_ordered_extent() instead
 2022-02-12  5:35 UTC 

[syzbot] possible deadlock in worker_thread
 2022-02-12  5:31 UTC  (3+ messages)

[peterz-queue:locking/core 6/7] kernel/locking/lockdep.c:6017:57: error: 'offset' undeclared; did you mean 'off_t'?
 2022-02-12  5:24 UTC 

[nbd168-wireless:mtk-flow-offload 9/9] drivers/net/wireless/mediatek/mt76/mt7915/mac.c:1414:28: warning: variable 'phy' set but not used
 2022-02-12  5:24 UTC 

[PATCH v2] ACPI/IORT: Fix GCC 12 warning
 2022-02-12  4:50 UTC  (6+ messages)

[PATCH v1] scsi: ufs: remove clk_scaling_lock when clkscaling isn't supported
 2022-02-12  4:44 UTC  (5+ messages)

[PATCH v2] drm/lima: avoid error task dump attempt when not enabled
 2022-02-12  4:27 UTC  (2+ messages)

[PATCH 2/2] perf arm-spe: Parse more SPE fields and store source
 2022-02-12  4:19 UTC  (4+ messages)

[PATCH 1/1] watchdog: aspeed: add nowayout support
 2022-02-12  4:02 UTC  (2+ messages)

[PATCH v8 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-12  3:56 UTC  (5+ messages)
` [PATCH v8 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x

[RESEND v2 0/2] Introduces bypass charge type property
 2022-02-12  3:44 UTC  (5+ messages)
` [RESEND v2 1/2] power: supply: Introduces bypass charging property

WARNING in rtnl_dellink
 2022-02-12  3:24 UTC  (2+ messages)
` [syzbot] "

[PATCH v1 0/6] i2c: npcm: Bug fixes timeout, spurious interrupts
 2022-02-12  3:19 UTC  (4+ messages)
` [PATCH v1 1/6] dt-bindings: i2c: npcm: support NPCM845

[PATCH] mm: clean up hwpoison page cache page in fault path
 2022-02-12  3:10 UTC  (2+ messages)

[GIT PULL] seccomp fixes for v5.17-rc4
 2022-02-12  3:02 UTC 

[PATCH] staging: pi433: add rf69_dbg_hex function
 2022-02-12  2:59 UTC  (4+ messages)

[RFC PATCH kernel] trace: Make FTRACE_MCOUNT_USE_RECORDMCOUNT configurable
 2022-02-12  2:47 UTC  (2+ messages)

[PATCH bpf-next 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-12  2:40 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig

[PATCH 00/35] Shadow stacks for userspace
 2022-02-12  2:31 UTC  (12+ messages)
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate

[PATCH v2 0/3] firewire: assist unit driver to compute packet time stamp
 2022-02-12  2:21 UTC  (4+ messages)
` [PATCH v2 1/3] firewire: Add dummy read_csr/write_csr functions
` [PATCH v2 2/3] firewire: add kernel API to access CYCLE_TIME register
` [PATCH v2 3/3] firewire: add kernel API to access packet structure in request structure for AR context

[PATCH v3] serial: 8250_aspeed_vuart: replace snprintf with sysfs_emit
 2022-02-12  2:19 UTC 

[PATCH] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
 2022-02-12  2:04 UTC 

[PATCH 00/75] MM folio patches for 5.18
 2022-02-12  1:49 UTC  (4+ messages)
` [PATCH 34/75] mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()

drivers/misc/cardreader/alcor_pci.c:229:20: warning: unused function 'alcor_mask_sd_irqs'
 2022-02-12  1:49 UTC 

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-12  1:42 UTC  (4+ messages)
` [PATCHv2 04/29] x86/traps: Add #VE support for TDX guest

[PATCH V7 0/3] Intel Software Defined Silicon
 2022-02-12  1:32 UTC  (4+ messages)
` [PATCH V7 1/3] platform/x86: Add Intel Software Defined Silicon driver
` [PATCH V7 2/3] tools arch x86: Add Intel SDSi provisiong tool
` [PATCH V7 3/3] selftests: sdsi: test sysfs setup


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