public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-12 20:00:56 to 2023-07-12 23:31:25 UTC [more...]

[PATCH 06/12] Staging: rtl8192e: Rename function BaSetupTimeOut
 2023-07-12 23:32 UTC 

[PATCH] erofs: DEFLATE compression support
 2023-07-12 23:30 UTC 

[PATCH 05/12] Staging: rtl8192e: Rename function TsInitDelBA
 2023-07-12 23:30 UTC 

[PATCH V6 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-12 23:28 UTC  (4+ messages)
` [PATCH V6 1/9] drivers core: Add support for Wifi band RF mitigations

[GIT PULL] probes: Fixes for 6.5-rc1
 2023-07-12 23:28 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 6.5-2
 2023-07-12 23:28 UTC  (2+ messages)

[GIT PULL] HID fixes
 2023-07-12 23:28 UTC  (2+ messages)

[PATCH 04/12] Staging: rtl8192e: Rename function TsInitAddBA
 2023-07-12 23:28 UTC 

[PATCH] tracing/histograms: Add histograms to hist_vars if they have referenced variables
 2023-07-12 23:26 UTC  (3+ messages)

[PATCH 03/12] Staging: rtl8192e: Rename function TxTsDeleteBA
 2023-07-12 23:27 UTC 

[PATCH 01/12] Staging: rtl8192e: Rename function ActivateBAEntry
 2023-07-12 23:25 UTC 

[PATCH 02/12] Staging: rtl8192e: Rename function DeActivateBAEntry
 2023-07-12 23:26 UTC 

[PATCH 00/12] Staging: rtl8192e: Style Guide Cleanup
 2023-07-12 23:23 UTC 

[PATCH v2 0/4] dedupe smb unicode files
 2023-07-12 23:17 UTC  (2+ messages)

[PATCH 00/10] ASoC: ad: Update Analog Devices drivers to maple tree register cache
 2023-07-12 23:13 UTC  (11+ messages)
` [PATCH 01/10] ASoC: ad1836: Update to use "
` [PATCH 02/10] ASoC: ad1980: "
` [PATCH 03/10] ASoC: adau1372: "
` [PATCH 04/10] ASoC: adau1373: "
` [PATCH 05/10] ASoC: adau1701: "
` [PATCH 06/10] ASoC: adau1761: "
` [PATCH 07/10] ASoC: adau1781: "
` [PATCH 08/10] ASoC: adau1977: "
` [PATCH 09/10] ASoC: adau7118: "
` [PATCH 10/10] ASoC: adav80x: "

[PATCH v7 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-07-12 23:13 UTC  (5+ messages)
` [PATCH v7 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v7 06/14] dmaengine: idxd: Add wq private data accessors

[PATCH v6 0/6] meson saradc: add iio channels to read channel 7 mux inputs
 2023-07-12 23:10 UTC  (6+ messages)
` [PATCH v6 1/6] iio: adc: meson: remove unused timestamp channel
` [PATCH v6 2/6] iio: adc: meson: move enums declaration before variables declaration
` [PATCH v6 3/6] iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
` [PATCH v6 4/6] iio: adc: meson: add enum for iio channel numbers
` [PATCH v6 5/6] iio: adc: meson: add channel labels

[PATCH v5 0/6] iio: adc: meson: add iio channels to read channel 7 mux inputs
 2023-07-12 23:04 UTC  (3+ messages)

[PATCH v2 0/3] TPMI control and debugfs support
 2023-07-12 23:07 UTC  (10+ messages)
` [PATCH v2 1/3] platform/x86/intel/tpmi: Read feature control status
` [PATCH v2 2/3] platform/x86/intel/tpmi: Add debugfs interface
` [PATCH v2 3/3] doc: TPMI: Add debugfs documentation

[PATCH v3 00/28] Add Cgroup support for SGX EPC memory
 2023-07-12 23:01 UTC  (23+ messages)
` [PATCH v3 01/28] x86/sgx: Store struct sgx_encl when allocating new VA pages
` [PATCH v3 02/28] x86/sgx: Add EPC page flags to identify owner type
` [PATCH v3 03/28] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
` [PATCH v3 04/28] x86/sgx: Use sgx_epc_lru_lists for existing active page list
` [PATCH v3 05/28] x86/sgx: Store reclaimable epc pages in sgx_epc_lru_lists
` [PATCH v3 06/28] x86/sgx: store unreclaimable EPC "
` [PATCH v3 07/28] x86/sgx: Introduce EPC page states
` [PATCH v3 08/28] x86/sgx: Introduce RECLAIM_IN_PROGRESS state
` [PATCH v3 09/28] x86/sgx: Use a list to track to-be-reclaimed pages
` [PATCH v3 10/28] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [PATCH v3 11/28] x85/sgx: Return the number of EPC pages that were successfully reclaimed
` [PATCH v3 12/28] x86/sgx: Add option to ignore age of page during EPC reclaim
` [PATCH v3 13/28] x86/sgx: Prepare for multiple LRUs
` [PATCH v3 14/28] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [PATCH v3 15/28] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [PATCH v3 16/28] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
` [PATCH v3 17/28] x86/sgx: fix a NULL pointer
` [PATCH v3 18/28] cgroup/misc: Fix an overflow
` [PATCH v3 19/28] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v3 20/28] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
` [PATCH v3 21/28] x86/sgx: Limit process EPC usage with misc cgroup controller
` [PATCH v3 22/28] Docs/x86/sgx: Add description for cgroup support

