linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 19:24:22 to 2020-09-18 22:00:51 UTC [more...]

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-22 20:54 UTC  (4+ messages)
` [PATCH v9 1/5] PCI: Conditionally initialize host bridge native_* members
` [PATCH v9 3/5] ACPI/PCI: Ignore _OSC DPC negotiation result if pcie_ports_dpc_native is set
` [PATCH v9 5/5] PCI/DPC: Move AER/DPC dependency checks out of DPC driver

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-18 22:00 UTC  (7+ messages)
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args

[PATCH net-next] net: tipc: Supply missing udp_media.h include file
 2020-09-18 21:57 UTC  (2+ messages)

[PATCH] random: initialize ChaCha20 constants with correct endianness
 2020-09-18 21:57 UTC  (3+ messages)

[PATCH] crypto/chcr: fix minor indentation issue
 2020-09-18 21:56 UTC 

[PATCH net-next] tipc: Remove unused macro CF_SERVER
 2020-09-18 21:56 UTC  (2+ messages)

[PATCH net-next] net: hns3: Supply missing hclge_dcb.h include file
 2020-09-18 21:55 UTC  (2+ messages)

[PATCH net-next] net/appletalk: Supply missing net/Space.h include file
 2020-09-18 21:53 UTC  (2+ messages)

[PATCH net-next] liquidio: Fix -Wmissing-prototypes warnings for liquidio
 2020-09-18 21:53 UTC  (2+ messages)

[PATCH] rhashtable: fix indentation of a continue statement
 2020-09-18 21:51 UTC 

[PATCH] modpost: allow modpost to fail on warnings
 2020-09-18 21:50 UTC 

[fs] 36e2c7421f: kernel-selftests.splice.short_splice_read.sh.fail
 2020-09-18 21:49 UTC  (2+ messages)

[PATCH 0/3] objtool: Miscellaneous cleanup/fixes
 2020-09-18 21:47 UTC  (4+ messages)
` [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections

[PATCH] staging/emxx_udc: fix indenting issue on a couple of statements
 2020-09-18 21:47 UTC 

[PATCH] Revert "net: linkwatch: add check for netdevice being present to linkwatch_do_dev"
 2020-09-18 21:47 UTC  (4+ messages)

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-18 21:46 UTC  (23+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 4/8] x86/cet/ibt: ELF header parsing for "
` [PATCH v12 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v12 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v12 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[PATCH 0/3] objtool: Extend CFA updating/checking
 2020-09-18 21:43 UTC  (7+ messages)
` [PATCH 1/3] objtool: check: Fully validate the stack frame
` [PATCH 2/3] objtool: check: Support addition to set CFA base
` [PATCH 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-18 21:35 UTC  (5+ messages)
` [RFC PATCH 6/6] security/fbfam: Mitigate a fork brute force attack

[PATCH net-next] hinic: modify irq name
 2020-09-18 21:34 UTC  (2+ messages)

[PATCH net-next] net: cortina: Remove set but not used variable
 2020-09-18 21:33 UTC  (2+ messages)

[PATCH net-next] net: ethernet: Remove set but not used variable
 2020-09-18 21:30 UTC  (2+ messages)

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-18 21:29 UTC  (36+ messages)
` [PATCH v3 01/30] lib/string.c: implement stpcpy
` [PATCH v3 02/30] RAS/CEC: Fix cec_init() prototype
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 04/30] x86/asm: Replace __force_order with memory clobber
` [PATCH v3 05/30] kbuild: preprocess module linker script
` [PATCH v3 06/30] objtool: Add a pass for generating __mcount_loc
` [PATCH v3 07/30] objtool: Don't autodetect vmlinux.o
` [PATCH v3 08/30] kbuild: add support for objtool mcount
` [PATCH v3 09/30] x86, build: use "
` [PATCH v3 10/30] treewide: remove DISABLE_LTO
` [PATCH v3 11/30] kbuild: add support for Clang LTO
` [PATCH v3 12/30] kbuild: lto: fix module versioning
` [PATCH v3 13/30] kbuild: lto: postpone objtool
` [PATCH v3 14/30] kbuild: lto: limit inlining
` [PATCH v3 15/30] kbuild: lto: merge module sections
` [PATCH v3 16/30] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v3 17/30] init: lto: ensure initcall ordering
` [PATCH v3 18/30] init: lto: fix PREL32 relocations
` [PATCH v3 19/30] PCI: Fix PREL32 relocations for LTO
` [PATCH v3 20/30] modpost: lto: strip .lto from module names
` [PATCH v3 21/30] scripts/mod: disable LTO for empty.c
` [PATCH v3 22/30] efi/libstub: disable LTO
` [PATCH v3 23/30] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v3 24/30] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 25/30] arm64: vdso: disable LTO
` [PATCH v3 26/30] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v3 27/30] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v3 28/30] x86, vdso: disable LTO only for vDSO
` [PATCH v3 29/30] x86, cpu: disable LTO for cpu.c
` [PATCH v3 30/30] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-18 20:47 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] net: openswitch: reuse the helper variable to improve the code readablity
 2020-09-18 21:24 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS 6f9885a36c006d798319661fa849f9c2922223b9
 2020-09-18 21:22 UTC 

