All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-14 14:24:24 to 2021-09-14 14:40:45 UTC [more...]

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-14 14:40 UTC  (24+ messages)
` [PATCH -tip v11 01/27] kprobes: Do not use local variable when creating debugfs file
` [PATCH -tip v11 02/27] kprobes: Use helper to parse boolean input from userspace
` [PATCH -tip v11 03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [PATCH -tip v11 04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [PATCH -tip v11 05/27] kprobes: Make arch_check_ftrace_location static
` [PATCH -tip v11 06/27] kprobes: treewide: Cleanup the error messages for kprobes
` [PATCH -tip v11 07/27] kprobes: Fix coding style issues
` [PATCH -tip v11 08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [PATCH -tip v11 09/27] kprobes: Add assertions for required lock
` [PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi
` [PATCH -tip v11 11/27] kprobes: Use bool type for functions which returns boolean value
` [PATCH -tip v11 12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v11 13/27] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d
` [PATCH -tip v11 14/27] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handle

[PATCH v3 00/10] virtio-iommu: Add ACPI support
 2021-09-14 14:20 UTC  (9+ messages)
` [PATCH v3 01/10] hw/acpi: Add VIOT table
` [PATCH v3 02/10] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v3 03/10] hw/arm/virt: Remove device tree restriction "
` [PATCH v3 04/10] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v3 05/10] pc: Allow instantiating a virtio-iommu device
` [PATCH v3 07/10] tests/acpi: add test cases for VIOT
` [PATCH v3 09/10] tests/acpi: add expected DSDT blob for VIOT test on q35

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

[RFC] Signals upon avc denial
 2021-09-14 14:38 UTC  (2+ messages)

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

[PATCH] io_uring: fix missing sigmask restore in io_cqring_wait()
 2021-09-14 14:38 UTC 

[PATCH v6 00/19] auxdisplay: ht16k33: Add character display support
 2021-09-14 14:38 UTC  (18+ messages)
` [PATCH v6 01/19] uapi: Add <linux/map_to_14segment.h>
` [PATCH v6 03/19] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
` [PATCH v6 04/19] auxdisplay: img-ascii-lcd: Add helper variable dev
` [PATCH v6 05/19] auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
` [PATCH v6 06/19] auxdisplay: Extract character line display core support
` [PATCH v6 07/19] auxdisplay: linedisp: Use kmemdup_nul() helper
` [PATCH v6 09/19] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v6 10/19] auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
` [PATCH v6 11/19] auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
` [PATCH v6 12/19] auxdisplay: ht16k33: Convert to simple i2c probe function
` [PATCH v6 13/19] auxdisplay: ht16k33: Add helper variable dev
` [PATCH v6 14/19] auxdisplay: ht16k33: Move delayed work
` [PATCH v6 15/19] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v6 16/19] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v6 17/19] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v6 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode
` [PATCH v6 19/19] auxdisplay: ht16k33: Add LED support

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-14 14:20 UTC  (59+ messages)
` [PATCH v2 02/53] docs/devel: tweak headings in monitor command docs
` [PATCH v2 03/53] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v2 04/53] docs/devel: add example of command returning unstructured text
` [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
` [PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
` [PATCH v2 07/53] target/alpha: convert to use format_state instead of dump_state
` [PATCH v2 08/53] target/arm: "
` [PATCH v2 09/53] target/avr: "
` [PATCH v2 10/53] target/cris: "
` [PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
` [PATCH v2 12/53] target/hexagon: convert to use format_state instead of dump_state
` [PATCH v2 13/53] target/hppa: "
` [PATCH v2 14/53] target/i386: "
` [PATCH v2 15/53] target/m68k: "
` [PATCH v2 16/53] target/microblaze: "
` [PATCH v2 17/53] target/mips: "
` [PATCH v2 18/53] target/nios2: "
` [PATCH v2 19/53] target/openrisc: "
` [PATCH v2 20/53] target/ppc: "
` [PATCH v2 21/53] target/riscv: "
` [PATCH v2 22/53] target/rx: "
` [PATCH v2 23/53] target/s390x: "
` [PATCH v2 24/53] target/sh: "
` [PATCH v2 25/53] target/sparc: "
` [PATCH v2 26/53] target/tricore: "
` [PATCH v2 27/53] target/xtensa: "
` [PATCH v2 28/53] monitor: remove 'info ioapic' HMP command
` [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
` [PATCH v2 30/53] qapi: introduce x-query-roms "
` [PATCH v2 31/53] qapi: introduce x-query-profile "
` [PATCH v2 32/53] qapi: introduce x-query-numa "
` [PATCH v2 33/53] qapi: introduce x-query-usb "
` [PATCH v2 34/53] qapi: introduce x-query-rdma "
` [PATCH v2 35/53] qapi: introduce x-query-ramblock "
` [PATCH v2 36/53] qapi: introduce x-query-skeys "
` [PATCH v2 37/53] qapi: introduce x-query-cmma "
` [PATCH v2 38/53] qapi: introduce x-query-lapic "
` [PATCH v2 39/53] qapi: introduce x-query-irq "
` [PATCH v2 40/53] hw/core: drop "dump_state" callback from CPU targets
` [PATCH v2 41/53] hw/core: drop support for NULL pointer for FILE * in cpu_dump_state
` [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
` [PATCH v2 43/53] target/i386: convert to use format_tlb callback
` [PATCH v2 44/53] target/m68k: "
` [PATCH v2 45/53] target/nios2: "
` [PATCH v2 46/53] target/ppc: "
` [PATCH v2 47/53] target/sh4: "
` [PATCH v2 48/53] target/sparc: "
` [PATCH v2 49/53] target/xtensa: "
` [PATCH v2 50/53] monitor: merge duplicate "info tlb" handlers
` [PATCH v2 51/53] qapi: introduce x-query-tlb QMP command
` [PATCH v2 52/53] qapi: introduce x-query-jit "
` [PATCH v2 53/53] qapi: introduce x-query-opcount "

[PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment
 2021-09-14 14:38 UTC 

[PATCH v5 0/6] handle unexpected message from server
 2021-09-14 14:37 UTC  (11+ messages)
` [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()

[PATCH] btrfs: make btrfs_node_key static inline
 2021-09-14 14:36 UTC  (4+ messages)

[PATCH v4 00/24] drm/bridge: Make panel and bridge probe order consistent
 2021-09-14 14:35 UTC  (4+ messages)
  ` [PATCH v4 02/24] drm/bridge: Document the probe issue with MIPI-DSI bridges

[PATCH] tcp: tcp_drop adds `SNMP` and `reason` parameter for tracing
 2021-09-14 14:35 UTC 

[PATCH v2 00/29] Change wildcards on ABI files
 2021-09-14 14:32 UTC  (32+ messages)
` [PATCH v2 01/29] ABI: sysfs-bus-usb: better document variable argument
` [PATCH v2 02/29] ABI: sysfs-tty: better document module name parameter
` [PATCH v2 03/29] ABI: sysfs-kernel-slab: use a wildcard for the cache name
` [PATCH v2 04/29] ABI: security: fix location for evm and ima_policy
` [PATCH v2 05/29] ABI: sysfs-class-tpm: use wildcards for pcr-* nodes
` [PATCH v2 06/29] ABI: sysfs-bus-rapidio: use wildcards on What definitions
` [PATCH v2 07/29] ABI: sysfs-class-cxl: place "not in a guest" at description
` [PATCH v2 08/29] ABI: sysfs-class-devfreq-event: use the right wildcards on What
` [PATCH v2 09/29] ABI: sysfs-class-mic: use the right wildcards on What definitions
` [PATCH v2 10/29] ABI: pstore: Fix What field
` [PATCH v2 11/29] ABI: sysfs-class-typec: fix a bad "
` [PATCH v2 12/29] ABI: sysfs-ata: use a proper wildcard for ata_*
` [PATCH v2 13/29] ABI: sysfs-class-infiniband: use wildcards on What definitions
` [PATCH v2 14/29] ABI: sysfs-bus-pci: "
` [PATCH v2 15/29] ABI: sysfs-bus-soundwire-master: "
` [PATCH v2 16/29] ABI: sysfs-bus-soundwire-slave: "
` [PATCH v2 17/29] ABI: sysfs-class-gnss: "
` [PATCH v2 18/29] ABI: sysfs-class-mei: "
` [PATCH v2 19/29] ABI: sysfs-class-mux: "
` [PATCH v2 20/29] ABI: sysfs-class-pwm: "
` [PATCH v2 21/29] ABI: sysfs-class-rc: "
` [PATCH v2 22/29] ABI: sysfs-class-rc-nuvoton: "
` [PATCH v2 23/29] ABI: sysfs-class-uwb_rc: "
` [PATCH v2 24/29] ABI: sysfs-class-uwb_rc-wusbhc: "
` [PATCH v2 25/29] ABI: sysfs-devices-platform-dock: "
` [PATCH v2 26/29] ABI: sysfs-devices-system-cpu: "
` [PATCH v2 27/29] ABI: sysfs-firmware-efi-esrt: "
` [PATCH v2 28/29] ABI: sysfs-platform-sst-atom: "
` [PATCH v2 29/29] ABI: sysfs-ptp: "

[PATCH v5 00/21] Add LoongArch linux-user emulation support
 2021-09-14 14:24 UTC  (3+ messages)
` [PATCH v5 13/21] target/loongarch: Add floating point move instruction translation

[virtio-dev] Enabling hypervisor agnosticism for VirtIO backends
 2021-09-14 14:25 UTC  (10+ messages)
`  "
  ` [virtio-dev] "

[PATCH v2 1/3] drm/probe-helper: Document drm_helper_hpd_irq_event() return value
 2021-09-14 14:34 UTC  (3+ messages)
` [PATCH v2 3/3] drm/vc4: hdmi: Actually check for the connector status in hotplug

[PATCH v4 1/5] powerpc/signal64: Access function descriptor with user access block
 2021-09-14 14:31 UTC  (10+ messages)
` [PATCH v4 2/5] powerpc/signal: Include the new stack frame inside the "
` [PATCH v4 3/5] signal: Add unsafe_copy_siginfo_to_user()
` [PATCH v4 4/5] powerpc/uaccess: Add unsafe_clear_user()
` [PATCH v4 5/5] powerpc/signal: Use unsafe_copy_siginfo_to_user()

[RFC PATCH net] Revert "net: phy: Uniform PHY driver access"
 2021-09-14 14:33 UTC  (6+ messages)

[PATCH v4 00/18] staging: r8188eu: Shorten and simplify calls chain
 2021-09-14 14:33 UTC  (3+ messages)
` [PATCH v4 16/18] staging: r8188eu: hal: Clean up rtw_read*() and rtw_write*()

[PATCH] x86/p2m: fix xenmem_add_to_physmap_one double page removal
 2021-09-14 14:32 UTC  (2+ messages)

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-14 14:24 UTC  (7+ messages)
` [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

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

[PATCH] ipc: remove memcg accounting for sops objects in do_semtimedop()
 2021-09-14 14:32 UTC  (6+ messages)

[PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define
 2021-09-14 14:32 UTC 

[PATCH] staging: wfx: sta: Fix 'else' coding style warning
 2021-09-14 14:31 UTC 

[PATCH v3 0/8] Add LSM access controls and auditing to io_uring
 2021-09-14 14:26 UTC  (3+ messages)
` [PATCH v3 8/8] Smack: Brutalist io_uring support with debug

Haproxy's "send-proxy-v2" doesn’t work when conntrack is disabled
 2021-09-14 14:30 UTC  (2+ messages)

[PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
 2021-09-14 14:29 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/4] Do error capture async, flush G2H processing on reset
 2021-09-14 14:29 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/guc: Do error capture asynchronously
` [Intel-gfx] [PATCH 4/4] drm/i915/guc: Refcount context during error capture

[dpdk-dev] [RFC 0/7] hide eth dev related structures
 2021-09-14 14:28 UTC  (4+ messages)
` [dpdk-dev] [RFC 2/7] eth: make drivers to use new API for Rx

[bug report] nvme0n1 node still exists after blktests nvme-tcp/014 on 5.13.16-rc1
 2021-09-14 14:28 UTC  (3+ messages)

[PATCH] udf: Fix regression which is preventing symlink access
 2021-09-14 14:27 UTC  (2+ messages)

[PATCH bpf-next v4] libbpf: introduce legacy kprobe events support
 2021-09-14 14:27 UTC  (6+ messages)
` [PATCH bpf-next v5] "

[PATCH] hwrng: meson - Improve error handling for core clock
 2021-09-14 14:24 UTC  (3+ messages)

[GIT PULL] arm64: dts: ZynqMP DT changes for v5.15
 2021-09-14 14:21 UTC  (5+ messages)

Questioning requirement for ASSERT_RTNL in indirect code
 2021-09-14 14:26 UTC  (2+ messages)

[PATCH] tty: serial: samsung: Improve naming for common macro
 2021-09-14 14:23 UTC 

[PATCH] DRM/Panel : abt-y030xx067a yellow tint fix
 2021-09-14  9:27 UTC 

[PATCH 3/3] nvme/multipath: fix stale ana state for namespaces just added by scan work
 2021-09-14 14:24 UTC  (8+ messages)
` [PATCH v2 0/3] nvme/mpath: fix missed namespaces in ana state update
  ` [PATCH v2 3/3] nvme/multipath: fix stale ana state for namespaces just added by scan work

[PATCH v2 00/15] [RFC] Upstreaming the Scalar command
 2021-09-14 14:24 UTC  (7+ messages)
` [PATCH v3 "
          ` Train station analogy, was "

[PATCH] sparc: mdesc: Fix compile error seen with gcc 11.x
 2021-09-14 14:24 UTC  (4+ messages)

[PATCH RFC 0/2] ceph: size handling for the fscrypt
 2021-09-14 14:24 UTC  (13+ messages)
` [PATCH RFC 2/2] ceph: truncate the file contents when needed when file scrypted

[PATCH 1/6] ASoC: cs35l41: Fix use of an uninitialised variable
 2021-09-14 14:23 UTC  (3+ messages)
` [PATCH 6/6] ASoC: cs35l41: Fix a bunch of trivial code formating/style issues

[PATCH] iio: imu: mpu6050: add watermark support for icm20602/20690
 2021-09-14 13:52 UTC  (3+ messages)

[PATCH 00/11] PCI devices passthrough on Arm, part 2
 2021-09-14 14:24 UTC  (4+ messages)
` [PATCH 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain

Linux 5.15-rc1
 2021-09-14 14:24 UTC  (10+ messages)
          ` [Intel-wired-lan] Linux 5.15-rc1 - 82599ES VPD access isue


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.