mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
Linux 6.8-rc6
 2024-02-25 23:57 UTC 

linux-next: manual merge of the fuse tree with Linus' tree
 2024-02-25 23:55 UTC 

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-25 23:51 UTC  (2+ messages)

[PATCH] time: Use div64_long() instead of do_div()
 2024-02-25 23:25 UTC 

[PATCH] ARM: dts: imx6: fix IRQ config of RC5T619
 2024-02-25 22:57 UTC 

[PATCH] ARM: dts: imx6sl: tolino-shine2hd: fix IRQ config of touchscreen
 2024-02-25 22:56 UTC 

[PATCH 00/16 v3] timers/nohz cleanups and hotplug reorganization
 2024-02-25 22:55 UTC  (17+ messages)
` [PATCH 01/16] tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_timer()
` [PATCH 02/16] tick/nohz: Remove duplicate between lowres and highres handlers
` [PATCH 03/16] tick: Remove useless oneshot ifdeffery
` [PATCH 04/16] tick: Use IS_ENABLED() whenever possible
` [PATCH 05/16] tick: s/tick_nohz_stop_sched_tick/tick_nohz_full_stop_tick
` [PATCH 06/16] tick: No need to clear ts->next_tick again
` [PATCH 07/16] tick: Start centralizing tick related CPU hotplug operations
` [PATCH 08/16] tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
` [PATCH 09/16] tick: Move broadcast "
` [PATCH 10/16] tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
` [PATCH 11/16] tick: Move got_idle_tick away from common flags
` [PATCH 12/16] tick: Move individual bit features to debuggable mask accesses
` [PATCH 13/16] tick: Split nohz and highres features from nohz_mode
` [PATCH 14/16] tick: Shut down low-res tick from dying CPU
` [PATCH 15/16] tick: Assume timekeeping is correctly handed over upon last offline idle call
` [PATCH 16/16] timers: Assert no next dyntick timer look-up while CPU is offline

seq_file_path() invocations and backslash escaping
 2024-02-25 22:51 UTC 

[PATCH v3] virt: tdx-guest: Handle GetQuote request error code
 2024-02-25 22:42 UTC 

[PATCH] selftests/ftrace: Limit length in subsystem-enable tests
 2024-02-25 22:30 UTC  (3+ messages)

linux-next: manual merge of the mm-nonmm-stable tree with the risc-v-fixes tree
 2024-02-25 22:27 UTC 

[PATCH] tracing: Use div64_u64() instead of do_div()
 2024-02-25 22:21 UTC  (2+ messages)

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-25 22:20 UTC  (4+ messages)

[RFC PATCH v2 0/3] bluetooth/gnss: GNSS support for TiWi chips
 2024-02-25 22:16 UTC  (4+ messages)
` [RFC PATCH v2 3/3] gnss: Add driver for AI2 protocol

[PATCH v7 0/7] mtd: ubi: allow UBI volumes to provide NVMEM
 2024-02-25 22:12 UTC  (4+ messages)
` [PATCH v7 7/7] mtd: ubi: provide NVMEM layer over UBI volumes

linux-next: manual merge of the cxl-fixes tree with Linus' tree
 2024-02-25 22:04 UTC 

[PATCH v4 0/4] Add support for AF8133J magnetometer
 2024-02-25 21:52 UTC  (4+ messages)
` [PATCH v4 3/4] iio: magnetometer: add a driver for Voltafield "

linux-next: duplicate patch in the riscv-soc-fixes tree
 2024-02-25 21:52 UTC  (2+ messages)

[PATCH 0/1] Rosebush, a new hash table
 2024-02-25 21:48 UTC  (6+ messages)

linux-next: build failure after merge of the drm-misc tree
 2024-02-25 21:47 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the pm tree
 2024-02-25 21:38 UTC 

[PATCH 0/3] auxdisplay: 7 segment LED display
 2024-02-25 21:34 UTC  (4+ messages)
` [PATCH 1/3] auxdisplay: Add 7 segment LED display driver
` [PATCH 2/3] dt-bindings: auxdisplay: Add bindings for generic 7 segment LED
` [PATCH 3/3] ARM: dts: marvell: Add 7 segment LED display on x530

linux-next: Fixes tags needs some work in the bcachefs tree
 2024-02-25 21:29 UTC 

[PATCH next v2 00/11] minmax: Optimise to reduce .i line length
 2024-02-25 21:26 UTC  (15+ messages)
