linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 19:18:34 to 2021-08-28 02:49:33 UTC [more...]

[PATCH 0/5] vsprintf and uses: Add upper case output to %*ph extension
 2021-08-28  2:49 UTC  (6+ messages)
` [PATCH 1/5] vsprintf/Documentation: Add X to %*ph extension to output upper case hex

[PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
 2021-08-28  2:41 UTC  (6+ messages)

[intel-tdx:guest 74/113] drivers/pci/probe.c:2490:39: error: implicit declaration of function 'prot_guest_authorized'
 2021-08-28  2:32 UTC 

[PATCH] scsi: scsi_ioctl: fix error code propagation in SG_IO
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH v2] scsi: ufs: ufshpb: Fix possible memory leak
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH] scsi: ufs: ufshpb: Fix typo in comments
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH 0/2] scsi: qla1280: Resolve some compilation issues
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH] scsi: fix missing FORCE for scsi_devinfo_tbl.c build rule
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH] scsi: snic: Fix spelling mistake "progres" -> "progress"
 2021-08-28  2:32 UTC  (2+ messages)

[PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-08-28  2:20 UTC  (25+ messages)
` [PATCH v7 04/19] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v7 16/19] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v7 18/19] iov_iter: Introduce nofault flag to disable page faults

[PATCH,RESEND] softirq: Introduce SOFTIRQ_FORCED_THREADING
 2021-08-28  2:18 UTC  (3+ messages)
  `  "

[syzbot] general protection fault in legacy_parse_param
 2021-08-28  2:11 UTC  (2+ messages)

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-28  1:47 UTC  (7+ messages)
` [PATCH v8 1/3] mm: rearrange madvise code to allow for reuse
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v8 3/3] mm: add anonymous vma name refcounting

[dhowells-fs:fscache-iter-2 57/74] fs/fscache/io.c:235: warning: expecting prototype for fscache_clear_page_bits(). Prototype was for __fscache_clear_page_bits() instead
 2021-08-28  1:49 UTC 

[PATCH v2] usb: chipidea: add loop timeout for hw_ep_set_halt()
 2021-08-28  1:38 UTC  (5+ messages)

[PATCH devicetree 1/2] dt-bindings: arm: fsl: document the LX2160A BlueBox 3 boards
 2021-08-28  1:38 UTC  (3+ messages)
