linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 21:35:44 to 2020-11-04 23:49:59 UTC [more...]

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-04 23:44 UTC  (25+ messages)
` [PATCH v1 06/30] dt-bindings: usb: tegra-ehci: Document OPP and voltage regulator properties
` [PATCH v1 08/30] soc/tegra: regulators: Support Tegra SoC device sync state API
` [PATCH v1 09/30] soc/tegra: regulators: Fix lockup when voltage-spread is out of range
` [PATCH v1 10/30] regulator: Allow skipping disabled regulators in regulator_check_consumers()
` [PATCH v1 11/30] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v1 12/30] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v1 13/30] drm/tegra: gr2d: Support OPP and SoC core voltage scaling
` [PATCH v1 14/30] drm/tegra: gr3d: "
` [PATCH v1 15/30] drm/tegra: hdmi: "
` [PATCH v1 16/30] gpu: host1x: "
` [PATCH v1 17/30] mmc: sdhci-tegra: Support OPP and "
` [PATCH v1 18/30] pwm: tegra: "
` [PATCH v1 19/30] media: staging: tegra-vde: Support OPP and SoC "
` [PATCH v1 20/30] usb: chipidea: tegra: "
` [PATCH v1 21/30] usb: host: ehci-tegra: "
` [PATCH v1 22/30] memory: tegra20-emc: Support Tegra SoC device state syncing
` [PATCH v1 23/30] memory: tegra30-emc: "
` [PATCH v1 24/30] ARM: tegra: Add OPP tables for Tegra20 peripheral devices
` [PATCH v1 25/30] ARM: tegra: Add OPP tables for Tegra30 "
` [PATCH v1 26/30] ARM: tegra: ventana: Add voltage supplies to DVFS-capable devices
` [PATCH v1 27/30] ARM: tegra: paz00: "
` [PATCH v1 28/30] ARM: tegra: acer-a500: "
` [PATCH v1 29/30] ARM: tegra: cardhu-a04: "
` [PATCH v1 30/30] ARM: tegra: nexus7: "

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-11-04 23:40 UTC  (6+ messages)
  ` [PATCH v22 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v22 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v22 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v22 05/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v22 06/23] LSM: Use lsmblob in security_secid_to_secctx

[PATCH v2 net-next 1/3] ptp: idt82p33: add adjphase support
 2020-11-04 23:45 UTC  (4+ messages)
` [PATCH v2 net-next 2/3] ptp: idt82p33: use i2c_master_send for bus write
` [PATCH v2 net-next 3/3] ptp: idt82p33: optimize _idt82p33_adjfine

[PATCH v8 00/43] kasan: add hardware tag-based mode for arm64
 2020-11-04 23:48 UTC  (45+ messages)
` [PATCH v8 01/43] kasan: drop unnecessary GPL text from comment headers
` [PATCH v8 02/43] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v8 03/43] kasan: group vmalloc code
` [PATCH v8 04/43] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v8 05/43] kasan: shadow declarations only for software modes
` [PATCH v8 06/43] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v8 07/43] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v8 08/43] kasan: only build init.c for software modes
` [PATCH v8 09/43] kasan: split out shadow.c from common.c
` [PATCH v8 10/43] kasan: define KASAN_GRANULE_PAGE
` [PATCH v8 11/43] kasan: rename report and tags files
` [PATCH v8 12/43] kasan: don't duplicate config dependencies
` [PATCH v8 13/43] kasan: hide invalid free check implementation
` [PATCH v8 14/43] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v8 15/43] kasan, arm64: only init shadow for software modes
` [PATCH v8 16/43] kasan, arm64: only use kasan_depth "
` [PATCH v8 17/43] kasan, arm64: move initialization message
` [PATCH v8 18/43] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v8 19/43] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v8 20/43] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v8 21/43] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v8 22/43] kasan: rename SHADOW layout macros to META
` [PATCH v8 23/43] kasan: separate metadata_fetch_row for each mode
` [PATCH v8 24/43] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v8 25/43] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v8 26/43] arm64: Enable armv8.5-a asm-arch option
` [PATCH v8 27/43] arm64: mte: Add in-kernel MTE helpers
` [PATCH v8 28/43] arm64: mte: Reset the page tag in page->flags
` [PATCH v8 29/43] arm64: mte: Add in-kernel tag fault handler
` [PATCH v8 30/43] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v8 31/43] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v8 32/43] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v8 33/43] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v8 34/43] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v8 35/43] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v8 36/43] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v8 37/43] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v8 38/43] kasan, arm64: implement HW_TAGS runtime
` [PATCH v8 39/43] kasan, arm64: print report from tag fault handler
` [PATCH v8 40/43] kasan, mm: reset tags when accessing metadata
` [PATCH v8 41/43] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v8 42/43] kasan: add documentation for hardware tag-based mode
` [PATCH v8 43/43] kselftest/arm64: Check GCR_EL1 after context switch

