public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-05 17:37:02 to 2023-04-05 20:05:24 UTC [more...]

[PATCH v2 01/13] rust: sync: introduce `LockClassKey`
 2023-04-05 20:05 UTC  (18+ messages)
` [PATCH v2 02/13] rust: sync: introduce `Lock` and `Guard`
` [PATCH v2 03/13] rust: lock: introduce `Mutex`
` [PATCH v2 04/13] locking/spinlock: introduce spin_lock_init_with_key
` [PATCH v2 05/13] rust: lock: introduce `SpinLock`
` [PATCH v2 06/13] rust: lock: add support for `Lock::lock_irqsave`
` [PATCH v2 07/13] rust: lock: implement `IrqSaveBackend` for `SpinLock`
` [PATCH v2 08/13] rust: introduce `ARef`
` [PATCH v2 09/13] rust: add basic `Task`
` [PATCH v2 10/13] rust: introduce `current`
` [PATCH v2 11/13] rust: lock: add `Guard::do_unlocked`
` [PATCH v2 12/13] rust: sync: introduce `CondVar`
` [PATCH v2 13/13] rust: sync: introduce `LockedBy`

[PATCH v2] selftests: media_tests: Add new subtest to video_device_test
 2023-04-05 20:04 UTC 

[PATCH] selftests: media_tests: Add new subtest to video_device_test
 2023-04-05 20:04 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: wm8904: Convert to dtschema
 2023-04-05 20:03 UTC 

