linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 12:45:48 to 2022-06-08 15:10:53 UTC [more...]

5.19-rc1 x86 build failure
 2022-06-08 15:00 UTC  (5+ messages)

[V2,0/2] Enable hardware jpeg encoder for MT8186
 2022-06-08 15:00 UTC  (3+ messages)
` [V2,1/2] media: media: jpegenc: add mediatek,mt8186-jpgenc compatible

[PATCH] sched/pelt: Fix bracket typo
 2022-06-08 15:00 UTC 

[PATCH v2 0/3] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-08 14:48 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH] staging: ftbft: Use backlight helper
 2022-06-08 14:54 UTC  (2+ messages)

[PATCH 0/7] SUNIV USB support (and updating mailmap)
 2022-06-08 14:49 UTC  (4+ messages)
` [PATCH 2/7] dt-bindings: phy: add binding document for Allwinner F1C100s USB PHY

[RFC PATCH 00/16] drm/rockchip: Rockchip EBC ("E-Book Controller") display driver
 2022-06-08 14:48 UTC  (6+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-08 14:27 UTC  (37+ messages)
` [PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "

[Bug] Race condition between CPU hotplug off flow and __sched_setscheduler()
 2022-06-08 14:48 UTC  (5+ messages)
          ` [PATCH] sched: Fix balance_push() vs __sched_setscheduler()

[PATCH] backlight: Use backlight helper
 2022-06-08 14:48 UTC  (2+ messages)

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-08 14:47 UTC  (7+ messages)
` [PATCH v2 038/144] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH v2 041/144] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test

[PATCH] KVM: x86: preserve interrupt shadow across SMM entries
 2022-06-08 14:43 UTC  (5+ messages)

[PATCH 00/20] rcu/context-tracking: Merge RCU eqs-dynticks counter to context tracking v4
 2022-06-08 14:40 UTC  (21+ messages)
` [PATCH 01/20] context_tracking: Remove unused context_tracking_in_user()
` [PATCH 02/20] context_tracking: Add a note about noinstr VS unsafe context tracking functions
` [PATCH 03/20] context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/exit()
` [PATCH 04/20] context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable()
` [PATCH 05/20] context_tracking: Rename context_tracking_enter/exit() to ct_user_enter/exit()
` [PATCH 06/20] context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()
` [PATCH 07/20] context_tracking: Split user tracking Kconfig
` [PATCH 08/20] context_tracking: Take idle eqs entrypoints over RCU
` [PATCH 09/20] context_tracking: Take IRQ "
` [PATCH 10/20] context_tracking: Take NMI "
` [PATCH 11/20] rcu/context-tracking: Remove rcu_irq_enter/exit()
` [PATCH 12/20] rcu/context_tracking: Move dynticks counter to context tracking
` [PATCH 13/20] rcu/context_tracking: Move dynticks_nesting "
` [PATCH 14/20] rcu/context_tracking: Move dynticks_nmi_nesting "
` [PATCH 15/20] rcu/context-tracking: Move deferred nocb resched "
` [PATCH 16/20] rcu/context-tracking: Move RCU-dynticks internal functions to context_tracking
` [PATCH 17/20] rcu/context-tracking: Remove unused and/or unecessary middle functions
` [PATCH 18/20] context_tracking: Convert state to atomic_t
` [PATCH 19/20] rcu/context_tracking: Merge dynticks counter and context tracking states
` [PATCH 20/20] MAINTAINERS: Add Paul as context tracking maintainer

[PATCH] mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb
 2022-06-08 14:40 UTC 

[PATCH] scripts: kernel-doc: Always increment warnings counter
 2022-06-08 14:41 UTC  (2+ messages)

[PATCH v3 3/4] RISC-V: Added generic pmu-events mapfile
 2022-06-08 14:41 UTC  (3+ messages)

[PATCH v2 0/3] A few cleanup and fixup patches for swap
 2022-06-08 14:40 UTC  (4+ messages)
` [PATCH v2 1/3] mm/swapfile: make security_vm_enough_memory_mm() work as expected
` [PATCH v2 2/3] mm/swapfile: fix possible data races of inuse_pages
` [PATCH v2 3/3] mm/swap: remove swap_cache_info statistics

[PATCH 0/7] fbdev: Use backlight helpers
 2022-06-08 14:40 UTC  (2+ messages)

[RFC PATCH 3/3] mm: Add kernel PTE level pagetable pages account
 2022-06-08 14:38 UTC  (2+ messages)
` [mm] 9b12e49e9b: BUG:Bad_page_state_in_process

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-08 14:37 UTC  (15+ messages)
` [PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
` [PATCH v5 9/9] mm/demotion: Update node_is_toptier to work with "

[PATCH v2 00/15] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
 2022-06-08 14:37 UTC  (5+ messages)
` [PATCH v2 08/15] platform/chrome: cros_ec_proto: handle empty payload in getting proto info

[PATCH 0/4] video/backlight: Use backlight helpers
 2022-06-08 14:36 UTC  (9+ messages)
` [PATCH 1/4] backlight: aat2870: Use backlight helper
` [PATCH 2/4] backlight: arcxcnn: "
` [PATCH 3/4] backlight: ipaq_micro: "
` [PATCH 4/4] backlight: tosa: "

[PATCH v2] KEYS: trusted: Fix memory leak in tpm2_key_encode()
 2022-06-08 14:35 UTC 

[PATCH] MAINTAINERS: Mark linux1394-devel as subscribers-only
 2022-06-08 14:36 UTC 

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-06-08 14:35 UTC  (5+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB

[PATCH v4 0/4] fat: add support for the renameat2 RENAME_EXCHANGE flag
 2022-06-08 14:33 UTC  (3+ messages)
` [PATCH v4 3/4] fat: add renameat2 RENAME_EXCHANGE flag support

[PATCH v2 0/3] Add support for multiport controller
 2022-06-08 14:30 UTC  (4+ messages)
` [PATCH v2 2/3] usb: phy: Add devm_of_usb_get_phy_by_phandle

[PATCH 0/3] Add support for multiport controller
 2022-06-08 14:29 UTC  (6+ messages)
` [PATCH 3/3] usb: dwc3: Refactor PHY logic to support Multiport Controller

[PATCH 00/21] rcu/context-tracking: Merge RCU eqs-dynticks counter to context tracking v3
 2022-06-08 14:29 UTC  (6+ messages)
` [PATCH 20/21] rcu/context_tracking: Merge dynticks counter and context tracking states

[PATCH net-next v3 0/3] net: phy: dp83td510: add cable diag support
 2022-06-08 14:28 UTC  (2+ messages)

[PATCH 1/2] vfio/type1: Simplify bus_type determination
 2022-06-08 14:25 UTC  (2+ messages)
` [PATCH 2/2] vfio: Use device_iommu_capable()

[PATCH 5.10 136/452] bpf: Fix excessive memory allocation in stack_map_alloc()
 2022-06-08 14:25 UTC  (2+ messages)
` [PATCH] "

[PATCH] locking/rtmutex: Provide proper spin_is_contended
 2022-06-08 14:24 UTC  (3+ messages)

[PATCH v2] firewire: ohci: Convert to generic power management
 2022-06-08 14:24 UTC  (2+ messages)

[PATCH v2 00/20] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-08 13:46 UTC  (7+ messages)
` [PATCH v2 03/20] tty: serial: 8250: Add NPCM845 UART support
` [PATCH v2 05/20] watchdog: npcm_wdt: Add NPCM845 watchdog support

[PATCH] kprobes: Enable tracing for mololithic kernel images
 2022-06-08 14:21 UTC  (4+ messages)

[PATCH v2 0/3] Add support for lan966x flexcom chip-select configuration
 2022-06-08 14:17 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: atmel,flexcom: Convert to json-schema
` [PATCH v2 3/3] mfd: atmel-flexcom: Add support for lan966x flexcom chip-select configuration

[PATCH v6 0/8] Add a panel API to set orientation properly
 2022-06-08 14:16 UTC  (3+ messages)
` [PATCH v6 8/8] drm: Config orientation property if panel provides it

[PATCH] mm: mempolicy: N:M interleave policy for tiered memory nodes
 2022-06-08 14:16 UTC  (3+ messages)

[PATCH v2] mm/vmscan: don't try to reclaim freed folios
 2022-06-08 14:14 UTC 

[RESEND v12 0/3] mmc: mediatek: add support for SDIO async IRQ
 2022-06-08 14:13 UTC  (3+ messages)
` [RESEND v12 3/3] mmc: mediatek: add support for SDIO eint wakup IRQ

[PATCH] mm/vmscan: don't try to reclaim freed folios
 2022-06-08 14:09 UTC  (3+ messages)

[PATCH v2] hwmon (occ): Delay hwmon registration until user request
 2022-06-08 14:06 UTC  (4+ messages)

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-08 14:04 UTC  (4+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[PATCH v3 0/2] Add software clock gating requirement check
 2022-06-08 14:02 UTC  (3+ messages)
` [PATCH v3 1/2] soundwire: qcom: Add flag for software clock gating check
` [PATCH v3 2/2] ASoC: qcom: soundwire: Add software clock gating requirement check

[PATCH] crypto: x86/aes-ni: fix AVX detection
 2022-06-08 14:00 UTC  (4+ messages)

[PATCH v7 1/4] media: dt-bindings: ov5675: document YAML binding
 2022-06-08 14:00 UTC  (5+ messages)
` [PATCH v7 2/4] media: ov5675: add device-tree support and support runtime PM
` [PATCH v7 3/4] media: i2c: ov5675: parse and register V4L2 device tree properties
` [PATCH v7 4/4] media: i2c: ov5675: add .get_selection support

[PATCH] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
 2022-06-08 13:59 UTC  (7+ messages)

[PATCH] Bluetooth: RFCOMM: Use skb_trim to trim checksum
 2022-06-08 13:51 UTC 

[RESEND PATCH v3] drm/cma-helper: Describe what a "contiguous chunk" actually means
 2022-06-08 13:58 UTC 

[PATCH v2 0/1] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-08 13:55 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] usb: host: ohci-at91: add support to enter suspend using SMC
 2022-06-08 13:54 UTC  (2+ messages)

[PATCH] irqchip/irq-imx-irqsteer: Get/put PM runtime in ->irq_unmask()/irq_mask()
 2022-06-08 13:54 UTC  (5+ messages)

[PATCH 5.17 000/772] 5.17.14-rc1 review
 2022-06-08 13:54 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: thermal: qcom,spmi-temp-alarm: convert to dtschema
 2022-06-08 13:53 UTC  (3+ messages)

[PATCH v2 1/2] tee: remove tee_shm_va2pa() and tee_shm_pa2va()
 2022-06-08 13:52 UTC  (3+ messages)
` [PATCH v2 2/2] tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUF

[PATCH] cgroup: handle cset multiidentity issue when migration
 2022-06-08 13:51 UTC  (2+ messages)

[PATCH 5.15 000/667] 5.15.46-rc1 review
 2022-06-08 13:51 UTC  (5+ messages)

[PATCH] include: linux: spi: spi.h: Add missing documentation for struct members
 2022-06-08 13:45 UTC  (2+ messages)

[RESEND v5 0/3] MediaTek MT8195 display binding
 2022-06-08 13:45 UTC  (3+ messages)
` [RESEND v5 3/3] dt-bindings: mediatek: add ethdr definition for mt8195

[PATCH v5 0/2] Add LTRF216A Driver
 2022-06-08 13:45 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: Document ltrf216a light sensor bindings

[PATCH v2] KEYS: trusted: Fix memory leak in tpm2_key_encode()
 2022-06-08 13:38 UTC  (2+ messages)

[PATCH v2 00/10] RTW88: Add support for USB variants
 2022-06-08 13:37 UTC  (5+ messages)
` [PATCH v2 05/10] rtw88: iterate over vif/sta list non-atomically

[PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
 2022-06-08 13:35 UTC  (2+ messages)

[PATCH][next] ASoC: mediatek: mt8186: Fix a handful of spelling mistakes
 2022-06-08 13:35 UTC  (2+ messages)

[PATCH v2 00/17] Add support for AXP192 PMIC
 2022-06-08 13:35 UTC  (8+ messages)
` [PATCH v2 10/17] iio: adc: axp20x_adc: Minor code cleanups
` [PATCH v2 11/17] iio: adc: axp20x_adc: Consolidate ADC raw read functions
` [PATCH v2 12/17] iio: adc: axp20x_adc: Add support for AXP192

[PATCH -next] hwmon: (pmbus) fix build error unused-function
 2022-06-08 13:35 UTC  (2+ messages)

[PATCH 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-08 13:31 UTC  (5+ messages)

[PATCH v1 1/2] driver core: Introduce device_find_first_child() helper
 2022-06-08 13:32 UTC  (7+ messages)

[PATCH v2 0/4] A few cleanup and fixup patches for migration
 2022-06-08 13:31 UTC  (18+ messages)
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-06-08 13:31 UTC  (6+ messages)
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove

[PATCH 5.10 000/452] 5.10.121-rc1 review
 2022-06-08 13:29 UTC  (2+ messages)

huge_count_read_write.c:23:9: warning: 'write' reading 4294967295 bytes from a region of size 1
 2022-06-08 13:27 UTC 

[aarch64] INFO: rcu_sched detected expedited stalls on CPUs/tasks
 2022-06-08 13:26 UTC  (5+ messages)

[PATCH 0/7] KVM: x86: AVIC/APICv patch queue
 2022-06-08 13:21 UTC  (3+ messages)
` [PATCH 4/7] KVM: x86: SVM: fix avic_kick_target_vcpus_fast

[aarch64] [coresight_etm4x] [kernel 5.19.0-rc1] coresight-etm4x: probe of ARMHC500:20 failed with error -17
 2022-06-08 13:20 UTC 

[PATCH v2] PCI: Fix no-op wait after secondary bus reset
 2022-06-08 13:16 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-08 13:15 UTC  (4+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM

[PATCH net-next v2 0/2] net: add remote fault support
 2022-06-08 13:08 UTC  (2+ messages)

[PATCH] mmc: mmci: Fix typo in comment
 2022-06-08 13:08 UTC 

[PATCH 0/2] Add support for Radxa ROCK Pi S
 2022-06-08 13:08 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rock-pi-s add more peripherals

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (7+ messages)
` [PATCH 15/20] balloon: Convert to migrate_folio

[PATCH v6 1/4] media: dt-bindings: ov5675: document YAML binding
 2022-06-08 13:05 UTC  (6+ messages)
` [PATCH v6 4/4] media: i2c: ov5675: add .get_selection support

[PATCH] remoteproc: omap_remoteproc: Fix typo in comment
 2022-06-08 13:04 UTC 

[PATCH v2 1/1] libbpf: replace typeof with __typeof__
 2022-06-08 13:04 UTC  (3+ messages)

[PATCH v1 0/5] mm, hwpoison: enable 1GB hugepage support
 2022-06-08 12:57 UTC  (5+ messages)
` [PATCH v1 5/5] mm, hwpoison: enable memory error handling on 1GB hugepage

[PATCH v2] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
 2022-06-08 12:31 UTC 

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-08 12:55 UTC  (4+ messages)

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-06-08 12:54 UTC  (6+ messages)
` [PATCH v10 18/21] drm/mediatek: Add mt8195 Embedded "

[PATCH v2 1/2] coresight: etm4x: Expose default timestamp source in sysfs
 2022-06-08 12:50 UTC  (3+ messages)
` [PATCH v2 2/2] coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface

[PATCH 1/2] perf vendor events intel: Rename tremontx to snowridgex
 2022-06-08 12:49 UTC  (3+ messages)
` [PATCH 2/2] perf vendor events intel: Update event list for Snowridgex

[PATCH 0/9] Input: synaptics-rmi4 - Bootloader v7/v8 firmware update improvements
 2022-06-08 12:48 UTC  (10+ messages)
` [PATCH 1/9] Input: synaptics-rmi4 - fix firmware update operations with bootloader v8
` [PATCH 2/9] Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helper
` [PATCH 3/9] Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8
` [PATCH 4/9] Input: synaptics-rmi4 - rewrite partition table unconditionally
` [PATCH 5/9] Input: synaptics-rmi4 - reset after writing partition table
` [PATCH 6/9] Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" command
` [PATCH 7/9] Input: synaptics-rmi4 - remove unneeded struct register_offset
` [PATCH 8/9] Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()
` [PATCH 9/9] Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()

[PATCH] splice: allow direct splicing with chardevs
 2022-06-08 12:49 UTC  (4+ messages)

[PATCH 0/3] Add support for PolarFire SoC's musb controller
 2022-06-08 12:49 UTC  (4+ messages)
` [PATCH 3/3] riscv: dts: microchip: fix icicle kit's dr_mode

[RFC PATCH] f*xattr: allow O_PATH descriptors
 2022-06-08 12:48 UTC  (4+ messages)

[PATCH v3] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
 2022-06-08 12:46 UTC  (5+ messages)
` [PATCH v4] "
    `  "
    ` [PATCH v5] "


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).