All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-14 12:43:02 to 2021-09-14 13:16:31 UTC [more...]

[PATCH v5 00/21] Add LoongArch linux-user emulation support
 2021-09-14 13:00 UTC  (14+ messages)
` [PATCH v5 01/21] target/loongarch: Add README
` [PATCH v5 02/21] target/loongarch: Add core definition
` [PATCH v5 03/21] target/loongarch: Add main translation routines
` [PATCH v5 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v5 05/21] target/loongarch: Add fixed point shift "
` [PATCH v5 06/21] target/loongarch: Add fixed point bit "
` [PATCH v5 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v5 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v5 12/21] target/loongarch: Add floating point conversion "
` [PATCH v5 14/21] target/loongarch: Add floating point load/store "
` [PATCH v5 15/21] target/loongarch: Add branch "
` [PATCH v5 18/21] default-configs: Add loongarch linux-user support
` [PATCH v5 21/21] scripts: add loongarch64 binfmt config

[LTP] [PATCH] scripts/checkpatch.pl: Ignore TST_* in constant checks
 2021-09-14 13:16 UTC  (5+ messages)

[PATCH] lsm_audit: avoid overloading the "key" audit field
 2021-09-14 13:15 UTC  (2+ messages)

[PATCH v3 00/25] Trace file version 7 - sections
 2021-09-14 13:14 UTC  (26+ messages)
` [PATCH v3 01/25] trace-cmd library: Define trace file version 7
` [PATCH v3 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH v3 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH v3 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH v3 05/25] trace-cmd library: Write header "
` [PATCH v3 06/25] trace-cmd library: Add multiple options sections in trace file version 7
` [PATCH v3 07/25] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH v3 08/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH v3 09/25] trace-cmd record: Append trace options after the trace data are written
` [PATCH v3 10/25] trace-cmd library: Add section header before flyrecord trace data
` [PATCH v3 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v3 12/25] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH v3 13/25] trace-cmd library: Add macro to check file state on reading
` [PATCH v3 14/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v3 15/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH v3 16/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v3 17/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v3 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH v3 19/25] trace-cmd library: Handle the extended DONE option
` [PATCH v3 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH v3 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v3 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH v3 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH v3 24/25] trace-cmd: Call additional APIs when creating trace file
` [PATCH v3 25/25] trace-cmd report: Add new parameter for trace file version

[PATCH net-next] r8169: remove support for chip version RTL_GIGA_MAC_VER_27
 2021-09-14 13:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/ipsec-secgw: add support for event vector
 2021-09-14 13:14 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] Export Idlemask values based on the APU
 2021-09-14 13:14 UTC 

[PATCH v2 0/4] ceph: forward average read/write/metadata latency
 2021-09-14 13:13 UTC  (6+ messages)
` [PATCH v2 2/4] ceph: track average/stdev r/w/m latency

[PATCH] drm/amdgpu: Update PSP TA unload function
 2021-09-14 13:13 UTC  (2+ messages)

[PATCH] drm/amdgpu: Conform ASD header/loading to generic TA systems
 2021-09-14 13:13 UTC  (2+ messages)

[PATCH v3 00/21] trace-cmd fixes and clean-ups
 2021-09-14 13:12 UTC  (22+ messages)
` [PATCH v3 01/21] trace-cmd library: Read option id with correct endian
` [PATCH v3 02/21] trace-cmd report: Fix typos in error messages
` [PATCH v3 03/21] trace-cmd library: Fix version string memory leak
` [PATCH v3 04/21] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v3 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH v3 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH v3 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v3 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v3 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v3 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v3 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH v3 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH v3 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH v3 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH v3 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v3 16/21] trace-cmd report: Close input file handlers on exit
` [PATCH v3 17/21] trace-cmd report: Do not print empty buffer name
` [PATCH v3 18/21] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH v3 19/21] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v3 20/21] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v3 21/21] trace-cmd report: Init the top trace instance earlier

[PATCH net-next 0/8] RTL8366(RB) cleanups part 1
 2021-09-14 13:12 UTC  (6+ messages)
