All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-10 03:50:25 to 2022-10-10 06:17:45 UTC [more...]

[PATCH v3 0/4] Dump command line of faulting process to syslog
 2022-10-10  6:16 UTC  (8+ messages)
` [PATCH v3 4/4] arc: Use generic dump_stack_print_cmdline() implementation

[PATCH 1/4] test: self: change CONFIG_CMD_SELFTEST default to y
 2022-10-10  6:14 UTC  (4+ messages)
` [PATCH 2/4] test: self: always build envvar test when SELFTEST_ENABLE_ALL
` [PATCH 3/4] test: self: add ramfs test
` [PATCH 4/4] fs: implement unreaddir

[PATCH v3 0/8] m25p80: Add SFDP support
 2022-10-10  6:15 UTC  (7+ messages)
` [PATCH v3 2/8] m25p80: Add the n25q256a SFDP table
` [PATCH v3 3/8] m25p80: Add the mx25l25635e SFPD table

[RFC PATCH v2 0/5] iio: Support ROHM/Kionix kx022a
 2022-10-10  6:15 UTC  (11+ messages)
` [RFC PATCH v2 1/5] regulator: Add devm helpers for get and enable
` [RFC PATCH v2 4/5] iio: accel: Support Kionix/ROHM KX022A accelerometer

[PATCH v1 1/1] pinctrl: st: Avoid using of_node member of struct gpio_chip
 2022-10-10  6:13 UTC  (3+ messages)

[PATCH V1 0/4] GPIO based PCIe Hot-Plug support
 2022-10-10  6:14 UTC  (5+ messages)

[PATCH, v2] media: mediatek: vcodec: Add to support VP9 inner racing mode
 2022-10-10  6:14 UTC  (3+ messages)

[RFT PATCH master 1/2] ARM: MXS: fix breakage for non-DT boards
 2022-10-10  6:12 UTC  (2+ messages)
