mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-17 21:50 UTC  (11+ messages)

[PATCH v2 0/3] Update cros-ec-spi for fingerprint devices
 2022-03-17 21:46 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: chrome: Add ChromeOS fingerprint binding
` [PATCH v2 2/3] platform/chrome: cros_ec_spi: Match cros-ec-fp compatible
` [PATCH v2 3/3] platform/chrome: cros_ec_spi: Boot fingerprint processor during probe

[PATCH v2 0/3] Fix for arch timer users
 2022-03-17 21:46 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: timer: Rearrange compatible entries of arch timer
` [PATCH v2 2/3] dt-bindings: timer: Document arm,cortex-a7-timer in "
  ` [PATCH v2 2/3] dt-bindings: timer: Document arm, cortex-a7-timer "
` [PATCH v2 3/3] ARM: dts: aspeed: Remove arch timer clocks property

[PATCH v4] x86: use builtins to read eflags
 2022-03-17 21:45 UTC  (16+ messages)
` [PATCH v5] "

[PATCH 5.15 00/25] 5.15.30-rc1 review
 2022-03-17 21:45 UTC  (2+ messages)

[PATCH v1 00/11] Landlock: file linking and renaming support
 2022-03-17 21:42 UTC  (13+ messages)
` [PATCH v1 01/11] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v1 04/11] landlock: Fix same-layer rule unions
` [PATCH v1 06/11] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER

[PATCH] drm/panel: ld9040: Register a backlight device
 2022-03-17 21:39 UTC 

[PATCH v5 0/9] Add support for the eDP panel on sc7280 CRD
 2022-03-17 21:37 UTC  (11+ messages)
` [PATCH v5 1/9] arm64: dts: qcom: sc7280: rename edp_out label to mdss_edp_out
` [PATCH v5 2/9] arm64: dts: qcom: sc7280: Add support for eDP panel on CRD
` [PATCH v5 3/9] arm64: dts: qcom: sc7280: Enable backlight for eDP panel
` [PATCH v5 4/9] drm/panel-edp: add LQ140M1JW46 edp panel entry
` [PATCH v5 5/9] drm/msm/dp: Add eDP support via aux_bus

[PATCH 0/2] hwmon: (adt7475) pin configuration
 2022-03-17 21:35 UTC  (4+ messages)
` [PATCH 2/2] hwmon: (adt7475) Add support for "

[RESEND PATCH v7 0/8] kernfs: Introduce interface to access global kernfs_open_file_mutex
 2022-03-17 21:34 UTC  (3+ messages)
` [RESEND PATCH v7 1/8] "

[PATCH v2 0/3] Regset cleanups
 2022-03-17 21:33 UTC  (6+ messages)
` [PATCH v2 1/3] x86: Separate out x86_regset for 32 and 64 bit
` [PATCH v2 2/3] x86: Improve formatting of user_regset arrays
` [PATCH v2 3/3] elf: Don't write past end of notes for regset gap

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-17 21:24 UTC  (3+ messages)

[PATCH 5.10 00/23] 5.10.107-rc1 review
 2022-03-17 21:19 UTC  (5+ messages)

[PATCH] x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()
 2022-03-17 21:19 UTC 

linux-next: Fixes tag needs some work in the spi tree
 2022-03-17 21:18 UTC 

linux-next: Fixes tag needs some work in the bpf-next tree
 2022-03-17 21:14 UTC 

[PATCH] spi: fsi: Implement a timeout for polling status
 2022-03-17 21:14 UTC 

[PATCH v6 0/5] Update mdp clk to max supported value to support higher refresh rates
 2022-03-17 21:11 UTC  (3+ messages)
` [PATCH v6 1/5] drm/msm/disp/dpu1: set mdp clk to the maximum frequency in opp table during probe

linux-next: Fixes tag needs some work in the f2fs tree
 2022-03-17 21:10 UTC 

[PATCH v3] can, tty: elmcan CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-03-17 21:08 UTC  (14+ messages)

[PATCH 0/3] drm/msm/gpu: More system suspend fixes
 2022-03-17 21:07 UTC  (16+ messages)
` [PATCH 2/3] drm/msm/gpu: Park scheduler threads for system suspend
` [PATCH 3/3] drm/msm/gpu: Remove mutex from wait_event condition
  ` [Freedreno] "

[PATCH] madvise.2: update EINVAL return info
 2022-03-17 21:02 UTC  (2+ messages)

[PATCH 00/19] crypto: allwinner: lots of fixes
 2022-03-17 20:56 UTC  (20+ messages)
