messages from 2024-10-28 07:05:09 to 2024-10-28 07:35:41 UTC [more...]
[PATCH 00/21] hrtimers: Switch to new hrtimer interface functions (1/5)
2024-10-28 7:29 UTC (22+ messages)
` [PATCH 01/21] hrtimers: Add missing hrtimer_init event trace points
` [PATCH 02/21] hrtimers: Remove unused hrtimer_init_sleeper()
` [PATCH 03/21] drm/i915/request: Remove unnecessary abuse of hrtimer::function
` [PATCH 04/21] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
` [PATCH 05/21] can: bcm: Don't initialized an unused hrtimer
` [PATCH 06/21] wifi: rt2x00: Remove redundant hrtimer_init()
` [PATCH 07/21] io_uring: Remove redundant hrtimer's callback function setup
` [PATCH 08/21] hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
` [PATCH 09/21] hrtimers: Introduce hrtimer_setup_on_stack()
` [PATCH 10/21] hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
` [PATCH 11/21] hrtimers: Introduce hrtimer_update_function()
` [PATCH 12/21] fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()
` [PATCH 13/21] futex: "
` [PATCH 14/21] net: pktgen: "
` [PATCH 15/21] timers: "
` [PATCH 16/21] wait: "
` [PATCH 17/21] hrtimers: Delete hrtimer_init_sleeper_on_stack()
` [PATCH 18/21] sched/idle: Switch to use hrtimer_setup_on_stack()
` [PATCH 19/21] io_uring: "
` [PATCH 20/21] alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()
` [PATCH 21/21] hrtimers: Delete hrtimer_init_on_stack()
[PATCH 00/44] hrtimers: Switch to new hrtimer interface functions (4/5)
2024-10-28 7:34 UTC (22+ messages)
` [PATCH 01/44] USB: chipidea: Switch to use hrtimer_setup()
` [PATCH 02/44] usb: dwc2: "
` [PATCH 03/44] usb: fotg210-hcd: "
` [PATCH 04/44] usb: gadget: "
` [PATCH 05/44] usb: ehci: "
` [PATCH 06/44] usb: musb: cppi41: "
` [PATCH 07/44] usb: typec: tcpm: "
` [PATCH 08/44] serial: 8250: "
` [PATCH 09/44] serial: imx: "
` [PATCH 10/44] serial: sh-sci: "
` [PATCH 11/44] serial: xilinx_uartps: "
` [PATCH 12/44] scsi: "
` [PATCH 13/44] rtc: class: "
` [PATCH 14/44] pps: generators: pps_gen_parport: "
` [PATCH 15/44] powercap: "
` [PATCH 16/44] power: supply: ab8500_chargalg: "
` [PATCH 17/44] power: reset: ltc2952-poweroff: "
` [PATCH 18/44] drivers: perf: "
` [PATCH 19/44] ntb: ntb_pingpong: "
` [PATCH 20/44] mmc: dw_mmc: "
` [PATCH 21/44] misc: vcpu_stall_detector: "
[PATCH 0/2] zram: IDLE flag handling fixes
2024-10-28 7:34 UTC
[PATCH v5 00/18] modify code as suggested by the maintainer
2024-10-28 7:31 UTC (17+ messages)
` [PATCH v5 01/18] net/r8169: add PMD driver skeleton
` [PATCH v5 02/18] net/r8169: add logging structure
` [PATCH v5 03/18] net/r8169: add hardware registers access routines
` [PATCH v5 04/18] net/r8169: implement core logic for Tx/Rx
` [PATCH v5 05/18] net/r8169: add support for hw config
` [PATCH v5 06/18] net/r8169: add phy registers access routines
` [PATCH v5 07/18] net/r8169: add support for hardware operations
` [PATCH v5 08/18] net/r8169: add support for phy configuration
` [PATCH v5 09/18] net/r8169: add support for hw initialization
` [PATCH v5 10/18] net/r8169: add link status and interrupt management
` [PATCH v5 11/18] net/r8169: implement Rx path
` [PATCH v5 12/18] net/r8169: implement Tx path
` [PATCH v5 13/18] net/r8169: implement device statistics
` [PATCH v5 14/18] net/r8169: implement promisc and allmulti modes
` [PATCH v5 15/18] net/r8169: implement MTU configuration
` [PATCH v5 16/18] net/r8169: add support for getting fw version
[PATCH v3 00/10] Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F)
2024-10-28 7:30 UTC (3+ messages)
` [PATCH v3 08/10] pinctrl: samsung: Add Exynos9810 SoC specific data
[PATCH 00/24] hrtimers: Switch to new hrtimer interface functions (3/5)
2024-10-28 7:34 UTC (25+ messages)
` [PATCH 01/24] netdev: Switch to use hrtimer_setup()
` [PATCH 02/24] net/sched: "
` [PATCH 03/24] mac802154: "
` [PATCH 04/24] tcp: "
` [PATCH 05/24] can: m_can: "
` [PATCH 06/24] can: mcp251xfd: "
` [PATCH 07/24] can: "
` [PATCH 08/24] net: ethernet: ti: "
` [PATCH 09/24] net: ethernet: cortina: "
` [PATCH 10/24] net: ethernet: ec_bhf: "
` [PATCH 11/24] net: ethernet: hisilicon: "
` [PATCH 12/24] net: sparx5: "
` [PATCH 13/24] net: ieee802154: at86rf230: "
` [PATCH 14/24] net: mvpp2: "
` [PATCH 15/24] net: qualcomm: rmnet: "
` [PATCH 16/24] net: stmmac: "
` [PATCH 17/24] net: fec: "
` [PATCH 18/24] net: wwan: iosm: "
` [PATCH 19/24] net/cdc_ncm: "
` [PATCH 20/24] wifi: "
` [PATCH 21/24] wifi: rt2x00: "
` [PATCH 22/24] igc: "
` [PATCH 23/24] octeontx2-pf: "
` [PATCH 24/24] xfrm: "
[PATCH 1/1] configs: visionfive2: enable CONFIG_CMD_ERASEENV
2024-10-28 7:33 UTC (2+ messages)
[RFC v3 0/4] Add video encoder ROI ctrls
2024-10-28 7:33 UTC (3+ messages)
` [RFC v3 2/4] media: vivid: Add an rectangle control
[PATCH 0/2] xhci: Fix the NEC stop bug workaround
2024-10-28 7:33 UTC (2+ messages)
[PATCH v1 0/9] Add Nuvoton NCT6694 MFD devices
2024-10-28 7:33 UTC (8+ messages)
` [PATCH v1 1/9] mfd: Add core driver for Nuvoton NCT6694
[PATCH] [net] net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000
2024-10-28 7:30 UTC
[PATCH] Hitshield : Something new eviction process for MGLRU
2024-10-28 7:32 UTC (3+ messages)
[PATCH] media: dw100: Enable dynamic vertex map
2024-10-28 7:32 UTC (5+ messages)
fuse: auto_inval_data in writethrough mode
2024-10-28 7:32 UTC
[PATCH 00/31] hrtimers: Switch to new hrtimer interface functions (2/5)
2024-10-28 7:32 UTC (32+ messages)
` [PATCH 01/31] KVM: MIPS: Switch to use hrtimer_setup()
` [PATCH 02/31] KVM: PPC: "
` [PATCH 03/31] KVM: s390: "
` [PATCH 04/31] KVM: x86: "
` [PATCH 05/31] KVM: arm64: "
` [PATCH 06/31] LoongArch: KVM: "
` [PATCH 07/31] riscv: kvm: "
` [PATCH 08/31] ARM: imx: "
` [PATCH 09/31] ARM: 8611/1: l2x0: "
` [PATCH 10/31] powerpc/watchdog: "
` [PATCH 11/31] perf/x86: "
` [PATCH 12/31] s390/ap_bus: "
` [PATCH 13/31] sched: "
` [PATCH 14/31] rcu: "
` [PATCH 15/31] lib: test_objpool: "
` [PATCH 16/31] io_uring/timeout: "
` [PATCH 17/31] fork: "
` [PATCH 18/31] perf: "
` [PATCH 19/31] timerfd: "
` [PATCH 20/31] time: Switch to hrtimer_setup()
` [PATCH 21/31] bpf: Switch to use hrtimer_setup()
` [PATCH 22/31] ubifs: "
` [PATCH 23/31] watchdog: "
` [PATCH 24/31] tracing/osnoise: "
` [PATCH 25/31] block, bfq: "
` [PATCH 26/31] ata: pata_octeon_cf: "
` [PATCH 27/31] blk_iocost: "
` [PATCH 28/31] PM: runtime: "
` [PATCH 29/31] PM / devfreq: rockchip-dfi: "
` [PATCH 30/31] null_blk: "
` [PATCH 31/31] hwrng: timeriomem: "
[PATCH v2 02/10] dma-engine: sun4i: Add has_reset option to quirk
2024-10-28 7:31 UTC (4+ messages)
` [PATCH v3 "
[PATCH V5 0/6] Add minimal boot support for IPQ5424
2024-10-28 7:29 UTC (3+ messages)
` [PATCH V5 2/6] dt-bindings: clock: Add Qualcomm IPQ5424 GCC binding
Plan needed for switching m68k to 32-bit alignment
2024-10-28 7:30 UTC (10+ messages)
[Outreachy][proposal]: Finish adding a 'os-version' capability to Git protocol v2
2024-10-28 7:30 UTC (5+ messages)
[Outreachy] My Final Application
2024-10-28 7:28 UTC (4+ messages)
[PATCH 1/1] riscv: add missing linefeed in error message
2024-10-28 7:27 UTC (2+ messages)
[PATCH for-next v8 0/6] On-Demand Paging on SoftRoCE
2024-10-28 7:25 UTC (4+ messages)
` [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support
[PATCH 0/3] ASoC: Intel: add rt722 and rt1320 support
2024-10-28 7:26 UTC (4+ messages)
` [PATCH 1/3] ASoC: sdw_utils: Add quirk to exclude amplifier function
` [PATCH 2/3] ASoC: intel: sof_sdw: add quirk for Dell SKU
` [PATCH 3/3] ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320 support
[PATCH v1] perf cap: Add __NR_capget to arch/x86 unistd
2024-10-28 7:25 UTC (3+ messages)
[PATCH] arm64: dts: rockchip: sort files properly in Makefile
2024-10-28 7:23 UTC
[PATCH 1/3] nfsd: add TIME_DELEG_ACCESS and TIME_DELEG_MODIFY to writeable attrs
2024-10-28 7:23 UTC (2+ messages)
[PATCH] drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0
2024-10-28 7:23 UTC (2+ messages)
[PATCH 0/5] Add 6k resolution support for a single CRTC
2024-10-28 7:22 UTC (5+ messages)
` [PATCH 3/5] drm/i915/psr: Increase psr size limits for Xe2
[PATCH net-next] wifi: trace: Replace BOOL_TO_STR() with str_true_false()
2024-10-28 7:20 UTC (2+ messages)
[frank-w-bpi-r2-4.14:6.12-rsslro 25/70] drivers/net/pcs/pcs-standalone.c:14:29: warning: 'phylink_pcs_phy_ops' defined but not used
2024-10-28 7:19 UTC
[linux-next:master] [btrfs] b0d710f69d: sysbench-fileio.write_operations/s -5.2% regression
2024-10-28 7:19 UTC
[PATCH v2 0/4] riscv: sophgo: Add ethernet support for SG2044
2024-10-28 7:16 UTC (8+ messages)
` [PATCH v2 2/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac
[PATCH 0/3] riscv: Add bfloat16 instruction support
2024-10-28 7:17 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: riscv: add bfloat16 ISA extension description
` [PATCH 2/3] riscv: add ISA extension parsing for bfloat16 ISA extension
` [PATCH 3/3] riscv: hwprobe: export "
[PATCH] dt-bindings: input: Goodix SPI HID Touchscreen
2024-10-28 7:17 UTC (6+ messages)
[PATCH v3 00/11] wifi: ath12k: some fixes and clean up for monitor mode
2024-10-28 7:16 UTC (10+ messages)
` [PATCH v3 03/11] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
` [PATCH v3 08/11] wifi: ath12k: delete NSS and TX power setting for monitor vdev
[PATCH 1/1] drm/amdgpu: add generic func to check if ta fw is applicable
2024-10-28 7:14 UTC (2+ messages)
[PATCH RFC 0/3] Initial rust bindings for device property reads
2024-10-28 7:13 UTC (8+ messages)
` [PATCH RFC 1/3] of: unittest: Add a platform device node for rust platform driver sample
` [PATCH RFC 2/3] rust: Add bindings for device properties
` [PATCH RFC 3/3] samples: rust: platform: Add property read examples
[PATCH 0/5] ftrace: Use guard to take ftrace_lock
2024-10-28 7:12 UTC (6+ messages)
` [PATCH 1/5] fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
` [PATCH 2/5] ftrace: Use guard for match_records()
` [PATCH 3/5] ftrace: Use guard to lock ftrace_lock in cache_mod()
` [PATCH 4/5] ftrace: Use guard to take the ftrace_lock in release_probe()
` [PATCH 5/5] ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
[PATCH 0/6] Improvements and Enhancements for AD5791 DAC Driver
2024-10-28 7:11 UTC (7+ messages)
` [PATCH 1/6] dt-bindings: iio: dac: ad5791: Add optional reset, clr and ldac gpios
` [PATCH 2/6] dt-bindings: iio: dac: ad5791: Add required voltage supplies
` [PATCH 3/6] iio: dac: ad5791: Include chip_info in device match tables
` [PATCH 4/6] iio: dac: ad5791: Add reset, clr and ldac gpios
` [PATCH 5/6] iio: dac: ad5791: Use devm_regulator_get_enable_read_voltage
` [PATCH 6/6] iio: dac: ad5791: Use devm_iio_device_register
[PATCH net v4] fsl/fman: Validate cell-index value obtained from Device Tree
2024-10-28 6:58 UTC
[PATCH 00/11] Rust device model patches and misc cleanups
2024-10-28 7:07 UTC (5+ messages)
` [PATCH 03/11] rust/qemu-api-macros: introduce Device proc macro
[PATCH net-next] net: ncsi: check for netlink-driven responses before requiring a handler
2024-10-28 7:08 UTC
[PATCH i-g-t] RFC: igt-runner fact checking
2024-10-28 7:08 UTC
[PATCH blktests 00/15] nvme: prepare for ANA support
2024-10-28 7:07 UTC (4+ messages)
` [PATCH blktests 11/15] common/nvme, nvme/003: add --no_port option to _nvme_connect_subsys
[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
2024-10-28 7:03 UTC (4+ messages)
[PATCH 0/2] Add support for nuvoton ma35d1 keypad controller
2024-10-28 7:04 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: input: Add Nuvoton MA35D1 keypad
[linux-next:master] [alloc_tag] a9c60bb0d0: BUG:KASAN:vmalloc-out-of-bounds_in_load_module
2024-10-28 7:05 UTC
[PATCH v2 0/6] Add support for GPUCC, CAMCC and VIDEOCC on Qualcomm QCS8300 platform
2024-10-28 7:05 UTC (5+ messages)
` [PATCH v2 1/6] dt-bindings: clock: qcom: Add GPU clocks for QCS8300
[PATCH 0/8] platform/x86/amd/pmc: Updates to AMD PMC driver
2024-10-28 7:04 UTC (9+ messages)
` [PATCH 1/8] platform/x86/amd/pmc: Move STB functionality to a new file for better code organization
` [PATCH 2/8] platform/x86/amd/pmc: Update function names to align with new STB file
` [PATCH 3/8] platform/x86/amd/pmc: Define enum for S2D/PMC msg_port
` [PATCH 4/8] platform/x86/amd/pmc: Isolate STB code changes to a new file
` [PATCH 5/8] platform/x86/amd/pmc: Update IP information structure for newer SoCs
` [PATCH 6/8] platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
` [PATCH 7/8] platform/x86/amd/pmc: Add STB support for AMD Desktop variants
` [PATCH 8/8] MAINTAINERS: Change AMD PMF driver status to "Supported"
linux-next: manual merge of the scsi-mkp tree with Linus' tree
2024-10-28 7:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.