All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-23 19:42:25 to 2022-11-23 20:31:24 UTC [more...]

[PATCH v2 0/1] binder: return pending info for frozen async txns
 2022-11-23 20:25 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
 2022-11-23 20:26 UTC  (7+ messages)
` [PATCH 2/4] KVM: x86/xen: Compatibility fixes for shared runstate area

[PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-23 20:25 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-23 20:30 UTC 

[Intel-gfx] [PATCH v4 1/2] drm/i915/dg2: Introduce Wa_18018764978
 2022-11-23 20:30 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4 2/2] drm/i915/dg2: Introduce Wa_18019271663
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v4,1/2] drm/i915/dg2: Introduce Wa_18018764978

[PATCH v6 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-23 19:50 UTC  (27+ messages)
` [PATCH v6 01/14] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v6 02/14] coresight: Remove obsolete Trace ID unniqueness checks
` [PATCH v6 03/14] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v6 04/14] coresight: stm: Update STM driver to use Trace ID API
` [PATCH v6 05/14] coresight: etm4x: Update ETM4 "
` [PATCH v6 06/14] coresight: etm3x: Update ETM3 "
` [PATCH v6 07/14] coresight: etmX.X: stm: Remove trace_id() callback
` [PATCH v6 08/14] coresight: trace id: Remove legacy get trace ID function
` [PATCH v6 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v6 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v6 11/14] kernel: events: Export perf_report_aux_output_id()
` [PATCH v6 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v6 13/14] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v6 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH v6 0/9] Add '__adis_enable_irq()'
 2022-11-23 20:35 UTC  (2+ messages)

[PATCH net-next 1/2] ice: Add support for 100G KR2/CR2/SR2 link reporting
 2022-11-23 20:21 UTC  (4+ messages)
` [PATCH net-next 2/2] ice: combine cases in ice_ksettings_find_adv_link_speed()
    ` [Intel-wired-lan] "

[Intel-gfx] [PATCH] drm/i915/gt: remove some limited use register access wrappers
 2022-11-23 20:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

+ documentation-mm-update-pmd_present-in-arch_pgtable_helpersrst.patch added to mm-unstable branch
 2022-11-23 20:21 UTC 

[PATCH] iio: adc: max11410: fix incomplete vref buffer mask
 2022-11-23 20:33 UTC  (2+ messages)

[PATCH v3 0/9] LSM: Three basic syscalls
 2022-11-23 20:15 UTC  (10+ messages)
  ` [PATCH v3 1/9] LSM: Identify modules by more than name
  ` [PATCH v3 2/9] LSM: Identify the process attributes for each module
  ` [PATCH v3 3/9] LSM: Maintain a table of LSM attribute data
  ` [PATCH v3 4/9] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v3 5/9] LSM: lsm_get_self_attr syscall for LSM self attributes
  ` [PATCH v3 6/9] LSM: Create lsm_module_list system call
  ` [PATCH v3 7/9] LSM: lsm_set_self_attr syscall for LSM self attributes
  ` [PATCH v3 8/9] LSM: wireup Linux Security Module syscalls
  ` [PATCH v3 9/9] LSM: selftests for Linux Security Module infrastructure syscalls

[Intel-gfx] [PATCHv3] drm/i915/fbc: Disable FBC when VT-d is enabled
 2022-11-23 20:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] cgroup/cpuset: Optimize update_tasks_nodemask()
 2022-11-23 20:23 UTC  (2+ messages)

[patch V3 00/17] timers: Provide timer_shutdown[_sync]()
 2022-11-23 20:18 UTC  (18+ messages)
` [patch V3 01/17] Documentation: Remove bogus claim about del_timer_sync()
` [patch V3 02/17] ARM: spear: Do not use timer namespace for timer_shutdown() function
` [patch V3 03/17] clocksource/drivers/arm_arch_timer: "
` [patch V3 04/17] clocksource/drivers/sp804: "
` [patch V3 05/17] timers: Get rid of del_singleshot_timer_sync()
` [patch V3 06/17] timers: Replace BUG_ON()s
` [patch V3 07/17] timers: Update kernel-doc for various functions
` [patch V3 08/17] timers: Use del_timer_sync() even on UP
` [patch V3 09/17] timers: Rename del_timer_sync() to timer_delete_sync()
` [patch V3 10/17] timers: Rename del_timer() to timer_delete()
` [patch V3 11/17] Documentation: Replace del_timer/del_timer_sync()
` [patch V3 12/17] timers: Silently ignore timers with a NULL function
` [patch V3 13/17] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [patch V3 14/17] timers: Add shutdown mechanism to the internal functions
` [patch V3 15/17] timers: Provide timer_shutdown[_sync]()
` [patch V3 16/17] timers: Update the documentation to reflect on the new timer_shutdown() API
` [patch V3 17/17] Bluetooth: hci_qca: Fix the teardown problem for real

RTT-PROBE: lore-subspace-rtt
 2022-11-23 20:20 UTC 

[arm:zii 17/116] ld.lld: error: drivers/built-in.a(leds/leds-is31fl32xx.o):(function is31fl32xx_probe: .text+0x1e): relocation R_RISCV_HI20 out of range: 532287 is not in [-524288, 524287]; references __stack_chk_guard
 2022-11-23 20:19 UTC 

[amir73il:mnt_write_barrier 24/24] ERROR: modpost: "mnt_drop_write_idx" [fs/nfsd/nfsd.ko] undefined!
 2022-11-23 20:19 UTC 

[bug] git log --invert-grep --grep=[sufficiently complicated regex] prints nothing
 2022-11-23 20:17 UTC 

[PATCH v3 0/1] binder: return pending info for frozen async txns
 2022-11-23 20:16 UTC  (2+ messages)
` [PATCH v3 1/1] "

+ mm-introduce-arch_has_hw_nonleaf_pmd_young.patch added to mm-hotfixes-unstable branch
 2022-11-23 20:18 UTC 

[PATCH v4 00/11] drm/msm: add support for SM8450
 2022-11-23 20:18 UTC  (5+ messages)
` [PATCH v4 03/11] dt-bindings: display/msm: mdss-common: make clock-names required

[Intel-gfx] [PATCH v2] drm/i915/perf: Do not parse context image for HSW
 2022-11-23 20:17 UTC  (3+ messages)

[igt-dev] [PATCH] Chamelium: Simplify the chamelium test files
 2022-11-23 20:17 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for Chamelium: Simplify the chamelium test files. (rev2)

[PATCH v4 00/20] nvmem: core: introduce NVMEM layouts
 2022-11-23 18:01 UTC  (2+ messages)
` [PATCH v4 04/20] of: property: add #nvmem-cell-cells property

[PATCH v7 1/3] drm_bridge: register content protect property
 2022-11-23 20:16 UTC  (4+ messages)
` [PATCH v7 3/3] drm/bridge: it6505: handle HDCP request

[PATCH] net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
 2022-11-23 20:16 UTC  (2+ messages)

[PATCH net-next v4 0/7] net: lan966x: Extend xdp support
 2022-11-23 20:19 UTC  (7+ messages)
` [PATCH net-next v4 4/7] net: lan966x: Update rxq memory model
` [PATCH net-next v4 6/7] net: lan966x: Add support for XDP_TX

[PATCH v3] trace: Relocate event helper files
 2022-11-23 20:05 UTC  (4+ messages)

PATCH ulogd2 filter BASE ARP packet IP addresses
 2022-11-23 20:14 UTC  (6+ messages)

[PATCH v5] dt-bindings: iio: adc: ad7923: adjust documentation
 2022-11-23 20:26 UTC  (5+ messages)

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-11-23 20:13 UTC  (5+ messages)
` [PATCH hid v12 03/15] HID: initial BPF implementation

[PATCH] cmd: fix dependency for CMD_CLS
 2022-11-23 20:13 UTC  (2+ messages)

[PATCH v1 0/8] LSM: Two basic syscalls
 2022-11-23 20:11 UTC  (10+ messages)
  ` [PATCH v1 1/8] LSM: Identify modules by more than name
  ` [PATCH v1 2/8] LSM: Add an LSM identifier for external use
  ` [PATCH v1 3/8] LSM: Identify the process attributes for each module
  ` [PATCH v1 4/8] LSM: Maintain a table of LSM attribute data
  ` [PATCH v1 5/8] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v1 6/8] LSM: lsm_self_attr syscall for LSM self attributes
  ` [PATCH v1 7/8] LSM: Create lsm_module_list system call
  ` [PATCH v1 8/8] lsm: wireup syscalls lsm_self_attr and lsm_module_list

[PATCH v11] iio: temperature: Add driver support for Maxim MAX30208
 2022-11-23 20:23 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-23 20:10 UTC 

[PATCH v8 00/14] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-11-23 20:09 UTC  (8+ messages)
` [PATCH v8 06/14] drm: bridge: samsung-dsim: Handle proper DSI host initialization

nbd: please don't spawn 16 threads when nbd is not even in use
 2022-11-23 20:09 UTC  (2+ messages)

[kvm:queue 21/62] arch/x86/kvm/vmx/hyperv.c:22:9: sparse: sparse: cast truncates bits from constant value (1a079a becomes 79a)
 2022-11-23 20:09 UTC 

[PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros
 2022-11-23 20:05 UTC  (3+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-23 20:21 UTC  (3+ messages)
` [PATCH 109/606] iio: imu: inv_mpu6050: Convert to i2c's .probe_new()

[PATCH bpf-next] selftests/bpf: Mount debugfs in setns_by_fd
 2022-11-23 20:08 UTC 

[PATCH V3 0/5] riscv: ftrace: Fixup ftrace detour code & Optimization
 2022-11-23 20:07 UTC  (7+ messages)
` [PATCH V3 1/5] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH V3 3/5] riscv: ftrace: Reduce the detour code size to half

[xen-unstable test] 174944: tolerable FAIL - PUSHED
 2022-11-23 20:08 UTC 

[PATCH 00/13] RTAS maintenance
 2022-11-23 20:06 UTC  (3+ messages)
` [PATCH 10/13] powerpc/rtas: improve function information lookups

request for help on uvcvideo driver issue
 2022-11-23 20:04 UTC 

[RESEND][PATCH] MAINTAINERS: Add Sumit Semwal and Yongqin Liu as reviwers for kirin DRM driver
 2022-11-23 20:03 UTC  (2+ messages)

[PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-23 20:01 UTC  (8+ messages)
` [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v

[oe-core][PATCH] python3: add ${bindir}/python symlink
 2022-11-23 20:02 UTC  (12+ messages)

moar weird metadata corruptions, this time on arm64
 2022-11-23 20:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: Don't use idx variable when registering kfunc dtors
 2022-11-23 20:00 UTC  (2+ messages)

[PULL] IIO: First set of new device support, features and cleanup for 6.2
 2022-11-23 20:12 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-23 20:00 UTC 

[PATCH v2 1/2] wifi: mt76: mt7915: introduce mt7915_get_power_bound()
 2022-11-23 19:59 UTC  (2+ messages)
` [PATCH v2 2/2] wifi: mt76: mt7915: enable per bandwidth power limit support

[Buildroot] [PATCH 1/3] configs/nitrogen*: bump kernel revision
 2022-11-23 19:58 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] configs/nitrogen*: bump u-boot to version 2022.04
` [Buildroot] [PATCH 3/3] configs/nitrogen8*: bump arm trusted firmware revision

+ mm-replace-vm_warn_on-to-pr_warn-if-the-node-is-offline-with-__gfp_thisnode-v4.patch added to mm-hotfixes-unstable branch
 2022-11-23 19:57 UTC 

+ mm-replace-vm_warn_on-to-pr_warn-if-the-node-is-offline-with-__gfp_thisnode-v4-fix.patch added to mm-hotfixes-unstable branch
 2022-11-23 19:57 UTC 

[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
 2022-11-23 19:55 UTC  (3+ messages)

[PATCHv2 net-next 0/5] net: eliminate the duplicate code in the ct nat functions of ovs and tc
 2022-11-23 19:55 UTC  (9+ messages)
` [PATCHv2 net-next 5/5] net: move the nat function to nf_nat_ovs for "
    ` [ovs-dev] "

[PATCH 1/2] wifi: mt76: mt7915: introduce mt7915_get_power_bound()
 2022-11-23 19:55 UTC  (3+ messages)
` [PATCH 2/2] wifi: mt76: mt7915: enable per bandwidth power limit support

[PULL V2] IIO: First set of new device support, features and cleanup for 6.2
 2022-11-23 20:08 UTC 

[Buildroot] [PATCH 1/7] toolchain/toolchain-external: update Arm AArch64 toolchain 11.3.Rel1
 2022-11-23 19:53 UTC  (14+ messages)
` [Buildroot] [PATCH 2/7] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p4.4
` [Buildroot] [PATCH 3/7] package/freescale-imx/imx-gpu-viv: "
` [Buildroot] [PATCH 4/7] package/freescale-imx/imx-gpu-g2d: bump version to 6.4.3.p4.4
` [Buildroot] [PATCH 5/7] package/freescale-imx/imx-vpu-hantro-vc: bump version to 1.9.0
` [Buildroot] [PATCH 6/7] package/freescale-imx/imx-vpu-hantro-vc: add INSTALL_STAGING_CMDS
` [Buildroot] [PATCH 7/7] package/freescale-imx/imx-vpu-hantro-daemon: new package

[PATCH 0/6] hwpoison, shmem, hugetlb: fix data loss issue 5.10.y
 2022-11-23 19:54 UTC  (7+ messages)
` [PATCH 1/6] mm: hwpoison: remove the unnecessary THP check
` [PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [PATCH 3/6] mm: hwpoison: refactor refcount check handling
` [PATCH 4/6] mm: hwpoison: handle non-anonymous THP correctly
` [PATCH 5/6] mm: shmem: don't truncate page if memory failure happens
` [PATCH 6/6] hugetlbfs: don't delete error page from pagecache

[PATCH bpf-next v2 1/2] bpf: Move skb->len == 0 checks into __bpf_redirect
 2022-11-23 19:54 UTC  (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable

[PATCH bpf-next v2 0/8] xdp: hints via kfuncs
 2022-11-23 19:54 UTC  (11+ messages)
` [PATCH bpf-next v2 6/8] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
  ` [xdp-hints] "
` [PATCH bpf-next v2 8/8] selftests/bpf: Simple program to dump XDP RX metadata
  ` [xdp-hints] "

[PATCH net-next v5] ethtool: add netlink based get rss support
 2022-11-23 19:54 UTC  (2+ messages)

[PATCH] time: copy tai value (International Atomic Time, in seconds) to output __user struct in get_old_timex32()
 2022-11-23 19:53 UTC  (3+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS 39035b41bccb8576146915c9566ea6f85ae51389
 2022-11-23 19:53 UTC 

[PATCH net 1/2] ptp: idt82p33: Add PTP_CLK_REQ_EXTTS support
 2022-11-23 19:52 UTC  (2+ messages)
` [PATCH net 2/2] ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASK

[PATCH] dma-buf: A collection of typo and documentation fixes
 2022-11-23 19:51 UTC  (3+ messages)

[poky] gcc11.3 (?) optimization performance problems
 2022-11-23 19:52 UTC  (2+ messages)

[PATCH v3 0/5] Add module oriented dmesg output
 2022-11-23 19:51 UTC  (12+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 1/5] drm/i915/gt: Start adding "
  `  "
` [PATCH v3 2/5] drm/i915/huc: Add HuC specific debug print wrappers
  ` [Intel-gfx] "
` [PATCH v3 3/5] drm/i915/guc: Add GuC "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 4/5] drm/i915/guc: Add GuC CT "
  `  "
` [Intel-gfx] [PATCH v3 5/5] drm/i915/uc: Update the gt/uc code to use gt_err and friends
  `  "

[seabios test] 174947: tolerable FAIL - PUSHED
 2022-11-23 19:51 UTC 

[Buildroot] [PATCH next 1/1] package/inadyn: bump to v2.10.0
 2022-11-23 19:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-11-23 19:50 UTC 

[for-next PATCH] infiniband:cma: add a parameter for the packet lifetime
 2022-11-23 19:48 UTC  (4+ messages)

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-23 19:47 UTC  (7+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c

+ rapidio-fix-possible-uaf-when-kfifo_alloc-fails.patch added to mm-nonmm-unstable branch
 2022-11-23 19:45 UTC 

[PATCH v7 17/20] PCI: dwc: Introduce generic resources getter
 2022-11-23 19:44 UTC  (2+ messages)

[PATCH] can: mcba_usb: Fix termination command argument
 2022-11-23 19:44 UTC 

[PATCH net-next v2 1/2] IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
 2022-11-23 19:42 UTC  (3+ messages)
` [RFC net-next v2 2/2] bnxt: Use generic HBH removal helper in tx path

[PATCH] rsync: Delete upstreamed patch
 2022-11-23 19:42 UTC 


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.