public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 12:42:25 to 2024-04-15 13:44:02 UTC [more...]

[PATCH v11 00/14] Add Cgroup support for SGX EPC memory
 2024-04-15 13:43 UTC  (5+ messages)
` [PATCH v11 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v11 02/14] cgroup/misc: Add per resource callbacks for CSS events

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-15 13:43 UTC  (19+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v5 0/2] i2c: Set i2c pinctrl recovery info from it's device pinctrl
 2024-04-15 13:43 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-15 13:15 UTC  (10+ messages)
` [PATCH net-next v3 06/12] net: ethernet: oa_tc6: implement internal PHY initialization

[PATCH v1 0/2] mmc: sdhci-acpi: Spring cleanup
 2024-04-15 13:40 UTC  (4+ messages)
` [PATCH v1 2/2] mmc: sdhci-acpi: Use devm_platform_ioremap_resource()

[PATCH 00/12] irqchip/stm32-exti: add irq-map and STM32MP25 support
 2024-04-15 13:37 UTC  (4+ messages)
` [PATCH 02/12] dt-bindings: interrupt-controller: stm32-exti: Add irq nexus child node

[PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
 2024-04-15 13:38 UTC  (2+ messages)

[PATCH v2] HID: i2c-hid: wait for i2c touchpad deep-sleep to power-up transition
 2024-04-15 13:37 UTC  (10+ messages)

[PATCH 0/3] add FnLock LED class device to ideapad laptops
 2024-04-15 13:35 UTC  (2+ messages)

[PATCH 5.15 00/57] 5.15.155-rc1 review
 2024-04-15 13:31 UTC  (9+ messages)

[PATCH v5 0/5] iio: adc: ad7192: Add AD7194 support
 2024-04-15 13:31 UTC  (7+ messages)
` [PATCH v5 4/5] dt-bindings: "
` [PATCH v5 5/5] "

[PATCH printk v4 00/27] wire up write_atomic() printing
 2024-04-15 13:32 UTC  (7+ messages)
` [PATCH printk v4 24/27] panic: Mark emergency section in warn
` [PATCH printk v4 25/27] panic: Mark emergency section in oops
` [PATCH printk v4 26/27] rcu: Mark emergency section in rcu stalls

[PATCH] regmap: kunit: Fix an NULL vs IS_ERR() check
 2024-04-15 13:31 UTC  (2+ messages)

[PATCH 1/1] userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVE
 2024-04-15 13:31 UTC  (2+ messages)

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-04-15 13:30 UTC  (19+ messages)

[PATCH][next] net/handshake: remove redundant assignment to variable ret
 2024-04-15 13:30 UTC  (2+ messages)

[PATCH 00/15] tty: serial: switch from circ_buf to kfifo
 2024-04-15 13:28 UTC  (4+ messages)
  ` [PATCH 12/15] "

[syzbot] [nilfs?] UBSAN: array-index-out-of-bounds in nilfs_add_link
 2024-04-15 13:28 UTC  (2+ messages)

[PATCH 0/4] Add support for multi-port output on the funnel
 2024-04-15 13:24 UTC  (7+ messages)
` [PATCH 2/4] coresight: Add support for multiple output ports "

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-15 13:19 UTC  (16+ messages)
` [PATCH net-next v2 01/15] mm: page_frag: add a test module for page_frag
` [PATCH net-next v2 02/15] xtensa: remove the get_order() implementation
` [PATCH net-next v2 03/15] mm: page_frag: use free_unref_page() to free page fragment
` [PATCH net-next v2 04/15] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v2 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v2 06/15] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v2 08/15] mm: page_frag: add two inline helper for "
` [PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH net-next v2 10/15] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias
` [PATCH net-next v2 11/15] net: introduce the skb_copy_to_va_nocache() helper
` [PATCH net-next v2 12/15] mm: page_frag: introduce prepare/commit API for page_frag
` [PATCH net-next v2 13/15] net: replace page_frag with page_frag_cache
` [PATCH net-next v2 14/15] mm: page_frag: update documentation for page_frag
` [PATCH net-next v2 15/15] mm: page_frag: add a entry in MAINTAINERS "

[PATCH v2 1/3] riscv: cacheinfo: remove the useless parameter (node) of ci_leaf_init()
 2024-04-15 13:21 UTC  (5+ messages)
` [PATCH v2 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH 00/10] KVM: MMU changes for confidential computing
 2024-04-15 13:21 UTC  (7+ messages)
` [PATCH 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 07/10] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v1 1/1] fpga: ice40-spi: Remove redundant of_match_ptr() macros
 2024-04-15 13:21 UTC  (3+ messages)

[PATCH] speakup: Fix sizeof() vs ARRAY_SIZE() bug
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_map_single()
 2024-04-15 13:19 UTC  (6+ messages)

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-15 13:14 UTC  (6+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH] dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema
 2024-04-15 13:11 UTC 

[PATCH v6 03/11] mfd: tps6594: add regmap config in match data
 2024-04-15 13:10 UTC  (2+ messages)
` [RESEND PATCH v1 05/13] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI

[PATCH v3] ASoC: dt-bindings: omap-mcpdm: Convert to DT schema
 2024-04-15 13:09 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: power: supply: ltc3350-charger: Add bindings
 2024-04-15 13:08 UTC  (6+ messages)
  ` [PATCH v3 2/2] power: supply: ltc3350-charger: Add driver

[PATCH v3] irqchip/gic-v3-its: Fix double free on error
 2024-04-15 13:06 UTC  (2+ messages)

[net-next PATCH v5 0/4] net: hsr: Add support for HSR-SAN (RedBOX)
 2024-04-15 13:07 UTC  (6+ messages)
` [net-next PATCH v5 1/4] net: hsr: Provide RedBox support (HSR-SAN)
` [net-next PATCH v5 2/4] test: hsr: Move common code to hsr_common.sh file
` [net-next PATCH v5 3/4] test: hsr: Extract version agnostic information from ping command output
` [net-next PATCH v5 4/4] test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation

[PATCH v4 0/5] Wave515 decoder IP support
 2024-04-15 13:07 UTC  (3+ messages)
  `  "

[syzbot] [bluetooth?] WARNING in hci_conn_set_handle
 2024-04-15 13:07 UTC 

[PATCH v1 1/1] gpio: sch: Switch to memory mapped IO accessors
 2024-04-15 13:05 UTC  (3+ messages)

[kpsingh:static_calls] [security] 9e15595ed0: Kernel_panic-not_syncing:lsm_static_call_init-Ran_out_of_static_slots
 2024-04-15 13:04 UTC  (3+ messages)

riscv32 EXT4 splat, 6.8 regression?
 2024-04-15 13:04 UTC  (7+ messages)

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-15 13:03 UTC  (5+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings

[patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2024-04-15 13:00 UTC  (3+ messages)
` [PATCH] posix-timers: Handle returned errors poperly in [i]timer_delete()

Kernels 6.8+ no longer resume fully after a hibernate
 2024-04-15 13:00 UTC  (2+ messages)

[PATCH v4 0/8] MediaTek UFS fixes and cleanups - Part 1
 2024-04-15 13:00 UTC  (5+ messages)
` [PATCH v4 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183
` [PATCH v4 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks

[RFC 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-04-15 12:57 UTC  (7+ messages)
` [RFC 2/2] "

[PATCH 00/18] backlight: Constify lcd_ops
 2024-04-15 12:58 UTC  (30+ messages)
` [PATCH 01/18] "
` [PATCH 02/18] backlight: ams369fg06: "
` [PATCH 03/18] backlight: corgi_lcd: "
` [PATCH 04/18] backlight: hx8357: "
` [PATCH 05/18] backlight: ili922x: "
` [PATCH 06/18] backlight: ili9320: "
` [PATCH 07/18] backlight: jornada720_lcd: "
` [PATCH 08/18] backlight: l4f00242t03: "
` [PATCH 09/18] backlight: lms283gf05: "
` [PATCH 10/18] backlight: lms501kf03: "
` [PATCH 11/18] backlight: ltv350qv: "
` [PATCH 12/18] backlight: otm3225a: "
` [PATCH 13/18] backlight: platform_lcd: "
` [PATCH 14/18] backlight: tdo24m: "

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-15 12:55 UTC  (37+ messages)
` [PATCH v9 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v9 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v9 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v9 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v9 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v9 06/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v9 08/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v9 09/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v9 10/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v9 11/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v9 12/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v9 13/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v9 14/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v9 15/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v9 16/36] function_graph: Move graph depth stored data "
` [PATCH v9 17/36] function_graph: Move graph notrace bit "
` [PATCH v9 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v9 19/36] function_graph: Add selftest for passing local variables
` [PATCH v9 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v9 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v9 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v9 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v9 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v9 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v9 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v9 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v9 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v9 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v9 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v9 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v9 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v9 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v9 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v9 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v9 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-15 12:51 UTC  (7+ messages)
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()

[PATCH AUTOSEL 4.19 1/4] ALSA: line6: Zero-initialize message buffers
 2024-04-15 10:05 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 2/4] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 4.19 3/4] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 4.19 4/4] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH AUTOSEL 5.4 1/4] ALSA: line6: Zero-initialize message buffers
 2024-04-15 10:05 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 2/4] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 5.4 3/4] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 5.4 4/4] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH AUTOSEL 5.10 1/4] ALSA: line6: Zero-initialize message buffers
 2024-04-15 10:04 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 2/4] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 5.10 3/4] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 5.10 4/4] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH AUTOSEL 5.15 1/4] ALSA: line6: Zero-initialize message buffers
 2024-04-15 10:04 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 2/4] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 5.15 3/4] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 5.15 4/4] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH v1 0/2] riscv: dts: starfive: visionfive 2: Remove non-existing hardware
 2024-04-15 12:50 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
