All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 06:30:42 to 2022-03-04 07:26:16 UTC [more...]

[PATCH v5 0/3] pinctrl: mediatek: Support pinctrl driver on mt8186
 2022-03-04  7:26 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-04  7:25 UTC  (4+ messages)
` [PATCH] userdiff: add builtin diff driver for Kotlin language

[Intel-gfx] [PATCH 1/2] drm/i915/xehp: Support platforms with CCS engines but no RCS
 2022-03-04  7:25 UTC  (2+ messages)

[PATCH V7 00/17] xfs: Extend per-inode extent counters
 2022-03-04  7:25 UTC  (5+ messages)
` [PATCH V7 12/17] xfs: Introduce per-inode 64-bit "
` [PATCH V7 13/17] xfs: xfs_growfs_rt_alloc: Unlock inode explicitly rather than through iop_committing()

[PATCH Review 1/2] drm/amd/pm: add send bad channel info function
 2022-03-04  7:25 UTC  (3+ messages)
` [PATCH Review 2/2] drm/amdgpu: message smu to update bad channel info

[PATCH] drivers: Fix Links to Technologic Systems web resources
 2022-03-04  7:24 UTC  (2+ messages)

[PATCH v2 0/3] xen/vpci: msix: Make VPCI MSI-X code non-x86 specific
 2022-03-04  7:23 UTC  (7+ messages)
` [PATCH v2 1/3] xen/vpci: msix: move x86 specific code to x86 file

Silly 'git am' UI issue
 2022-03-04  7:14 UTC  (6+ messages)

[PATCH] RDMA/rxe: change payload type to u32 from int
 2022-03-04  7:20 UTC  (5+ messages)

[PATCH] rtc: snvs: Handle error for clk_enable
 2022-03-04  7:20 UTC 

[PATCH v2] mtd: core: Remove partid and partname debugfs files
 2022-03-04  7:19 UTC  (3+ messages)

Does fixmap pages for fdt require 4MB memory?
 2022-03-04  7:18 UTC 

[PATCH 00/27] imx: imx8ulp: misc update from downstream
 2022-03-04  7:18 UTC  (7+ messages)
` [PATCH 02/27] imx: imx8ulp: include pcc/cgc header in clock header
` [PATCH 24/27] imx: imx8ulp_evk: enlarge CONFIG_NR_DRAM_BANKS

[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
 2022-03-04  7:18 UTC  (8+ messages)
` [PATCH 3/3] Kbuild: use -std=gnu11 for KBUILD_USERCFLAGS

[PATCH RFC] mtd: spi-nor: unset quad_enable if SFDP doesn't specify it
 2022-03-04  7:14 UTC  (3+ messages)

[PATCH] gpio: Revert regression in sysfs-gpio (gpiolib.c)
 2022-03-04  7:13 UTC  (8+ messages)

[PATCH bpf-next v2 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-04  7:08 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next v2 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v2 3/4] bpf, sockmap: Fix more uncharged while msg has more_data

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-04  7:08 UTC  (5+ messages)

[PATCH] dt-bindings: kbuild: Print a warning if yamllint is not found
 2022-03-04  7:09 UTC  (2+ messages)

[tnguy-next-queue:100GbE 179/215] net/dsa/dsa.c:486 dsa_port_walk_fdbs() error: uninitialized symbol 'err'
 2022-03-04  7:13 UTC 

[LTP] [PATCH 00/16] Expand Cgroup lib and modify controller tests
 2022-03-04  7:11 UTC  (5+ messages)
` [LTP] [PATCH 10/16] controllers: Update memcg_control_test to newer test lib and cgroup lib

[PATCH] clk/samsung: Use of_device_get_match_data()
 2022-03-04  7:07 UTC  (4+ messages)

[PATCH v4 0/6] mtd: spi-nor: Handle ID collisions
 2022-03-04  7:07 UTC  (7+ messages)
` [PATCH v4 5/6] mtd: spi-nor: Introduce Manufacturer ID collisions driver

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04  7:06 UTC  (50+ messages)
` [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h
` [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
` [PATCH v4 03/24] dept: Embed Dept data in Lockdep
` [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily
` [PATCH v4 05/24] dept: Apply Dept to spinlock
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 07/24] dept: Apply Dept to rwlock
` [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
  ` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked, writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 17/24] dept: Distinguish each syscall context from another
` [PATCH v4 18/24] dept: Distinguish each work "
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 20/24] dept: Add nocheck version of init_completion()
` [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case
` [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule()
` [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn

[meta-oe][master][PATCH] libtinyxml2: fix packaging of test files
 2022-03-04  7:07 UTC  (2+ messages)
` [oe] "

[PATCH] mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
 2022-03-04  7:06 UTC  (3+ messages)

[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
 2022-03-04  7:04 UTC  (2+ messages)
` [PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()

Secure Storage Applications
 2022-03-04  7:04 UTC 

[PATCH] rdma: Fix res_print_uint()
 2022-03-04  7:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] x86/hvm: PIRQ related cleanup and a fix
 2022-03-04  7:02 UTC  (6+ messages)
` [PATCH 3/3] hvm/pirq: allow control domains usage of PHYSDEVOP_{un,}map_pirq

[PATCH v4 00/14] vDPA shadow virtqueue
 2022-03-04  6:35 UTC  (3+ messages)
` [PATCH v4 14/14] vdpa: Add x-svq to NetdevVhostVDPAOptions

[Kgdb-bugreport] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-04  6:59 UTC  (7+ messages)
` [f2fs-dev] "
  ` [Intel-wired-lan] "
  `  "
  ` [Drbd-dev] "

[PATCH] irqchip: xilinx: Enable generic irq multi handler
 2022-03-04  6:58 UTC  (4+ messages)

CPU excessively long times between frequency scaling driver calls - bisected
 2022-03-04  6:59 UTC  (12+ messages)

[PATCH 00/15] tests: don't ignore "git" exit codes
 2022-03-04  6:57 UTC  (6+ messages)

Regression: memory corruption on Atmel SAMA5D31
 2022-03-04  6:57 UTC  (6+ messages)

[PATCH 0/7] ti-sysc driver fix for hdq1w and few improvments
 2022-03-04  6:56 UTC  (5+ messages)
` [PATCH 6/7] bus: ti-sysc: Implement SoC revision handling

[PATCH V2 0/4] Add tracer tool for AMD P-State driver
 2022-03-04  6:56 UTC  (9+ messages)
` [PATCH V2 1/4] cpufreq: amd-pstate: Add more tracepoint for AMD P-State module
` [PATCH V2 2/4] tools/power/x86/intel_pstate_tracer: make tracer as a module
` [PATCH V2 3/4] tools/power/x86/amd_pstate_tracer: Add tracer tool for AMD P-state
` [PATCH V2 4/4] Documentation: amd-pstate: add tracer tool introduction

[PATCH v3 00/14] vDPA shadow virtqueue
 2022-03-04  6:29 UTC  (7+ messages)
` [PATCH v3 14/14] vdpa: Add x-svq to NetdevVhostVDPAOptions

[LTP] [PATCH] syscalls/clock_settime03: Fix testcases have been waiting, timeout failure
 2022-03-04  6:52 UTC 

[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
 2022-03-04  6:51 UTC  (4+ messages)

[PATCH v3 0/2] RISC-V: add support for restartable sequence
 2022-03-04  6:50 UTC  (6+ messages)
` [PATCH v3 2/2] rseq/selftests: Add support for RISC-V

[meta-security][PATCH 1/2] python3-privacyidea: fix QA ERROR
 2022-03-04  6:49 UTC  (2+ messages)
` [meta-security][PATCH 2/2] python3-privacyidea: update to 3.6.2

[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-04  6:48 UTC  (5+ messages)
` [PATCH v4 21/30] KVM: x86/mmu: Zap invalidated roots via asynchronous worker

[PATCH] spi: spi-zynq-qspi: Handle error for clk_enable
 2022-03-04  6:46 UTC  (2+ messages)

[PATCH 00/13] rtw89: generalize functions shared with 8852CE
 2022-03-04  6:46 UTC  (14+ messages)
` [PATCH 01/13] rtw89: 8852c: add 8852c empty files
` [PATCH 02/13] rtw89: pci: add struct rtw89_pci_info
` [PATCH 03/13] rtw89: pci: add V1 of PCI channel address
` [PATCH 04/13] rtw89: pci: use a struct to describe all registers address related to DMA channel
` [PATCH 05/13] rtw89: read chip version depends on chip ID
` [PATCH 06/13] rtw89: add power_{on/off}_func
` [PATCH 07/13] rtw89: add hci_func_en_addr to support variant generation
` [PATCH 08/13] rtw89: add chip_info::{h2c,c2h}_reg to support more chips
` [PATCH 09/13] rtw89: add page_regs to handle v1 chips
` [PATCH 10/13] rtw89: 8852c: add chip::dle_mem
` [PATCH 11/13] rtw89: support DAV efuse reading operation
` [PATCH 12/13] rtw89: 8852c: process efuse of phycap
` [PATCH 13/13] rtw89: 8852c: process logic efuse map

[Intel-gfx] [PATCH v2 0/7] drm/i915: Use the memcpy_from_wc function from drm
 2022-03-04  6:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Use the memcpy_from_wc function from drm (rev3)

[PATCH v2 0/2] soc: fujitsu: Add A64FX diagnostic interrupt driver
 2022-03-04  6:43 UTC  (6+ messages)
` [PATCH v2 1/2] tty/sysrq: Make sysrq handler NMI aware
` [PATCH v2 2/2] soc: fujitsu: Add A64FX diagnostic interrupt driver

[PULL 0/6] hw/nvme updates
 2022-03-04  6:24 UTC  (6+ messages)
` [PULL 1/6] hw/nvme: move dif/pi prototypes into dif.h
` [PULL 2/6] hw/nvme: add host behavior support feature
` [PULL 4/6] hw/nvme: add support for the lbafee hbs feature
` [PULL 5/6] hw/nvme: add pi tuple size helper
` [PULL 6/6] hw/nvme: 64-bit pi support

Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
 2022-03-04  6:43 UTC  (15+ messages)

[PATCH 01/21] bus: Remove trailing whitespaces
 2022-03-04  6:42 UTC  (21+ messages)
` [PATCH 02/21] commands: "
` [PATCH 03/21] disk: "
` [PATCH 04/21] font: "
` [PATCH 05/21] fs: "
` [PATCH 06/21] gfxmenu: "
` [PATCH 07/21] "
` [PATCH 08/21] io: "
` [PATCH 09/21] kern: "
` [PATCH 10/21] lib: "
` [PATCH 11/21] loader: "
` [PATCH 12/21] net: "
` [PATCH 13/21] normal: "
` [PATCH 14/21] osdep: "
` [PATCH 15/21] partmap: "
` [PATCH 16/21] script: "
` [PATCH 17/21] term: "
` [PATCH 18/21] tests: "
` [PATCH 19/21] video: "
` [PATCH 20/21] util: "
` [PATCH 21/21] include: "

[LTP] [PATCH 1/1] Add pty07 test for use-after-free in vt_ioctl()
 2022-03-04  6:40 UTC 

[PATCH net-next] skb: make drop reason booleanable
 2022-03-04  6:37 UTC  (3+ messages)

[PATCH] efi: Add missing prototype for efi_capsule_setup_info
 2022-03-04  6:36 UTC 

[RFC v4 00/11] Define and use reset domain for GPU recovery in amdgpu
 2022-03-04  6:35 UTC  (16+ messages)
` [RFC v4 02/11] drm/amdgpu: Move scheduler init to after XGMI is ready

[PATCH v2 0/5] slab cleanups
 2022-03-04  6:34 UTC  (6+ messages)
` [PATCH v2 1/5] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v2 2/5] mm/sl[au]b: unify __ksize()
` [PATCH v2 3/5] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
` [PATCH v2 4/5] mm/slub: limit number of node partial slabs only in cache creation
` [PATCH v2 5/5] mm/slub: refactor deactivate_slab()

[PATCH net-next v5 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04  6:33 UTC  (5+ messages)
` [PATCH net-next v5 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v5 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v5 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v5 4/4] net: tun: track dropped skb via kfree_skb_reason()

[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 3332/9999] drivers/gpu/drm/virtio/virtgpu_vq.c:1130:23: sparse: sparse: incorrect type in assignment (different base types)
 2022-03-04  6:32 UTC 

rtw_8822ce wifi regression after kernel update from 5.15 to 5.16
 2022-03-04  6:33 UTC  (5+ messages)

[PATCH v1 1/4] usb: host: export symbols for xhci hooks usage
 2022-03-04  6:23 UTC  (2+ messages)
  ` [PATCH v1 4/4] usb: host: add xhci-exynos module

[PATCH v1 0/2] Add 1024x768 timing for AST2600
 2022-03-04  6:31 UTC  (9+ messages)
` [PATCH v1 1/2] drm/aspeed: Add gfx flags and clock selection "
` [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode "

[PATCH 00/21] Control VQ support in vDPA
 2022-03-04  6:30 UTC  (5+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support


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.