global_reclaim() and code documentation (was: Re: [PATCH v3 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 20:01 UTC 

[PATCH v6 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-05 19:59 UTC  (17+ messages)
` [PATCH v6 01/15] rust: enable the `pin_macro` feature
` [PATCH v6 02/15] rust: macros: add `quote!` macro
` [PATCH v6 03/15] rust: sync: change error type of constructor functions
` [PATCH v6 04/15] rust: sync: add `assume_init` to `UniqueArc`
` [PATCH v6 05/15] rust: types: add `Opaque::raw_get`
` [PATCH v6 06/15] rust: add pin-init API core
` [PATCH v6 07/15] rust: init: add initialization macros
` [PATCH v6 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v6 09/15] rust: init: add `PinnedDrop` trait and macros
` [PATCH v6 10/15] rust: init: add `stack_pin_init!` macro
` [PATCH v6 11/15] rust: init: add `Zeroable` trait and `init::zeroed` function
` [PATCH v6 12/15] rust: prelude: add `pin-init` API items to prelude
` [PATCH v6 13/15] rust: types: add common init-helper functions for `Opaque`
` [PATCH v6 14/15] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
` [PATCH v6 15/15] rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`

[PATCH v13 0/6] add Amlogic A1 clock controller drivers
 2023-04-05 19:59 UTC  (7+ messages)
` [PATCH v13 1/6] clk: meson: make pll rst bit as optional
` [PATCH v13 2/6] clk: meson: introduce new pll power-on sequence for A1 SoC family
` [PATCH v13 3/6] dt-bindings: clock: meson: add A1 PLL clock controller bindings
` [PATCH v13 4/6] clk: meson: a1: add Amlogic A1 PLL clock controller driver
` [PATCH v13 5/6] dt-bindings: clock: meson: add A1 Peripherals clock controller bindings
` [PATCH v13 6/6] clk: meson: a1: add Amlogic A1 Peripherals clock controller driver

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-05 19:59 UTC  (6+ messages)
` [PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-05 19:54 UTC  (8+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-05 19:55 UTC  (7+ messages)
` [PATCH v2 2/6] module: move finished_loading()
` [PATCH v2 3/6] module: extract patient module check into helper

[PATCH v5 0/2] Enable USB SS qmp phy for Qualcomm SM6115 SoC
 2023-04-05 19:55 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: phy: qcom,qmp-usb: Fix phy subnode for SM6115 & QCM2290 USB3 PHY
` [PATCH v5 2/2] arm64: dts: qcom: sm6115: Add USB SS qmp phy node

[RESEND PATCH v2] eventfd: use wait_event_interruptible_locked_irq() helper
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH v4 0/9] rtw88: Add SDIO support
 2023-04-05 19:51 UTC  (7+ messages)
` [PATCH v4 9/9] wifi: rtw88: Add support for the SDIO based RTL8821CS chipset

[PATCH v2 0/4] clk: hisilicon: Migrate devm APIs
 2023-04-05 19:51 UTC  (4+ messages)
` [PATCH v2 1/4] clk: hisilicon: Add helper functions for platform driver

[PATCH 5.4 000/104] 5.4.240-rc1 review
 2023-04-05 19:50 UTC  (4+ messages)

[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-05 19:48 UTC  (2+ messages)

[PATCH 0/8] Add support for Rockchip RK860X regulators
 2023-04-05 19:47 UTC  (9+ messages)
` [PATCH 1/8] regulator: dt-bindings: fcs,fan53555: Add support for RK860X
` [PATCH 2/8] regulator: fan53555: Explicitly include bits header
` [PATCH 3/8] regulator: fan53555: Fix wrong TCS_SLEW_MASK
` [PATCH 4/8] regulator: fan53555: Remove unused *_SLEW_SHIFT definitions
` [PATCH 5/8] regulator: fan53555: Make use of the bit macros
` [PATCH 6/8] regulator: fan53555: Improve vsel_mask computation
` [PATCH 7/8] regulator: fan53555: Use dev_err_probe
` [PATCH 8/8] regulator: fan53555: Add support for RK860X

KASAN: use-after-free Read in tcp_write_timer_handler
 2023-04-05 19:47 UTC  (3+ messages)

[PATCH 00/12] Rework PHY reset handling
 2023-04-05 19:43 UTC  (6+ messages)
` [PATCH 06/12] net: phy: add phy_device_atomic_register helper

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-05 19:48 UTC  (4+ messages)

[PATCH] qlcnic: check pci_reset_function result
 2023-04-05 19:37 UTC  (2+ messages)

[PATCH net] net: sfp: initialize sfp->i2c_block_size at sfp allocation
 2023-04-05 19:35 UTC  (2+ messages)

[PATCH 0/8] Some fixes and cleanup to mballoc
 2023-04-05 19:31 UTC  (6+ messages)
` [PATCH 3/8] ext4: fix wrong unit use in ext4_mb_new_inode_pa
` [PATCH 6/8] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-04-05 19:29 UTC  (4+ messages)
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction

[PATCH v4 0/5] CXL 3.0 Performance Monitoring Unit support
 2023-04-05 19:26 UTC  (5+ messages)
` [PATCH v4 4/5] cxl: CXL Performance Monitoring Unit driver

[PATCH v2] PCI: dwc: Wait for link up only if link is started
 2023-04-05 19:23 UTC  (4+ messages)

[PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
 2023-04-05 19:18 UTC  (2+ messages)

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-05 19:13 UTC  (5+ messages)
` [PATCH 04/17] sched/fair: Add avg_vruntime

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-05 19:12 UTC  (3+ messages)
` [PATCH 14/29] selftests/mm: uffd_[un]register()

[PATCH v2 0/4] clk: shrink struct clk_fractional_divider
 2023-04-05 19:13 UTC  (9+ messages)
` [PATCH v2 1/4] clk: Compute masks for fractional_divider clk when needed
` [PATCH v2 2/4] clk: imx: Remove values for mmask and nmask in struct clk_fractional_divider
` [PATCH v2 3/4] clk: rockchip: "
` [PATCH v2 4/4] clk: Remove mmask and nmask fields "

[PATCH] x86/amd_nb: Check for invalid SMN reads
 2023-04-05 19:10 UTC  (8+ messages)

[PATCH v15 0/1] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2023-04-05 19:09 UTC  (5+ messages)
` [PATCH v15 1/1] clk: npcm8xx: add clock controller

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-05 19:06 UTC  (20+ messages)
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v13 019/113] KVM: TDX: create/destroy VM structure
` [PATCH v13 020/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v13 024/113] KVM: TDX: allocate/free TDX vcpu structure

[PATCH v7 6/6] x86/efi: Safely enable unaccepted memory in UEFI
 2023-04-05 19:06 UTC  (11+ messages)

[GIT PULL] thermal for v6.4-rc1
 2023-04-05 19:06 UTC  (7+ messages)

[PATCHv2 0/2] Fix RK3588 error prints
 2023-04-05 19:05 UTC  (7+ messages)
` [PATCHv2 1/2] net: ethernet: stmmac: dwmac-rk: rework optional clock handling
` [PATCHv2 2/2] net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling

[PATCH v2 0/2] Add PWM fan support to Rock 5B board
 2023-04-05 19:04 UTC  (3+ messages)
` (subset) "

[PATCH] rcu/kvfree: Invoke debug_rcu_bhead_unqueue() with check bnode->snap is done
 2023-04-05 19:04 UTC  (3+ messages)

[PATCH net 1/1] net: stmmac: check fwnode for phy device before scanning for phy
 2023-04-05 19:02 UTC  (2+ messages)

[PATCH v4 0/2] Enable USB SS qmp phy for Qualcomm SM6115 SoC
 2023-04-05 19:01 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: dts: qcom: sm6115: Add USB SS qmp phy node

[for-linus][PATCH 0/3] tracing: More fixes for 6.3
 2023-04-05 19:00 UTC  (3+ messages)
` [for-linus][PATCH 2/3] tracing: Fix ftrace_boot_snapshot command line logic

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 18:55 UTC  (10+ messages)

[PATCH v5 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 18:54 UTC  (3+ messages)
` [PATCH v5 1/2] mm: vmscan: ignore "
` [PATCH v5 2/2] mm: vmscan: refactor reclaim_state helpers

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-05 18:53 UTC  (3+ messages)

[PATCH] usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
 2023-04-05 18:49 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add Marantec maveo box as a DHCOR i.MX6ULL SoM based board
 2023-04-05 18:46 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: imx6ull-dhcor: Add Marantec maveo box

[PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-04-05 18:46 UTC  (4+ messages)

[RFC PATCH v2 0/9] fuse: API for Checkpoint/Restore
 2023-04-05 18:45 UTC  (4+ messages)
` [RFC PATCH v2 8/9] namespace: add sb_revalidate_bindmounts helper

[PATCH 0/4] Manage register access to control delay during sec update
 2023-04-05 18:40 UTC  (5+ messages)
` [PATCH 1/4] mfd: intel-m10-bmc: Move core symbols to own namespace
` [PATCH 3/4] mfd: intel-m10-bmc: Move m10bmc_sys_read() away from header

[RFC PATCH] x86/fpu/xstate: Add more diagnostic information on inconsistent xstate sizes
 2023-04-05 18:39 UTC 

[PATCH v10 0/3] regulator: Add X-Powers AXP313a PMIC support
 2023-04-05 18:38 UTC  (10+ messages)
` [PATCH v10 3/3] regulator: axp20x: Add support for AXP313a variant

[PATCH] sched/psi: set varaiable psi_cgroups_enabled storage-class-specifier to static
 2023-04-05 18:38 UTC  (3+ messages)

[PATCH] PM: hibernate: Do not get block device exclusively in test_resume mode
 2023-04-05 18:37 UTC  (2+ messages)

[PATCH net-next] net: sunhme: move asm includes to below linux includes
 2023-04-05 18:34 UTC  (6+ messages)

[PATCH 00/18] arch: Consolidate <asm/fb.h>
 2023-04-05 18:33 UTC  (4+ messages)
` [PATCH 01/18] fbdev: Prepare generic architecture helpers

[PATCH] KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults
 2023-04-05 18:31 UTC  (4+ messages)

[PATCH bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile
 2023-04-05 18:30 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix potential null dereference
 2023-04-05 18:29 UTC  (2+ messages)

[PATCH] mm/khugepaged: Check again on anon uffd-wp during isolation
 2023-04-05 18:25 UTC  (4+ messages)

[PATCH 6.2 000/185] 6.2.10-rc2 review
 2023-04-05 18:24 UTC  (3+ messages)

[PATCH 6.1 000/177] 6.1.23-rc3 review
 2023-04-05 18:23 UTC  (3+ messages)

[PATCH] drm/scheduler: Fix UAF race in drm_sched_entity_push_job()
 2023-04-05 18:23 UTC  (2+ messages)

[PATCH] x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPIN
 2023-04-05 18:19 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH] staging: octeon: remove typedef declaration for cvmx_fau_op_size
 2023-04-05 18:18 UTC 

[PATCH 0/5] Remove acpi.h implicit include of of.h
 2023-04-05 18:11 UTC  (5+ messages)
` [PATCH 5/5] ACPI: Replace irqdomain.h include with struct declarations

[PATCH] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
 2023-04-05 18:09 UTC  (2+ messages)

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-05 18:02 UTC  (6+ messages)
` [PATCH v6 1/5] arm64: ftrace: Add direct call support
` [PATCH v6 2/5] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v6 3/5] samples: ftrace: Save required argument registers in sample trampolines
` [PATCH v6 4/5] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v6 5/5] selftests/bpf: Update the tests deny list on aarch64

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-05 18:01 UTC  (7+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA
` [PATCH v3 2/6] vfio/nvgpu: expose GPU device memory as BAR1
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages
` [PATCH v3 4/6] mm: Add poison error check in fixup_user_fault() for mapped PFN
` [PATCH v3 5/6] mm: Change ghes code to allow poison of non-struct PFN
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling

[PATCH 0/5] stm32mp15: update remoteproc to support SCMI Device tree
 2023-04-05 18:01 UTC  (5+ messages)
` [PATCH 3/5] remoteproc: stm32: Clean-up the management of the hold boot by SMC call
` [PATCH 4/5] remoteproc: stm32: Allow hold boot management by the SCMI reset controller

[GIT PULL] tracing: Fixes for 6.3-rc5
 2023-04-05 18:01 UTC  (2+ messages)

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-04-05 15:04 UTC  (3+ messages)
` [PATCH v3 21/65] clk: davinci: da8xx-cfgchip: Add a determine_rate hook

[PATCH] cpufreq: CPPC: use 10ms delay instead of 2us to avoid high error
 2023-04-05 17:57 UTC  (4+ messages)

[PATCH v5 00/27] x86_64: Improvements at compressed kernel stage
 2023-04-05 17:54 UTC  (5+ messages)
` [PATCH v5 02/27] x86/build: Remove RWX sections and align on 4KB
` [PATCH v5 03/27] x86/boot: Set cr0 to known state in trampoline

[PATCH] usb: cdnsp: Fixes error: uninitialized symbol 'len'
 2023-04-05 17:54 UTC  (4+ messages)

[PATCH v2 0/3] Some fixes and cleanup for maple tree
 2023-04-05 17:49 UTC  (4+ messages)

[PATCH v4 0/5] Enable I2S support for RK3588/RK3588S SoCs
 2023-04-05 17:45 UTC  (2+ messages)

[PATCH v3] arm64: dts: rockchip: Enable RTC support for Rock 5B
 2023-04-05 17:46 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: rockchip: correct panel supplies
 2023-04-05 17:45 UTC  (2+ messages)

[PATCHv1 1/1] arm64: dts: rockchip: rk3588: add thermal sensor
 2023-04-05 17:46 UTC  (2+ messages)

[Regression] drm/scheduler: track GPU active time per entity
 2023-04-05 17:44 UTC  (7+ messages)

[PATCH 01/13] rust: sync: introduce `LockClassKey`
 2023-04-05 17:42 UTC  (3+ messages)

[PATCH] drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
 2023-04-05 17:39 UTC  (3+ messages)

[PATCH v2] cifs: sanitize paths in cifs_update_super_prepath
 2023-04-05 17:36 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