` [PATCH v1 2/2] riscv: dts: starfive: visionfive 2: Remove non-existing I2S hardware

[PATCH AUTOSEL 6.1 1/6] scsi: ufs: core: WLUN suspend dev/link state error recovery
 2024-04-15 10:04 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 2/6] ALSA: line6: Zero-initialize message buffers
` [PATCH AUTOSEL 6.1 3/6] block: fix overflow in blk_ioctl_discard()
` [PATCH AUTOSEL 6.1 4/6] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 6.1 5/6] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 6.1 6/6] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH] drm/sysfs: Add drm class-wide attribute to get active device clients
 2024-04-15 12:50 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 01/12] ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend
 2024-04-15 10:03 UTC  (12+ messages)
` [PATCH AUTOSEL 6.6 02/12] regulator: tps65132: Add of_match table
` [PATCH AUTOSEL 6.6 03/12] bpf: put uprobe link's path and task in release callback
` [PATCH AUTOSEL 6.6 04/12] scsi: ufs: core: WLUN suspend dev/link state error recovery
` [PATCH AUTOSEL 6.6 05/12] scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
` [PATCH AUTOSEL 6.6 06/12] scsi: ufs: core: Fix MCQ mode dev command timeout
` [PATCH AUTOSEL 6.6 07/12] ALSA: line6: Zero-initialize message buffers
` [PATCH AUTOSEL 6.6 08/12] block: fix overflow in blk_ioctl_discard()
` [PATCH AUTOSEL 6.6 09/12] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 6.6 10/12] vboxsf: explicitly deny setlease attempts
` [PATCH AUTOSEL 6.6 11/12] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 6.6 12/12] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH AUTOSEL 6.8 01/15] ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend
 2024-04-15 10:02 UTC  (15+ messages)
