linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 15:15:48 to 2021-03-04 17:52:59 UTC [more...]

[PATCH v3 00/21] x86/insn: Add an insn_decode() API
 2021-03-04 17:49 UTC  (18+ messages)
` [PATCH v3 01/21] x86/insn: Rename insn_decode() to insn_decode_from_regs()
` [PATCH v3 02/21] x86/insn: Add @buf_len param to insn_init() kernel-doc comment
` [PATCH v3 03/21] x86/insn: Add a __ignore_sync_check__ marker
` [PATCH v3 04/21] x86/insn: Add an insn_decode() API
` [PATCH v3 05/21] x86/insn-eval: Handle return values from the decoder
` [PATCH v3 06/21] x86/boot/compressed/sev-es: Convert to insn_decode()
` [PATCH v3 07/21] perf/x86/intel/ds: Check insn_get_length() retval
` [PATCH v3 08/21] perf/x86/intel/ds: Check return values of insn decoder functions
` [PATCH v3 09/21] x86/alternative: Use insn_decode()
` [PATCH v3 11/21] x86/kprobes: Convert to insn_decode()
` [PATCH v3 12/21] x86/sev-es: Split vc_decode_insn()
` [PATCH v3 13/21] x86/sev-es: Convert to insn_decode()
` [PATCH v3 14/21] x86/traps: "
` [PATCH v3 15/21] x86/uprobes: "
` [PATCH v3 16/21] x86/tools/insn_decoder_test: "
` [PATCH v3 17/21] tools/objtool: "

[PATCH 00/49] Add Alder Lake support for perf
 2021-03-04 17:50 UTC  (3+ messages)

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-03-04 17:50 UTC  (4+ messages)
` [PATCH V3 XRT Alveo 09/18] fpga: xrt: fpga-mgr and region implementation for xclbin download

[PATCH] f2fs: expose # of overprivision segments
 2021-03-04 17:50 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH] leds: add touch screen LED triggers
 2021-03-04 17:49 UTC  (3+ messages)
    `  "

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-03-04 17:46 UTC  (7+ messages)
` [RFC PATCH 15/18] cgroup: Introduce ioasids controller

[PATCH BUGFIX/IMPROVEMENT V2 0/6] revised version of third and last batch of patches
 2021-03-04 17:46 UTC  (7+ messages)
` [PATCH BUGFIX/IMPROVEMENT V2 1/6] block, bfq: always inject I/O of queues blocked by wakers
` [PATCH BUGFIX/IMPROVEMENT V2 2/6] block, bfq: put reqs of waker and woken in dispatch list
` [PATCH BUGFIX/IMPROVEMENT V2 3/6] block, bfq: make shared queues inherit wakers
` [PATCH BUGFIX/IMPROVEMENT V2 4/6] block, bfq: fix weight-raising resume with !low_latency
` [PATCH BUGFIX/IMPROVEMENT V2 5/6] block, bfq: keep shared queues out of the waker mechanism
` [PATCH BUGFIX/IMPROVEMENT V2 6/6] block, bfq: merge bursts of newly-created queues

[PATCH][next] i3c: master: svc: remove redundant assignment to cmd->read_len
 2021-03-04 17:42 UTC  (2+ messages)

[patch 0/7] drm, highmem: Cleanup io/kmap_atomic*() usage
 2021-03-04 17:42 UTC  (7+ messages)
` [patch 1/7] drm/ttm: Replace kmap_atomic() usage
` [patch 4/7] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch 5/7] drm/nouveau/device: "
` [patch 6/7] drm/i915: "
` [patch 7/7] io-mapping: Remove io_mapping_map_atomic_wc()

Broken kretprobe stack traces
 2021-03-04 17:37 UTC  (3+ messages)
` [PATCH] kprobes: stacktrace: Recover the address changed by kretprobe

[PATCH v3] MIPS: Make MIPS32_O32 depends on !CC_IS_CLANG
 2021-03-04 17:37 UTC  (2+ messages)

[PATCH] Enable ACPI_ADR_SPACE_PCI_CONFIG in acpi_gbl_default_address_spaces only when ACPI_PCI_CONFIGURED is defined
 2021-03-04 17:36 UTC  (5+ messages)

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-03-04 17:35 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree

[PATCH] sched: Optimize __calc_delta
 2021-03-04 17:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] sched/fair: Prefer idle CPU to cache affinity
 2021-03-04 17:29 UTC 

[PATCH] opp: Invalidate current opp when draining the opp list
 2021-03-04 17:27 UTC  (2+ messages)

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-04 17:25 UTC  (8+ messages)

[PATCH 0/2] an additional path to control charging current
 2021-03-04 17:24 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc3: add a power supply for current control

Possible regression due to 269a535ca931 "modpost: generate vmlinux.symvers and reuse it for the second modpost"
 2021-03-04 17:24 UTC  (2+ messages)

[PATCH] mm: be more verbose for alloc_contig_range faliures
 2021-03-04 17:23 UTC  (14+ messages)

[PATCH v4 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-04 17:24 UTC  (25+ messages)
` [PATCH v4 02/15] gpio: regmap: set gpio_chip of_node
` [PATCH v4 03/15] pinctrl: bcm: add bcm63xx base code
` [PATCH v4 05/15] pinctrl: add a pincontrol driver for BCM6328

[PATCH v3 0/9] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-03-04 17:23 UTC  (17+ messages)
` [PATCH v3 5/9] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH v3 6/9] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH v3 7/9] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH v3 9/9] KVM: x86: Add XSAVE Support for Architectural LBRs

[PATCH] mm/hugetlb: suppress wrong warning info when alloc gigantic page
 2021-03-04 17:21 UTC  (5+ messages)

[PATCH 0/7] Add build ID to stacktraces
 2021-03-04 17:19 UTC  (5+ messages)
