linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 14:56:25 to 2021-04-23 17:10:22 UTC [more...]

[PATCH] arm64: remove HAVE_DEBUG_BUGVERBOSE
 2021-04-23 17:10 UTC  (2+ messages)

[PATCH][resend] perf x86 kvm-stat: support to analyze kvm msr
 2021-04-23 17:05 UTC  (3+ messages)

[PATCH v6 0/2] pwm: visconti: Add Toshiba Visconti SoC PWM support
 2021-04-23 17:05 UTC  (2+ messages)

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-23 17:04 UTC  (6+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0
` [PATCH net-next 2/3] net: marvell: prestera: disable events interrupt while handling
` [PATCH net-next 3/3] net: marvell: prestera: align flood setting according to latest firmware version

[RESEND v2] Kbuild: Update config_data.gz only if KCONFIG_CONFIG materially changed
 2021-04-23 17:00 UTC 

[PATCH bpf-next 0/2] Simplify bpf_snprintf verifier code
 2021-04-23 17:01 UTC  (2+ messages)

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:59 UTC  (21+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls
` [PATCH v5 02/20] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v5 03/20] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v5 04/20] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v5 05/20] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v5 06/20] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v5 07/20] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v5 08/20] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v5 09/20] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v5 10/20] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v5 11/20] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v5 12/20] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v5 13/20] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v5 14/20] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v5 15/20] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v5 16/20] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v5 17/20] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v5 18/20] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v5 19/20] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v5 20/20] arm64: dts: qcom: Link the panel to the bridge's DDC bus

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-23 16:57 UTC  (2+ messages)

[PATCH v1 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
 2021-04-23 16:56 UTC  (15+ messages)
` [PATCH v1 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v1 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v1 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v1 05/14] spi: pxa2xx: Consolidate related headers under include/linux/spi
` [PATCH v1 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v1 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v1 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v1 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v1 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v1 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v1 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v1 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v1 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:46 UTC  (21+ messages)
` [PATCH v4 19/27] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v4 20/27] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v4 21/27] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v4 22/27] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v4 23/27] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v4 25/27] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v4 26/27] arm64: dts: qcom: Link the panel to the bridge's DDC bus
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH 00/49] staging: rtl8723bs: remove all remaining debug macros in rtw_debug.h
 2021-04-23 16:52 UTC  (52+ messages)