` [PATCH AUTOSEL 6.8 02/15] regulator: tps65132: Add of_match table
` [PATCH AUTOSEL 6.8 03/15] bpf: put uprobe link's path and task in release callback
` [PATCH AUTOSEL 6.8 04/15] OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mismatch
` [PATCH AUTOSEL 6.8 05/15] scsi: ufs: core: WLUN suspend dev/link state error recovery
` [PATCH AUTOSEL 6.8 06/15] scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
` [PATCH AUTOSEL 6.8 07/15] scsi: ufs: core: Fix MCQ mode dev command timeout
` [PATCH AUTOSEL 6.8 08/15] ALSA: line6: Zero-initialize message buffers
` [PATCH AUTOSEL 6.8 09/15] block: fix overflow in blk_ioctl_discard()
` [PATCH AUTOSEL 6.8 10/15] ASoC: codecs: ES8326: Solve error interruption issue
` [PATCH AUTOSEL 6.8 11/15] ASoC: codecs: ES8326: modify clock table
` [PATCH AUTOSEL 6.8 12/15] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 6.8 13/15] vboxsf: explicitly deny setlease attempts
` [PATCH AUTOSEL 6.8 14/15] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 6.8 15/15] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH] mfd: pm8xxx: add support for PM8901
 2024-04-15 12:39 UTC 

[PATCH v4] media: usb: siano: Fix allocation of urbs
 2024-04-15 12:48 UTC 

btrfs: sanity tests fails on 6.8.3
 2024-04-15 12:47 UTC  (4+ messages)

[PATCH] clk: rs9: fix wrong default value for clock amplitude
 2024-04-15 12:44 UTC  (2+ messages)

[PATCH v6 0/5] nvme-fabrics: short-circuit connect retries
 2024-04-15 12:42 UTC  (5+ messages)
` [PATCH v6 2/5] nvmet: return DHCHAP status codes from nvmet_setup_auth()
` [PATCH v6 3/5] nvme: authentication error are always non-retryable
` [PATCH v6 4/5] nvme-fabrics: short-circuit reconnect retries
` [PATCH v6 5/5] nvme-fabrics: handle transient auth failures


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