` [PATCH net-next 5/8] net: dsa: rtl8366: Disable "4K" VLANs

[PATCH] btrfs: make btrfs_node_key static inline
 2021-09-14 13:12 UTC  (2+ messages)

[PATCHv2 1/2] arm: Remove flea3 board
 2021-09-14 13:09 UTC  (2+ messages)
` [PATCHv2 2/2] arm: Remove aspenite board

[PATCH v3 0/9] Add imx8ulp clock & reset driver support
 2021-09-14 13:11 UTC  (7+ messages)
` [PATCH v3 1/9] dt-bindings: clock: Add imx8ulp clock support
` [PATCH v3 9/9] clk: imx: Add the pcc reset controller support on imx8ulp

[linux-linus test] 164977: regressions - FAIL
 2021-09-14 13:10 UTC 

[PATCH] libselinux/utils: drop requirement to combine compiling and linking
 2021-09-14 13:10 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/5] ARM: support THREAD_INFO_IN_TASK
 2021-09-14 13:07 UTC  (4+ messages)

[PATCH v3] mm/page_isolation: guard against possible putback unisolated page
 2021-09-14 13:09 UTC  (2+ messages)

[PATCH v3 0/1] AUXADC: Mediatek auxadc driver
 2021-09-14 13:09 UTC  (2+ messages)
` [PATCH] iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED

[PATCH bpf v4 00/14] bpf/tests: Extend JIT test suite coverage
 2021-09-14 13:09 UTC  (5+ messages)
` [PATCH bpf v4 13/14] bpf/tests: Fix error in tail call limit tests

[MAINTAINER SUMMIT] User-space requirements for accelerator drivers
 2021-09-14 13:07 UTC  (23+ messages)

[LTP] [PATCH 1/2] runtest/smoketest: Remove intermittent failed test case route4-change-dst
 2021-09-14 13:07 UTC  (5+ messages)

Deploying new iterator interface for dma-buf
 2021-09-14 13:07 UTC  (11+ messages)
` [PATCH 01/26] dma-buf: add dma_resv_for_each_fence_unlocked
  ` [Intel-gfx] "
` [PATCH 17/26] drm/i915: use new iterator in i915_gem_object_wait_priority
  ` [Intel-gfx] "
` [PATCH 18/26] drm/i915: use new iterator in i915_gem_object_last_write_engine
  ` [Intel-gfx] "