[PATCH] usb: dwc3: Disable AutoRetry controller feature for dwc_usb3 v2.00a
 2023-07-12 23:02 UTC  (6+ messages)

[PATCH net] net: ena: fix shift-out-of-bounds in exponential backoff
 2023-07-12 23:00 UTC  (2+ messages)

[PATCH v3 0/3] TPMI control and debugfs support
 2023-07-12 22:59 UTC  (4+ messages)
` [PATCH v3 1/3] platform/x86/intel/tpmi: Read feature control status
` [PATCH v3 2/3] platform/x86/intel/tpmi: Add debugfs interface
` [PATCH v3 3/3] doc: TPMI: Add debugfs documentation

[PATCH v3 0/3] Support dwc3 runtime suspend during bus suspend
 2023-07-12 22:57 UTC  (8+ messages)
` [PATCH v3 2/3] dt-bindings: usb: snps,dwc3: Add allow-rtsusp-on-u3 property
` [PATCH v3 3/3] usb: dwc3: Modify runtime pm ops to handle bus suspend

[PATCH 0/7] Support of HASH on STM32MP13
 2023-07-12 22:56 UTC  (5+ messages)
` [PATCH 2/7] crypto: stm32 - add new algorithms support

[PATCH v2] Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"
 2023-07-12 22:55 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Add missing BTI instructions
 2023-07-12 22:50 UTC  (2+ messages)

[PATCH 2/2] remoteproc: imx_dsp_rproc: add module parameter to ignore ready flag from remote processor
 2023-07-12 22:42 UTC 

[PATCH 1/2] remoteproc: imx_dsp_rproc: add mandatory find_loaded_rsc_table op
 2023-07-12 22:42 UTC 

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-12 22:41 UTC  (16+ messages)

[PATCH] soc: qcom: smem: Use struct_size()
 2023-07-12 22:40 UTC  (2+ messages)

[PATCH v2] kallsyms: strip LTO-only suffixes from promoted global functions
 2023-07-12 22:40 UTC  (5+ messages)

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-07-12 22:38 UTC  (6+ messages)
` [PATCH 29/32] lib/string_helpers: string_get_size() now returns characters wrote

[PATCH v2 0/6] perf parse-regs: Refactor architecture functions
 2023-07-12 22:37 UTC  (2+ messages)

[PATCH V2] ACPI: APEI: Use ERST timeout for slow devices
 2023-07-12 22:34 UTC 

[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
 2023-07-12 22:34 UTC  (3+ messages)
` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec

[RFC PATCH v2] x86/boot: add .sbat section to the bzImage
 2023-07-12 22:32 UTC  (21+ messages)

[RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
 2023-07-12 22:31 UTC  (3+ messages)
` [RFC PATCH v5 13/17] vsock: enable setting SO_ZEROCOPY

[PATCH] drm/msm: Fix hw_fence error path cleanup
 2023-07-12 22:25 UTC 

[GIT PULL] tracing: Fixes for v6.5-rc1
 2023-07-12 22:17 UTC 

[PATCH v2 0/7] sched: Implement shared runqueue in CFS
 2023-07-12 22:16 UTC  (7+ messages)
` [PATCH v2 4/7] sched/fair: Add SHARED_RUNQ sched feature and skeleton calls
` [PATCH v2 5/7] sched: Implement shared runqueue in CFS

[PATCH v4 0/2] (no cover subject)
 2023-07-12 22:16 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mtd: Add SEAMA partition bindings
` [PATCH v4 2/2] ARM: dts: bcm5301x: Add SEAMA compatibles

[PATCH 00/10] Unify TDCALL/SEAMCALL and TDVMCALL assembly
 2023-07-12 22:15 UTC  (5+ messages)
` [PATCH 03/10] x86/tdx: Move FRAME_BEGIN/END to TDX_MODULE_CALL asm macro
` [PATCH 09/10] x86/virt/tdx: Wire up basic SEAMCALL functions

linux-next: Signed-off-by missing for commit in the mhi tree
 2023-07-12 22:14 UTC 

[PATCH v5 3/5] drm/msm/dpu: rename all hw_intf structs to have dpu_hw prefix
 2023-07-12 22:12 UTC  (4+ messages)
` [PATCH v5 4/5] drm/msm/dpu: rename enable_compression() to program_intf_cmd_cfg()

[gustavoars:testing/fam01-next20230712 2/7] arch/sparc/mm/init_64.c:3057:31: error: array subscript -1 is outside array bounds of 'char[]'
 2023-07-12 22:11 UTC 

[PATCH v6 0/2] Fix nohz_full vs cfs bandwidth
 2023-07-12 22:11 UTC  (5+ messages)
` [PATCH v2 1/2] sched, cgroup: Restore meaning to hierarchical_quota
` [PATCH v6 2/2] Sched/fair: Block nohz tick_stop when cfs bandwidth in use

[GIT PULL] bcachefs
 2023-07-12 22:10 UTC  (4+ messages)

[PATCH] kbuild: rpm-pkg: Add dtbs support
 2023-07-12 22:08 UTC  (2+ messages)

[PATCH v1] regmap-irq: Fix out-of-bounds access when allocating config buffers
 2023-07-12 22:06 UTC  (2+ messages)

[PATCH 2/2] kselftest/alsa: pcm-test: Decrease stream duration from 4 to 2 seconds
 2023-07-12 22:03 UTC  (11+ messages)

[for-linus][PATCH 0/5] tracing: Some more fixes for 6.5
 2023-07-12 21:50 UTC  (6+ messages)
` [for-linus][PATCH 1/5] selftests/user_events: Test struct size match cases
` [for-linus][PATCH 2/5] tracing: arm64: Avoid missing-prototype warnings
` [for-linus][PATCH 3/5] ring-buffer: Fix deadloop issue on reading trace_pipe
` [for-linus][PATCH 4/5] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
` [for-linus][PATCH 5/5] tracing: Stop FORTIFY_SOURCE complaining about stack trace caller

[PATCH v2] mtd: spi-nor: Correct flags for Winbond w25q128
 2023-07-12 21:59 UTC 

linux-next: Fixes tag needs some work in the soundwire-fixes tree
 2023-07-12 21:59 UTC 

[PATCH v2] i2c: busses: fix parameter check in i2c_gpio_fault_injector_init()
 2023-07-12 21:53 UTC  (2+ messages)
  ` [v2] "

[PATCH] mtd: spi-nor: Correct flags for Winbond w25q128
 2023-07-12 21:50 UTC  (3+ messages)

[PATCH v2] hwmon: (pmbus/max20730) Remove strlcpy occurences
 2023-07-12 21:43 UTC 

[PATCH v2] Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID
 2023-07-12 21:36 UTC 

[PATCH v2] integrity: Always reference the blacklist keyring with apprasial
 2023-07-12 21:33 UTC  (4+ messages)

[net-next PATCH] octeontx2-pf: Install TC filter rules in hardware based on priority
 2023-07-12 21:31 UTC  (3+ messages)

[PATCH v2 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-07-12 21:28 UTC  (3+ messages)
` [PATCH v2 01/15] drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config

[PATCH] ext4: fix decoding of raw_inode timestamps
 2023-07-12 21:25 UTC  (4+ messages)

[RFC v2 0/9] kunit: Add test attributes API
 2023-07-12 21:24 UTC  (4+ messages)
` [RFC v2 8/9] kunit: add tests for filtering attributes

[PATCH] Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID
 2023-07-12 21:22 UTC  (3+ messages)

[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
 2023-07-12 21:20 UTC  (3+ messages)

[syzbot] [jfs?] KASAN: use-after-free Read in lbmIODone (2)
 2023-07-12 21:20 UTC  (2+ messages)

[PATCH] Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO
 2023-07-12 21:20 UTC  (2+ messages)

[RESEND PATCH V2 QDMA 0/1] AMD QDMA driver
 2023-07-12 21:19 UTC  (3+ messages)
` [RESEND PATCH V2 QDMA 1/1] dmaengine: amd: qdma: Add "

[PATCH] x86/platform/uv: Abort UV initialization when reduced nr_cpus requires it
 2023-07-12 21:18 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: imx8qm: add cpu frequency table
 2023-07-12 21:17 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: imx8qm: add thermal zone and cooling map
` [PATCH 3/3] arm64: dts: imx8qm-mek: delete A72 thermal zone

[PATCH 00/20] bcachefs prereqs patch series
 2023-07-12 21:11 UTC  (21+ messages)
` [PATCH 01/20] sched: Add task_struct->faults_disabled_mapping
` [PATCH 02/20] fs: factor out d_mark_tmpfile()
` [PATCH 03/20] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH 04/20] block: Add some exports for bcachefs
` [PATCH 05/20] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 06/20] block: Bring back zero_fill_bio_iter
` [PATCH 07/20] block: Don't block on s_umount from __invalidate_super()
` [PATCH 08/20] stacktrace: Export stack_trace_save_tsk
` [PATCH 09/20] lib/string_helpers: string_get_size() now returns characters wrote
` [PATCH 10/20] lib: Export errname
` [PATCH 11/20] locking/osq: Export osq_(lock|unlock)
` [PATCH 12/20] bcache: move closures to lib/
` [PATCH 13/20] MAINTAINERS: Add entry for closures
` [PATCH 14/20] closures: closure_wait_event()
` [PATCH 15/20] closures: closure_nr_remaining()
` [PATCH 16/20] closures: Add a missing include
` [PATCH 17/20] MAINTAINERS: Add entry for generic-radix-tree
` [PATCH 18/20] lib/generic-radix-tree.c: Don't overflow in peek()
` [PATCH 19/20] lib/generic-radix-tree.c: Add a missing include
` [PATCH 20/20] lib/generic-radix-tree.c: Add peek_prev()

[PATCH printk v2 0/5] various cleanups
 2023-07-12 21:11 UTC  (4+ messages)
` [PATCH printk v2 2/5] printk: Add NMI safety to console_flush_on_panic() and console_unblank()

