linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 16:14:19 to 2021-05-21 18:30:33 UTC [more...]

[RFC v2-fix 1/1] x86/boot: Avoid #VE during boot for TDX platforms
 2021-05-21 18:30 UTC  (5+ messages)
` [RFC v2-fix-v2 "

[RFC v2-fix 1/1] x86/boot: Add a trampoline for APs booting in 64-bit mode
 2021-05-21 18:29 UTC  (3+ messages)
` [RFC v2-fix-v2 "

[PATCH v17 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-21 18:29 UTC  (11+ messages)
` [PATCH v17 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v17 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings
` [PATCH v17 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH] regulator: scmi: Fix off-by-one for linear regulators .n_voltages setting
 2021-05-21 18:26 UTC  (2+ messages)

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-21 18:25 UTC  (6+ messages)

[PATCH v3 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-21 18:24 UTC  (6+ messages)
` [PATCH v3 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-21 18:21 UTC  (12+ messages)
` [PATCH v7 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v7 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v7 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v7 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v7 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v7 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v7 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK
` [PATCH v7 bpf-next 08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v7 bpf-next 09/11] bpf: Support socket migration by eBPF
` [PATCH v7 bpf-next 10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v7 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH 4.19 000/425] 4.19.191-rc1 review
 2021-05-21 18:23 UTC  (2+ messages)

[PATCH] firmware: stratix10-svc: Fix a resource leak in an error handling path
 2021-05-21 18:22 UTC 

[PATCH 00/16] Add new Renesas RZ/G2L SoC and Renesas RZ/G2L SMARC EVK support
 2021-05-21 18:21 UTC  (13+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/G2UL SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document Renesas RZ/G2{L,LC} SoC variants
` [PATCH 04/16] soc: renesas: Add ARCH_R9A07G044{L,LC} for the new RZ/G2{L,LC} SoC's
` [PATCH 16/16] arm64: dts: renesas: Add initial device tree for RZ/G2L SMARC EVK

[PATCH 5.4 00/37] 5.4.121-rc1 review
 2021-05-21 18:21 UTC  (2+ messages)

[PATCH 5.10 00/45] 5.10.39-rc2 review
 2021-05-21 18:19 UTC  (2+ messages)

[PATCH] gpio: gpio-tps65910: remove platform_set_drvdata() + cleanup probe
 2021-05-21 18:17 UTC 

[PATCH] comedi: Make ni_mio_common a standalone module
 2021-05-21 18:14 UTC  (2+ messages)

[PATCH] gpio: gpio-da9052: remove platform_set_drvdata() + cleanup probe
 2021-05-21 18:13 UTC 

[GIT PULL] Stack randomization fix
 2021-05-21 18:12 UTC  (4+ messages)

[PATCH] gpio: gpio-xgene: simplify probe, return devm_gpiochip_add_data() directly
 2021-05-21 18:10 UTC 

[PATCH v2 00/22] mm: Add vma_lookup()
 2021-05-21 18:08 UTC  (24+ messages)
` [PATCH v2 01/22] mm: Add vma_lookup(), update find_vma_intersection() comments
` [PATCH v2 02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH v2 04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [PATCH v2 06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH v2 05/22] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma()
` [PATCH v2 09/22] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH v2 08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH v2 10/22] virt/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 11/22] vfio: "
` [PATCH v2 12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH v2 13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH v2 14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH v2 15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH v2 17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH v2 16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH v2 18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH v2 19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH v2 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH v2 21/22] mm/memory.c: Use vma_lookup() in __access_remote_vm()
` [PATCH v2 22/22] mm/mempolicy: "

[PATCH net] net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII port
 2021-05-21 17:53 UTC  (2+ messages)

[PATCH] USB: trancevibrator: fix control-request direction
 2021-05-21 18:07 UTC  (2+ messages)

[PATCH v2 1/3] usb: common: usb-conn-gpio: fix NULL pointer dereference of charger
 2021-05-21 18:06 UTC  (4+ messages)
` [PATCH v2 3/3] Revert "usb: common: usb-conn-gpio: Make VBUS supply optional"

[PATCH v4 00/12] drm/vc4: hdmi: Support the 4k @ 60Hz modes
 2021-05-21 18:05 UTC  (13+ messages)
` [PATCH v4 03/12] drm/vc4: crtc: Pass the drm_atomic_state to config_pv
` [PATCH v4 04/12] drm/vc4: crtc: Fix vc4_get_crtc_encoder logic
` [PATCH v4 05/12] drm/vc4: crtc: Lookup the encoder from the register at boot
` [PATCH v4 06/12] drm/vc4: hdmi: Prevent clock unbalance
` [PATCH v4 10/12] drm/vc4: hdmi: Enable the scrambler
` [PATCH v4 11/12] drm/vc4: hdmi: Add a workqueue to set scrambling

[PATCH v7 0/7] Fork brute force attack mitigation
 2021-05-21 18:02 UTC  (6+ messages)
` [PATCH v7 1/7] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v7 2/7] security/brute: Define a LSM and add sysctl attributes
` [PATCH v7 3/7] security/brute: Detect a brute force attack
` [PATCH v7 4/7] security/brute: Mitigate "

[PATCH 0/4] bond_alb: support VMs behind bridges better
 2021-05-21 18:01 UTC  (11+ messages)
` [PATCH net-next v2 0/4] bonding/balance-alb: "
  ` [PATCH net-next v2 1/4] bonding: add pure source-mac-based tx hashing option
  ` [PATCH net-next v2 2/4] bonding/balance-lb: don't rewrite bridged non-local MACs
  ` [PATCH net-next v2 3/4] bonding/balance-alb: don't tx balance multicast traffic either
  ` [PATCH net-next v2 4/4] bonding/balance-alb: put all slaves into promisc

[PATCHv2 1/2] rcu/tree: handle VM stoppage in stall detection
 2021-05-21 18:01 UTC  (2+ messages)

[PATCH] init: verify that function is initcall_t at compile-time
 2021-05-21 17:59 UTC  (4+ messages)

[PATCH] x86: Fix location of '-plugin-opt=' flags
 2021-05-21 17:59 UTC  (2+ messages)

[PATCH] rculist: unify documentation about missing list_empty_rcu()
 2021-05-21 17:56 UTC  (2+ messages)

[RFC PATCH v4 0/2] arm64: Stack trace reliability checks in the unwinder
 2021-05-21 17:53 UTC  (11+ messages)
  ` [RFC PATCH v4 1/2] arm64: Introduce stack "

[PATCH] perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
 2021-05-21 17:51 UTC 

[PATCH 5.10 000/299] 5.10.36-rc1 review
 2021-05-21 17:50 UTC  (5+ messages)
` [PATCH 5.10 002/299] bus: mhi: core: Clear configuration from channel context during reset

[PATCH v6 13/21] sched: Admit forcefully-affined tasks into SCHED_DEADLINE
 2021-05-21 17:47 UTC  (12+ messages)

[PATCH] gpio: gpio-tps68470: remove platform_set_drvdata() + cleanup probe
 2021-05-21 17:46 UTC  (3+ messages)

[PATCH] x86/amd_nb: add AMD family 19h model 50h PCI ids
 2021-05-21 17:45 UTC  (4+ messages)

[PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-21 17:45 UTC  (12+ messages)
` [PATCH v6 07/21] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v6 08/21] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v6 11/21] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v6 12/21] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v6 21/21] Documentation: arm64: describe asymmetric 32-bit support

[PATCH][RESEND] zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK
 2021-05-21 17:44 UTC  (2+ messages)

About add an A64FX cache control function into resctrl
 2021-05-21 17:44 UTC  (7+ messages)

[PATCH] mm: page_alloc: dump migrate-failed pages only at -EBUSY
 2021-05-21 17:39 UTC  (5+ messages)

[PATCH v2] bus: mhi: pci_generic: T99W175: update channel name from AT to DUN
 2021-05-21 17:37 UTC  (2+ messages)

[PATCH v3 00/16] ipmi: Allow raw access to KCS devices
 2021-05-21 17:36 UTC  (6+ messages)
` [PATCH v3 05/16] ipmi: kcs_bmc: Turn the driver data-structures inside-out
` [PATCH v3 10/16] ipmi: kcs_bmc: Don't enforce single-open policy in the kernel

[PATCH -rcu] Documentation/RCU: Fix nested inline markup
 2021-05-21 17:36 UTC  (2+ messages)

[PATCH v7 00/12] evm: Improve usability of portable signatures
 2021-05-21 17:31 UTC  (4+ messages)

[BISECTED] nvme probe failure with v5.13-rc1
 2021-05-21 17:31 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-05-21 17:29 UTC 

[PATCH v3 0/2] staging: iio: cdc: ad7746: add dt properties for capacitive channel setup
 2021-05-21 17:30 UTC  (4+ messages)

[PATCH v6 1/3] perf report: compile tips.txt in perf binary
 2021-05-21 17:27 UTC  (3+ messages)
` [PATCH v6 2/3] perf tests: avoid storing an absolute path "
` [PATCH v6 3/3] perf parse-events: add bison --file-prefix-map option

[PATCH] iio: adf4350: fix a possible divided-by-zero bug in adf4350_set_freq()
 2021-05-21 17:25 UTC  (2+ messages)

[PATCH v2] ACPI: EC: Make more Asus laptops use ECDT _GPE
 2021-05-21 17:18 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/fb-helper: improve DRM fbdev emulation device names
 2021-05-21 17:18 UTC  (4+ messages)

[PATCH v5 0/8] add z1 and z2 channels support for resistive-adc-touch driver
 2021-05-21 17:18 UTC  (15+ messages)
` [PATCH v5 1/8] dt-bindings: input: touchscreen: iqs626a: chnage node name to pass validation
` [PATCH v5 2/8] dt-bindings: input: touchscreen: edt-ft5x06: "
` [PATCH v5 3/8] dt-bindings: input: touchscreen: goodix: "
` [PATCH v5 4/8] dt-bindings: touchscreen: validate nodename
` [PATCH v5 5/8] dt-bindings: touchscreen: Convert resistive-adc-touch binding to json schema
` [PATCH v5 8/8] Input: resistive-adc-touch: add support for z1 and z2 channels

[PATCH 1/2] Makefile: clang-tools: Print information when clang-tidy tool is missing
 2021-05-21 17:17 UTC  (3+ messages)
` [PATCH 2/2] Makefile: clang-tools: Omit printing stack trace when KeyboardInterrupt is raised

[v2 PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-05-21 17:16 UTC  (3+ messages)

[PATCH v2] ACPI: DPTF: Add new PCH FIVR methods
 2021-05-21 17:12 UTC  (4+ messages)

[PATCH 1/4] habanalabs: set memory scrubbing to disabled by default
 2021-05-21 17:06 UTC  (4+ messages)
` [PATCH 2/4] habanalabs: check running index in eqe control
` [PATCH 3/4] habanalabs: read preboot status bits in an earlier stage
` [PATCH 4/4] habanalabs/gaudi: disable GIC usage if security is enabled

[PATCH][next] ACPI: Fix fall-through warning for Clang
 2021-05-21 17:05 UTC  (2+ messages)

[PATCH v2] staging: rtl8712: Fix memory leak in r8712_init_recv_priv
 2021-05-21 17:02 UTC  (3+ messages)

[PATCH] ACPI: APEI: Don't warn if ACPI is disabled
 2021-05-21 17:01 UTC  (2+ messages)

[PATCH] driver: adc: ltc2497: return directly after reading the adc conversion value
 2021-05-21 17:01 UTC  (3+ messages)

[PATCH 0/2] Remove GA14/15 quirks to acpi/video_detect
 2021-05-21 16:58 UTC  (3+ messages)

[PATCH v1 1/1] platform/x86: Add PWM platform data for Merrifield
 2021-05-21 16:56 UTC  (3+ messages)

[PATCH] usb: dwc3: meson-g12a: Disable the regulator in the error handling path of the probe
 2021-05-21 16:55 UTC 

[PATCH] cpufreq: dt: Rename black/white-lists
 2021-05-21 16:55 UTC  (2+ messages)

[PATCH v2 0/3] EM / PM: Inefficient OPPs
 2021-05-21 16:54 UTC  (4+ messages)
` [PATCH v2 1/3] PM / EM: Fix inefficient state detection
` [PATCH v2 2/3] PM / EM: Extend em_perf_domain with a flag field
` [PATCH v2 3/3] PM / EM: Skip inefficient OPPs

[PATCH] docs/zh_CN: update a translation in zh_CN/dev-tools/gcov
 2021-05-21 16:53 UTC  (2+ messages)

[PATCH] iio: accel: fxls8962af: conditionally compile fxls8962af_i2c_raw_read_errata3()
 2021-05-21 16:54 UTC  (3+ messages)

[PATCH 4.9 000/240] 4.9.269-rc1 review
 2021-05-21 16:52 UTC  (2+ messages)

[PATCH] net: macb: ensure the device is available before accessing GEMGXL control registers
 2021-05-21 16:51 UTC  (2+ messages)

[PATCH v2] cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode
 2021-05-21 16:49 UTC  (3+ messages)
` [PATCH v3 1/2] "

[ext4] 05c2c00f37: aim7.jobs-per-min -11.8% regression
 2021-05-21 16:42 UTC  (5+ messages)
  ` [LKP] "

[GIT PULL] gpio: fixes for v5.13-rc3
 2021-05-21 16:41 UTC 

[RFC PATCH 0/3] Allow access to confidential computing secret area
 2021-05-21 16:41 UTC  (8+ messages)

Preemption Signal Management
 2021-05-21 16:39 UTC  (2+ messages)

[PATCH] hungtask: add filter kthread/check comm
 2021-05-21 16:37 UTC  (2+ messages)

[PATCH v2 0/3] gpio: gpio-regmap: Support few custom operations
 2021-05-21 16:35 UTC  (6+ messages)
` [PATCH v2 2/3] gpio: gpio-regmap: Use devm_add_action()

+ kthread-fix-kthread_mod_delayed_work-vs-kthread_cancel_delayed_work_sync-race.patch added to -mm tree
 2021-05-21 16:35 UTC 

[GIT PULL] MMC fixes for v5.13-rc3
 2021-05-21 16:34 UTC  (2+ messages)

[GIT PULL] Modules fixes for v5.13-rc3
 2021-05-21 16:34 UTC  (2+ messages)

[GIT PULL] OpenRISC fixes for 5.13
 2021-05-21 16:34 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.13, take 2
 2021-05-21 16:34 UTC  (2+ messages)

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-05-21 16:34 UTC  (15+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
                  ` [PATCH 00/12] signal: sort out si_trapno and si_perf
                    ` [PATCH v3 "
                      ` [GIT PULL] siginfo: ABI fixes for v5.13-rc2
                        ` [GIT PULL] siginfo: ABI fixes for v5.13-rc3

[PATCH v1 0/3] fpga: Use standard class dev_release function
 2021-05-21 16:33 UTC  (5+ messages)
` [PATCH v1 1/3] fpga: mgr: Use standard dev_release for class driver

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-21 16:31 UTC  (26+ messages)

[PATCH] dt-bindings: gpio: gpio-davinci: Convert to json-schema
 2021-05-21 16:30 UTC  (6+ messages)

[PATCH 1/1] spi-sun6i: Fix chipselect/clock bug
 2021-05-21 16:30 UTC  (2+ messages)

[PATCH 0/6] Rid W=1 warnings from Comedi
 2021-05-21 16:25 UTC  (7+ messages)
` [PATCH 5/6] comedi: drivers: ni_mio_common: Move 'range_ni_E_ao_ext' to where it is used

[GIT PULL] SMB3 Fixes
 2021-05-21 16:20 UTC 

BTF: build failure on 32bit on linux-next
 2021-05-21 16:20 UTC 

[RFC v2 00/32] Add TDX Guest Support
 2021-05-21 16:19 UTC  (11+ messages)
` [RFC v2 28/32] x86/tdx: Make pages shared in ioremap()

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-21 16:17 UTC  (4+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-21 16:15 UTC  (6+ messages)
` [PATCH net-next v6 1/5] mm: add a signature in struct page
` [PATCH net-next v6 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v6 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v6 4/5] mvpp2: recycle buffers
` [PATCH net-next v6 5/5] mvneta: "


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