[PATCH] image: fit: fix byte order for crc32 hash check
 2021-09-14 13:07 UTC  (2+ messages)

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-14 13:00 UTC  (8+ messages)
` [PATCH 1/3] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 3/3] bios-tables-test: Update ACPI DSDT table golden blobs for q35

[PATCH v12 0/5] Add SPMI support for Mediatek SoC IC
 2021-09-14 13:03 UTC  (5+ messages)
` [PATCH v12 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller

[RFC PATCH v2] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
 2021-09-14 12:59 UTC  (2+ messages)

[PATCH v3] ASoC: dt-bindings: mediatek: mt8192: re-add audio afe document
 2021-09-14 13:03 UTC  (3+ messages)

[PATCH v2 1/5] erofs-utils: introduce dump.erofs
 2021-09-14 13:04 UTC  (4+ messages)
` [PATCH v2 2/5] dump.erofs: add "-s" option to dump superblock information

[dpdk-dev] Questions about rte_eth_link_speed_to_str API
 2021-09-14 13:04 UTC  (5+ messages)

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel NULL pointer dereference in corrupted
 2021-09-14 13:04 UTC  (3+ messages)

[v2,0/2] update mediatek wdt driver and dt-binding
 2021-09-14 12:51 UTC  (6+ messages)
` [v2,1/2] watchdog: mtk: add disable_wdt_extrst support

[Intel-gfx] [PATCH] drm/i915/display: Enable second VDSC engine for higher moderates
 2021-09-14 13:04 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/seatd: bump to version 0.6.0
 2021-09-14 13:01 UTC  (2+ messages)
` [Buildroot] [PATCH v2 1/1] package/seatd: bump to version 0.6.1

[Buildroot] [git commit branch/2021.02.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 12:59 UTC 

[PATCH v6 0/6] pSeries FORM2 affinity support
 2021-09-14 12:58 UTC  (3+ messages)
` [PATCH v6 6/6] spapr_numa.c: FORM2 NUMA "

[zen-kernel-zen-kernel:5.14/prjc 199/209] kernel/sched/alt_core.c:5387: warning: expecting prototype for sys_sched_getscheduler(). Prototype was for sys_sched_getparam() instead
 2021-09-14 13:03 UTC 

[Buildroot] [git commit branch/2021.02.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:56 UTC 

[RFC PATCH V4 0/6] riscv: Add PBMT & DMA for D1 bringup
 2021-09-14 13:02 UTC  (12+ messages)
` [RFC PATCH V4 6/6] riscv: soc: Add Allwinner SoC kconfig option

[Buildroot] [git commit branch/2021.02.x] package/gd: bump to version 2.3.2
 2021-09-14 12:56 UTC 

[Buildroot] [git commit branch/2021.02.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 12:59 UTC 

[Buildroot] [git commit branch/2021.02.x] package/gd: bump to version 2.3.1
 2021-09-14 12:56 UTC 

[Buildroot] [git commit branch/2021.05.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:56 UTC 

[PATCH v4 00/18] staging: r8188eu: Shorten and simplify calls chain
 2021-09-14 13:01 UTC  (5+ messages)
` [PATCH v4 17/18] staging: r8188eu: Shorten calls chain of rtw_read8/16/32()

[Buildroot] [git commit branch/2021.05.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.05.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.08.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:55 UTC 

[Buildroot] [git commit branch/2021.08.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.08.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 13:00 UTC 

[PATCH v2 00/52] ARM: dts: Last round of DT schema fixes
 2021-09-14 12:57 UTC  (7+ messages)
` [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema

[PATCH] PCI: Create device links for AMD integrated USB xHCI and UCSI controllers
 2021-09-14 12:59 UTC  (3+ messages)

[PATCH net-next 0/2] Delete publish of single parameter API
 2021-09-14 12:58 UTC  (3+ messages)
` [PATCH net-next 1/2] net/mlx5: Publish and unpublish all devlink parameters at once
` [PATCH net-next 2/2] devlink: Delete not-used single parameter notification APIs

[PATCH v13 0/5] clk: clocking-wizard: Driver updates
 2021-09-14 12:57 UTC  (6+ messages)
` [PATCH v13 1/5] dt-bindings: add documentation of xilinx clocking wizard
` [PATCH v13 2/5] clk: clocking-wizard: Add the clockwizard to clk directory
` [PATCH v13 3/5] clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs
` [PATCH v13 4/5] clk: clocking-wizard: Fix the reconfig for 5.2
` [PATCH v13 5/5] clk: clocking-wizard: Update the compatible

[PATCH 0/6] vDPA driver for legacy virtio-pci device
 2021-09-14 12:58 UTC  (5+ messages)
` [PATCH v2 0/5] vDPA driver for Alibaba ENI
  ` [PATCH v2 4/5] vdpa: add new vdpa attribute VDPA_ATTR_DEV_F_VERSION_1

[PATCH v2] regmap: spi: Set regmap max raw r/w from max_transfer_size
 2021-09-14 12:58 UTC  (2+ messages)

[dpdk-dev] [PATCH 21.11 v2 0/3] eal: add memory pre-allocation from existing files
 2021-09-14 12:57 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/3] eal/linux: make hugetlbfs analysis reusable

[PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
 2021-09-14 12:55 UTC  (3+ messages)

[PATCH 01/16] tty: unexport tty_ldisc_release
 2021-09-14 12:54 UTC  (3+ messages)
` [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push

[PATCH V4 0/2] Add Vol+ support for sc7280-idp
 2021-09-14 12:55 UTC  (3+ messages)
` [PATCH V4 1/2] pinctrl: qcom: spmi-gpio: correct parent irqspec translation
` [PATCH V4 2/2] arm64: dts: sc7280: Add volume up support for sc7280-idp

[xtables-addons] xt_ipp2p: fix compatibility with pre-5.1 kernels
 2021-09-14 12:55 UTC  (2+ messages)

[RFC] Perfomance varies according to sysctl_sched_migration_cost
 2021-09-14 12:55 UTC  (4+ messages)

[PATCH] ASoC: SOF: loader: load_firmware callback is mandatory, treat it like that
 2021-09-14 12:53 UTC 

[PATCH 0/2] Machine driver to support LPASS SC7280 sound card registration
 2021-09-14 12:53 UTC  (6+ messages)
` [PATCH 1/2] ASoC: google: dt-bindings: Add sc7280-herobrine machine bindings

[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
 2021-09-14 12:53 UTC  (3+ messages)
` [Virtio-fs] "

[PATCH v1 0/4] ceph: forward average read/write/metadata latency
 2021-09-14 12:53 UTC  (3+ messages)

[PATCH v8 1/4] dt-bindings: mfd: qcom,tcsr: document ipq6018 compatible
 2021-09-14 12:49 UTC  (4+ messages)
` [PATCH v8 2/4] pwm: driver for qualcomm ipq6018 pwm block

[zen-kernel-zen-kernel:5.14/prjc 82/209] kernel/sched/alt_core.c:5925:45: warning: passing argument 2 of 'cpumask_copy' makes pointer from integer without a cast
 2021-09-14 12:52 UTC 

[RFC v6] virtio/vsock: add two more queues for datagram types
 2021-09-14 12:46 UTC  (2+ messages)

[PATCH v3 0/1] Relax restrictions on user.* xattr
 2021-09-14 12:51 UTC  (11+ messages)
                ` [Virtio-fs] "

[dpdk-dev] [PATCH] net/bnxt: fix Rx queue startup state
 2021-09-14 12:50 UTC 

[rteval PATCH] rteval: stressng.py: Fix arguments for Popen
 2021-09-14 12:51 UTC  (3+ messages)

[PATCH 00/13] checkpolicy improvements
 2021-09-14 12:48 UTC  (14+ messages)
` [PATCH 01/13] libsepol: avoid implicit conversions
` [PATCH 02/13] libsepol: free memory after policy validation
` [PATCH 03/13] checkpolicy: enclose macro argument in parentheses
` [PATCH 04/13] checkpolicy: misc checkmodule tweaks
` [PATCH 05/13] checkpolicy: misc checkpolicy tweaks
` [PATCH 06/13] checkpolicy: mark read-only parameters in module compiler const
` [PATCH 07/13] checkpolicy: mark file local functions in policy_define static
` [PATCH 08/13] checkpolicy: add missing function declarations
` [PATCH 09/13] checkpolicy: resolve dismod memory leaks
` [PATCH 10/13] checkpolicy: avoid implicit conversion
` [PATCH 11/13] checkpolicy: error out on parsing too big integers
` [PATCH 12/13] checkpolicy: print warning on source line overflow
` [PATCH 13/13] checkpolicy: free extended permission memory

[PATCH net-next v2] net: phy: at803x: add support for qca 8327 internal phy
 2021-09-14 12:49 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: add support for qca 8327 internal phy
 2021-09-14 12:49 UTC  (4+ messages)

[v3,0/2] update mediatek wdt driver and dt-binding
 2021-09-14 12:34 UTC  (5+ messages)
` [v3, 1/2] dt-bindings: watchdog: mtk-wdt: add disable_wdt_extrst support
` [v3,2/2] watchdog: mtk: "

[PATCH v2 1/3] oslat: Rename cpu_mhz/cpu_hz to counter_mhz/counter_hz
 2021-09-14 12:48 UTC  (5+ messages)
` [PATCH v2 2/3] oslat: Add aarch64 support

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-09-14 12:46 UTC  (2+ messages)

[qemu-web RFC PATCH] Add Sponsors page
 2021-09-14 12:33 UTC  (5+ messages)

[PATCH v3] docs: add supported host CPU architectures section
 2021-09-14 12:27 UTC  (2+ messages)

[PATCH linux-4.19.y] blk-mq: fix divide by zero crash in tg_may_dispatch()
 2021-09-14 12:54 UTC 

[PATCH] kernel/locking: Add context to ww_mutex_trylock
 2021-09-14 12:43 UTC  (10+ messages)
      ` [PATCH v2] "
                ` [Intel-gfx] "

[Intel-gfx] [PATCH 1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
 2021-09-14 12:42 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area


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.