` [PATCH devicetree 2/2] arm64: dts: add device tree for the LX2160A on the NXP BlueBox3 board

[PATCH] net: spider_net: switch from 'pci_' to 'dma_' API
 2021-08-28  1:34 UTC  (2+ messages)

[PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-08-28  1:14 UTC  (5+ messages)

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-28  1:14 UTC  (10+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH linux-next] um: Replace if (cond) BUG() with BUG_ON()
 2021-08-28  1:11 UTC 

[PATCH 0/3] amba: Properly handle device probe without IRQ domain
 2021-08-28  1:09 UTC  (13+ messages)
` [PATCH 3/3] "
              ` [BUG] amba: Remove deferred device addition

[PATCH linux-next] ocfs2: fix bugon.cocci warnings
 2021-08-28  1:04 UTC 

[PATCH linux-next] net: bonding: bond_alb: Replace if (cond) BUG() with BUG_ON()
 2021-08-28  1:02 UTC 

[PATCH v2] mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
 2021-08-28  1:04 UTC 

[PATCH -next 0/2] Fix out-of-bound in resp_readcap16 and resp_report_tgtpgs
 2021-08-28  0:56 UTC  (2+ messages)

[PATCH v2] f2fs: introduce fragment allocation mode mount option
 2021-08-28  0:43 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28  0:35 UTC  (14+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v2 05/13] perf: Force architectures to opt-in to "
` [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[jolsa-perf:bpf/batch 8/27] samples/ftrace/ftrace-direct-multi.c:8:6: warning: no previous prototype for 'my_direct_func'
 2021-08-28  0:22 UTC 

[PATCH] staging: pi433: fix docs typos and references to previous struct names
 2021-08-28  0:08 UTC 

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-28  0:06 UTC  (10+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[intel-tdx:guest 72/113] arch/x86/include/asm/tdx.h:185:12: error: incomplete definition of type 'struct device'
 2021-08-28  0:02 UTC 

[PATCH v3] cgroup: Avoid compiler warnings with no subsystems
 2021-08-28  0:02 UTC 

[PATCH] staging: r8188eu: add extra TODO entries
 2021-08-28  0:02 UTC 

[PATCH] usb: gadget: u_audio: fix race condition on endpoint stop
 2021-08-27 23:59 UTC  (2+ messages)

Wanted: CDROM maintainer
 2021-08-27 23:56 UTC  (2+ messages)

[PATCH 15/38] md/raid5: Replace deprecated CPU-hotplug functions
 2021-08-27 23:53 UTC  (2+ messages)
` [tip: smp/core] "

[PATCH 01/38] Documentation: Replace deprecated CPU-hotplug functions
 2021-08-27 23:53 UTC  (2+ messages)
` [tip: smp/core] "

[PATCH 20/38] mm: Replace deprecated CPU-hotplug functions
 2021-08-27 23:53 UTC  (2+ messages)
` [tip: smp/core] "

[kdave-btrfs-devel:misc-next 147/154] fs/btrfs/zoned.c:1697: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-27 23:50 UTC 

[PATCH] workqueue: Don't record workqueue stack holding raw_spin_lock
 2021-08-27 23:49 UTC 

[PATCH] eventfd: Make signal recursion protection a task bit
 2021-08-27 23:41 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] igc: optimize igc_ptp_systim_to_hwtstamp()
 2021-08-27 23:40 UTC  (2+ messages)

[PATCH] Declare the file_operations struct as const
 2021-08-27 23:38 UTC  (5+ messages)

[hverkuil-media:extron 7/7] drivers/media/cec/usb/extron/extron-cec-drv.c:48:10: fatal error: extron-cec-drv.h: No such file or directory
 2021-08-27 23:35 UTC 

[RFC PATCH 0/3] Provide fast access to thread-specific data
 2021-08-27 23:42 UTC  (4+ messages)
` [RFC PATCH 1/3] Introduce per thread user-kernel shared structure
` [RFC PATCH 2/3] Publish tasks's scheduler stats thru the "
` [RFC PATCH 3/3] Introduce task's 'off cpu' time

[PATCH] perf record: Fix wrong comm in system-wide mode with delay
 2021-08-27 23:32 UTC 

[PATCH v1 1/3] Revert "usb: gadget: u_audio: add real feedback implementation"
 2021-08-27 23:30 UTC  (8+ messages)
` [PATCH] usb: gadget: f_uac2: fixup feedback endpoint stop

[kdave-btrfs-devel:misc-next 147/154] fs/btrfs/zoned.c:1697: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-27 23:10 UTC 

[PATCH] Don't block writes to swap-files with ETXTBSY
 2021-08-27 23:10 UTC  (2+ messages)

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-27 23:04 UTC  (7+ messages)

[PATCH v2] arm64: dts: qcom: sdm660: Add initial IFC6560 board
 2021-08-27 23:05 UTC  (2+ messages)

[PATCH] hwmon: (pmbus/ibm-cffps) Do not swap max_power_out
 2021-08-27 23:04 UTC 

[PATCH 0/2] selftests: tool: update format of kselftest TAP results to improve compatibility with KTAP
 2021-08-27 22:58 UTC  (3+ messages)
` [PATCH 1/2] selftests: tool: Add subtest header line and change indentation format in TAP results
` [PATCH 2/2] Revert "selftests: Remove KSFT_TAP_LEVEL"

[ANNOUNCE] v5.14-rc7-rt14
 2021-08-27 22:48 UTC 

Crash on unplug smsc95xx on 5.14.0-rc6
 2021-08-27 22:41 UTC  (2+ messages)

[PATCH stable-5.4.y] btrfs: fix race between marking inode needs to be logged and log syncing
 2021-08-27 22:37 UTC 

[PATCH] afs: Fix missing put on afs_read objects on missing get on the key therein
 2021-08-27 22:39 UTC 

[PATCH v3 0/5] iio: st_sensors: convert probe functions to full devm
 2021-08-27 22:35 UTC  (9+ messages)
` [PATCH v3 2/5] iio: st_sensors: remove st_sensors_deallocate_trigger() function
` [PATCH v3 3/5] iio: st_sensors: remove st_sensors_power_disable() function
` [PATCH v3 4/5] iio: st_sensors: remove all driver remove functions
` [PATCH v3 5/5] iio: st_sensors: remove reference to parent device object on st_sensor_data

[PATCH 1/2] clocksource/drivers/fttmr010: Pass around less pointers
 2021-08-27 22:31 UTC  (5+ messages)
` [PATCH 2/2] clocksource/drivers/fttmr010: Be stricter on IRQs

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-27 22:28 UTC  (7+ messages)

[RFC PATCH net-next 0/5] net: dsa: add support for RTL8365MB-VC
 2021-08-27 22:27 UTC  (14+ messages)
` [RFC PATCH net-next 1/5] net: dsa: realtek-smi: fix mdio_free bug on module unload
` [RFC PATCH net-next 2/5] dt-bindings: net: dsa: realtek-smi: document new compatible rtl8365mb
` [RFC PATCH net-next 4/5] net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC
` [RFC PATCH net-next 5/5] net: phy: realtek: add support for RTL8365MB-VC internal PHYs

[PATCH][RFC] fix PTRACE_KILL
 2021-08-27 22:05 UTC  (5+ messages)

[RFC PATCH 0/4] Allow to use DRM fbdev emulation layer with CONFIG_FB disabled
 2021-08-27 22:02 UTC  (4+ messages)

[PATCH] rcu-tasks: Correct IPI failure handling in trc_wait_for_one_reader
 2021-08-27 21:52 UTC  (2+ messages)

[GIT PULL] Memory folios for v5.15
 2021-08-27 21:49 UTC  (11+ messages)

man-pages-5.13 is released
 2021-08-27 21:45 UTC 

[PATCH v2 1/3] hwmon: (k10temp): Rework the temperature offset calculation
 2021-08-27 21:45 UTC  (9+ messages)
` [PATCH v2 2/3] hwmon: (k10temp): Add support for yellow carp
` [PATCH v2 3/3] hwmon: (k10temp): Show errors failing to read

[intel-tdx:guest 70/113] include/linux/protected_guest.h:51:49: warning: declaration of 'struct device' will not be visible outside of this function
 2021-08-27 21:43 UTC 

[PATCH v2] fs/proc/uptime.c: fix idle time reporting in /proc/uptime
 2021-08-27 21:40 UTC  (2+ messages)

[PATCH v1 0/2] Fix rtl8366rb issues with fw_devlink=on
 2021-08-27 21:33 UTC  (12+ messages)
` [PATCH v1 1/2] driver core: fw_devlink: Add support for FWNODE_FLAG_BROKEN_PARENT

[PATCH v2 0/4] hwmon: (adt7470) Clean up
 2021-08-27 21:29 UTC  (9+ messages)
` [PATCH v2 1/4] hwmon: (adt7470) Fix some style issues
` [PATCH v2 2/4] hwmon: (adt7470) Convert to use regmap
` [PATCH v2 3/4] hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info API
` [PATCH v2 4/4] hwmon: (adt7470) Use standard update_interval property

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2021-08-27 21:23 UTC  (5+ messages)

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-27 21:19 UTC  (3+ messages)
` [PATCH v2 10/15] peci: Add support for PECI device drivers

[PATCH v2] phy: qcom-qmp: add support for display port voltage and pre-emphasis swing
 2021-08-27 21:10 UTC 

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-27 21:10 UTC  (7+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[PATCH 1/3] phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-X
 2021-08-27 21:10 UTC  (7+ messages)
` [PATCH 3/3] phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modes

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-08-27 20:52 UTC  (2+ messages)

[PATCH v2 0/3] Revert "usb: gadget: u_audio: add real feedback implementation"
 2021-08-27 20:49 UTC  (9+ messages)
` [PATCH v2 1/3] "

[PATCH v4 00/12] Enroll kernel keys thru MOK
 2021-08-27 20:44 UTC  (11+ messages)

[PATCH v3 0/7] Basic recovery for machine checks inside SGX
 2021-08-27 20:43 UTC  (10+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] x86/sgx: Provide indication of life-cycle of EPC pages
  ` [PATCH v4 2/6] x86/sgx: Add infrastructure to identify SGX "
  ` [PATCH v4 3/6] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v4 4/6] x86/sgx: Add SGX infrastructure to recover from poison
  ` [PATCH v4 5/6] x86/sgx: Hook sgx_memory_failure() into mainline code
  ` [PATCH v4 6/6] x86/sgx: Add hook to error injection address validation

[PATCH 1/2] ALSA: hda/cs8409: Ensure Type Detection is only run on startup when necessary
 2021-08-27 20:37 UTC  (4+ messages)
` [PATCH 2/2] ALSA: hda/cs8409: Initialize Codec only in init fixup

[PATCH] mei: switch from 'pci_' to 'dma_' API
 2021-08-27 20:36 UTC  (4+ messages)

[PATCH v4 0/4] Apple M1 PCIe DT bindings
 2021-08-27 20:09 UTC  (5+ messages)
` [PATCH v4 4/4] arm64: apple: Add PCIe node

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 20:31 UTC  (7+ messages)
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-27 20:29 UTC  (13+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

[PATCH] rcu: Avoid unneeded function call in rcu_read_unlock()
 2021-08-27 20:27 UTC  (3+ messages)

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-27 20:25 UTC  (6+ messages)
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support

[PATCH] ARM: at91: add basic support for new SoC lan966x
 2021-08-27 20:17 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.14-rc8
 2021-08-27 20:11 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.14-rc8
 2021-08-27 20:11 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.14-rc8 (or 5.14)
 2021-08-27 20:10 UTC  (2+ messages)

[PATCH] niu: switch from 'pci_' to 'dma_' API
 2021-08-27 20:06 UTC 

[patch V5 00/72] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-27 20:03 UTC  (4+ messages)
` [patch V5 32/72] locking/rtmutex: Provide the spin/rwlock core lock function

[PATCH] fddi: switch from 'pci_' to 'dma_' API
 2021-08-27 20:00 UTC 

[PATCH] phy: qcom-qmp: add support for voltage and pre emphesis swing
 2021-08-27 20:00 UTC  (3+ messages)

[PATCH 0/2] Use raw spinlocks in the ls-extirq driver
 2021-08-27 19:59 UTC  (5+ messages)
` [PATCH 1/2] regmap: teach regmap to use raw spinlocks if requested in the config

[PATCH v4 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-08-27 19:45 UTC  (7+ messages)
` [PATCH v4 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-27 19:22 UTC  (3+ messages)

[PATCH v3] amba: Remove deferred device addition
 2021-08-27 19:36 UTC  (9+ messages)

drivers/crypto/hisilicon/qm.c:4077:8: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
 2021-08-27 19:33 UTC  (3+ messages)
` crypto: hisilicon - Fix sscanf format signedness

[PATCH] hwmon: add driver for Aquacomputer D5 Next
 2021-08-27 19:31 UTC  (3+ messages)

linux-next: manual merge of the char-misc tree with Linus' tree
 2021-08-27 19:28 UTC  (4+ 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).