All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-06 02:09:43 to 2022-10-06 04:19:17 UTC [more...]

[PATCH] clk: clocking-wizard: Depend on HAS_IOMEM
 2022-10-06  4:19 UTC  (2+ messages)

[PATCH 07/10] media: ar0521: Adjust exposure and blankings limits
 2022-10-06  4:17 UTC  (3+ messages)

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-10-06  3:44 UTC  (21+ messages)
` [PATCH 01/26] target/s390x: Use tcg_constant_* in local contexts
` [PATCH 02/26] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH 05/26] target/s390x: Change help_goto_direct to work on displacements
` [PATCH 06/26] target/s390x: Introduce gen_psw_addr_disp
` [PATCH 07/26] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH 09/26] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH 10/26] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH 11/26] target/s390x: Use ilen instead in branches
` [PATCH 12/26] target/s390x: Move masking of psw.addr to cpu_get_tb_cpu_state
` [PATCH 13/26] target/s390x: Add disp argument to update_psw_addr
` [PATCH 14/26] target/s390x: Don't set gbea for user-only
` [PATCH 15/26] target/s390x: Introduce per_enabled
` [PATCH 16/26] target/s390x: Disable conditional branch-to-next for PER
` [PATCH 17/26] target/s390x: Introduce help_goto_indirect
` [PATCH 20/26] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH 24/26] tcg: Introduce tcg_temp_ebb_new_*
` [PATCH 25/26] tcg: Introduce tcg_temp_is_normal_*

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06  4:16 UTC  (9+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
    ` [Drbd-dev] "
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-10-06  4:13 UTC  (4+ messages)

[PATCH v4 0/6] Support UEFI SPI I/O protocol
 2022-10-06  4:12 UTC  (7+ messages)
` [PATCH v4 1/6] spi: Implement spi_set_speed
` [PATCH v4 2/6] efi: Add string conversion helper
` [PATCH v4 5/6] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export
  ` [U-Boot PATCH "

[PATCH] powerpc/kasan/book3s_64: warn when running with hash MMU
 2022-10-06  4:10 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf,x64: Use BMI2 for shifts
 2022-10-06  4:11 UTC  (4+ messages)
` [PATCH bpf-next v4 "
  ` [PATCH bpf-next v4 2/3] bpf,x64: use shrx/sarx/shlx when available

[PATCH v4] Documentation/mm/page_owner.rst: delete frequently changing experimental data
 2022-10-06  4:05 UTC  (2+ messages)
` [PATCH v5] "

[PATCH V2] highmem: Fix kmap_to_page() for kmap_local_page() addresses
 2022-10-06  4:05 UTC 

[filter-repo PATCH] contrib: new tool to convert svn:externals to Git submodules
 2022-10-06  4:04 UTC  (2+ messages)

[PATCH 2/2] drivers: hid: warn feature report 0x81
 2022-10-06  4:02 UTC  (2+ messages)

[OE-core][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for
 2022-10-06  4:02 UTC 

[PATCH 1/2] drivers: hid: adjust gyro calibration data
 2022-10-06  4:00 UTC  (2+ messages)

[net-next] net: ethernet: adi: adin1110: Add check in netdev_event
 2022-10-06  4:00 UTC  (2+ messages)

[PATCH net] Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"
 2022-10-06  4:00 UTC  (2+ messages)

[PATCH] net: pse-pd: PSE_REGULATOR should depend on REGULATOR
 2022-10-06  4:00 UTC  (2+ messages)

[PATCH net-next] docs: networking: phy: add missing space
 2022-10-06  4:00 UTC  (2+ messages)

pull-request: ieee802154 for net 2022-10-05
 2022-10-06  4:00 UTC  (2+ messages)

next/pending-fixes baseline: 517 runs, 28 regressions (v6.0-5324-g7871897dadfa9)
 2022-10-06  4:00 UTC 

[PATCH v2] vhost: fix build
 2022-10-06  3:57 UTC  (6+ messages)

[PATCH v6 0/9] target/arm: pc-relative translation blocks
 2022-10-06  3:38 UTC  (10+ messages)
` [PATCH v6 1/9] target/arm: Introduce curr_insn_len
` [PATCH v6 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v6 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v6 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v6 5/9] target/arm: Remove gen_exception_internal_insn pc argument
` [PATCH v6 6/9] target/arm: Change gen_jmp* to work on displacements
` [PATCH v6 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v6 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v6 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH v2] vsock: replace virtio_vsock_pkt with sk_buff
 2022-10-06  3:54 UTC  (2+ messages)

[PATCH v3 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-10-06  3:51 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/code-patching: Implement generic text patching function
` [PATCH v3 2/6] powerpc/module: Handle caller-saved TOC in module linker

[PATCH v2 00/17] Add Multi Circular Queue Support
 2022-10-06  3:50 UTC  (3+ messages)
  ` [PATCH v2 01/17] ufs: core: Probe for ext_iid support

[PATCH bpf-next 1/3] selftests/bpf: allow requesting log level 2 in test_verifier
 2022-10-06  3:48 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add BPF object fixup step to veristat

[PATCH 00/12] ASoC: mediatek: Add support for MT8188 SoC
 2022-10-06  3:13 UTC  (18+ messages)
` [PATCH 08/12] ASoC: mediatek: mt8188: add platform driver
` [PATCH 12/12] dt-bindings: mediatek: mt8188: add mt8188-mt6359 document

vmlinux.o: warning: objtool: __ct_user_exit+0x4b: call to __kasan_check_write() leaves .noinstr.text section
 2022-10-06  3:45 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_rq_dlg_calc_314.c:1004:15: warning: variable 'dppclk_delay_subtotal' set but not used
 2022-10-06  3:45 UTC 

[PATCH v3] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-06  3:44 UTC 

[PATCH v1 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-10-06  3:43 UTC  (6+ messages)
` [PATCH v1 1/4] crypto: aspeed: Add ACRY RSA driver

[PATCH v1 1/1] mac_pton: Don't access memory over expected length
 2022-10-06  3:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: explicitly define BPF_FUNC_xxx integer values
 2022-10-06  3:37 UTC  (3+ messages)

[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking
 2022-10-06  3:11 UTC  (25+ messages)
` [PATCH 01/24] util: Add interval-tree.c
` [PATCH 02/24] accel/tcg: Make page_alloc_target_data allocation constant
` [PATCH 03/24] accel/tcg: Remove disabled debug in translate-all.c
` [PATCH 04/24] accel/tcg: Split out PageDesc to internal.h
` [PATCH 05/24] accel/tcg: Split out tb-maint.c
` [PATCH 06/24] accel/tcg: Move assert_no_pages_locked to internal.h
` [PATCH 07/24] accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
` [PATCH 08/24] accel/tcg: Remove duplicate store to tb->page_addr[]
` [PATCH 09/24] accel/tcg: Introduce tb_{set_}page_addr{0,1}
` [PATCH 10/24] accel/tcg: Rename tb_invalidate_phys_page
` [PATCH 11/24] accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
` [PATCH 12/24] accel/tcg: Unify declarations of tb_invalidate_phys_range
` [PATCH 13/24] accel/tcg: Use tb_invalidate_phys_page in page_set_flags
` [PATCH 14/24] accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
` [PATCH 15/24] accel/tcg: Use interval tree for TBs in user-only mode
` [PATCH 16/24] accel/tcg: Use page_reset_target_data in page_set_flags
` [PATCH 17/24] accel/tcg: Use tb_invalidate_phys_range "
` [PATCH 18/24] accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
` [PATCH 19/24] accel/tcg: Simplify page_get/alloc_target_data
` [PATCH 20/24] accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
` [PATCH 21/24] accel/tcg: Move page_{get,set}_flags to user-exec.c
` [PATCH 22/24] accel/tcg: Use interval tree for user-only page tracking
` [PATCH 23/24] accel/tcg: Move PageDesc tree into tb-maint.c for system
` [PATCH 24/24] accel/tcg: Move remainder of page locking to tb-maint.c

[PATCH 1/4] net: ethernet: xscale: fix space style issues
 2022-10-06  3:35 UTC  (2+ messages)

[PATCH] spi-nand: add Winbond W25N02KV flash support, fix Winbond flashes identifications
 2022-10-06  3:32 UTC  (2+ messages)

[PATCH] net: bnx2x: Fix spelling mistake "tupple" -> "tuple"
 2022-10-06  3:33 UTC  (2+ messages)

htmldocs: Warning: Documentation/translations/zh_CN/devicetree/kernel-api.rst references a file that doesn't exist: Documentation/Devicetree/kernel-api.rst
 2022-10-06  3:32 UTC 

[PATCH] ELF uapi: add spaces before '{'
 2022-10-06  3:33 UTC  (2+ messages)

Linux kernel updates and v6.0
 2022-10-06  3:31 UTC  (3+ messages)

[PATCH 0/3] hugetlb: fixes for new vma lock series
 2022-10-06  3:30 UTC  (3+ messages)
` [PATCH 2/3] hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointer

[PATCH 0/5] MediaTek watchdog: MT6795 support and YAML conversion
 2022-10-06  2:26 UTC  (5+ messages)
` [PATCH 3/5] dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema

Regression (latency spike) between 5.16.2-rt19 and 5.17.1-rt17
 2022-10-06  3:25 UTC  (6+ messages)

[PATCH v2] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-06  3:25 UTC  (6+ messages)

[PATCH] mfd: Add Freescale i.MX8qxp Control and Status Registers (CSR) module driver
 2022-10-06  3:21 UTC  (3+ messages)

[PATCH 1/2] scripts/clang-tools: Create array of checks to exclude
 2022-10-06  3:24 UTC  (2+ messages)
` [PATCH 2/2] scripts/clang-tools: Remove core.uninitialized.Assign check

[igt-dev] [PATCH i-g-t] Introduced partial FreeBSD compatibility
 2022-10-06  3:24 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Introduced partial FreeBSD compatibility (rev8)

[PATCH 1/2] powerpc: Make instruction dump work with scripts/decodecode
 2022-10-06  3:20 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Print instruction dump on a single line

[PATCH] mm: add stackdepot information on page->private for tracking
 2022-10-06  3:19 UTC 

[PATCH V2 0/7] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
 2022-10-06  3:18 UTC  (8+ messages)
` [PATCH V2 1/7] null_blk: allow REQ_OP_WRITE_ZEROES
` [PATCH V2 2/7] null_blk: code cleaup
` [PATCH V2 3/7] null_blk: initialize cmd->bio in __alloc_cmd()
` [PATCH V2 4/7] null_blk: don't use magic numbers in the code
` [PATCH V2 5/7] null_blk: remove extra space in switch condition
` [PATCH V2 6/7] null_blk: add param to set max disacrd sectors
` [PATCH V2 7/7] null_blk: add param to set max write-zeroes sects

[PATCH bpf-next 00/10] BPF link support for tc BPF programs
 2022-10-06  3:19 UTC  (17+ messages)
` [PATCH bpf-next 02/10] bpf: Implement BPF link handling "
` [PATCH bpf-next 03/10] bpf: Implement link update for tc BPF link programs
` [PATCH bpf-next 04/10] bpf: Implement link introspection "
` [PATCH bpf-next 05/10] bpf: Implement link detach "
` [PATCH bpf-next 06/10] libbpf: Change signature of bpf_prog_query
` [PATCH bpf-next 07/10] libbpf: Add extended attach/detach opts
` [PATCH bpf-next 08/10] libbpf: Add support for BPF tc link
` [PATCH bpf-next 10/10] bpf, selftests: Add various BPF tc link selftests

[PATCH RESEND v4 0/2] drivers: bus: Add Freescale i.MX8qxp pixel link MSI bus support
 2022-10-06  3:18 UTC  (3+ messages)

[PATCH] dt-bindings: leds: mt6370: Fix MT6370 LED indicator DT warning
 2022-10-06  3:16 UTC  (2+ messages)

[PATCH v13 0/2] Lattice sysCONFIG SPI FPGA manager
 2022-10-06  3:03 UTC  (3+ messages)
` [PATCH v13 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-06  3:11 UTC  (7+ messages)
` [PATCH v2 29/39] x86/cet/shstk: Support wrss "

drivers/soc/qcom/pdr_internal.h:192:20: error: initializing 'struct qmi_elem_info *' with an expression of type 'const struct qmi_elem_info[5]' discards qualifiers
 2022-10-06  3:11 UTC 

[PATCH] of: fdt: add stub for early_init_dt_scan()
 2022-10-06  3:11 UTC 

[PATCH] ipmi: kcs: Poll OBF briefly to reduce OBE latency
 2022-10-06  3:08 UTC  (12+ messages)

[PATCH] Fix race condition when exec'ing setuid files
 2022-10-06  3:06 UTC  (4+ messages)

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-10-06  3:03 UTC  (16+ messages)
` [PATCH 49/51] io/channel-watch: Fix socket watch "

[RFC PATCH 0/2] Clean up protocol installation API
 2022-10-06  3:02 UTC  (6+ messages)
` [RFC PATCH 1/2] efi_loader: define internal implementations of install/uninstallmultiple
` [RFC PATCH 2/2] cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol

Understanding P2P DMA related errors
 2022-10-06  2:56 UTC  (2+ messages)

[PATCH v5 0/3] arm64: dts: qcom: add dts for sa8540p-ride board
 2022-10-06  2:54 UTC  (3+ messages)

build failures on 6.0
 2022-10-06  2:53 UTC  (4+ messages)
      ` Fwd: "

[RFC 0/9 v2] netfilter: bpf base hook program generator
 2022-10-06  2:52 UTC  (3+ messages)
` [RFC v2 6/9] netfilter: add "

[igt-dev] [PATCH i-g-t] Introduced partial FreeBSD compatibility
 2022-10-06  2:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Introduced partial FreeBSD compatibility (rev7)

[PATCH v9 00/16] qapi: net: add unix socket type support to netdev backend
 2022-10-06  0:39 UTC  (9+ messages)
` [PATCH v9 05/16] qapi: net: add stream and dgram netdevs
` [PATCH v9 08/16] net: stream: add unix socket

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-06  2:42 UTC  (2+ messages)

[PATCH] riscv: enable THP_SWAP for RV64
 2022-10-06  2:35 UTC  (3+ messages)

[PATCH] RISC-V: Print SSTC in canonical order
 2022-10-06  2:35 UTC  (2+ messages)

[PATCH] riscv: compat: s/failed/unsupported if compat mode isn't supported
 2022-10-06  2:35 UTC  (3+ messages)

lockdep WARNING at blktests block/011
 2022-10-06  2:30 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] Introduced partial FreeBSD compatibility
 2022-10-06  2:30 UTC  (3+ messages)

[for-next][PATCH 0/2] tracing: Last two fixes before pushing to 6.1
 2022-10-06  2:27 UTC  (4+ messages)
` [for-next][PATCH 1/2] ftrace: Still disable enabled records marked as disabled
` [for-next][PATCH 2/2] tracing: Do not free snapshot if tracer is on cmdline

[lpieralisi-pci:pci/qcom] BUILD SUCCESS 7e1086fc815840ac1c3ed283126fd7e027efd242
 2022-10-06  2:25 UTC 

[PATCH v2 00/10] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2022-10-06  2:18 UTC  (4+ messages)
` [PATCH v2 05/10] dt-bindings: pinctrl: mediatek,pinctrl-mt6795: Fix interrupt count

linux-next: Fixes tag needs some work in the cifs tree
 2022-10-06  2:18 UTC  (2+ messages)

[RFCv2 PATCH 1/4] dt-bindings: bus: add Wiegand bus dt documentation
 2022-10-06  2:18 UTC  (4+ messages)
` [RFCv2 PATCH 3/4] dt-bindings: gpio: add Wiegand GPIO driver "

[RFC] memcg rstat flushing optimization
 2022-10-06  2:13 UTC  (9+ messages)

[PATCH v1 1/1] riscv: mm: call best_map_size many times during linear-mapping
 2022-10-06  2:12 UTC 

[PATCH v2 0/2] usb: dwc3: revert OTG changes for Intel Merrifield
 2022-10-06  2:12 UTC  (7+ messages)
` [PATCH v2 2/2] Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"


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.