RFC: default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
 2020-11-04 23:40 UTC  (4+ messages)

[PATCH 1/2] Revert "vhost-vdpa: fix page pinning leakage in error path"
 2020-11-04 23:40 UTC  (4+ messages)
` [PATCH 2/2] vhost-vdpa: fix page pinning leakage in error path (rework)

[PATCH] RISC-V: Use non-PGD mappings for early DTB access
 2020-11-04 23:37 UTC  (2+ messages)

[PATCH 00/36] Rid W=1 issues from TTY
 2020-11-04 23:36 UTC  (3+ messages)
` [PATCH 31/36] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location

[PATCH 0/4] Add KRYO2XX Errata / mitigations data
 2020-11-04 23:22 UTC  (5+ messages)
` [PATCH 1/4] arm64: Add MIDR value for KRYO2XX gold/silver CPU cores
` [PATCH 2/4] arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelist
` [PATCH 3/4] arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-list
` [PATCH 4/4] arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX Silver

[PATCH 0/1] x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-on STIBP
 2020-11-04 23:31 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time
 2020-11-04 23:26 UTC  (20+ messages)
` [PATCH v1 01/18] Revert "driver core: Avoid deferred probe due to fw_devlink_pause/resume()"
` [PATCH v1 02/18] Revert "driver core: Rename dev_links_info.defer_sync to defer_hook"
` [PATCH v1 03/18] Revert "driver core: Don't do deferred probe in parallel with kernel_init thread"
` [PATCH v1 04/18] Revert "driver core: Remove check in driver_deferred_probe_force_trigger()"
` [PATCH v1 05/18] Revert "of: platform: Batch fwnode parsing when adding all top level devices"
` [PATCH v1 06/18] Revert "driver core: fw_devlink: Add support for batching fwnode parsing"
` [PATCH v1 07/18] driver core: Add fwnode_init()
` [PATCH v1 08/18] driver core: Add fwnode link support
` [PATCH v1 09/18] driver core: Allow only unprobed consumers for SYNC_STATE_ONLY device links
` [PATCH v1 10/18] device property: Add fwnode_is_ancestor_of()
` [PATCH v1 11/18] driver core: Redefine the meaning of fwnode_operations.add_links()
` [PATCH v1 12/18] driver core: Add fw_devlink_parse_fwtree()
` [PATCH v1 13/18] driver core: Add fwnode_get_next_parent_dev() helper function
` [PATCH v1 14/18] driver core: Use device's fwnode to check if it is waiting for suppliers
` [PATCH v1 15/18] of: property: Update implementation of add_links() to create fwnode links
` [PATCH v1 16/18] efi: "
` [PATCH v1 17/18] driver core: Add helper functions to convert fwnode links to device links
` [PATCH v1 18/18] driver core: Refactor fw_devlink feature

[PATCH V3] AER: aer_root_reset() non-native handling
 2020-11-04 23:22 UTC 

[PATCH] mm/rmap: always do TTU_IGNORE_ACCESS
 2020-11-04 23:19 UTC 