KASAN: use-after-free Read in __media_entity_remove_links
 2023-07-12 21:11 UTC  (3+ messages)
` [syzbot] "

[PATCH v3] Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()
 2023-07-12 21:10 UTC  (2+ messages)

[PATCH v3 1/2] Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922
 2023-07-12 21:10 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: btusb: Add VID 0489 & PID e102 for MediaTek MT7922 USB Bluetooth chip
 2023-07-12 21:10 UTC  (2+ messages)

[PATCH] clocksource: Fix warnings in mshyperv.h
 2023-07-12 21:06 UTC  (2+ messages)

[PATCH] Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN
 2023-07-12 21:05 UTC  (2+ messages)

[PATCH 1/1] thermal/drivers/imx_sc_thermal: return -EAGAIN when SCFW turn off resource
 2023-07-12 21:05 UTC 

[PATCH] staging: 7811: Fix memory leak in _r8712_init_xmit_priv
 2023-07-12 20:57 UTC 

[PATCH v2] net:Fix an NULL vs IS_ERR() bug for debugfs_create_dir() in i40e_dbg_init()
 2023-07-12 20:57 UTC  (2+ messages)

[PATCH 0/5] perf record: Tracking side-band events for all CPUs when tracing selected CPUs
 2023-07-12 20:48 UTC  (3+ messages)
` [PATCH 4/5] perf test: Add test case for record tracking