` [PATCH 01/19] crypto: sun8i-ce: Fix minor style issue
` [PATCH 02/19] crypto: sun8i-ce: do not allocate memory when handling requests
` [PATCH 03/19] crypto: sun4i-ss: do not allocate backup IV on requests
` [PATCH 04/19] crypto: sun8i-ss: rework handling of IV
` [PATCH 05/19] crypto: sun8i-ss: handle zero sized sg
` [PATCH 06/19] crypto: sun8i-ss: remove redundant test
` [PATCH 07/19] crypto: sun8i-ss: test error before assigning
` [PATCH 08/19] crypto: sun8i-ss: use sg_nents_for_len
` [PATCH 09/19] crypto: sun8i-ss: do not allocate memory when handling hash requests
` [PATCH 10/19] crypto: sun8i-ss: do not zeroize all pad
` [PATCH 11/19] crypto: sun8i-ss: handle requests if last block is not modulo 64
` [PATCH 12/19] crypto: sun8i-ss: rework debugging
` [PATCH 13/19] crypto: sun8i-ss: Add function for handling hash padding
` [PATCH 14/19] crypto: sun8i-ss: add hmac(sha1)
` [PATCH 15/19] crypto: sun8i-ss: do not fallback if cryptlen is less than sg length
` [PATCH 16/19] crypto: sun8i-ce: Add function for handling hash padding
` [PATCH 17/19] crypto: sun8i-ce: use sg_nents_for_len
` [PATCH 18/19] crypto: sun8i-ce: rework debugging
` [PATCH 19/19] crypto: sun8i-ce: do not fallback if cryptlen is less than sg length

[PATCH] drm/panel: add CONFIG_DRM_KMS_HELPER dependencies
 2022-03-17 20:54 UTC  (6+ messages)

RCU: undefined reference to irq_work_queue
 2022-03-17 20:53 UTC  (11+ messages)

[x86/mm/tlb] 6035152d8e: will-it-scale.per_thread_ops -13.2% regression
 2022-03-17 20:49 UTC  (6+ messages)

[PATCH 5.4 00/43] 5.4.186-rc1 review
 2022-03-17 20:48 UTC  (4+ messages)
` [PATCH 5.4 18/43] arm64: entry: Add macro for reading symbol addresses from the trampoline

[PATCHv6 00/30] TDX Guest: TDX core support
 2022-03-17 20:47 UTC  (20+ messages)
` [PATCHv6 07/30] x86/traps: Add #VE support for TDX guest
` [PATCHv6 15/30] x86/boot: Port I/O: allow to hook up alternative helpers
` [PATCHv6 16/30] x86/boot: Port I/O: add decompression-time support for TDX
` [PATCHv6 20/30] x86/boot: Add a trampoline for booting APs via firmware handoff
` [PATCHv6 24/30] x86/topology: Disable CPU online/offline control for TDX guests

[PATCH v2 0/8] Enable PASID for DMA API users
 2022-03-17 20:45 UTC  (4+ messages)
` [PATCH v2 4/8] iommu/vt-d: Use device_pasid attach op for RID2PASID

[paulmck-rcu:merge.2022.03.15a] BUILD SUCCESS 2747a744e72828bcbcb65a206ced6fe9c34c5d7f
 2022-03-17 20:42 UTC 

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-17 20:42 UTC  (7+ messages)
` [PATCH 2/9] virtio_console: "
` [PATCH 4/9] netfilter: h323: "

[PATCH v1 1/1] PCI: Enable INTx quirk for ATI PCIe-USB adapter
 2022-03-17 20:41 UTC  (2+ messages)

[GIT PULL] Networking for 5.17-final
 2022-03-17 20:40 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 5.10
 2022-03-17 20:40 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.11
    ` [GIT PULL] Crypto Fixes for 5.14
        ` [GIT PULL] Crypto Fixes for 5.15
            ` [GIT PULL] Crypto Fixes for 5.16
                ` [GIT PULL] Crypto Fixes for 5.17

[GIT PULL] ACPI fix for final v5.17
 2022-03-17 20:40 UTC  (2+ messages)

[PATCH V2,0/2]mm: madvise: return correct bytes processed with process_madvise
 2022-03-17 20:38 UTC  (10+ messages)
` [PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise

[PATCH] thunderbolt: Make iommu_dma_protection more accurate
 2022-03-17 20:36 UTC  (3+ messages)

[ANN] Squashfs-tools 4.5.1 released
 2022-03-17 20:34 UTC 

[PATCH] drm/amdgpu: Fix spelling mistake "regiser" -> "register"
 2022-03-17 20:31 UTC  (2+ messages)

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-17 20:27 UTC  (20+ messages)

[tip:master] BUILD SUCCESS 82c20a7b207d88e8c6c24f8a6179d6a03f72bd8a
 2022-03-17 20:24 UTC 

[paulmck-rcu:dev.2022.03.15a] BUILD SUCCESS cfe8ffdf72f3e8288efd67700e55a90bec9487ee
 2022-03-17 20:23 UTC 

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-17 20:20 UTC  (8+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers

[PATCH v4] net:bonding:Add support for IPV6 RLB to balance-alb mode
 2022-03-17 20:10 UTC  (3+ messages)

[PATCH v4 0/4] Ingenic DRM bridge_atomic_enable proposal
 2022-03-17 20:10 UTC  (3+ messages)
` [PATCH v4 4/4] dt-bindings: display/panel: Add Leadtek ltk035c5444t