[tip:efi/core] BUILD SUCCESS 744de4180a43cb5264c1ba39d98c9eadcb228491
 2020-09-18 21:22 UTC 

[tip:x86/cpu] BUILD SUCCESS 75d1cc0e05af579301ce4e49cf6399be4b4e6e76
 2020-09-18 21:22 UTC 

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-18 21:19 UTC  (4+ messages)

[GIT PULL] percpu fix for v5.9-rc6
 2020-09-18 21:18 UTC  (13+ messages)

[PATCH v2] ptp: mark symbols static where possible
 2020-09-18 21:15 UTC  (2+ messages)

[PATCH] KVM: SVM: Use a separate vmcb for the nested L2 guest
 2020-09-18 21:11 UTC  (2+ messages)

[PATCH] i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
 2020-09-18 21:13 UTC  (2+ messages)

[PATCH net] hinic: fix sending pkts from core while self testing
 2020-09-18 21:11 UTC  (2+ messages)

[PATCH] i2c: Switch to using the new API kobj_to_dev()
 2020-09-18 21:09 UTC  (2+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-18 21:06 UTC  (15+ messages)

[PATCH 2/2] i2c: stm32: name slave slot to ease maintenance
 2020-09-18 21:05 UTC  (2+ messages)

[PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support
 2020-09-18 21:05 UTC  (2+ messages)

[PATCH] pm: runtime: fix timer_expires on 32bits arch
 2020-09-18 20:56 UTC  (2+ messages)

WARNING in ex_handler_uaccess
 2020-09-18 21:01 UTC 

[PATCH v3 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-18 20:56 UTC  (3+ messages)
` [PATCH v3 1/2] net: mdio-ipq4019: change defines to upper case
` [PATCH v3 2/2] net: mdio-ipq4019: add Clause 45 support

[PATCH v5 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
 2020-09-18 20:46 UTC  (4+ messages)
` [PATCH v5 05/10] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v5 06/10] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v5 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

[PATCH v2 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-18 20:52 UTC  (3+ messages)
` [PATCH v2 1/2] net: mdio-ipq4019: change defines to upper case
` [PATCH v2 2/2] net: mdio-ipq4019: add Clause 45 support

[PATCH 0/2] Fix some definitions for bus frequency
 2020-09-18 20:52 UTC  (5+ messages)
` [PATCH 1/2] i2c: mediatek: Fix generic "
` [PATCH 2/2] i2c: mediatek: Send i2c master code at more than 1MHz

[PATCH] i2c: mediatek: Fix generic definitions for bus frequencies
 2020-09-18 20:45 UTC  (3+ messages)

[PATCH 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-09-18 20:50 UTC  (4+ messages)
` [PATCH 03/12] arm64: dts: mediatek: Add mt8173 power domain controller

[PATCH -next 0/9] rtlwifi: fix comparison to bool warnings
 2020-09-18 20:49 UTC  (17+ messages)
` [PATCH -next 2/9] rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.c
` [PATCH -next 3/9] rtlwifi: rtl8192cu: fix comparison to bool warning in mac.c
` [PATCH -next 4/9] rtlwifi: rtl8821ae: fix comparison to bool warning in hw.c
` [PATCH -next 5/9] rtlwifi: rtl8821ae: fix comparison to bool warning in phy.c
` [PATCH -next 6/9] rtlwifi: rtl8192cu: fix comparison to bool warning in hw.c
` [PATCH -next 7/9] rtlwifi: rtl8192ce: "
` [PATCH -next 8/9] rtlwifi: rtl8192de: "
` [PATCH -next 9/9] rtlwifi: rtl8723be: "

[PATCH v4] net: use exponential backoff in netdev_wait_allrefs
 2020-09-18 20:47 UTC  (3+ messages)

linux-next: Tree for Sep 17
 2020-09-18 20:46 UTC  (4+ messages)
` linux-next: Tree for Sep 17 (net/ipv4/devinet.c)

[PATCH] mmap_lock: add tracepoints around lock acquisition
 2020-09-18 20:41 UTC  (4+ messages)

[PATCH 0/2] arm64: dts: meson: add aml-s905x-cc v2 support
 2020-09-18 20:39 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+
 2020-09-18 20:39 UTC  (2+ messages)

[PATCH v3] dm: Call proper helper to determine dax support
 2020-09-18 20:19 UTC 

[PATCH v2 0/2] arm: sti: LL_UART updates & STiH418 addition
 2020-09-18 20:28 UTC  (3+ messages)

[PATCH v3 0/3] Debugfs and Sysfs entries for MHI
 2020-09-18 20:31 UTC  (5+ messages)
` [PATCH v3 1/3] bus: mhi: Fix entries based on Kconfig coding style
` [PATCH v3 2/3] bus: mhi: core: Introduce debugfs entries for MHI
` [PATCH v3 3/3] bus: mhi: core: Introduce sysfs "

[PATCH V3 0/8] sysfs: drivers core: Add and use sysfs_emit and sysfs_emit_at
 2020-09-18 20:29 UTC  (3+ messages)
` [PATCH V3 6/8] mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit

[PATCH v2 0/2] soc: amlogic: add support for the Meson AXG Power Controller
 2020-09-18 20:23 UTC  (2+ messages)

[PATCH] arm64: dts: meson: vim3l: remove sound card definition
 2020-09-18 20:23 UTC  (2+ messages)

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-18 20:11 UTC  (6+ messages)
` [RFT PATCH v3 1/5] numa: Move numa implementation to common code
` [RFT PATCH v3 2/5] arm64, numa: Change the numa init functions name to be generic
` [RFT PATCH v3 3/5] riscv: Separate memory init from paging init
` [RFT PATCH v3 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
` [RFT PATCH v3 5/5] riscv: Add numa support for riscv64 platform

[PATCH net-next v2 0/3] 100base Fx link modes
 2020-09-18 20:17 UTC  (10+ messages)
` [PATCH net-next v2 1/3] ethtool: Add 100base-FX link mode entries
` [PATCH net-next v2 2/3] net: dp83869: Add ability to advertise Fiber connection
` [PATCH net-next v2 3/3] net: phy: dp83822: Update the fiber advertisement for speed

[PATCH] MAINTAINERS: drop myself from PM AVS drivers
 2020-09-18 20:16 UTC 

[PATCH -next] power: avs: qcom-cpr: simplify the return expression of cpr_disable()
 2020-09-18 20:12 UTC  (3+ messages)

[PATCH] dm/dax: Fix table reference counts
 2020-09-18 19:51 UTC 

[PATCH v6 0/4] user space client interface driver
 2020-09-18 20:08 UTC  (3+ messages)
` [PATCH v6 4/4] bus: mhi: Add userspace "

[PATCH v1 0/2] Add support for VBUS detection
 2020-09-18 20:03 UTC  (3+ messages)
` [PATCH v1 1/2] bindings: pm8941-misc: "
` [PATCH v1 2/2] extcon: qcom-spmi: "

KASAN: null-ptr-deref Read in PageHuge
 2020-09-18 20:04 UTC  (3+ messages)

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-18 19:59 UTC  (5+ messages)
` [PATCH V8 1/3] fuse: Definitions and ioctl() for passthrough

[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
 2020-09-18 19:58 UTC  (4+ messages)
` [PATCH v2 0/3] "

[PATCH v11 0/4] scsi: ufs: Add Host Performance Booster Support
 2020-09-18 19:51 UTC  (4+ messages)

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-18 19:48 UTC  (5+ messages)
` [PATCH 1/4] rcu/tree: Add a work to allocate pages from regular context
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
` [PATCH 3/4] rcu/tree: use "
` [PATCH 4/4] rcu/tree: Use schedule_delayed_work() instead of WQ_HIGHPRI queue

arch/mips/include/asm/mach-loongson64/topology.h:7:27: error: implicit declaration of function 'cpu_logical_map'
 2020-09-18 19:41 UTC 

How to extract linux kernel version information from a kernel image?
 2020-09-18 19:47 UTC 

[PATCH 2/2] crypto: ccree - add custom cache params from DT file
 2020-09-18 19:39 UTC  (3+ messages)

[PATCH v4 0/7] HWpoison: further fixes and cleanups
 2020-09-18 19:27 UTC  (10+ messages)
` [PATCH v4 2/7] mm,hwpoison: Do not set hugepage_or_freepage unconditionally
` [PATCH v4 3/7] mm,hwpoison: Try to narrow window race for free pages

[PATCH] sh: fix syscall tracing
 2020-09-18 19:29 UTC  (11+ messages)

[PATCH v2 0/3] Debugfs and Sysfs entries for MHI
 2020-09-18 19:26 UTC  (4+ messages)
` [PATCH v2 1/3] bus: mhi: Fix entries based on Kconfig conding style
` [PATCH v2 2/3] bus: mhi: core: Introduce debugfs entries for MHI
` [PATCH v2 3/3] bus: mhi: core: Introduce sysfs "

[PATCH] h8300: Make irq disable and enable a compiler barrier
 2020-09-18 19:25 UTC 

[PATCH v12 00/26] Control-flow Enforcement: Shadow Stack
 2020-09-18 19:21 UTC  (3+ messages)
` [PATCH v12 25/26] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v12 26/26] mm: Introduce PROT_SHSTK "


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