[linus:master] [rcu/nocb] 7625926086: WARNING:at_kernel/rcu/tree_nocb.h:#rcu_nocb_try_bypass
 2023-07-12 20:48 UTC  (5+ messages)

[PATCH v3 0/9] rust: workqueue: add bindings for the workqueue
 2023-07-12 20:43 UTC  (7+ messages)
` [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH 3/9] workqueue: introduce `__INIT_WORK_WITH_KEY`
` [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields

[PATCH 00/53] icc-rpmh multi-RSC voting groundwork
 2023-07-12 20:43 UTC  (5+ messages)
` [PATCH 01/53] dt-bindings: interconnect: qcom,icc: Introduce fixed BCM voter indices
` [PATCH 02/53] dt-bindings: interconnect: qcom,bcm-voter: Add qcom,bcm-voter-idx

[PATCH v14 00/12] Add support for MT8195 SCP 2nd core
 2023-07-12 20:40 UTC  (3+ messages)
` [PATCH v14 05/12] remoteproc: mediatek: Introduce cluster on single-core SCP

[PATCH v2] drm/nouveau: bring back blit subchannel for pre nv50 GPUs
 2023-07-12 20:39 UTC  (2+ messages)
` [Nouveau] "

[PATCH v3 00/11] tools/nolibc: shrink arch support
 2023-07-12 20:39 UTC  (3+ messages)
` [PATCH v3 02/11] tools/nolibc: add new crt.h with _start_c

[PATCH] drm/nouveau/acr: Abort loading ACR if no firmware was found
 2023-07-12 20:38 UTC  (4+ messages)
    ` [Nouveau] "

[PATCH v3 0/3] mtd: rawnand: marvell: add support for AC5 SoC
 2023-07-12 20:36 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: mtd: Add AC5 specific binding

[PATCH 0/2] ARM: imx: imx6sx: Add support for TX clock controls
 2023-07-12 20:36 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: net: fsl,fec: Add "

[GIT PULL] OpenRISC fix for 6.5
 2023-07-12 20:30 UTC 

[PATCH v4] Bluetooth: btmtk: Fix null pointer when processing coredump
 2023-07-12 20:29 UTC  (2+ messages)

[PATCH v1] perf parse-events: Avoid segv if PMU lookup fails for legacy cache terms
 2023-07-12 20:29 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: msm8916-samsung-serranove: Add RT5033 PMIC with charger
 2023-07-12 20:28 UTC  (4+ messages)

[PATCH 0/7] Add support for LUT PPG
 2023-07-12 20:11 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: soc: qcom: Add qcom-pbs bindings

[PATCH v3] dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
 2023-07-12 20:11 UTC  (2+ messages)

[PATCH] ARM: dts: at91: sam9x60: fix the SOC detection
 2023-07-12 20:04 UTC  (3+ messages)

[PATCH 0/7] KVM: Grab KVM references for stats fds
 2023-07-12 20:04 UTC  (3+ messages)
` [PATCH 1/7] KVM: Grab a reference to KVM for VM and vCPU stats file descriptors

[PATCH 1/1] mm: fix a lockdep issue in vma_assert_write_locked
 2023-07-12 20:00 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