` [RFT PATCH 2/2] ARM: start: drop support for machine type casted to boarddata pointer

[PATCH] term: keymapforce command for lack of at_keyboard
 2022-10-10  6:13 UTC  (2+ messages)

[PATCH 00/10] treewide: misc cleanup for efiloader prep
 2022-10-10  6:11 UTC  (11+ messages)
` [PATCH 01/10] block: have cdev_get_block_device accept const cdev
` [PATCH 02/10] treewide: replace errno_str() with %m printf format specifier
` [PATCH 03/10] common: misc: remove now unused errno_str
` [PATCH 04/10] driver: don't crash when dev_name/dev_id is called with NULL dev
` [PATCH 05/10] lds: introduce <asm/barebox.lds.h>
` [PATCH 06/10] lds: move OUTPUT_FORMAT/ARCH definition into header
` [PATCH 07/10] ARM: lds: define and use BAREBOX_RELOCATION_TABLE
` [PATCH 08/10] lib: random: add hwrng_get_crypto_bytes
` [PATCH 09/10] common: bootm: factor out FIT parsing code into bootm_open_bit
` [PATCH 10/10] common: bootm: use switch-case

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-10-10  6:12 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v11 0/7] Add support for zoned device
 2022-10-10  6:08 UTC  (5+ messages)
` [PATCH v11 1/7] include: add zoned device structs
` [PATCH v11 4/7] raw-format: add zone operations to pass through requests

[PATCH v2 00/24] add the basic rte_flow offload support of nfp PMD
 2022-10-10  6:09 UTC  (25+ messages)
` [PATCH v2 01/24] net/nfp: add the stats process logic in ctrl VNIC service
` [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload
` [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD
` [PATCH v2 04/24] net/nfp: add the offload support of basic items
` [PATCH v2 05/24] net/nfp: add the offload support of basic actions
` [PATCH v2 06/24] net/nfp: add the offload support of VLAN item
` [PATCH v2 07/24] net/nfp: add the offload support of IPv4 item
` [PATCH v2 08/24] net/nfp: add the offload support of IPv6 item
` [PATCH v2 09/24] net/nfp: add the offload support of TCP item
` [PATCH v2 10/24] net/nfp: add the offload support of UDP item
` [PATCH v2 11/24] net/nfp: add the offload support of SCTP item
` [PATCH v2 12/24] net/nfp: add the offload support of set SRC MAC action
` [PATCH v2 13/24] net/nfp: add the offload support of set DST "
` [PATCH v2 14/24] net/nfp: add the offload support of pop VLAN action
` [PATCH v2 15/24] net/nfp: add the offload support of push "
` [PATCH v2 16/24] net/nfp: add the offload support of set SRC IPv4 action
` [PATCH v2 17/24] net/nfp: add the offload support of set DST "
` [PATCH v2 18/24] net/nfp: add the offload support of set SRC IPv6 action
` [PATCH v2 19/24] net/nfp: add the offload support of set DST "
` [PATCH v2 20/24] net/nfp: add the offload support of set TP SRC port action
` [PATCH v2 21/24] net/nfp: add the offload support of set TP DST "
` [PATCH v2 22/24] net/nfp: add the offload support of set TTL action
` [PATCH v2 23/24] net/nfp: add the offload support of set IPv4 DSCP action
` [PATCH v2 24/24] net/nfp: add the offload support of set IPv6 "

[PATCH 1/5] efi: retire efi_bool_t
 2022-10-10  6:08 UTC  (5+ messages)
` [PATCH 2/5] efi: capitalize enumeration constants
` [PATCH 3/5] hw_random: add EFI RNG driver
` [PATCH 4/5] efi: implement and use for_each_efi_config_table
` [PATCH 5/5] efi: add device tree configuration table support

[PATCH 2/4] drm/amdgpu: Add software ring callbacks for gfx9 (v8)
 2022-10-10  6:07 UTC 

[PATCH master] test: emulate.pl: fix support for multiple block devices
 2022-10-10  6:05 UTC 

[PATCH master] efi: payload: image: fix commandline-less boot
 2022-10-10  6:05 UTC 

[PATCH V2 0/2] Disable PTM for endpoint mode
 2022-10-10  6:05 UTC  (2+ messages)

[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream
 2022-10-10  6:05 UTC  (9+ messages)
` [PATCH v2 0/2] branch: support for shortcuts like @{-1}, completed
  ` [PATCH v3 "
    ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] drm/amd/display: fix array-bounds error in dc_stream_remove_writeback() [take 2]
 2022-10-10  6:05 UTC  (2+ messages)

[Patch v2] cpufreq: tegra194: Add support for Tegra239
 2022-10-10  6:04 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix simulated GPU reset wrt. encoder HW readout
 2022-10-10  6:02 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH V1] PCI: dwc: Use dev_info for PCIe link down event logging
 2022-10-10  6:02 UTC  (7+ messages)

[PATCH 1/3] cpufreq: qcom: fix memory leak in error path
 2022-10-10  6:02 UTC  (8+ messages)
` [PATCH 2/3] cpufreq: qcom: pass pvs_name size along with its buffer
` [PATCH 3/3] cpufreq: qcom: fix writes in read-only memory region

[dm-devel] Writing code to work at the byte level
 2022-10-07 16:39 UTC 

[syzbot] KASAN: use-after-free Read in register_shrinker_prepared (2)
 2022-10-10  5:59 UTC  (2+ messages)
` [PATCH] NFSD: unregister shrinker when nfsd_init_net() fails

[PATCH] powerpc: suppress some linker warnings in recent linker versions
 2022-10-10  5:57 UTC 

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-10-10  5:56 UTC  (4+ messages)

PSI idle-shutoff
 2022-10-10  5:57 UTC  (6+ messages)

[PATCH master] ARM: i.MX7: enable caches when booted over USB
 2022-10-10  5:52 UTC  (2+ messages)

[ovs-dev] [PATCH] tests: fix reference output for meter offload stats
 2022-10-10  5:55 UTC  (4+ messages)

[PATCH V1] PCI: dwc: Fixes N_FTS setup
 2022-10-10  5:51 UTC  (4+ messages)
` [PATCH V2] PCI: dwc: Fix n_fts[] array overrun

[cocci] how to check a for "don't care" state of a variable?
 2022-10-10  2:16 UTC  (8+ messages)

Memory leak when raid10 takeover raid0
 2022-10-10  5:48 UTC  (3+ messages)

[PATCH] usb: cdns3: adjust the partial logic of cdnsp_pci_remove
 2022-10-10  4:27 UTC  (2+ messages)

[PATCHv4 0/8] Virtual NMI feature
 2022-10-10  5:46 UTC  (3+ messages)

[PATCH] perf parse: Allow names to start with digits
 2022-10-10  5:38 UTC  (3+ messages)

[PATCH 1/2] cpufreq: Change macro for store scaling min/max frequency
 2022-10-10  5:39 UTC  (4+ messages)
` [PATCH 2/2] cpufreq: Update CPU capacity reduction in store_scaling_max_freq()

[RFC/PATCHSET 00/19] perf stat: Cleanup counter aggregation (v1)
 2022-10-10  5:36 UTC  (20+ messages)
` [PATCH 01/19] perf tools: Save evsel->pmu in parse_events()
` [PATCH 02/19] perf tools: Use pmu info in evsel__is_hybrid()
` [PATCH 03/19] perf stat: Use evsel__is_hybrid() more
` [PATCH 04/19] perf stat: Add aggr id for global mode
` [PATCH 05/19] perf stat: Add cpu aggr id for no aggregation mode
` [PATCH 06/19] perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
` [PATCH 07/19] perf stat: Add struct perf_stat_aggr to perf_stat_evsel
` [PATCH 08/19] perf stat: Allocate evsel->stats->aggr properly
` [PATCH 09/19] perf stat: Aggregate events using evsel->stats->aggr
` [PATCH 10/19] perf stat: Aggregate per-thread stats "
` [PATCH 11/19] perf stat: Allocate aggr counts for recorded data
` [PATCH 12/19] perf stat: Reset aggr counts for each interval
` [PATCH 13/19] perf stat: Split process_counters()
` [PATCH 14/19] perf stat: Add perf_stat_merge_counters()
` [PATCH 15/19] perf stat: Add perf_stat_process_percore()
` [PATCH 16/19] perf stat: Add perf_stat_process_shadow_stats()
` [PATCH 17/19] perf stat: Display event stats using aggr counts
` [PATCH 18/19] perf stat: Display percore events properly
` [PATCH 19/19] perf stat: Remove unused perf_counts.aggr field

[PATCH V3 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512
 2022-10-10  5:33 UTC  (4+ messages)
` [PATCH V3 1/3] dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml
` [PATCH V3 2/3] dt-bindings: gpio: Convert Unisoc EIC "
` [PATCH V3 3/3] dt-bindings: gpio: Add compatible string for Unisoc UMS512

drivers/media/platform/verisilicon/hantro_drv.c:618:34: warning: unused variable 'of_hantro_match'
 2022-10-10  5:33 UTC 

[PATCH -next] Input: pinephone-keyboard - fix error return code in ppkb_probe()
 2022-10-10  5:29 UTC  (2+ messages)

[GIT PULL] 9p fixes for 6.1
 2022-10-10  5:23 UTC 

[PATCH 0/1] Update minimum required meson version
 2022-10-10  5:23 UTC  (4+ messages)
` [PATCH v2] build: increase minimum meson version to 0.53.2

[PATCH] phy: marvell: phy-mvebu-a3700-comphy: Reset COMPHY registers before USB 3.0 power on
 2022-10-10  5:19 UTC  (8+ messages)

[PATCH] scsi: pm80xx: Remove unused reset_in_progress flag logic
 2022-10-10  5:18 UTC  (2+ messages)

[PATCH] net/vhost: support asynchronous data path
 2022-10-10  5:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH -next 0/4] cpufreq: Switch to use dev_err_probe() helper
 2022-10-10  5:17 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Display proc_name in sysfs
 2022-10-10  5:15 UTC  (2+ messages)

cifs: fix failure for generic/257
 2022-10-10  5:12 UTC  (4+ messages)
` [PATCH] cifs: fix skipping to incorrect offset in emit_cached_dirents

Fix IRQ storm on ASUS UM325UAZ
 2022-10-10  5:12 UTC 

[PATCH] perf/x86/intel: Hide Topdown metrics events if slots is not enumerated
 2022-10-10  5:03 UTC  (2+ messages)

[regression, v6.0-rc0] filesystem freeze hangs on sb_wait_write()
 2022-10-10  5:03 UTC 

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

[PATCH 1/1] perf stat: do not fatal if the leader is not supported
 2022-10-10  5:01 UTC 

[meta-networking][kirkstone][PATCH] dhcp: Fix CVE-2022-2928 & CVE-2022-2929
 2022-10-10  4:58 UTC 

[Bridge] [PATCH v7 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-09 17:40 UTC  (9+ messages)
` [PATCH v7 net-next 6/9] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [PATCH v7 net-next 7/9] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [PATCH v7 net-next 8/9] net: dsa: mv88e6xxx: add blackhole ATU entries
` [PATCH v7 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[PATCH v4 0/3] mtd: mtdoops: use pr_ functions, add and direct call mtdoops_erase function when panic
 2022-10-10  4:55 UTC  (8+ messages)
` [PATCH v4 1/3] mtd: mtdoops: change printk() to counterpart pr_ functions
` [PATCH v4 2/3] mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to after it
` [PATCH v4 3/3] mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediately

[PATCH] bus: mhi: host: Fix race between channel preparation and M0 event
 2022-10-10  4:53 UTC 

[PATCH 0/6] Enable LKGS instruction
 2022-10-10  4:51 UTC  (16+ messages)
` [PATCH 6/6] x86/gsseg: use the LKGS instruction if available for load_gs_index()

linux-next: Tree for Oct 10
 2022-10-10  4:47 UTC 

[PATCH v4 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-10-10  4:45 UTC  (3+ messages)
` [PATCH v4 1/6] powerpc/code-patching: Implement generic text patching function

[PATCH v2] arc: iounmap() arg is volatile
 2022-10-10  4:44 UTC  (3+ messages)

[PATCH] bus: mhi: host: Add session ID to MHI controller
 2022-10-10  4:41 UTC 

wfi and wfe redundancy
 2022-10-10  4:34 UTC 

[PATCH 1/2] md/bitmap: Move unplug to daemon thread
 2022-10-10  4:32 UTC  (3+ messages)
` [md/bitmap] 935dbb156b: mdadm-selftests.05r1-bitmapfile.fail

[PATCH] bus: mhi: host: Use mhi_soc_reset() API in place of register write
 2022-10-10  4:32 UTC 

[PATCH linux-next][RFC] powerpc: avoid lockdep when we are offline
 2022-10-10  3:49 UTC  (8+ messages)

arch/arm/mach-spear/spear6xx.c:365:13: warning: no previous prototype for function 'spear6xx_map_io'
 2022-10-10  4:24 UTC  (3+ messages)

[PATCH] clk: spear: Move prototype to accessible header
 2022-10-10  4:22 UTC  (2+ messages)

[PATCH v6 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-10-10  4:04 UTC  (2+ messages)
` [PATCH v6 2/2] block: Refactor get_tmp_filename()

[PATCH] ARM: spear6xx: Staticize few definitions
 2022-10-10  4:11 UTC  (2+ messages)

[PATCH v3] disas/riscv.c: rvv: Add disas support for vector instructions
 2022-10-10  4:11 UTC  (2+ messages)

linux-next: build warning
 2022-10-10  4:11 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation
 2022-10-10  4:10 UTC  (4+ messages)

[PATCH] i2c: designware: slave should do WRITE_RECEIVED before SLAVE_STOP
 2022-10-10  3:40 UTC 

[PATCH] apply: support case-only renames in case-insensitive filesystems
 2022-10-10  4:09 UTC  (3+ messages)
` [PATCH v2 0/3] RFC: "

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-10-10  3:58 UTC  (6+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make

Question about RISC-V brom register a1 set value
 2022-10-10  3:55 UTC  (2+ messages)

Changing git url of qemu
 2022-10-10  3:55 UTC  (15+ messages)
` [yocto] "

[PATCH] mm: slub: make slab_sysfs_init() a late_initcall
 2022-10-10  3:55 UTC  (2+ messages)

Regression/Help: RK3399: Internal error: SP/PC alignment exception: 8a000000 [#1] SMP
 2022-10-10  3:54 UTC 

[PATCH] mm: slub: remove dead and buggy code from sysfs_slab_add()
 2022-10-10  3:54 UTC  (2+ messages)

[PATCH 1/1] doc: add python3-filelock python3-pytest-xdist
 2022-10-10  3:53 UTC  (2+ messages)

[PATCH v2 1/1] doc: man-page for cls
 2022-10-10  3:53 UTC  (2+ messages)

[PATCH v13 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-10  3:53 UTC  (5+ messages)
` [PATCH v13 12/15] test: dm: Add test cases for FWU Metadata uclass


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.