linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-26 11:31:30 to 2021-09-26 21:33:11 UTC [more...]

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-26 21:32 UTC  (5+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-09-26 21:28 UTC 

[PATCH 0/2] drm/vc4: hdmi: Get rid of encoder->crtc, take 2
 2021-09-26 21:25 UTC  (5+ messages)
` [PATCH 1/2] drm/vc4: hdmi: Check the device state in prepare()
` [PATCH 2/2] drm/vc4: hdmi: Remove drm_encoder->crtc usage

[RFC PATCH 0/5] Start aligning perf test with kunit style
 2021-09-26 21:25 UTC  (6+ messages)
` [RFC PATCH 3/5] perf test: Make each test/suite its own struct

Linux 5.15-rc3
 2021-09-26 21:21 UTC 

[PATCH v3] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()")
 2021-09-26 21:18 UTC  (2+ messages)

[patch 9/9] mm/vmalloc: add __alloc_size attributes for better bounds checking
 2021-09-26 21:03 UTC  (7+ messages)
        ` function prototype element ordering

[GIT PULL] ksmbd server fixes
 2021-09-26 21:11 UTC  (2+ messages)

[PATCH 0/3] Fix streaming on/off logic
 2021-09-26 20:51 UTC  (4+ messages)
` [PATCH 1/3] media: dib0700: fix undefined behavior in tuner shutdown
` [PATCH 2/3] media: dib0700: cleanup start/stop streaming logic
` [PATCH 3/3] media: dib0700: Only touch one bit when start/stop an adapter

[PATCH] mm: Remove HARDENED_USERCOPY_FALLBACK
 2021-09-26 20:49 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the ipsec tree
 2021-09-26 20:49 UTC 

[PATCH V2 00/41] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-09-26 20:43 UTC  (43+ messages)
` [PATCH V2 01/41] x86/entry: Fix swapgs fence
` [PATCH V2 02/41] x86/traps: Remove stack-protector from traps.c
` [PATCH V2 03/41] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V2 04/41] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH V2 05/41] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH V2 06/41] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH V2 07/41] x86/traps: Move the declaration of native_irq_return_iret into proto.h
` [PATCH V2 08/41] x86/entry: Add arch/x86/entry/entry64.c for C entry code
` [PATCH V2 09/41] x86/entry: Expose the address of .Lgs_change to entry64.c
` [PATCH V2 10/41] x86/entry: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH V2 11/41] x86/entry: Add C user_entry_swapgs_and_fence() and kernel_entry_fence_no_swapgs()
` [PATCH V2 12/41] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH V2 13/41] x86/entry: Switch the stack after error_entry() returns
` [PATCH V2 14/41] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH V2 15/41] objtool: Allow .entry.text function using CLD instruction
` [PATCH V2 16/41] x86/entry: Implement the whole error_entry() as C code
` [PATCH V2 17/41] x86/entry: Make paranoid_exit() callable
` [PATCH V2 18/41] x86/entry: Call paranoid_exit() in asm_exc_nmi()
` [PATCH V2 19/41] x86/entry: move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [PATCH V2 20/41] x86/entry: Add the C version ist_switch_to_kernel_cr3()
` [PATCH V2 21/41] x86/entry: Add the C version ist_restore_cr3()
` [PATCH V2 22/41] x86/entry: Add the C version get_percpu_base()
` [PATCH V2 23/41] x86/entry: Add the C version ist_switch_to_kernel_gsbase()
` [PATCH V2 24/41] x86/entry: Implement the C version ist_paranoid_entry()
` [PATCH V2 25/41] x86/entry: Implement the C version ist_paranoid_exit()
` [PATCH V2 26/41] x86/entry: Add a C macro to define the function body for IST in .entry.text
` [PATCH V2 27/41] x86/mce: Remove stack protector from mce/core.c
` [PATCH V2 28/41] x86/debug, mce: Use C entry code
` [PATCH V2 29/41] x86/idtentry.h: Move the definitions *IDTENTRY_{MCE|DEBUG}* up
` [PATCH V2 30/41] x86/nmi: Use DEFINE_IDTENTRY_NMI for nmi
` [PATCH V2 31/41] x86/nmi: Remove stack protector from nmi.c
` [PATCH V2 32/41] x86/nmi: Use C entry code
` [PATCH V2 33/41] x86/entry: Add a C macro to define the function body for IST in .entry.text with an error code
` [PATCH V2 34/41] x86/doublefault: Use C entry code
` [PATCH V2 35/41] x86/sev: Add and use ist_vc_switch_off_ist()
` [PATCH V2 36/41] x86/sev: Remove stack protector from sev.c
` [PATCH V2 37/41] x86/sev: Use C entry code
` [PATCH V2 38/41] x86/entry: Remove ASM function paranoid_entry() and paranoid_exit()
` [PATCH V2 39/41] x86/entry: Remove the unused ASM macros
` [PATCH V2 40/41] x86/entry: Remove save_ret from PUSH_AND_CLEAR_REGS
` [PATCH V2 41/41] x86/syscall/64: Move the checking for sysret to C code

