messages from 2022-04-22 17:27:16 to 2022-04-22 22:06:56 UTC [more...]
[PATCH 0/7] Nuvoton WPCM450 clock and reset driver
2022-04-22 18:34 UTC (7+ messages)
` [PATCH 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks
` [PATCH 3/7] watchdog: npcm: Enable clock if provided
` [PATCH 4/7] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
` [PATCH 6/7] clk: wpcm450: Add Nuvoton WPCM450 clock/reset controller driver
` [PATCH 7/7] ARM: dts: wpcm450: Switch clocks to clock controller
[PATCH v3 0/7] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-22 20:47 UTC (12+ messages)
` [PATCH v3 2/7] mm: demotion: Add "
` [PATCH v3 3/7] drivers/base/node: Add support to write node_states[] via sysfs
` [PATCH v3 4/7] device-dax/kmem: Set node state as N_DEMOTION_TARGETS
` [PATCH v3 5/7] mm: demotion: Build demotion list based on N_DEMOTION_TARGETS
` [PATCH v3 6/7] mm: demotion: expose per-node demotion targets via sysfs
` [PATCH v3 7/7] docs: numa: Add documentation for demotion
[PATCH v6 00/10] Intro to Hardware timestamping engine
2022-04-22 20:52 UTC (9+ messages)
` [PATCH v6 01/10] Documentation: Add HTE subsystem guide
` [PATCH v6 03/10] hte: Add tegra194 HTE kernel provider
` [PATCH v6 05/10] gpiolib: Add HTE support
` [PATCH v6 06/10] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [PATCH v6 07/10] gpiolib: cdev: Add hardware timestamp clock type
` [PATCH v6 08/10] tools: gpio: Add new hardware "
` [PATCH v6 09/10] hte: Add tegra HTE test driver
` [PATCH v6 10/10] MAINTAINERS: Added HTE Subsystem
[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
2022-04-22 19:15 UTC (3+ messages)
[PATCH 0/6] firmware: ti_sci: Introduce system suspend support
2022-04-22 19:02 UTC (3+ messages)
` [PATCH 1/6] dt-bindings: ti,sci: Add ti,ctx-memory-region property
[PATCHv1 00/19] Basic RK3588 Support
2022-04-22 20:50 UTC (10+ messages)
` [PATCHv1 12/19] pinctrl/rockchip: add error handling for pull/drive register getters
` [PATCHv1 14/19] gpio: rockchip: add support for rk3588
` [PATCHv1 17/19] arm64: dts: rockchip: Add rk3588s pinctrl data
` [PATCHv1 18/19] arm64: dts: rockchip: Add base DT for rk3588 SoC
[PATCH v3 0/7] staging: r8188eu: drop some unnecessary wrappers
2022-04-22 19:32 UTC (7+ messages)
` [PATCH v3 1/7] staging: r8188eu: drop unnecessary wrapper _rtw_free_cmd_priv
` [PATCH v3 2/7] staging: r8188eu: drop unnecessary wrapper _rtw_init_cmd_priv
` [PATCH v3 4/7] staging: r8188eu: drop unnecessary wrapper _rtw_init_mlme_priv
` [PATCH v3 5/7] staging: r8188eu: drop unnecessary wrapper _rtw_free_mlme_priv
` [PATCH v3 6/7] staging: r8188eu: drop unnecessary wrapper _rtw_alloc_network
` [PATCH v3 7/7] staging: r8188eu: drop unnecessary wrapper _rtw_dequeue_cmd
[PATCH] powerpc/pci: Remove useless null check before call of_node_put()
2022-04-22 20:05 UTC (2+ messages)
[GIT PULL] Rare page cache data corruption fix
2022-04-22 20:46 UTC (3+ messages)
[PATCH 0/4] Printbufs & shrinker OOM reporting
2022-04-22 20:47 UTC (12+ messages)
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
linux-next: Signed-off-by missing for commit in the xen-tip tree
2022-04-22 20:36 UTC (2+ messages)
[PATCH 0/4] Extend and reorganize Highmem's documentation
2022-04-22 20:42 UTC (9+ messages)
` [PATCH 1/4] mm/highmem: Fix kernel-doc warnings in highmem*.h
` [PATCH 2/4] Documentation/vm: Include kdocs from highmem*.h into highmem.rst
` [PATCH 3/4] Documentation/vm: Remove "Using kmap-atomic" from highmem.rst
[PATCH v2] mediatek/mt7601u: add debugfs exit function
2022-04-22 19:47 UTC (2+ messages)
[GIT PULL] sound fixes for 5.18-rc4
2022-04-22 20:46 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2022-04-22 20:46 UTC (2+ messages)
[PATCH v4 0/4] Add support for Silicon Mitus SM5703 MFD
2022-04-22 18:37 UTC (7+ messages)
` [PATCH v4 1/4] dt-bindings: regulator: Add bindings for Silicon Mitus SM5703 regulators
[GIT PULL] ipc: Bind to the ipc namespace at open time
2022-04-22 20:44 UTC (3+ messages)
` [PATCH v1 0/4] ipc: Remove extra1 field abuse to pass ipc namespace
[PATCH v2] arm64: document the boot requirements for MTE
2022-04-22 20:29 UTC
[PATCH v2 00/11] smp: cross CPU call interface
2022-04-22 20:00 UTC (12+ messages)
` [PATCH v2 01/11] smp: consolidate the structure definitions to smp.h
` [PATCH v2 02/11] smp: define the cross call interface
` [PATCH v2 03/11] smp: eliminate SCF_WAIT and SCF_RUN_LOCAL
` [PATCH v2 04/11] smp: replace smp_call_function_single() with smp_call()
` [PATCH v2 05/11] smp: replace smp_call_function_single_async() with smp_call_private()
` [PATCH v2 06/11] smp: use smp_call_private() fron irq_work.c and core.c
` [PATCH v2 07/11] smp: change smp_call_function_any() to smp_call_any()
` [PATCH v2 08/11] smp: replace smp_call_function_many_cond() with __smp_call_mask_cond()
` [PATCH v2 09/11] smp: replace smp_call_function_single_async with smp_call_private
` [PATCH v2 10/11] smp: replace smp_call_function_single() with smp_call()
` [PATCH v2 11/11] smp: modify up.c to adopt the same format of cross CPU call
[PATCH v2 0/7] mm: introduce shrinker debugfs interface
2022-04-22 20:26 UTC (8+ messages)
` [PATCH v2 1/7] mm: introduce debugfs interface for kernel memory shrinkers
` [PATCH v2 2/7] mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
` [PATCH v2 3/7] mm: introduce memcg interfaces for shrinker debugfs
` [PATCH v2 4/7] mm: introduce numa "
` [PATCH v2 5/7] mm: provide shrinkers with names
` [PATCH v2 6/7] docs: document shrinker debugfs
` [PATCH v2 7/7] tools: add memcg_shrinker.py
[PATCH] btrfs: Fix a memory leak in btrfs_ioctl_balance()
2022-04-22 20:28 UTC (2+ messages)
[PATCH v1 0/6] Support for RTL930x/RTL931x GPIOs
2022-04-22 20:40 UTC (6+ messages)
` [PATCH v1 3/6] gpio: realtek-otto: Support per-cpu interrupts
[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
2022-04-22 20:22 UTC (22+ messages)
[PATCH] power: supply: Add enable the primary charger interface
2022-04-22 18:16 UTC (2+ messages)
[PATCH] soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
2022-04-22 18:40 UTC (2+ messages)
[PATCH v3 0/5] tty/serial: Process XON/XOFF robustly
2022-04-22 20:09 UTC (4+ messages)
` [PATCH v3 3/5] tty: Add lookahead param to receive_buf
[PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
2022-04-22 19:19 UTC
[PATCH 0/2] interconnect: qcom: Remove IP0 resource
2022-04-22 20:34 UTC (5+ messages)
` [PATCH 3/2] arm64: dts: qcom: sc7180: Remove ipa interconnect node
[PATCH] arm64: document the boot requirements for MTE
2022-04-22 20:29 UTC (4+ messages)
[GIT PULL] fs: MNT_WRITE_HOLD fix
2022-04-22 20:46 UTC (2+ messages)
[PATCH 0/1] add support for enum module parameters
2022-04-22 20:44 UTC (5+ messages)
[PATCH printk v4 00/15] implement threaded console printing
2022-04-22 20:29 UTC (3+ messages)
[esmil:visionfive 2/54] mm/kasan/shadow.c:63:7: warning: no previous prototype for 'memcpy'
2022-04-22 17:25 UTC
problem with accounting of allocations called from __net_init hooks
2022-04-22 20:22 UTC (6+ messages)
` [PATCH memcg RFC] net: set proper memcg for net_init hooks allocations
[PATCH] dt-bindings: iommu: Drop client node in examples
2022-04-22 19:21 UTC
[PATCH] dt-bindings: i3c: Convert snps,dw-i3c-master to DT schema
2022-04-22 19:28 UTC (2+ messages)
[PATCH net-next 0/5] net: ipqess: introduce Qualcomm IPQESS driver
2022-04-22 20:19 UTC (8+ messages)
` [PATCH net-next 1/5] net: ipqess: introduce the "
` [PATCH net-next 2/5] net: dsa: add out-of-band tagging protocol
` [PATCH net-next 3/5] net: ipqess: Add out-of-band DSA tagging support
` [PATCH net-next 4/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet controller
` [PATCH net-next 5/5] ARM: dts: qcom: ipq4019: Add description for the "
[rt-devel:linux-5.18.y-rt-rebase 17/78] kernel/printk/printk.c:3187:14: warning: variable 'any_usable' set but not used
2022-04-22 20:18 UTC
[PATCH v3] mm: make minimum slab alignment a runtime property
2022-04-22 20:18 UTC
[PATCH] Documentation: x86: rework IOMMU documentation
2022-04-22 20:06 UTC
PANIC: "Oops: 0000 [#1] PREEMPT SMP PTI" starting from 5.17 on dual socket Intel Xeon Gold servers
2022-04-22 20:09 UTC (13+ messages)
[PATCH v2] mm: make minimum slab alignment a runtime property
2022-04-22 20:08 UTC (5+ messages)
[PATCH v4] Documentation: x86: rework IOMMU documentation
2022-04-22 20:05 UTC (4+ messages)
[PATCH] dt-bindings: Drop undocumented i.MX iomuxc-gpr bindings in examples
2022-04-22 19:21 UTC
[PATCH] dt-bindings: eeprom/at24: Add samsung,s524ad0xd1 compatible
2022-04-22 19:23 UTC
[PATCH v2 RESENT] mmc-utils: Add General command CMD56 read support
2022-04-22 19:41 UTC (2+ messages)
[PATCH] wireless: ipw2x00: Refine the error handling of ipw2100_pci_init_one()
2022-04-22 19:25 UTC (4+ messages)
[PATCH] dt-bindings: pinctrl: aspeed: Drop referenced nodes in examples
2022-04-22 19:21 UTC
[PATCH] dt-bindings: i3c: Convert cdns,i3c-master to DT schema
2022-04-22 19:22 UTC
[syzbot] kernel BUG in __filemap_get_folio
2022-04-22 19:34 UTC (4+ messages)
[PATCH v5] Documentation: x86: rework IOMMU documentation
2022-04-22 19:26 UTC
[PATCH RFC 00/21] perf intel-pt: Better support for perf record --cpu
2022-04-22 19:05 UTC (3+ messages)
` [PATCH RFC 01/21] libperf evsel: Factor out perf_evsel__ioctl()
[patch 0/3] x86/fpu/xsave: Add XSAVEC support and XGETBV1 utilization
2022-04-22 19:30 UTC (7+ messages)
` [patch 3/3] x86/fpu/xsave: Optimize XSAVEC/S when XGETBV1 is supported
[PATCH] tools: port perf ui from GTK 2 to GTK 3
2022-04-22 19:01 UTC (4+ messages)
[PATCH] soc: rockchip: Fix compile-testing SoC drivers
2022-04-22 18:37 UTC
[PATCH] hwmon: (aquacomputer_d5next) Add support for Aquacomputer Farbwerk
2022-04-22 18:31 UTC (2+ messages)
[PATCH v2 0/3] Improve SPI support for Ingenic SoCs
2022-04-22 19:09 UTC (4+ messages)
` [PATCH v2 1/3] SPI: Ingenic: Add support for use GPIO as chip select line
` [PATCH v2 2/3] dt-bindings: SPI: Add bindings for new Ingenic SoCs
` [PATCH v2 3/3] SPI: Ingenic: Add support "
[PATCH v3 0/2] sched/tracing: sched_switch prev_state reported as TASK_RUNNING when it's not
2022-04-22 18:30 UTC (5+ messages)
` [PATCH] sched/tracing: append prev_state to tp args instead
[mtd:mtd/next 10/11] drivers/mtd/mtdoops.c:244:39: warning: format specifies type 'long' but the argument has type 'unsigned int'
2022-04-22 19:10 UTC (5+ messages)
[PATCH v2 00/48] ARM: PXA multiplatform support
2022-04-22 19:16 UTC (3+ messages)
[PATCH v14 0/7] USB DWC3 host wake up support from system suspend
2022-04-22 18:44 UTC (4+ messages)
` [PATCH v14 2/7] PM / wakeup: Add device_children_wakeup_capable()
[PATCH v2] arm64: dts: qcom: sc7280-qcard: Add ldo_l17b regulator node
2022-04-22 18:54 UTC (2+ messages)
[PATCH v5 2/5] perf: Add SNOOP_PEER flag to perf mem data struct
2022-04-22 18:49 UTC (2+ messages)
[syzbot] WARNING: kmalloc bug in bpf
2022-04-22 18:53 UTC (2+ messages)
[PATCH] drm/nouveau/kms/gv100: use static for gv100_disp_core_mthd_[base|sor]
2022-04-22 18:51 UTC
[PATCH 0/4] cgroup: Introduce cpu controller test suite
2022-04-22 18:40 UTC (8+ messages)
` [PATCH v2 1/4] cgroup: Add new test_cpu.c test suite in cgroup selftests
` [PATCH v2 2/4] cgroup: Add test_cpucg_stats() testcase to cgroup cpu selftests
` [PATCH v2 3/4] cgroup: Add test_cpucg_weight_overprovisioned() testcase
` [PATCH v2 4/4] cgroup: Add test_cpucg_weight_underprovisioned() testcase
[PATCH 00/13] iommu: Retire bus_set_iommu()
2022-04-22 18:37 UTC (3+ messages)
` [PATCH 02/13] iommu: Move bus setup to IOMMU device registration
[PATCH 2/2] thermal: sun8i: add R329 THS
2022-04-22 18:49 UTC (2+ messages)
[PATCH v4.1] rcu/nocb: Add an option to offload all CPUs on boot
2022-04-22 18:42 UTC (2+ messages)
[PATCH 0/2] Request to test fix for "x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP)"
2022-04-22 18:41 UTC (4+ messages)
` [PATCH 2/2] Revert "vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP"
[PATCH] arm64/mm: Compute PTRS_PER_[PMD|PUD] independently of PTRS_PER_PTE
2022-04-22 18:27 UTC (2+ messages)
[PATCH] drm/msm/dp: fix error check return value of irq_of_parse_and_map()
2022-04-22 18:39 UTC (2+ messages)
[PATCH] drm/amdgpu: Remove useless kfree
2022-04-22 18:23 UTC (2+ messages)
[PATCH] soc: rockchip: Fix compile-testing SoC drivers
2022-04-22 18:19 UTC
[esmil:visionfive 2/54] mm/kasan/shadow.c:63:7: warning: no previous prototype for function 'memcpy'
2022-04-22 18:16 UTC
[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-22 18:04 UTC (3+ messages)
` [PATCH v2 01/23] mm/slab: move NUMA-related code to __do_cache_alloc()
[PATCH v2 0/2] dt-bindings: xen: Add xen,scmi-devid parameter for
2022-04-22 17:59 UTC (11+ messages)
` [PATCH v2 2/2] dt-bindings: xen: Add xen,scmi-devid property description for SCMI
[PATCH v6 00/18] Support SDEI Virtualization
2022-04-22 17:59 UTC (5+ messages)
` [PATCH v6 02/18] KVM: arm64: Route hypercalls based on their owner
[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
2022-04-22 17:50 UTC (7+ messages)
` [PATCH 5/6] mm/migration: export demotion_path of a node via sysfs
` [PATCH 6/6] mm/migrate: export whether or not node is toptier in sysf
[PATCH] mm: make minimum slab alignment a runtime property
2022-04-22 18:03 UTC (8+ messages)
[PATCH net v3] ice: Fix race during aux device (un)plugging
2022-04-22 17:43 UTC (3+ messages)
[PATCH v4 0/3] Add OTG support for Ingenic SoCs
2022-04-22 17:57 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: dwc2: Add bindings for new "
[PATCH] soc: qcom: pdr: use static for servreg_* variables
2022-04-22 17:38 UTC
[PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
2022-04-22 17:53 UTC (4+ messages)
` [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node
[RFC PATCH -next v2 0/4] arm64/ftrace: support dynamic trampoline
2022-04-22 17:27 UTC (11+ messages)
` [RFC PATCH -next v2 3/4] arm64/ftrace: support dynamically allocated trampolines
[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
2022-04-22 17:41 UTC (7+ messages)
` [PATCH RFC 2/4] mm, personality: Implement memory-deny-write-execute as a personality flag
[PATCH V3 0/3] Add unit test module for AMD P-State driver
2022-04-22 17:48 UTC (4+ messages)
` [PATCH V3 2/3] selftests: cpufreq: Add wapper script for test AMD P-State
[PATCH V1 1/1] scripts/Kbuild: Add path of fixeddep script
2022-04-22 17:55 UTC (2+ messages)
[PATCH] s390: disable -Warray-bounds
2022-04-22 17:54 UTC (2+ messages)
[PATCH 0/7] Remove unused SLOW_DOWN_IO
2022-04-22 17:48 UTC (2+ messages)
[PATCH 0/3] Rockchip RK3328 VDEC support
2022-04-22 17:43 UTC (5+ messages)
` [PATCH 2/3] arm64: dts: rockchip: Rename vdec_mmu node for RK3328
` [PATCH 3/3] arm64: dts: rockchip: Add vdec support "
[PATCH] MAINTAINERS: Broadcom internal lists aren't maintainers
2022-04-22 17:42 UTC (7+ messages)
[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
2022-04-22 17:39 UTC (7+ messages)
` [PATCH v4] "
` [PATCH v4 RESEND] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
` [PATCH v7 RESEND] "
[PATCH v9 0/4] Add support for the eDP panel over aux_bus
2022-04-22 17:35 UTC (6+ messages)
` [PATCH v9 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP
[PATCH v3 0/2] x86/sev: Fix AP Jump Table handling for SNP guests
2022-04-22 17:27 UTC (5+ messages)
` [PATCH v3 2/2] x86/sev: Get the AP jump table address from secrets page
[PATCH net-next 1/4] net: pcs: xpcs: add CL37 1000BASE-X AN support
2022-04-22 17:35 UTC (2+ messages)
[PATCH V4 00/14] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
2022-04-22 17:34 UTC (4+ messages)
` [PATCH V4 01/14] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property
[PATCH resend v8 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
2022-04-22 17:24 UTC (3+ messages)
` [PATCH resend v8 1/5] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_mode_set()
[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-22 17:29 UTC (13+ messages)
[PATCH] scsi: ufs: wb: Add Manual Flush sysfs and cleanup toggle functions
2022-04-22 17:25 UTC (2+ messages)
[PATCH v3 0/4] Add TDX Guest Attestation support
2022-04-22 17:24 UTC (5+ messages)
` [PATCH v3 2/4] x86/tdx: Add tdx_hcall_get_quote() API support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox