All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 04:56:52 to 2021-05-27 06:40:00 UTC [more...]

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-05-27  6:39 UTC  (12+ messages)
` [PATCH -tip v7 01/13] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v7 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
  ` [PATCH -tip v7 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_de
` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
  ` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler
` [PATCH -tip v7 04/13] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v7 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code

[PATCH 0/8] dt-bindings: firmware: Convert SCPI and SCMI to json schema
 2021-05-27  6:37 UTC  (4+ messages)
` [PATCH 8/8] dt-bindings: firmware: arm,scmi: Convert "
  ` [PATCH 8/8] dt-bindings: firmware: arm, scmi: "

[PATCH v3 0/2] Add the driver for Intel Keem Bay SoC timer block
 2021-05-27  6:39 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: timer: Add bindings for Intel Keem Bay SoC Timer
` [PATCH v3 2/2] clocksource: Add Intel Keem Bay timer support

[PATCH 4/6] xfs: add a free space extent change reservation
 2021-05-27  6:38 UTC  (5+ messages)

[PATCH] fs/proc/kcore.c: add mmap interface
 2021-05-27  6:37 UTC  (3+ messages)
  ` [External] "

[oe] [meta-gnome] [PATCH] gexiv2: upgrade 0.12.1 -> 0.12.2
 2021-05-27  6:36 UTC 

[PULL V2 0/3] Net patches
 2021-05-27  6:35 UTC  (3+ messages)

[PATCH v2] riscv: Map the kernel with correct permissions the first time
 2021-05-27  6:35 UTC  (3+ messages)

Fair Pay / No Hash Ügad (n#@)
 2021-05-27  6:35 UTC 

[PATCH 1/2] drm/amdgpu/acpi: fix typo in ATCS handling
 2021-05-27  6:34 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/acpi: make ATPX/ATCS structures global (v2)

[RFC] ath10k: add tx hw 802.11 encapsulation offloading support
 2021-05-27  6:32 UTC  (4+ messages)

[PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations
 2021-05-27  6:32 UTC  (4+ messages)

[PATCH V3 0/6] md: io stats accounting
 2021-05-27  6:33 UTC  (8+ messages)
` [PATCH V3 2/8] md: add io accounting for raid0 and raid5

[PULL 0/3] vfio-ccw: some fixes
 2021-05-27  6:33 UTC  (3+ messages)
  ` b4 usage (was: [PULL 0/3] vfio-ccw: some fixes)

[LTP PATCH v2 1/3] nfs_lib.sh: Detect unsupported protocol
 2021-05-27  6:32 UTC  (3+ messages)
  ` [LTP] "

[PATCH 0/3] Add quirk to support exynos ufshci
 2021-05-27  6:31 UTC  (5+ messages)
  ` [PATCH 3/3] scsi: ufs: add quirk to support host reset only

[pm:bleeding-edge] BUILD SUCCESS b2864f8ca01d373c62bbfe71fa01695b039edbbf
 2021-05-27  6:31 UTC  (2+ messages)
` [Devel] "

[PATCH v2 1/1] tty: n_tty: Fix some misdocumented functions
 2021-05-27  6:30 UTC  (2+ messages)

[PATCH] crypto: arm64/gcm - remove Wunused-const-variable ghash_cpu_feature
 2021-05-27  6:28 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: fix zone number to sector/physical calculation
 2021-05-27  6:27 UTC 

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-05-27  6:21 UTC  (22+ messages)
` [PATCH v2 01/21] mm: list_lru: fix list_lru_count_one() return value
` [PATCH v2 02/21] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH v2 03/21] mm: memcontrol: remove the kmem states
` [PATCH v2 04/21] mm: memcontrol: do it in mem_cgroup_css_online to make the kmem online
` [PATCH v2 05/21] mm: list_lru: remove lru node locking from memcg_update_list_lru_node
` [PATCH v2 06/21] mm: list_lru: only add the memcg aware lrus to the list_lrus
` [PATCH v2 07/21] mm: list_lru: optimize the array of per memcg lists memory consumption
` [PATCH v2 08/21] mm: list_lru: remove memcg_aware field from struct list_lru
` [PATCH v2 09/21] mm: introduce kmem_cache_alloc_lru
` [PATCH v2 10/21] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v2 11/21] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v2 12/21] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v2 13/21] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v2 14/21] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v2 15/21] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v2 16/21] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v2 17/21] mm: list_lru: replace linear array with xarray
` [PATCH v2 18/21] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v2 19/21] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v2 20/21] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v2 21/21] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[PATCH][next] ALSA: hda/ca0132: Make a const array static, makes object smaller
 2021-05-27  6:26 UTC  (3+ messages)

[PATCH 1/2] ALSA: drivers: opl3: fix useless self-comparison
 2021-05-27  6:25 UTC  (4+ messages)
` [PATCH 2/2] ALSA: pci: lx6464es: remove "

[PATCH 0/9] Improve I/O priority support
 2021-05-27  6:25 UTC  (2+ messages)

[PATCH] sound/oss/dmasound: Remove superfluous "break"
 2021-05-27  6:24 UTC  (3+ messages)

Soft jack injection for USB audio?
 2021-05-27  6:23 UTC  (2+ messages)

[PATCH 1/6] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe
 2021-05-27  6:24 UTC  (15+ messages)
` [PATCH v2 1/7] "
  ` [PATCH v2 2/7] arm: a37xx: pci: Disable bus mastering when unloading driver
  ` [PATCH v2 3/7] arm: a37xx: pci: Fix DT compatible string to Linux' DT compatible
  ` [PATCH v2 4/7] arm: a37xx: pci: Find PCIe controller node by compatible instead of path
  ` [PATCH v2 5/7] arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() function
  ` [PATCH v2 6/7] arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 127 MiB
  ` [PATCH v2 7/7] arm: a37xx: pci: Fix configuring PCIe resources

[PATCH] Input: elants_i2c - Fix NULL dereference at probing
 2021-05-27  6:22 UTC  (5+ messages)

[PATCH v2 0/3] PM / Domains: Add support for assigned-performance-states
 2021-05-27  6:21 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property
` [PATCH v2 2/3] PM / Domains: Add support for 'assigned-performance-states'
` [PATCH v2 3/3] arm64: dts: sc7180: Add assigned-performance-states for i2c

[dpdk-dev] [PATCH 2/2] net/bnxt: workaround for spurious zero counter values in Thor
 2021-05-27  6:19 UTC 

[dpdk-dev] [PATCH 1/2] net/bnxt: detect bad opaque in Rx completion
 2021-05-27  6:18 UTC 

[PATCH 0/6] xfs: bunmapi needs updating for deferred freeing
 2021-05-27  6:19 UTC  (7+ messages)
` [PATCH 1/6] xfs: btree format inode forks can have zero extents
` [PATCH 2/6] xfs: bunmapi has unnecessary AG lock ordering issues
` [PATCH 6/6] xfs: reduce transaction reservation for freeing extents

[PATCH u-boot-marvell 0/5] Support higher baudrates on Armada 3720 UART
 2021-05-27  6:18 UTC  (11+ messages)
` [PATCH u-boot-marvell 1/5] serial: a37xx: Fix parent clock rate value and divider calculation
` [PATCH u-boot-marvell 2/5] clk: armada-37xx: Set DM_FLAG_PRE_RELOC
` [PATCH u-boot-marvell 3/5] serial: a37xx: Use TBG as parent clock
` [PATCH u-boot-marvell 4/5] serial: a37xx: Switch to XTAL clock when booting Linux kernel
` [PATCH u-boot-marvell 5/5] arm: mvebu: a37xx: Enable more baudrates

[PATCH v2 1/2] drm/kmb: Fix an error handling path
 2021-05-27  6:10 UTC  (4+ messages)
` [PATCH v2 2/2] drm/kmb: Do not report 0 (success) in case of error

[PATCH 1/4] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
 2021-05-27  6:14 UTC  (4+ messages)

[PATCH v19 00/14] Delay Ready Attributes
 2021-05-27  6:13 UTC  (3+ messages)
` [PATCH v19 11/14] xfs: Remove xfs_attr_rmtval_set

[PATCH] Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"
 2021-05-27  6:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/boost: disable logs with riscv32
 2021-05-27  6:10 UTC  (3+ messages)

[PATCH 0/9] gitlab-ci: Make mainstream CI green again
 2021-05-27  6:08 UTC  (6+ messages)
` [PATCH 6/9] gitlab-ci: Split gprof-gcov job
` [PATCH 8/9] gitlab-ci: Run Avocado tests manually (except mainstream CI)

[PATCH net-next] ptr_ring: make __ptr_ring_empty() checking more reliable
 2021-05-27  6:07 UTC  (3+ messages)

[PATCH 1/2] hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to
 2021-05-27  6:06 UTC  (2+ messages)

arch/mips/include/asm/mach-loongson64/spaces.h:11:9: sparse: this was the original definition
 2021-05-27  6:07 UTC 

[Buildroot] [PATCH 1/1] package/paho-mqtt-c: security bump to version 1.3.9
 2021-05-27  6:05 UTC 

[PATCH bpf-next v3] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-27  6:04 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane_lowres: Use lowest mode for testing
 2021-05-27  6:02 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-27  6:01 UTC  (3+ messages)
` [PATCH 2/5] target/ppc: remove ppc_cpu_dump_statistics

[PATCH] xfs: btree format inode forks can have zero extents
 2021-05-27  6:02 UTC  (2+ messages)

[LTP] [RFC PATCH 1/1] doc: Split test-writing-guidelines
 2021-05-27  6:02 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/2] net/ice: support FDIR ESP and NATT to match outer IP
 2021-05-27  5:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/ice/base: support FDIR ESP for outer IP match
` [dpdk-dev] [PATCH 2/2] net/ice: support FDIR ESP and NATT to match outer IP

[dm-crypt] LUKS partition creation date
 2021-05-27  5:56 UTC  (2+ messages)
` [dm-crypt] "

linux-next: build failure after merge of the amdgpu tree
 2021-05-27  5:58 UTC 

[Buildroot] [PATCH v2, 1/1] package/gdb: fix gdbserver build with m68k and uclibc
 2021-05-27  5:57 UTC 

[seabios test] 162169: tolerable FAIL - PUSHED
 2021-05-27  5:57 UTC 

[PATCH 00/13] Intel Hardware P-States (HWP) support
 2021-05-27  5:54 UTC  (4+ messages)
` [PATCH 05/13] xenpm: Change get-cpufreq-para output for internal

[PATCH v3] ARM: dts: dra7: Fix duplicate USB4 target module node
 2021-05-27  5:48 UTC  (3+ messages)

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-27  5:48 UTC  (6+ messages)
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-05-26
 2021-05-27  5:48 UTC 

[PATCH v4] usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD Renoire
 2021-05-27  5:48 UTC  (2+ messages)

[PATCH v2] zonefs: delete useless complex macro definitions
 2021-05-27  5:45 UTC 

[dm-devel] [PATCH] dm table: Constify static struct blk_ksm_ll_ops
 2021-05-26 21:06 UTC 

[PATCH] btrfs: zoned: fix zone number to sector/physical calculation
 2021-05-27  5:42 UTC  (2+ messages)

[PATCH] sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling
 2021-05-27  5:41 UTC  (4+ messages)

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-27  5:40 UTC  (13+ messages)
` [PATCH v7 11/12] vduse: "
    `  "

[PATCH] i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2C
 2021-05-27  5:38 UTC  (2+ messages)

[pull request][net-next 00/17] mlx5 misc updates 2021-05-26
 2021-05-27  5:36 UTC  (3+ messages)
` [net-next 17/17] net/mlx5: Improve performance in SF allocation

[PATCH v2 0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction
 2021-05-27  5:36 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/sstep: Add emulation support for ‘setb’ instruction

[LTP] [PATCH v2] read02: Fix the failure of mips architecture test
 2021-05-27  5:36 UTC 

[PATCH 00/11] Unified peripheral emulation for Renesas chips
 2021-05-27  5:33 UTC  (13+ messages)
` [PATCH 01/11] hw/char: Renesas SCI module
` [PATCH 02/11] hw/char: remove sh_serial
` [PATCH 03/11] hw/timer: Renesas TMU/CMT module
` [PATCH 04/11] hw/timer: Remove sh_timer
` [PATCH 05/11] hw/timer: Remove renesas_cmt
` [PATCH 06/11] hw/rx: Add RX62N Clock generator
` [PATCH 07/11] hw/timer: Renesas 8bit timer
` [PATCH 08/11] hw/rx: rx62n use new hw modules
` [PATCH 09/11] hw/sh4: sh7750 Add CPG
` [PATCH 10/11] hw/sh4: sh7750 use new hw modules
` [PATCH 11/11] hw/rx: rx-gdbsim Add bootstrup for linux

[Intel-gfx] [PATCH v2] drm/i915/display: relax 2big checking around initial fb
 2021-05-27  5:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: relax 2big checking around initial fb (rev2)

[Bug 1897568] [NEW] Strange keyboard behaviour in Vim editor
 2021-05-27  5:18 UTC  (3+ messages)
` [Bug 1897568] "

[qemu-mainline test] 162167: regressions - FAIL
 2021-05-27  5:28 UTC 

[dpdk-dev] [PATCH] net/iavf: add FDIR ESP support to match outer IP
 2021-05-27  5:19 UTC 

linux-next: build failure after merge of the hid tree
 2021-05-27  5:26 UTC 

[PATCH] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-05-27  5:25 UTC  (3+ messages)

[PATCH V4 0/4] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-05-27  5:25 UTC  (2+ messages)

[meta-networking][PATCH] dhcp-relay: Use recent config.guess and config.sub for bind
 2021-05-27  5:08 UTC  (2+ messages)

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-05-27  5:22 UTC  (6+ messages)

[LTP] [PATCH] read02: Fix the failure of mips architecture test
 2021-05-27  5:22 UTC 

[dm-devel] [PATCH] dm-kcopyd: avoid useless atomic operations
 2021-05-27  5:21 UTC  (4+ messages)
  ` [dm-devel] [PATCH v2] "

[dm-devel] [PATCH] dm-kcopyd avoid spin_lock_irqsave from process context
 2021-05-27  5:19 UTC  (2+ messages)

[PATCH v2 1/2] regulator: rt6245: Add the binding document for Richtek RT6245
 2021-05-27  5:14 UTC  (2+ messages)
` [PATCH v2 2/2] regulator: rt6245: Add support "

[RFC PATCH] x86/apic: Fix BUG due to multiple allocation of legacy vectors
 2021-05-27  5:13 UTC  (5+ messages)

[Bug 1895363] [NEW] borland IDEs double up cursor key presses (need timing on PS2 port input)
 2021-05-27  5:01 UTC  (2+ messages)
` [Bug 1895363] "

[dpdk-dev] Traffic policing with similar APIs as tc
 2021-05-27  5:10 UTC 

[v1] drm/msm/disp/dpu1: avoid perf update in frame done event
 2021-05-27  5:07 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH 1/5] drm/ttm: Add a generic TTM memcpy move for page-based iomem
 2021-05-27  5:07 UTC  (2+ messages)
` [drm/ttm] 0c13ca6d7f: WARNING:at_drivers/gpu/drm/drm_fb_helper.c:#drm_fb_helper_damage_work

[meta-multimedia][PATCH] projucer: Update to latest master tip
 2021-05-27  5:07 UTC 

How to submit meta subfolder
 2021-05-27  5:04 UTC 

[bluetooth-next:master] BUILD SUCCESS a29cbfbf673f9d7e6aff90ebf24d731580568a98
 2021-05-27  5:01 UTC 

[PATCH v3 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-27  5:01 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: X86: Kill off ctxt->ud

[PATCH v2 1/2] KVM: X86: Fix warning caused by stale emulation context
 2021-05-27  5:01 UTC  (3+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-27  5:00 UTC  (13+ messages)

linux-next: build failure after merge of the kvm-fixes tree
 2021-05-27  4:56 UTC  (2+ messages)

[RFC v2 29/32] x86/tdx: Add helper to do MapGPA TDVMALL
 2021-05-27  4:56 UTC  (2+ messages)
` [RFC v2-fix-v1 1/1] x86/tdx: Add helper to do MapGPA hypercall


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.