` [PATCH next v2 01/11] minmax: Put all the clamp() definitions together
` [PATCH next v2 02/11] minmax: Use _Static_assert() instead of static_assert()
` [PATCH next v2 03/11] minmax: Simplify signedness check
` [PATCH next v2 04/11] minmax: Replace multiple __UNIQUE_ID() by directly using __COUNTER__
` [PATCH next v2 05/11] minmax: Move the signedness check out of __cmp_once() and __clamp_once()
` [PATCH next v2 06/11] minmax: Remove 'constexpr' check from __careful_clamp()
` [PATCH next v2 07/11] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
` [PATCH next v2 08/11] minmax: Add min_const() and max_const()
` [PATCH next v2 09/11] tree-wide: minmax: Replace all the uses of max() for array sizes with max_const()
` [PATCH next v2 10/11] block: Use a boolean expression instead of max() on booleans
` [PATCH next v2 11/11] minmax: min() and max() don't need to return constant expressions

fs/overlayfs/copy_up.o: warning: objtool: ovl_copy_up_tmpfile() falls through to next function ovl_create_index.cold()
 2024-02-25 21:25 UTC 

linux-next: Signed-off-by missing for commit in the imx-mxs tree
 2024-02-25 21:23 UTC 

linux-next: Fixes tag needs some work in the mm tree
 2024-02-25 21:18 UTC 

[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
 2024-02-25 21:17 UTC  (6+ messages)
` [PATCH v4 5/5] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device

linux-next: duplicate patch in the i2c-host-fixes tree
 2024-02-25 21:10 UTC 

[PATCH] power: supply: bq27xxx: Introduce parameter to config cache regs
 2024-02-25 21:10 UTC  (4+ messages)

San OS and Philosophy, Optimal Associations (was Low Jitter, Fair Source)
 2024-02-25 21:07 UTC 

linux-next: duplicate patch in the cxl-fixes tree
 2024-02-25 21:04 UTC 

[PATCH v3 0/3] drm/msm/dpu: debug commit_done timeouts
 2024-02-25 21:03 UTC  (10+ messages)