` [PATCH 01/49] staging: rtl8723bs: remove unused log function
` [PATCH 02/49] staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()
` [PATCH 03/49] staging: rtl8723bs: remove DBG_871X_SEL macro declaration
` [PATCH 04/49] staging: rtl8723bs: remove unused _DBG_871X_LEVEL macro
` [PATCH 05/49] staging: rtl8723bs: remove unused mac_reg_dump() function argument
` [PATCH 06/49] staging: rtl8723bs: remove unused bb_reg_dump() "
` [PATCH 07/49] staging: rtl8723bs: remove unused rf_reg_dump() "
` [PATCH 08/49] staging: rtl8723bs: remove unused RTW_DBGDUMP macro definition
` [PATCH 09/49] staging: rtl8723bs: remove all defs related to _dbgdump macro
` [PATCH 10/49] staging: rtl8723bs: remove unused debug variables declarations and initialization
` [PATCH 11/49] staging: rtl8723bs: remove unneeded header file
` [PATCH 12/49] staging: rtl8723bs: remove unused debug macro definitions
` [PATCH 13/49] staging: rtl8723bs: remove debug macros related to core/rtw_xmit.c tracing
` [PATCH 14/49] staging: rtl8723bs: remove debug macros related to os_dep/xmit_linux.c tracing
` [PATCH 15/49] staging: rtl8723bs: remove debug macros related to core/rtw_recv.c tracing
` [PATCH 16/49] staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracing
` [PATCH 17/49] staging: rtl8723bs: remove debug macros related to core/rtw_mlme.c tracing
` [PATCH 18/49] staging: rtl8723bs: remove debug macros related to os_dep/mlme_linux.c tracing
` [PATCH 19/49] staging: rtl8723bs: move static array definition from header to .c file
` [PATCH 20/49] staging: rtl8723bs: remove debug macros related to core/rtw_mlme_ext.c tracing
` [PATCH 21/49] staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracing
` [PATCH 22/49] staging: rtl8723bs: remove debug macros related to core/rtw_cmd.c tracing
` [PATCH 23/49] staging: rtl8723bs: remove obsolete debug macro definitions
` [PATCH 24/49] staging: rtl8723bs: remove debug macros related to core/rtw_io.c tracing
` [PATCH 25/49] staging: rtl8723bs: remove obsolete _IO_OSDEP_C_ debug macro definition
` [PATCH 26/49] staging: rtl8723bs: remove debug macros related to os_dep/os_intfs.c tracing
` [PATCH 27/49] staging: rtl8723bs: remove debug macros related to core/rtw_security.c tracing
` [PATCH 28/49] staging: rtl8723bs: remove debug macros related to core/rtw_eeprom.c tracing
` [PATCH 29/49] staging: rtl8723bs: remove debug macros related to hal/hal_intf.c tracing
` [PATCH 30/49] staging: rtl8723bs: remove debug macros related to hal/sdio_halinit.c tracing
` [PATCH 31/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_C_ definition
` [PATCH 32/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_SET_C_ definition
` [PATCH 33/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_QUERY_C_ definition
` [PATCH 34/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_PWRCTRL_C_ definition
` [PATCH 35/49] staging: rtl8723bs: remove unused macros tied to core/rtw_pwrctrl.c debug
` [PATCH 36/49] staging: rtl8723bs: remove unused macros tied to os_dep/sdio_intf.c debug
` [PATCH 37/49] staging: rtl8723bs: remove unused debug macros tied to _HCI_OPS_C_ definition
` [PATCH 38/49] staging: rtl8723bs: remove unused debug macros tied to hal/sdio_ops.c debug
` [PATCH 39/49] staging: rtl8723bs: remove unused debug macros tied to os_dep/osdep_service.c debug
` [PATCH 40/49] staging: rtl8723bs: remove unused _module_mp_ def
` [PATCH 41/49] staging: rtl8723bs: remove unused macros tied to _HCI_OPS_OS_C_ definition
` [PATCH 42/49] staging: rtl8723bs: remove unused macros tied to _RTL871X_IOCTL_LINUX_C definition
` [PATCH 43/49] staging: rtl8723bs: remove unused macros tied to _RTL8712_CMD_C_ definition
` [PATCH 44/49] staging: rtl8723bs: remove commented out macro definition
` [PATCH 45/49] staging: rtl8723bs: remove unused debug macro definitions
` [PATCH 46/49] staging: rtl8723bs: remove unused macros tied to core/rtw_efuse.c debug
` [PATCH 47/49] staging: rtl8723bs: remove unsed debug macros tied to no particular code debug
` [PATCH 48/49] staging: rtl8723bs: remove last unused debug macros
` [PATCH 49/49] staging: rtl8723bs: macro DRIVER_PREFIX expands to lowercase driver name

[PATCH v3 1/4] dt-bindings: pwm: convert pwm-rockchip.txt to YAML
 2021-04-23 16:53 UTC  (2+ messages)

[PATCH-next v5 0/4] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-23 16:52 UTC  (6+ messages)
` [PATCH-next v5 2/4] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp

[PATCH v2 1/1] ACPICA: Add SVKL table headers
 2021-04-23 16:52 UTC  (3+ messages)

[PATCH v1 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-23 16:50 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-04-23 16:47 UTC  (4+ messages)

[PATCH] staging: media: atomisp: replace pr_info() by dev_info()
 2021-04-23 16:47 UTC  (3+ messages)

[PATCH] pwm: mediatek: remove unused function
 2021-04-23 16:47 UTC  (2+ messages)

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-04-23 16:46 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/amdgpu: Add dwc quirk for Stoney/CZ platforms

[PATCH v9 1/8] pwm: pca9685: Switch to atomic API
 2021-04-23 16:46 UTC  (4+ messages)

[PATCH v2 0/3] Add multiprocessor wake-up support
 2021-04-23 16:44 UTC  (4+ messages)
` [PATCH v2 1/3] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-23 16:38 UTC  (12+ messages)

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-04-23 16:36 UTC  (3+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-04-23 16:31 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL
` [PATCH v2 2/4] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v2 3/4] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v2 4/4] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature

[PATCH] spi: bcm2835: Fix buffer overflow with CS able to go beyond limit
 2021-04-23 16:20 UTC  (8+ messages)

uio: uio_pci_generic: add missing memory mappings
 2021-04-23 16:10 UTC 

[PATCH] PM / EM: Inefficient OPPs detection
 2021-04-23 16:14 UTC  (5+ messages)

[PATCH v4 0/2] iio: accel: sca3300: Accelerometer support and binding docs
 2021-04-23 16:06 UTC  (3+ messages)
` [PATCH v4 2/2] iio: accel: Add driver for Murata SCA3300 accelerometer

[PATCH] sched/fair: Fix negative energy delta in find_energy_efficient_cpu()
 2021-04-23 16:01 UTC  (5+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-23 15:59 UTC  (4+ messages)
` [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()

[PATCH v3 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-04-23 15:56 UTC  (3+ messages)

[PATCH v6 0/3] Add ZynqMP pinctrl driver
 2021-04-23 15:54 UTC  (5+ messages)
` [PATCH v6 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support

[PATCH v2 1/1] phy: nxp-c45-tja11xx: add interrupt support
 2021-04-23 15:54 UTC  (2+ messages)

[PATCH v3] crypto: ccp: Annotate SEV Firmware file names
 2021-04-23 15:52 UTC  (2+ messages)

[PATCH v1 1/1] x86/tdx: Add tdcall() and tdvmcall() helper functions
 2021-04-23 15:50 UTC  (15+ messages)
` [PATCH v2 1/1] x86/tdx: Add __tdcall() and __tdvmcall() "

[PATCH] mips/bcm63xx: Use BUG_ON instead of if condition followed by BUG
 2021-04-23 15:45 UTC  (2+ messages)

[PATCH] gpio: sim: allocate IDA numbers earlier
 2021-04-23 15:40 UTC  (2+ messages)

[PATCH 0/4] clk: mvebu: Fix some error handling paths + do some clean-up
 2021-04-23 15:34 UTC  (5+ messages)
` [PATCH 1/4] clk: mvebu: Fix a memory leak in an error handling path
  ` AW: "

[PATCH 1/1] PCI: Add pci reset quirk for Nvidia GPUs
 2021-04-23 15:37 UTC  (3+ messages)

[PATCH] arm64:align function __arch_clear_user
 2021-04-23 15:37 UTC  (3+ messages)

[PATCH] usb: dwc3: gadget: add missing wakeup link states
 2021-04-23 15:25 UTC 

[PATCH] arm64: dts: marvell: armada-37xx: Set linux,pci-domain to zero
 2021-04-23 15:33 UTC  (7+ messages)

[PATCH 0/2] hwmon: (pmbus/zl6100) Add support for ZLS1003, ZLS4009 and ZL8802
 2021-04-23 15:33 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hwmon: (pmbus/zl6100) Update documentation for zl6100 driver

[PATCH 1/1] rtc: pcf85063: add integrity check
 2021-04-23 15:21 UTC  (5+ messages)

[PATCH] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces) warning
 2021-04-23 15:26 UTC  (3+ messages)

[PATCH] soc: aspeed: fix a ternary sign expansion bug
 2021-04-23 15:24 UTC  (7+ messages)
      ` AW: "

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-23 15:23 UTC  (6+ messages)
` [PATCH v1 2/2] iommu/tegra-smmu: Revert workaround that was needed for Nyan Big Chromebook

[PATCH v34 00/13] Landlock LSM
 2021-04-23 15:22 UTC  (3+ messages)

[PATCH v3] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-04-23 15:20 UTC  (6+ messages)

[PATCH] vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEV
 2021-04-23 15:20 UTC  (5+ messages)

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-23 15:20 UTC  (6+ messages)
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes

[PATCH v2] x86, sched: Fix the AMD CPPC maximum perf on some specific generations
 2021-04-23 15:19 UTC  (2+ messages)

[PATCH] fuse: Send FUSE_WRITE_KILL_SUIDGID for killpriv v1
 2021-04-23 15:19 UTC 

[PATCH v2] KVM: x86/xen: Take srcu lock when accessing kvm_memslots()
 2021-04-23 15:18 UTC  (2+ messages)

[PATCH v2] tools/power turbostat: Fix RAPL summary collection on AMD processors
 2021-04-23 15:17 UTC  (11+ messages)

[PATCH] nvmem: qfprom: minor nit fixes, no functional change
 2021-04-23 15:13 UTC  (3+ messages)

[PATCH 5.10 000/103] 5.10.32-rc1 review
 2021-04-23 15:13 UTC  (14+ messages)

[PATCH v4 0/2] Add support for ECDSA-signed kernel modules
 2021-04-23 15:12 UTC  (3+ messages)
` [PATCH v4 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v4 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH] lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()
 2021-04-23 15:10 UTC  (2+ messages)

[PATCH 5.11 000/122] 5.11.16-rc1 review
 2021-04-23 15:10 UTC  (5+ messages)

[PATCH] openrisc: Fix a memory leak
 2021-04-23 15:09 UTC 

[RFC PATCH] usb: gadget: Drop unnecessary NULL checks after container_of
 2021-04-23 15:06 UTC 

[PATCH 1/1] gup: document and work around "COW can break either way" issue
 2021-04-23 15:05 UTC  (2+ messages)

Question on threaded handlers for managed interrupts
 2021-04-23 15:00 UTC  (4+ messages)

[PATCH] PM: runtime: document common mistake with pm_runtime_get_sync()
 2021-04-23 15:03 UTC  (3+ messages)

[RESEND][PATCH 0/6] Constify struct page arguments
 2021-04-23 15:01 UTC  (7+ messages)
` [PATCH 4/6] mm: Make compound_head const-preserving
` [PATCH 5/6] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH 6/6] mm: Constify page_count and page_ref_count

[PATCH] Revert "MIPS: make userspace mapping young by default"
 2021-04-23 14:51 UTC  (7+ 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).