[RFC PATCH 0/3 v2] PCI/ASPM: Remove struct aspm_latency
 2021-09-26 20:31 UTC  (2+ messages)

Add Apple M1 support to PASemi i2c driver
 2021-09-26 20:27 UTC  (2+ messages)

[PATCH v4 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-26 20:24 UTC  (5+ messages)
` [PATCH v4 1/5] mm: hugetlb: free "
` [PATCH v4 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key

[PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-26 20:23 UTC  (2+ messages)

[BUG] Re: [PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
 2021-09-26 20:20 UTC  (8+ messages)

[PATCH] PCI/sysfs: add write attribute for boot_vga
 2021-09-26 20:20 UTC  (3+ messages)

[PATCH] Revert "brcmfmac: use ISO3166 country code and 0 rev as fallback"
 2021-09-26 20:19 UTC 

5.15-rc2 panics on boot on RK3288 veyron speedy, seems related to rockchip pinctrl / gpio split
 2021-09-26 20:11 UTC  (2+ messages)

[PATCH v2] fix judgment error in shmem_is_huge()
 2021-09-26 20:01 UTC  (3+ messages)

[PATCH] iio: adc: ad7291: convert probe to device-managed only
 2021-09-26 19:43 UTC 

[PATCH] drm/msm: Fix crash on dev file close
 2021-09-26 19:35 UTC  (3+ messages)

[GIT PULL] thermal for v5.15-rc3
 2021-09-26 19:31 UTC  (2+ messages)

[GIT PULL] EDAC fixes for v5.15-rc3
 2021-09-26 19:30 UTC  (2+ messages)

[PATCH 1/2] iio: adc: berlin2-adc: convert probe to device-managed only
 2021-09-26 19:26 UTC  (2+ messages)
` [PATCH 2/2] iio: adc: Kconfig: add COMPILE_TEST dep for berlin2-adc

[PATCH 1/2] locking/mutex: remove rcu_read_lock/unlock as we already disabled preemption
 2021-09-26 19:22 UTC  (4+ messages)
` [PATCH 2/2] locking/rwsem: Use rcu_read_lock_sched to simplify codes

[PATCH] xtensa: use CONFIG_USE_OF instead of CONFIG_OF
 2021-09-26 19:21 UTC 

[GIT pull] irq/urgent for v5.15-rc3
 2021-09-26 19:10 UTC  (9+ messages)
` [GIT pull] timers/urgent "
` [GIT pull] x86/urgent "

[PATCH v2 0/5] msm8996: Enable support for MSS and SLPI
 2021-09-26 19:06 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: msm8996: Revamp reserved memory
` [PATCH v2 2/5] remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998
` [PATCH v2 3/5] arm64: dts: qcom: msm8996: Unify smp2p naming
` [PATCH v2 4/5] arm64: dts: qcom: msm8996: Add MSS and SLPI
` [PATCH v2 5/5] arm64: dts: qcom: msm8996-xiaomi-*: Enable "

[RFC PATCH] xtensa: setup: use CONFIG_USE_OF instead of CONFIG_OF
 2021-09-26 18:55 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu-v3: poll cmdq until it has space
 2021-09-26 18:51 UTC 

[PATCH v2 0/5] ARM: dts: imx6sl / imx6sll: dtbs_check errors
 2021-09-26 18:33 UTC  (4+ messages)
` [PATCH v2 4/5] ARM: dts: imx6sl: fix mmc compatibles

[PATCH] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
 2021-09-26 17:10 UTC  (3+ messages)

[PATCH 4.4 00/22] 4.4.285-rc2 review
 2021-09-26 16:40 UTC  (2+ messages)

[PATCH 4.9 00/25] 4.9.284-rc2 review
 2021-09-26 16:39 UTC  (2+ messages)

[PATCH 4.14 00/26] 4.14.248-rc2 review
 2021-09-26 16:38 UTC  (2+ messages)

[PATCH 4.19 00/33] 4.19.208-rc2 review
 2021-09-26 16:36 UTC  (2+ messages)

[PATCH 5.4 00/49] 5.4.149-rc2 review
 2021-09-26 16:33 UTC  (2+ messages)

[PATCH 5.10 00/64] 5.10.69-rc2 review
 2021-09-26 16:31 UTC  (2+ messages)

[PATCH 5.14 00/98] 5.14.8-rc2 review
 2021-09-26 16:30 UTC  (3+ messages)

[PATCH] iio: adc: rn5t618-adc: use devm_iio_map_array_register() function
 2021-09-26 16:28 UTC 

[PATCH v5 0/3] staging: vt6655: replace camel case variables
 2021-09-26 16:25 UTC  (4+ messages)
` [PATCH v5 1/3] staging: vt6655: fix camelcase in bShortSlotTime
` [PATCH v5 2/3] staging: vt6655: fix camelcase in ldBmThreshold
` [PATCH v5 3/3] staging: vt6655: fix camelcase in PortOffset

[PATCH] iio: adc: max1363: convert probe to full device-managed
 2021-09-26 16:21 UTC 

glibc VETO for kernel version SUBLEVEL >= 255
 2021-09-26 16:18 UTC  (10+ messages)

[PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
 2021-09-26 16:17 UTC  (7+ messages)

[PATCH] media: vsp1: mask interrupts before enabling
 2021-09-26 15:53 UTC 

[PATCH] iio: adc: nau7802: convert probe to full device-managed
 2021-09-26 15:49 UTC 

[RFC 00/11] Intro to Hardware timestamping engine
 2021-09-26 15:42 UTC  (7+ messages)
` [RFC 02/11] drivers: Add HTE subsystem

[PATCH] net: mdiobus: Fix memory leak in __mdiobus_register
 2021-09-26 15:34 UTC  (2+ messages)

[PATCH] iio: chemical: atlas-sensor: Avoid using irq_work
 2021-09-26 15:33 UTC  (4+ messages)

[PATCH v4] x86/insn, tools/x86: Fix some potential undefined behavior
 2021-09-26 15:25 UTC  (5+ messages)

[PATCH 0/5] iio: device-managed conversions with devm_iio_map_array_register()
 2021-09-26 15:20 UTC  (2+ messages)

[PATCH] smp: Wake ksoftirqd on PREEMPT_RT instead do_softirq()
 2021-09-26 15:16 UTC  (3+ messages)

[RESEND PATCH] x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
 2021-09-26 15:12 UTC  (3+ messages)

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-26 15:15 UTC  (5+ messages)
` [PATCH v16 07/14] counter: Add "

[PATCH] iio: adc: fsl-imx25-gcq: initialize regulators as needed
 2021-09-26 15:08 UTC  (4+ messages)

[PATCH 0/3] staging: mt7621-dts: complete reset missing stuff
 2021-09-26 14:59 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: reset: add dt binding header for ralink RT2880 resets
` [PATCH 2/3] dt: bindings: add ralink RT2880 resets device tree binding documentation
` [PATCH 3/3] staging: mt7621-dts: align resets with "

[PATCH net-next v1 00/21] Move devlink_register to be last devlink command
 2021-09-26 14:56 UTC  (3+ messages)
` [PATCH net-next v1 11/21] mlxsw: core: Register devlink instance last

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2021-09-26 14:56 UTC  (13+ messages)
` [PATCH 4/4] "

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-26 14:51 UTC  (6+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-26 14:41 UTC  (7+ messages)
` [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH v4 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-26 14:38 UTC  (4+ messages)
` [PATCH v4 14/16] iio: adc: max1027: Use the EOC IRQ when populated for single reads

[PATCH v6 0/6] Add Unisoc's drm kms module
 2021-09-26 14:31 UTC  (7+ messages)
` [PATCH v6 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v6 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH net-next 0/4] net: bcmgenet: support for flow control
 2021-09-26 14:26 UTC  (9+ messages)
` [PATCH net-next 1/4] net: bcmgenet: remove netif_carrier_off from adjust_link
` [PATCH net-next 2/4] net: bcmgenet: remove old link state values
` [PATCH net-next 3/4] net: bcmgenet: pull mac_config from adjust_link
` [PATCH net-next 4/4] net: bcmgenet: add support for ethtool flow control

[PATCH v6 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-26 14:16 UTC  (7+ messages)
` [PATCH v6 1/3] "

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-26 13:58 UTC  (5+ messages)
` [PATCH net-next 3/5] net: bcmasp: Add support for ASP2.0 "

[PATCH] iio: light: opt3001: Fixed timeout error when 0 lux
 2021-09-26 13:55 UTC  (2+ messages)

[PATCH] net: ipa: Declare IPA firmware with MODULE_FIRMWARE()
 2021-09-26 13:46 UTC  (2+ messages)

[RFC PATCH] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
 2021-09-26 13:28 UTC 

[PATCH] iommu/tegra-smmu: Use devm_bitmap_zalloc when applicable
 2021-09-26 13:07 UTC 

[PATCH v2 0/6] USB: serial: use wrappers for usb_control_msg()
 2021-09-26 13:00 UTC  (4+ messages)
` [PATCH v2 6/6] USB: serial: kl5kusb105: use usb_control_msg_recv() and usb_control_msg_send()

[PATCH] posix-cpu-timers: Fix spuriously armed 0-value itimer
 2021-09-26 12:58 UTC  (2+ messages)

Linux 5.14.8
 2021-09-26 12:50 UTC  (2+ messages)

Linux 5.10.69
 2021-09-26 12:50 UTC  (2+ messages)

Linux 5.4.149
 2021-09-26 12:49 UTC  (2+ messages)

Linux 4.19.208
 2021-09-26 12:49 UTC  (2+ messages)

Linux 4.14.248
 2021-09-26 12:49 UTC  (2+ messages)

Linux 4.9.284
 2021-09-26 12:49 UTC  (2+ messages)

Linux 4.4.285
 2021-09-26 12:49 UTC  (2+ messages)

[PATCH -next] blk-mq: fix tag_get wait task can't be awakened
 2021-09-26 12:47 UTC  (2+ messages)

[PATCH] firmware: ti_sci: Use devm_bitmap_zalloc when applicable
 2021-09-26 12:36 UTC 

[PATCH] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
 2021-09-26 12:34 UTC  (2+ messages)

[PATCH v3 0/7] iio: adc: stm32-adc: add internal channels support
 2021-09-26 12:23 UTC  (2+ messages)

[PATCH] tools/lib/perf: make the static libperf complete
 2021-09-26 12:14 UTC  (2+ messages)

[PATCH] watchdog: s3c2410: describe driver in KConfig
 2021-09-26 12:13 UTC  (2+ messages)

[PATCH 0/7] add internal channels support
 2021-09-26 12:09 UTC  (7+ messages)
` [PATCH 6/7] iio: adc: stm32-adc: add vrefint calibration support

[PATCH v5 0/6] arm64: dts: Update IOT2050 boards
 2021-09-26 12:05 UTC  (7+ messages)
` [PATCH v5 1/6] arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices
` [PATCH v5 2/6] arm64: dts: ti: iot2050: Disable SR2.0-only PRUs
` [PATCH v5 3/6] arm64: dts: ti: iot2050: Add/enabled mailboxes and carve-outs for R5F cores
` [PATCH v5 4/6] dt-bindings: arm: ti: Add bindings for Siemens IOT2050 PG2 boards
` [PATCH v5 5/6] arm64: dts: ti: iot2050: Prepare for adding 2nd-generation boards
` [PATCH v5 6/6] arm64: dts: ti: iot2050: Add support for product generation 2 boards

[PATCH v2] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()")
 2021-09-26 12:06 UTC  (2+ messages)

[PATCH v4 0/6] arm64: dts: Update IOT2050 boards
 2021-09-26 11:57 UTC  (4+ messages)
` [PATCH v4 6/6] arm64: dts: ti: iot2050: Add support for product generation 2 boards

scripts/spelling.txt: Fix "mistake" version of "synchronization"
 2021-09-26 11:52 UTC  (2+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: Switch to common use of attributes
 2021-09-26 11:49 UTC  (3+ messages)

[PATCH v2 0/3] iommu/t-d: Use SL for GPA->HPA translation
 2021-09-26 11:45 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/vt-d: Remove duplicate identity domain flag
` [PATCH v2 2/3] iommu/vt-d: Check FL and SL capability sanity in scalable mode
` [PATCH v2 3/3] iommu/vt-d: Use second level for GPA->HPA translation


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