` [PATCH v3 1/3] drm/msm/dpu: make "vblank timeout" more useful
` [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
` [PATCH v3 3/3] drm/msm/dpu: capture snapshot on the first commit_done timeout

linux-next: duplicate patch in the hwmon-fixes tree
 2024-02-25 21:01 UTC 

[PATCH 0/3] clk: qcom: gcc-ipq5018: fix some register offsets
 2024-02-25 21:00 UTC  (7+ messages)
` [PATCH 1/3] clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'
` [PATCH 2/3] clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'
` [PATCH 3/3] clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset

[PATCH 1/2] soc: qcom: geni-se: drop unused kerneldoc struct geni_wrapper param
 2024-02-25 20:47 UTC  (4+ messages)
` [PATCH 2/2] soc: qcom: aoss: add missing kerneldoc for qmp members

[PATCH] iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info member
 2024-02-25 20:46 UTC  (2+ messages)

[PATCH v2] power: supply: core: constify the struct device_type usage
 2024-02-25 20:40 UTC  (2+ messages)

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-02-25 20:39 UTC  (3+ messages)

[PATCH] hwmon: sis5595: drop unused DIV_TO_REG function
 2024-02-25 20:38 UTC  (2+ messages)

[PATCH v1 0/4] fw_devlink: generically handle bad links to child fwnodes
 2024-02-25 20:37 UTC  (9+ messages)
` [PATCH v1 2/4] driver core: fw_devlink: Link to supplier ancestor if no device
` [PATCH v1 4/4] mtd: mtdpart: Allow fwnode links to NVMEM compatible fwnodes

[PATCH] ubifs: remove SLAB_MEM_SPREAD flag usage
 2024-02-25 20:36 UTC  (2+ messages)

[PATCH v2 0/6] Red-black tree abstraction needed by Rust Binder
 2024-02-25 20:28 UTC  (3+ messages)
` [PATCH v2 1/6] rust: add `container_of!` macro

[PATCH 8/8] ucounts: delete these duplicate static variables ue_zero and ue_int_max
 2024-02-25 20:16 UTC  (5+ messages)
  ` [PATCH 1/8] sysctl: introduce sysctl SYSCTL_U8_MAX and SYSCTL_LONG_S32_MAX

[PATCH v2 1/2] iio: dac: ad5755: make use of of_device_id table
 2024-02-25 20:16 UTC  (2+ messages)
` [PATCH v2 2/2] iio: proximity: isl29501: "

[PATCH 0/8] introduce sysctl SYSCTL_U8_MAX and SYSCTL_LONG_S32_MAX
 2024-02-25 20:15 UTC  (2+ messages)

[PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) bugfixes
 2024-02-25 20:11 UTC  (3+ messages)
` [PATCH 1/2] crypto: iaa - Fix async_disable descriptor leak
` [PATCH 2/2] crypto: iaa - Fix comp/decomp delay statistics

[PATCH v2 0/3] PCI/DPC: Clean up DPC vs AER/EDR ownership and Kconfig
 2024-02-25 20:06 UTC  (7+ messages)
` [PATCH v2 1/3] PCI/DPC: Request DPC only if also requesting AER
` [PATCH v2 2/3] PCI/DPC: Remove CONFIG_PCIE_EDR
` [PATCH v2 3/3] PCI/DPC: Encapsulate pci_acpi_add_edr_notifier()

[PATCH] dmaengine: altera-msgdma: fix descriptors freeing logic
 2024-02-25 20:05 UTC  (7+ messages)

[gustavoars:testing/WFAMNAE-next20240223] BUILD REGRESSION b23fc9e6ff31f4ef9e8de5580963cf53579ef0d4
 2024-02-25 20:04 UTC 

[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
 2024-02-25 20:03 UTC  (2+ messages)

[PATCH v3] rust: locks: Add `get_mut` method to `Lock`
 2024-02-25 19:56 UTC  (4+ messages)

[PATCH] arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang
 2024-02-25 19:54 UTC  (2+ messages)

[GIT PULL] Two more documentation fixes for 6.8
 2024-02-25 19:52 UTC  (2+ messages)

[PATCH] regmap: kunit: Add a test for ranges in combination with windows
 2024-02-25 19:49 UTC 

[PATCH] PCI/DPC: Request DPC only if also requesting AER
 2024-02-25 19:33 UTC  (2+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-25 19:03 UTC  (6+ messages)

CVE-2023-52471: ice: Fix some null pointer dereference issues in ice_ptp.c
 2024-02-25 18:51 UTC 

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-25 18:50 UTC  (2+ messages)

[GIT PULL] irq/urgent for v6.8-rc6
 2024-02-25 18:46 UTC  (2+ messages)

[GIT PULL] x86/urgent for v6.8-rc6
 2024-02-25 18:46 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver fixes for 6.8-rc6
 2024-02-25 18:46 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 6.8-rc6
 2024-02-25 18:46 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: Fix suspend/resume warning when no-gadget is connected
 2024-02-25 18:13 UTC 

[PATCH] HSI: ssi_protocol: fix struct members kernel-doc warnings
 2024-02-25 18:06 UTC  (2+ messages)

[PATCH v23 0/3] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2024-02-25 18:06 UTC  (7+ messages)
` [PATCH v23 1/3] dt-bindings: clock: npcm845: Add reference 25m clock property
` [PATCH v23 3/3] clk: npcm8xx: add clock controller

[PATCH] genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokens
 2024-02-25 17:58 UTC  (5+ messages)
  ` [tip: irq/msi] x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain search

[GIT PULL] erofs fix for 6.8-rc6
 2024-02-25 17:57 UTC  (2+ messages)

s390: s390x-linux-gnu-ld: Unexpected GOT/PLT entries detected!
 2024-02-25 17:51 UTC  (2+ messages)

[PATCH] irqchip/loongson-pch-pic: Update interrupt registration policy
 2024-02-25 17:50 UTC  (2+ messages)

[PATCH] perf pmu: Fix a potential memory leak in perf_pmu__lookup()
 2024-02-25 17:44 UTC  (3+ messages)

[PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
 2024-02-25 17:40 UTC  (6+ messages)

[PATCHv7 00/16] x86/tdx: Add kexec support
 2024-02-25 17:34 UTC  (5+ messages)
` [PATCHv7 08/16] x86/tdx: Account shared memory

[PATCH 0/4] Fix defines in rf69.h
 2024-02-25 17:33 UTC  (5+ messages)
` [PATCH 1/4] staging: pi433: Remove a duplicated F_OSC define
` [PATCH 2/4] staging: pi433: Remove the unused FREQUENCY define
` [PATCH 3/4] staging: pi433: Remove a duplicated FIFO_SIZE define
` [PATCH 4/4] staging: pi433: Move FIFO_THRESHOLD define to source file

[PATCH 0/2] arm64: add minimal boot support for TP-Link Archer AX55 v1
 2024-02-25 17:09 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: add "
` [PATCH 2/2] arm64: dts: "

[PATCH] smb: remove SLAB_MEM_SPREAD flag usage
 2024-02-25 16:51 UTC  (2+ messages)

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-25 16:46 UTC  (6+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate

[PATCH] phy: qcom: m31: match requested regulator name with dt schema
 2024-02-25 16:44 UTC  (3+ messages)

[PATCH net-next v5 0/3] net: dsa: realtek: support reset controller and update docs
 2024-02-25 16:29 UTC  (4+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: dsa: realtek: reset-gpios is not required
` [PATCH net-next v5 2/3] dt-bindings: net: dsa: realtek: add reset controller
` [PATCH net-next v5 3/3] net: dsa: realtek: support "

[PATCH] mean_and_variance: Drop always failing tests
 2024-02-25 16:29 UTC 

WARNING: fs/proc/generic.c:173 __xlate_proc_name
 2024-02-25 16:27 UTC  (3+ messages)

[PATCH 1/2] serial: core: introduce uart_port_tx_limited_flags()
 2024-02-25 16:14 UTC  (3+ messages)
` [PATCH 2/2] serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()

[PATCH v3 00/15] clk: samsung: Add CPU clocks for Exynos850
 2024-02-25 16:11 UTC  (28+ messages)
` [PATCH v3 01/15] dt-bindings: clock: exynos850: Add CMU_CPUCLK0 and CMU_CPUCL1
  ` (subset) "
` [PATCH v3 02/15] clk: samsung: Improve clk-cpu.c style
  ` (subset) "
` [PATCH v3 03/15] clk: samsung: Pull struct exynos_cpuclk into clk-cpu.c
  ` (subset) "
` [PATCH v3 04/15] clk: samsung: Reduce params count in exynos_register_cpu_clock()
  ` (subset) "
` [PATCH v3 05/15] clk: samsung: Use single CPU clock notifier callback for all chips
  ` (subset) "
` [PATCH v3 06/15] clk: samsung: Group CPU clock functions by chip
  ` (subset) "
` [PATCH v3 07/15] clk: samsung: Pass actual CPU clock registers base to CPU_CLK()
  ` (subset) "
` [PATCH v3 08/15] clk: samsung: Pass register layout type explicitly to CLK_CPU()
  ` (subset) "
` [PATCH v3 09/15] clk: samsung: Keep CPU clock chip specific data in a dedicated struct
  ` (subset) "
` [PATCH v3 10/15] clk: samsung: Keep register offsets in chip specific structure
  ` (subset) "
` [PATCH v3 11/15] clk: samsung: Pass mask to wait_until_mux_stable()
  ` (subset) "
` [PATCH v3 12/15] clk: samsung: Add CPU clock support for Exynos850
  ` (subset) "
` [PATCH v3 13/15] clk: samsung: Implement manual PLL control for ARM64 SoCs

[PATCH v2 0/5] More unit test for mballoc
 2024-02-25 16:07 UTC  (2+ messages)

[PATCH net] kunit: Fix again checksum tests on big endian CPUs
 2024-02-25 15:58 UTC  (2+ messages)

[PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
 2024-02-25 15:58 UTC  (2+ messages)

[PATCH 0/7] extcon: Convert to platform remove callback returning void
 2024-02-25 15:54 UTC  (8+ messages)
` [PATCH 1/7] extcon: adc-jack: "
` [PATCH 2/7] extcon: intel-cht-wc: "
` [PATCH 3/7] extcon: intel-mrfld: "
` [PATCH 4/7] extcon: max3355: "
` [PATCH 5/7] extcon: max77843: "
` [PATCH 6/7] extcon: usb-gpio: "
` [PATCH 7/7] extcon: usbc-cros-ec: "

[PATCH] staging: media: atomisp: Fix formatting issues and minor code issue
 2024-02-25 15:53 UTC 

[PATCH] dt-bindings: serial: convert st,asc to DT schema
 2024-02-25 15:42 UTC  (2+ messages)

[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-25 15:21 UTC  (15+ messages)
` [PATCH v8 22/35] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v8 23/35] function_graph: Pass ftrace_regs to retfunc
` [PATCH v8 24/35] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v8 25/35] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v8 26/35] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v8 27/35] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v8 28/35] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v8 29/35] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v8 30/35] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v8 31/35] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v8 32/35] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v8 33/35] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v8 34/35] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v8 35/35] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax
 2024-02-25 13:00 UTC 

page:  |  | latest

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

all inboxes | Powered by JetHome®