` [PATCH 5/7] printk: Make %pS and friends print module build ID

[PATCH] scsi: target: vhost-scsi: remove redundant initialization of variable ret
 2021-03-04 17:15 UTC  (2+ messages)

[PATCH] copy_file_range.2: Kernel v5.12 updates
 2021-03-04 17:13 UTC  (3+ messages)
` [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12

[PATCH 0/1] device filter
 2021-03-04 17:13 UTC  (2+ messages)
` [PATCH 1/1] dm: adds an IOCTL to work with device-filters

[PATCH v3] memcg: charge before adding to swapcache on swapin
 2021-03-04 17:12 UTC  (3+ messages)

[PATCH] devfreq: Register devfreq as a cooling device
 2021-03-04 17:12 UTC  (6+ messages)

[PATCH v5 0/5] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-03-04 17:10 UTC  (6+ messages)

[PATCH 2/2] quota: wire up quotactl_path
 2021-03-04 17:08 UTC  (3+ messages)

[V1,1/1] platform/x86: add support for Advantech software defined button
 2021-03-04 17:06 UTC 

[PATCH] perf report: Fix -F for branch & mem modes
 2021-03-04 17:05 UTC  (3+ messages)

[PATCH v3 1/2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-03-04 17:04 UTC  (3+ messages)

[PATCH 5.11 000/773] 5.11.3-rc3 review
 2021-03-04 17:02 UTC  (5+ messages)

5.11 regression: "ia64: add support for TIF_NOTIFY_SIGNAL" breaks ia64 boot
 2021-03-04 17:00 UTC  (9+ messages)
                ` [bisected] 5.12-rc1 hpsa regression: "scsi: hpsa: Correct dev cmds outstanding for retried cmds" breaks hpsa P600

[PATCH] selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S
 2021-03-04 17:01 UTC 

[PATCH STABLE ONLY] swap: fix swapfile page to sector mapping
 2021-03-04 16:58 UTC  (5+ messages)
` [PATCH STABLE 5.10 5.11] "

A note on the 5.12-rc1 tag
 2021-03-04 16:56 UTC  (3+ messages)

[WARNING] v5.12-rc1 in intel_pipe_disable tracepoint
 2021-03-04 16:53 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] arm64: dts: renesas: falcon: Add GP LEDs
 2021-03-04 16:53 UTC 

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-04 16:50 UTC  (5+ messages)
` [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations
` [PATCH v4 06/10] coresight: etm-perf: Update to activate selected configuration

[PATCH v4 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
 2021-03-04 16:46 UTC  (3+ messages)

[PATCH v3 0/3] CET fix patches for nested guest
 2021-03-04 16:46 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH v2] perf stat: improve readability of shadow stats
 2021-03-04 16:42 UTC 

[PATCH v5] media: vimc: get pixformat info from v4l2_format_info
 2021-03-04 16:38 UTC  (3+ messages)

[RFC PATCH 0/5] Add "func_no_repete" tracing option
 2021-03-04 16:38 UTC  (3+ messages)
` [RFC PATCH 1/5] tracing: Define new ftrace event "func_repeats"

[PATCH] perf stat: improve readability of shadow stats
 2021-03-04 16:34 UTC  (6+ messages)

[PATCH RESEND WITH CCs v3 1/4] perf tools: record aarch64 registers automatically
 2021-03-04 16:32 UTC  (4+ messages)
` [PATCH RESEND WITH CCs v3 2/4] perf tools: add a mechanism to inject stack frames
` [PATCH RESEND WITH CCs v3 3/4] perf tools: enable dwarf_callchain_users on aarch64
` [PATCH RESEND WITH CCs v3 4/4] perf tools: determine if LR is the return address

[PATCH v2 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-04 16:31 UTC  (5+ messages)
` [PATCH v2 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v2 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v2 3/4] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v2 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v3 0/1] s390/vfio-ap: fix circular lockdep when starting SE guest
 2021-03-04 16:22 UTC  (6+ messages)
` [PATCH v3 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH v2 00/13] stm32 usart various fixes
 2021-03-04 16:23 UTC  (14+ messages)
` [PATCH v2 01/13] serial: stm32: fix probe and remove order for dma
` [PATCH v2 02/13] serial: stm32: fix startup by enabling usart for reception
` [PATCH v2 03/13] serial: stm32: fix incorrect characters on console
` [PATCH v2 04/13] serial: stm32: fix TX and RX FIFO thresholds
` [PATCH v2 05/13] serial: stm32: fix a deadlock condition with wakeup event
` [PATCH v2 06/13] serial: stm32: fix wake-up flag handling
` [PATCH v2 07/13] serial: stm32: fix a deadlock in set_termios
` [PATCH v2 08/13] serial: stm32: fix tx dma completion, release channel
` [PATCH v2 09/13] serial: stm32: call stm32_transmit_chars locked
` [PATCH v2 10/13] serial: stm32: fix FIFO flush in startup and set_termios
` [PATCH v2 11/13] serial: stm32: add FIFO flush when port is closed
` [PATCH v2 12/13] serial: stm32: fix tx_empty condition
` [PATCH v2 13/13] serial: stm32: add support for "flush_buffer" ops

[PATCH] ata: ahci: ceva: Updated code by using dev_err_probe()
 2021-03-04 16:22 UTC  (3+ messages)

[PATCH v2 0/2] set memcg when split page
 2021-03-04 16:22 UTC  (7+ messages)
` [PATCH v2 1/2] mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg
` [PATCH v2 2/2] mm/memcg: set memcg when split page

regression with TTY changes in v5.12-rc1
 2021-03-04 16:20 UTC  (2+ messages)

[PATCH v4] mm: cma: support sysfs
 2021-03-04 16:17 UTC 

[PATCH 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-04 16:12 UTC  (11+ messages)
` [PATCH 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH 2/4] userfaultfd.2: Add write-protect mode
` [PATCH 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

XDP socket rings, and LKMM litmus tests
 2021-03-04 16:11 UTC  (15+ messages)

[PATCH v3 2/2] pwm: sun8i-v536: document device tree bindings
 2021-03-04 16:08 UTC  (2+ messages)

[PATCH] reset: axs10x: Replace GPLv2 boilerplate/reference with SPDX
 2021-03-04 16:06 UTC 

[PATCH] media: v4l docs: move some cross-reference identifiers
 2021-03-04 16:06 UTC 

[RESEND PATCH v3 0/2] STM32 USBPHYC ck_usbo_48m clock provider
 2021-03-04 16:04 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells property
` [RESEND PATCH v3 2/2] phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

[PATCH] reset: oxnas: replace file name with short description
 2021-03-04 16:03 UTC 

[PATCH] reset: zynqmp: replace spaces with tabs
 2021-03-04 16:03 UTC  (2+ messages)

[PATCH] reset: uniphier: enclose UNIPHIER_RESET_ID_END value in parentheses
 2021-03-04 16:03 UTC 

[PATCH 3/3] PCI: Convert rtw88 power cycle quirk to shutdown quirk
 2021-03-04 16:02 UTC  (2+ messages)

[PATCH] reset: sti/syscfg: replace comma with semicolon
 2021-03-04 16:02 UTC 

[PATCH] reset: ti-syscon: fix to_ti_syscon_reset_data macro
 2021-03-04 16:01 UTC 

[PATCH] reset: berlin: replace unsigned with unsigned int
 2021-03-04 15:59 UTC 

[PATCH] reset: whitespace fixes
 2021-03-04 15:56 UTC 

[PATCH 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-04 15:55 UTC  (5+ messages)

[PATCH v1 1/4] gpiolib: Unify the checks on fwnode type
 2021-03-04 15:54 UTC  (9+ messages)
` [PATCH v1 4/4] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH v5] drm/sun4i: tcon: fix inverted DCLK polarity
 2021-03-04 15:51 UTC  (7+ messages)
` [PATCH v6] "
    ` [PATCH] pinctrl/sunxi: adding input-debounce-ns property

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-04 15:49 UTC  (4+ messages)
` [PATCH v3 12/32] KVM: arm64: Introduce a Hyp buddy page allocator

[PATCH v2] amba: Remove deferred device addition
 2021-03-04 15:48 UTC  (4+ messages)

[PATCH v2 0/5] gpiolib: switch to fwnode in the core
 2021-03-04 15:47 UTC  (3+ messages)
` [PATCH v2 2/5] gpiolib: Unify the checks on fwnode type

[RFC PATCH 5/6] PCI: designware: Add SiFive FU740 PCIe host controller driver
 2021-03-04 15:45 UTC  (2+ messages)

arch/csky/mm/tcm.c:14:2: error: #error "You should define DTCM_RAM_BASE"
 2021-03-04 15:43 UTC 

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-04 15:43 UTC  (3+ messages)

[PATCH v2 RESEND 1/2] dt-bindings: arm: Convert nuvoton,npcm750 binding to YAML
 2021-03-04 15:42 UTC  (3+ messages)
` [PATCH v2 RESEND 2/2] ARM: dts: Add board-specific compatible string to npcm750-evb devicetree

AHCI SATA Runtime PM
 2021-03-04 15:34 UTC 

[PATCH v1 1/1] pinctrl: intel: No need to disable IRQs in the handler
 2021-03-04 15:41 UTC  (3+ messages)

[PATCH] scsi: FlashPoint: Fix typo issue
 2021-03-04 15:36 UTC  (2+ messages)

[PATCH v3] mm: cma: support sysfs
 2021-03-04 15:39 UTC  (5+ messages)

[PATCH v4 0/3] media: i2c: Introduce driver for the TW9900 decoder
 2021-03-04 15:37 UTC  (3+ messages)
` [PATCH v4 3/3] media: i2c: Introduce a driver for the Techwell "

[PATCH RFC] gcc-plugins: Handle GCC version mismatch for OOT modules
 2021-03-04 15:35 UTC  (12+ messages)

[PATCH v10 1/2] scsi: ufs: Enable power management for wlun
 2021-03-04 15:35 UTC  (5+ messages)
` [PATCH v10 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v2] powerpc/32: remove bogus ppc_select syscall
 2021-03-04 15:30 UTC  (4+ messages)

[PATCH v2] gpio: regmap: set gpio_chip of_node
 2021-03-04 15:31 UTC  (4+ messages)

[PATCH v4 0/6] can: c_can: add support to 64 message objects
 2021-03-04 15:26 UTC  (3+ messages)
` [PATCH v4 5/6] can: c_can: prepare to up the message objects number

[PATCH] certs: Fix wrong kconfig option used for x509_revocation_list
 2021-03-04 15:25 UTC  (4+ messages)

[PATCH] net: mac802154: Fix null pointer dereference
 2021-03-04 15:21 UTC  (2+ messages)
` [PATCH v2] net: mac802154: Fix general protection fault

[PATCH] gfs2: make function gfs2_make_fs_ro() to void type
 2021-03-04 15:22 UTC  (2+ messages)

WARNING: CPU: 5 PID: 69 at drivers/gpu/drm/ttm/ttm_bo.c:139 ttm_bo_move_to_lru_tail+0x376/0x500 [ttm]
 2021-03-04 15:17 UTC 

[PATCH V2] mmc: sdhci: Check for reset prior to DMA address unmap
 2021-03-04 15:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).