[luxis1999-iommufd:iommufd-v5.17-rc6-wip 41/41] drivers/iommu/iommufd/device.c:136:77: warning: cast from pointer to integer of different size
 2022-03-17 20:06 UTC 

[PATCH net-next v1 1/1] net: dsa: microchip: ksz8795: handle eee specif erratum
 2022-03-17 19:52 UTC  (2+ messages)

[PATCH v3 00/15] MediaTek MT8186 clock support
 2022-03-17 19:47 UTC  (3+ messages)
` [PATCH v3 02/15] clk: mediatek: Add MT8186 mcusys "

[PATCH v3] vfio-pci: Provide reviewers and acceptance criteria for vendor drivers
 2022-03-17 19:41 UTC  (5+ messages)

[PATCH V2 1/2] clk: imx: add mcore_booted module paratemter
 2022-03-17 19:38 UTC  (4+ messages)
` [PATCH V2 2/2] clk: imx8m: check mcore_booted before register clk

[PATCH V6 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-03-17 19:37 UTC  (5+ messages)
` [PATCH V6 03/10] PCI/DOE: Add Data Object Exchange Aux Driver

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-03-17 19:37 UTC  (6+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters

[PATCH 00/16] Modernize rest of the krait drivers
 2022-03-17 19:34 UTC  (9+ messages)
` [PATCH 12/16] clk: qcom: clk-krait: add 8064 errata workaround

[PATCH net-next 0/3] Add support for 1588 in LAN8814
 2022-03-17 19:30 UTC  (5+ messages)

[PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-17 19:27 UTC  (3+ messages)
` [PATCH v2 net-next 3/4] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH v2 65/67] media: Kconfig: cleanup VIDEO_DEV dependencies
 2022-03-17 19:21 UTC  (2+ messages)

[PATCH,v2] drm/panel: Fix return value check in nt35950_probe()
 2022-03-17 19:21 UTC  (2+ messages)

[PATCH v2 25/38] media: platform: s5p-g2d: move config to its own file
 2022-03-17 19:17 UTC  (2+ messages)

[PATCH v2 00/67] media: Kconfig/Makefile reorg
 2022-03-17 19:16 UTC  (3+ messages)
` [PATCH v2 57/67] media: platform: rename am437x/ to ti/am437x/

[PATCH 17/18] dt-bindings: irqchip: sifive: include generic schema
 2022-03-17 19:15 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: Add new registers included on i.MX8ULP
 2022-03-17 19:15 UTC  (2+ messages)

[PATCH] ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpy
 2022-03-17 19:15 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: mscc-miim: add integrated PHY reset support
 2022-03-17 19:14 UTC  (7+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: mscc-miim: add lan966x compatible

[PATCH v2 52/67] media: platform: rename s5p-g2d/ to samsung/s5p-g2d/
 2022-03-17 19:13 UTC  (2+ messages)

[PATCH 00/10] Removal of most do_exit calls
 2022-03-17 19:13 UTC  (11+ messages)
` [PATCH 0/8] signal: Cleanup of the signal->flags
  ` [PATCH 00/17] exit: Making task exiting a first class concept
    ` [PATCH 00/13] Removing tracehook.h
      ` [PATCH 0/2] ptrace: Making the ptrace changes atomic
        ` [PATCH 1/2] ptrace: Move setting/clearing ptrace_message into ptrace_stop
        ` [PATCH 2/2] ptrace: Return the signal to continue with from ptrace_stop

[PATCH 0/4 RESEND] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-17 19:13 UTC  (7+ messages)
` [PATCH 1/4 RESEND] ACPI: scan: Export acpi_get_dma_attr()
` [PATCH 2/4 RESEND] dma-mapping: Add wrapper function to set dma_coherent

[PATCH v2] [RFC PATCH] PCI: Update LTR threshold based on LTRME bit
 2022-03-17 19:07 UTC  (2+ messages)

[PATCH v1 1/4] arm64: dts: qcom: sc7280: Rename crd to crd-r3
 2022-03-17 19:04 UTC  (8+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sc7280: Add 'piglin' to the crd-r3 compatible strings
` [PATCH v1 3/4] arm64: dts: qcom: sc7280: herobrine: disable some regulators by default
` [PATCH v1 4/4] arm64: dts: qcom: sc7280: Add CRD rev5

[PATCH 1/3 RESEND] platform/x86: Check validity of EBDA pointer in mpparse.c
 2022-03-17 19:03 UTC  (3+ messages)
` [PATCH 2/3 RESEND] acpica: Check that the EBDA pointer is in valid range
` [PATCH 3/3 RESEND] acpica: Do not touch VGA memory when EBDA < 1KiB

[PATCH] platform/x86: amd-pmc: Only report STB errors when STB enabled
 2022-03-17 19:03 UTC 

[PATCH] nfsd: use correct format characters
 2022-03-17 19:02 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/6] arm64: dts: ls2080a-qds: add mdio mux nodes from on-board FPGA
 2022-03-17 19:01 UTC  (6+ messages)
` [PATCH 2/6] arm64: dts: ls2088a-qds: "
` [PATCH 3/6] arm64: dts: ls2080a-rdb: add phy nodes
` [PATCH 4/6] arm64: dts: ls2081a-rdb: Add DTS support for NXP LS2081ARDB
` [PATCH 5/6] arm64: dts: ls208xa-rdb: fix errata E-00013
` [PATCH 6/6] arm64: dts: ls208x: remove NXP Erratum A008585 from LS2088A

[PATCH -next 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-17 19:00 UTC  (3+ messages)
` [PATCH -next 3/4] arm64: mm: add support for page table check

[PATCH] arm64: dts: ls1012a: correct the size of dcfg block
 2022-03-17 18:59 UTC 

[PATCH] clk: vc5: Enable VC5_HAS_PFD_FREQ_DBL on 5p49v6965
 2022-03-17 18:57 UTC  (5+ messages)
  ` [EXTERNAL] "

[syzbot] WARNING: kmalloc bug in snd_pcm_plugin_alloc (2)
 2022-03-17 18:56 UTC  (4+ messages)

[PATCH] x86: Remove a.out support
 2022-03-17 18:53 UTC  (8+ messages)

[RFC PATCH v2 0/4] Removing limitations of merging anonymous VMAs
 2022-03-17 18:53 UTC  (3+ messages)
` [RFC PATCH v2 1/4] [PATCH 1/4] mm: refactor of vma_merge()

[RFC PATCH v2 00/10] Support microcode updates affecting SGX
 2022-03-17 18:52 UTC  (5+ messages)
` [RFC PATCH v2 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages

[PATCH net-next 0/5] net: lan966x: Add support for FDMA
 2022-03-17 18:51 UTC  (6+ messages)
` [PATCH net-next 1/5] dt-bindings: net: lan966x: Extend with FDMA interrupt
` [PATCH net-next 2/5] net: lan966x: Add registers that are used for FDMA
` [PATCH net-next 3/5] net: lan966x: Expose functions that are needed by FDMA
` [PATCH net-next 4/5] net: lan966x: Add FDMA functionality
` [PATCH net-next 5/5] net: lan96x: Update FDMA to change MTU

[PATCH] enetc: use correct format characters
 2022-03-17 18:51 UTC  (3+ messages)

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-17 18:51 UTC  (8+ messages)
` [PATCH v4 15/32] vfio: introduce KVM-owned IOMMU type

[PATCH v2] hwmon: (pmbus/ibm-cffps) Add clear_faults debugfs entry
 2022-03-17 18:50 UTC  (6+ messages)

[PATCH v2 1/2] ASoC: bindings: fsl-asoc-card: Add compatible for tlv320aic31xx codec
 2022-03-17 18:47 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mn-bsh-smm-s2pro: Add tlv320aic31xx audio card node

[PATCH] drm/msm: Add missing put_task_struct() in debugfs path
 2022-03-17 18:45 UTC 

[PATCH 0/3 RESEND] platform/x86, apcica: Sanitize EBDA pointer from memory
 2022-03-17 18:44 UTC 

[PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-17 18:42 UTC  (4+ messages)

[PATCHv3 00/10] ext4: Improve FC trace events
 2022-03-17 18:39 UTC  (7+ messages)
` [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point

[PATCH v3] livepatch: Don't block removal of patches that are safe to unload
 2022-03-17 18:38 UTC  (2+ messages)

[luxis1999-iommufd:iommufd-v5.17-rc6 38/40] arm-linux-gnueabi-ld: io_pagetable.c:undefined reference to `interval_tree_insert'
 2022-03-17 18:37 UTC 

[PATCH 1/8] perf vendor events: Update events for CascadelakeX
 2022-03-17 18:28 UTC  (6+ messages)
` [PATCH 4/8] perf vendor events: Update events for IcelakeX
` [PATCH 5/8] perf vendor events: Update events for Skylake
` [PATCH 6/8] perf vendor events: Update events for SkylakeX
` [PATCH 7/8] perf vendor events: Update events for Tigerlake
` [PATCH 8/8] perf vendor events: Update events for TremontX

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®