messages from 2023-04-04 09:06:09 to 2023-04-04 11:29:01 UTC [more...]
[PATCH net-next v1 0/7] net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling
2023-04-04 11:28 UTC (9+ messages)
` [PATCH net-next v1 1/7] net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse
` [PATCH net-next v1 2/7] net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table operations
` [PATCH net-next v1 3/7] net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static
` [PATCH net-next v1 4/7] net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty entries
` [PATCH net-next v1 5/7] net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/write functions
` [PATCH net-next v1 6/7] net: dsa: microchip: Make ksz8_w_sta_mac_table() static
` [PATCH net-next v1 7/7] net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()
[PATCH v10 0/5] can: bxcan: add support for ST bxCAN controller
2023-04-04 11:28 UTC (4+ messages)
dmaengine: at_hdmac: Regression regarding rs485 via dma in v5.4
2023-04-04 11:25 UTC
[PATCH 0/5] usb: dwc3: qcom: Allow runtime PM
2023-04-04 11:25 UTC (8+ messages)
` [PATCH 1/5] arm64: dts: qcom: sc8280xp: Add missing dwc3 quirks
[PATCH v13] tee: optee: Add SMC for loading OP-TEE image
2023-04-04 11:23 UTC (3+ messages)
[PATCH 0/3] spi: s3c64xx: improve SPI polling mode
2023-04-04 11:17 UTC (4+ messages)
` [PATCH 1/3] spi: s3c64xx: support spi polling mode using devicetree
[PATCH v2] soc/tegra: pmc: Support software wake-up for SPE
2023-04-04 11:15 UTC (3+ messages)
[PATCH bpf-next v2 08/10] xsk: Support UMEM chunk_size > PAGE_SIZE
2023-04-04 11:14 UTC (6+ messages)
[PATCH] iio: light: tsl2772: fix reading proximity-diodes from device tree
2023-04-04 11:13 UTC (3+ messages)
[PATCH] MAINTAINERS: Remove Mathieu Poirier as coresight maintainer
2023-04-04 11:11 UTC
[PATCH] video/aperture: fix typos
2023-04-04 11:08 UTC (7+ messages)
[PATCH v2 0/3] p54spi devicetree conversion
2023-04-04 11:06 UTC
[PATCH V11 0/4] Add minimal boot support for IPQ9574
2023-04-04 11:03 UTC (6+ messages)
` [PATCH V11 1/4] dt-bindings: clock: Add ipq9574 clock and reset definitions
` [PATCH V11 2/4] clk: qcom: Add Global Clock Controller driver for IPQ9574
` [PATCH V11 3/4] arm64: dts: qcom: Add support for ipq9574 SoC and RDP433 variant
` [PATCH V11 4/4] arm64: defconfig: Enable IPQ9574 SoC base configs
[PATCH v5 0/6] Add dedicated Qcom ICE driver
2023-04-04 11:03 UTC (7+ messages)
` [PATCH v5 2/6] dt-bindings: ufs: qcom: Add ICE phandle
[PATCH 5.15 00/99] 5.15.106-rc1 review
2023-04-04 10:55 UTC (4+ messages)
[PATCH v4] PCI: vmd: Add the module param to adjust MSI mode
2023-04-04 11:02 UTC (3+ messages)
[PATCH 3/3] module: Ignore L0 and rename is_arm_mapping_symbol()
2023-04-04 11:01 UTC (2+ messages)
[PATCH v3] tracepoint: Fix CFI failures with tp_sub_func
2023-04-04 10:59 UTC (3+ messages)
[PATCH] memcg v1: provide read access to memory.pressure_level
2023-04-04 10:58 UTC
[PATCH v7 00/33] x86: enable FRED for x86-64
2023-04-04 10:27 UTC (34+ messages)
` [PATCH v7 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v7 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v7 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v7 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v7 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v7 06/33] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v7 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v7 08/33] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v7 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v7 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v7 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v7 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v7 13/33] x86/fred: header file for event types
` [PATCH v7 14/33] x86/fred: header file with FRED definitions
` [PATCH v7 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v7 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v7 17/33] x86/fred: add a debug "
` [PATCH v7 18/33] x86/fred: add a NMI "
` [PATCH v7 19/33] x86/fred: add a machine check "
` [PATCH v7 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v7 21/33] x86/fred: FRED initialization code
` [PATCH v7 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v7 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v7 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v7 25/33] x86/fred: no ESPFIX needed "
` [PATCH v7 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v7 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v7 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v7 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v7 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v7 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v7 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v7 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames
[PATCH 6.2 000/187] 6.2.10-rc1 review
2023-04-04 10:53 UTC (4+ messages)
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-04-04 10:52 UTC (3+ messages)
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
[PATCH 5.10 000/173] 5.10.177-rc1 review
2023-04-04 10:52 UTC (3+ messages)
[PATCH 6.1 000/181] 6.1.23-rc1 review
2023-04-04 10:51 UTC (4+ messages)
[PATCH v2] net: mac80211: Add NULL checks for sta->sdata
2023-04-04 10:51 UTC (3+ messages)
[PATCH 5.4 000/104] 5.4.240-rc1 review
2023-04-04 10:51 UTC (3+ messages)
[PATCH 00/10] arm64: support Armv8.8 memcpy instructions in userspace
2023-04-04 10:50 UTC (5+ messages)
` [PATCH 04/10] arm64: mops: document boot requirements for MOPS
[PATCH v3] perf stat: Support per-cluster aggregation
2023-04-04 10:49 UTC
[PATCH 4.19 00/84] 4.19.280-rc1 review
2023-04-04 10:49 UTC (3+ messages)
[PATCH 4.14 00/66] 4.14.312-rc1 review
2023-04-04 10:48 UTC (3+ messages)
[PATCH v3 0/9] MediaTek DisplayPort: support eDP and aux-bus
2023-04-04 10:48 UTC (10+ messages)
` [PATCH v3 1/9] drm/mediatek: dp: Cache EDID for eDP panel
` [PATCH v3 2/9] drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
` [PATCH v3 3/9] drm/mediatek: dp: Always return connected status for eDP in .detect()
` [PATCH v3 4/9] drm/mediatek: dp: Always set cable_plugged_in at resume for eDP panel
` [PATCH v3 5/9] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
` [PATCH v3 6/9] drm/mediatek: dp: Enable event interrupt only when bridge attached
` [PATCH v3 7/9] drm/mediatek: dp: Use devm variant of drm_bridge_add()
` [PATCH v3 8/9] drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
` [PATCH v3 9/9] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
[PATCH v2] f2fs: remove struct victim_selection default_v_ops
2023-04-04 10:48 UTC (2+ messages)
[PATCH] f2fs: fix to trigger a checkpoint in the end of foreground garbage collection
2023-04-04 10:46 UTC (3+ messages)
[PATCH v15 0/4] Checkpoint Support for Syscall User Dispatch
2023-04-04 10:45 UTC (4+ messages)
` [PATCH v15 2/4] syscall user dispatch: untag selector addresses before access_ok
[PATCH 0/2] mm: ksm: support hwpoison for ksm page
2023-04-04 10:42 UTC (7+ messages)
` [PATCH 1/2] mm: memory-failure: Refactor add_to_kill()
` [PATCH 2/2] mm: ksm: Support hwpoison for ksm page
[PATCH v2] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()
2023-04-04 10:40 UTC (4+ messages)
[PATCH net] net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe
2023-04-04 10:40 UTC (2+ messages)
[PATCH] Drivers: hv: Do not free synic pages when they were not allocated
2023-04-04 10:39 UTC (2+ messages)
BUG: KASAN: slab-use-after-free in drm_sched_get_cleanup_job+0x47b/0x5c0 [gpu_sched]
2023-04-04 10:38 UTC (5+ messages)
BUG: memstick_check() memleak in kernel 6.1.0+ introduced pre 4.17
2023-04-04 10:37 UTC (12+ messages)
` BUG FIX: [PATCH v1] "
` BUG FIX: [PATCH RFC v2] "
` BUG FIX: [PATCH RFC v3] "
` BUG FIX: [PATCH RFC v3] [TESTED OK] "
[PATCH REBASED] KVM: x86: SVM: Fix one redefine issue about VMCB_AVIC_APIC_BAR_MASK
2023-04-04 10:38 UTC (3+ messages)
[PATCH v5 0/2] drivers: rtc: add max313xx series rtc driver
2023-04-04 10:35 UTC (13+ messages)
` [PATCH v5 2/2] dt-bindings: rtc: add max313xx RTCs
[PATCH v2 0/7] iio: adc: palmas_gpadc: add iio events
2023-04-04 10:33 UTC (4+ messages)
` [PATCH v2 1/7] iio: adc: palmas: remove adc_wakeupX_data
[PATCH V4 00/10] Add Tegra234 HTE support
2023-04-04 10:30 UTC (10+ messages)
` [PATCH V4 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller
Kernel Panic - V6.2 - Reseved memory issue
2023-04-04 10:22 UTC (2+ messages)
[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
2023-04-04 10:11 UTC (11+ messages)
` [PATCH v3 01/65] clk: Export clk_hw_forward_rate_request()
` [PATCH v3 02/65] clk: lan966x: Remove unused round_rate hook
` [PATCH v3 03/65] clk: nodrv: Add a determine_rate hook
` [PATCH v3 04/65] clk: test: "
` [PATCH v3 05/65] clk: actions: composite: Add a determine_rate hook for pass clk
` [PATCH v3 06/65] clk: at91: main: Add a determine_rate hook
` [PATCH v3 07/65] clk: at91: sckc: "
` [PATCH v3 08/65] clk: berlin: div: "
` [PATCH v3 09/65] clk: cdce706: "
` [PATCH v3 10/65] clk: k210: pll: "
[RFC] vsprintf: compile error on %09pK
2023-04-04 10:16 UTC (7+ messages)
[PATCH v2] f2fs: add sanity compress level check for compressed file
2023-04-04 10:15 UTC (2+ messages)
[PATCH v4] docs: kvm: x86: Fix broken field list
2023-04-04 10:14 UTC
[PATCH net-next v1 1/1] net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port configurable
2023-04-04 10:12 UTC
[RFC PATCH 00/11] Introduce a test for continuous transfer
2023-04-04 10:11 UTC (6+ messages)
` [RFC PATCH 06/11] misc: pci_endpoint_test: Use a common header file between endpoint driver
` [EXT] "
[PATCH] prctl: Add PR_GET_AUXV to copy auxv to userspace
2023-04-04 10:09 UTC (3+ messages)
[PATCH] perf: arm_cspmu: Separate Arm and vendor module
2023-04-04 10:08 UTC (2+ messages)
[PATCH v3 1/2] iio: max597x: Add support for max597x
2023-04-04 10:07 UTC (3+ messages)
[PATCH 0/9] RB1 + QCM2290 support
2023-04-04 10:05 UTC (10+ messages)
` [PATCH 3/9] arm64: dts: qcom: Add initial QCM2290, PM2250 & RB1 device trees
` [PATCH 8/9] arm64: dts: qcom: qcm2290: Add WCN3990 Wi-Fi node
[PATCH] ext4: only update i_reserved_data_blocks on successful block allocation
2023-04-04 10:04 UTC (8+ messages)
[PATCH] ARM: multi_v7_defconfig: make USB_DWC3 as a module instead of built-in
2023-04-04 10:01 UTC (3+ messages)
arch/arm/mach-s3c/gpio-samsung.c:50:16: sparse: sparse: restricted samsung_gpio_pull_t degrades to integer
2023-04-04 9:58 UTC
[PATCH v5 0/3] Add watchdog driver for StarFive JH7100/JH7110 RISC-V SoCs
2023-04-04 9:54 UTC (3+ messages)
` [PATCH v5 2/3] drivers: watchdog: Add StarFive Watchdog driver
rq lock contention due to commit af7f588d8f73
2023-04-04 9:53 UTC (2+ messages)
[PATCH v2] Add .editorconfig file for basic formatting
2023-04-04 9:51 UTC (2+ messages)
[PATCH] mm/madvise: Use vma_lookup() instead of find_vma()
2023-04-04 9:45 UTC
[PATCH (set 2) 00/19] Rid W=1 warnings from GPU
2023-04-04 9:44 UTC (5+ messages)
` [PATCH 01/19] drm/i915/i915_scatterlist: Fix kerneldoc formatting issue - missing '@'
[PATCH V6] bus: mhi: host: Avoid ringing EV DB if there is no elements to process
2023-04-04 9:44 UTC
[Syzkaller & bisect] There is WARNING: refcount bug in sock_map_free in v6.3-rc1
2023-04-04 9:43 UTC (4+ messages)
[PATCH 0/9] Convert low hanging pinctrl irqchips to be immutable
2023-04-04 9:43 UTC (10+ messages)
` [PATCH 1/9] pinctrl: iproc: Convert to immutable irq_chip
` [PATCH 2/9] pinctrl: nsp: "
` [PATCH 3/9] pinctrl: armada-37xx: "
` [PATCH 4/9] pinctrl: npcm7xx: "
` [PATCH 5/9] pinctrl: equilibrium: "
` [PATCH 6/9] pinctrl: mcp23s08: "
` [PATCH 7/9] pinctrl: st: "
` [PATCH 8/9] pinctrl: stmfx: "
` [PATCH 9/9] pinctrl: sx150x: "
[PATCH V5] bus: mhi: host: Avoid ringing EV DB if there is no elements to process
2023-04-04 9:41 UTC
[PATCH 0/9] x86/clear_huge_page: multi-page clearing
2023-04-04 9:38 UTC (3+ messages)
` [PATCH 8/9] irqentry: define irqentry_exit_allow_resched()
[PATCH v2 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
2023-04-04 9:36 UTC (6+ messages)
` [PATCH v2 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock
[PATCH 00/17] sched: EEVDF using latency-nice
2023-04-04 9:29 UTC (4+ messages)
` [PATCH 14/17] sched/eevdf: Better handle mixed slice length
linux-next: build warning after merge of the kvm-fixes tree
2023-04-04 9:28 UTC (2+ messages)
[RFC PATCH] sched: Fix performance regression introduced by mm_cid
2023-04-04 9:21 UTC (4+ messages)
[PATCH v3 00/13] coresight: Fix CTI module refcount leak by making it a helper device
2023-04-04 9:21 UTC (3+ messages)
` [PATCH v3 13/13] "
[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-04-04 9:19 UTC (9+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH 3/3] cgroup/cpuset: Allow only one active attach operation per cpuset
[RFC PATCH] sched: Introduce mm_cid runqueue cache
2023-04-04 9:15 UTC (2+ messages)
linux-next: build warning after merge of the hid tree
2023-04-04 9:18 UTC (5+ messages)
[RFC net 1/1] net: stmmac: skip PHY scanning when PHY already attached in DT mode
2023-04-04 9:14 UTC
[PATCH] arm64: dts: ti: k3-j721s2-main: Enable support for SDR104 speed mode
2023-04-04 9:12 UTC
[PATCH v4 0/5] Enable I2S support for RK3588/RK3588S SoCs
2023-04-04 9:13 UTC (3+ messages)
` [PATCH v4 5/5] arm64: dts: rockchip: rk3588-rock-5b: Add analog audio
[PATCH 0/2] Support for Texas Instruments OPT4001 Ambient Light Sensor
2023-04-04 9:07 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: Document TI OPT4001 light sensor bindings
` [PATCH 2/2] iio: light: Add support for TI OPT4001 light sensor
[PATCH v3] sched/core: Adapt WARN_DOUBLE_CLOCK machinery for core-sched
2023-04-04 9:06 UTC (3+ messages)
` [External] "
[PATCH v3 0/2] add support for Amlogic A1 SPI Flash Controller
2023-04-04 9:06 UTC (3+ messages)
` [PATCH v3 2/2] spi: "
[PATCH v4 0/1] PCI: qcom: Add support for system suspend and resume
2023-04-04 9:06 UTC (3+ messages)
` [PATCH v4 1/1] "
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