[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
 2020-11-04 23:21 UTC  (4+ messages)
` [PATCH mlx5-next v1 06/11] vdpa/mlx5: Connect mlx5_vdpa to "

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-04 23:14 UTC  (15+ messages)
        ` Aw: "
                        ` Aw: "

[PATCH rfc 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-04 23:10 UTC  (5+ messages)
` [PATCH rfc 1/3] mm: memcg: deprecate the "

[PATCH 1/4] pinctrl: amd: fix incorrect way to disable debounce filter
 2020-11-04 23:09 UTC  (6+ messages)
` [PATCH 4/4] pinctrl: amd: remove debounce filter setting in irq type setting

[PATCH v2 1/4] pinctrl: amd: fix incorrect way to disable debounce filter
 2020-11-04 23:07 UTC  (4+ messages)
` [PATCH v2 2/4] pinctrl: amd: use higher precision for 512 RtcClk
` [PATCH v2 3/4] pinctrl: amd: print debounce filter info in debugfs
` [PATCH v2 4/4] pinctrl: amd: remove debounce filter setting in irq type setting

[PATCH v2 0/7] Show privacy_gpio as a v4l2_ctrl
 2020-11-04 23:01 UTC  (9+ messages)
` [PATCH v2 1/7] media: uvcvideo: Use pr_cont() macro

[PATCH] entry: Fix spelling/typo errors in irq entry code
 2020-11-04 23:01 UTC 

[PATCH V2] AER: aer_root_reset() non-native handling
 2020-11-04 23:00 UTC 

[PATCH V2 00/10] PKS: Add Protection Keys Supervisor (PKS) support
 2020-11-04 22:54 UTC  (6+ messages)

[PATCH bpf-next v3 0/9] Implement task_local_storage
 2020-11-04 22:54 UTC  (11+ messages)
` [PATCH bpf-next v3 1/9] bpf: Implement task local storage
` [PATCH bpf-next v3 2/9] libbpf: Add support for "
` [PATCH bpf-next v3 5/9] bpf: Allow LSM programs to use bpf spin locks

[PATCH 00/20] [Set 1/2] Rid W=1 issues from Input
 2020-11-04 22:50 UTC  (3+ messages)
` [PATCH 06/20] include: input: elan-i2c-ids: Mark 'elan_acpi_id' as __maybe_unused

[PATCH] mm/memcontrol: replace '== root_mem_cgroup' with mem_cgroup_is_root
 2020-11-04 22:46 UTC  (2+ messages)

[PATCH 0/4] arm64: dts: ti: Cleanup mix of "okay" and "disabled" usage
 2020-11-04 22:43 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level
` [PATCH 2/4] arm64: dts: ti: k3-j721e*: "
` [PATCH 3/4] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto
` [PATCH 4/4] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB

[GIT PULL] Docs-build warning fixes for 5.10-rc3
 2020-11-04 22:40 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: usb: mediatek,mtk-xhci: add keep-clock-on
 2020-11-04 22:39 UTC  (2+ messages)

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-04 22:39 UTC  (3+ messages)

[PATCH] iio/adc: ingenic: Fix battery VREF for JZ4770 SoC
 2020-11-04 22:29 UTC  (2+ messages)

[PATCH v4 00/11] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2020-11-04 22:38 UTC  (3+ messages)
` [PATCH v4 03/11] media: dt-bindings: Add bindings for i.MX8QXP/QM JPEG driver

[PATCH] mm/memcontrol:rewrite mem_cgroup_page_lruvec()
 2020-11-04 22:38 UTC  (2+ messages)

[PATCH bpf-next] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-04 22:36 UTC  (2+ messages)

[PATCH v1] lan743x: correctly handle chips with internal PHY
 2020-11-04 22:35 UTC  (7+ messages)

[PATCH v8 -tip 00/26] Core scheduling
 2020-11-04 22:30 UTC  (5+ messages)
` [PATCH v8 -tip 17/26] sched: Split the cookie and setup per-task cookie on fork
` [PATCH v8 -tip 20/26] sched: Release references to the per-task cookie on exit

[PATCH v3 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
 2020-11-04 22:34 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: clock: document the fsl-flexspi-clk driver
 2020-11-04 22:34 UTC  (2+ messages)

[PATCH 0/3] drm/panel: ABT Y030XX067A panel support
 2020-11-04 22:32 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: vendor-prefixes: Add abt vendor prefix

[PATCH 1/2] extcon: fsa9480: Rewrite bindings in YAML and extend
 2020-11-04 22:31 UTC  (2+ messages)

[PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding
 2020-11-04 22:30 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm
  ` [PATCH v2 1/4] dt-bindings: microchip: atmel, at91rm9200-tcb: add atmel, tcb-pwm

[PATCH v8 0/4] Carry forward IMA measurement log on kexec on ARM64
 2020-11-04 22:28 UTC  (3+ messages)
` [PATCH v8 1/4] powerpc: Refactor kexec functions to move arch independent code to drivers/of

[PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
 2020-11-04 22:27 UTC  (2+ messages)

[PATCH] iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is used
 2020-11-04 22:25 UTC  (2+ messages)

KASAN: use-after-free Read in path_init (3)
 2020-11-04 22:20 UTC 

[tip:x86/apic] BUILD SUCCESS f36a74b9345aebaf5d325380df87a54720229d18
 2020-11-04 22:17 UTC 

[PATCH net-next v3 0/4] DP83TD510 Single Pair 10Mbps Ethernet PHY
 2020-11-04 22:08 UTC  (4+ messages)
` [PATCH net-next v3 2/4] dt-bindings: net: Add Rx/Tx output configuration for 10base T1L

[RFC 0/9] staging: dpaa2-switch: add support for CPU terminated traffic
 2020-11-04 22:08 UTC  (3+ messages)
` [RFC 8/9] staging: dpaa2-switch: properly setup switching domains

[PATCH V2 06/10] x86/entry: Move nmi entry/exit into common code
 2020-11-04 22:06 UTC  (2+ messages)
` [tip: core/entry] "

[PATCH 0/2] pinctrl: qcom: Add sm8250 lpass lpi pinctrl support
 2020-11-04 22:05 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add sm8250 lpass lpi pinctrl bindings

[PATCH v6 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-11-04 22:03 UTC  (7+ messages)
` [PATCH v6 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml
` [PATCH v6 6/6] dt-bindings: spi: Add compatible for Intel LGM SoC

[PATCH v4 00/16] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-11-04 22:04 UTC  (5+ messages)
` [PATCH v4 10/16] dt-bindings: power: Add MT8183 power domains
` [PATCH v4 14/16] dt-bindings: power: Add MT8192 "

[PATCH v4 0/2] mailbox: Add Broadcom STB mailbox driver for SCMI
 2020-11-04 22:03 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver

[PATCH] HID: mcp2221: Fix GPIO output handling
 2020-11-04 22:02 UTC 

[PATCH v22 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-11-04 21:57 UTC  (4+ messages)
` [PATCH v22 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[git pull] drm next pull for 5.10-rc1
 2020-11-04 21:58 UTC  (3+ messages)

[PATCH net-next 1/3] ptp: idt82p33: add adjphase support
 2020-11-04 21:56 UTC  (2+ messages)

[PATCH v4 0/7] arm64: dts: rockchip: Add Engicam PX30.Core
 2020-11-04 21:55 UTC  (4+ messages)

linux-next: build warning after merge of the rdma-fixes tree
 2020-11-04 21:54 UTC 

[PATCH v2 0/2] Add support for the Sony Exmor-RS IMX300 camera sensor
 2020-11-04 21:48 UTC  (3+ messages)
` [PATCH v2 2/2] media: dt-bindings: media: i2c: Add IMX300 CMOS sensor binding

[PATCH v8 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-04 21:45 UTC  (4+ messages)
` [PATCH v8 3/3] hv_netvsc: Use vmbus_requestor to generate transaction IDs "

[PATCH 0/3] Firmware loading option
 2020-11-04 21:44 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: goodix

[PATCH v4] dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs
 2020-11-04 21:42 UTC  (2+ messages)

[PATCH v3 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-11-04 21:39 UTC  (7+ messages)
  ` [PATCH v3 2/6] dt-bindings: pci: add the samsung,exynos-pcie binding
  ` [PATCH v3 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
  ` [PATCH v3 3/6] dt-bindings: phy: add the samsung,exynos-pcie-phy binding

[PATCH] net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setup
 2020-11-04 21:35 UTC  (2+ 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).