All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-13 19:59:55 to 2019-08-13 20:59:22 UTC [more...]

[PATCH 0/3] scsi: qla2xxx: fixes for FW trace/dump buffers
 2019-08-13 20:31 UTC  (2+ messages)
` [PATCH 2/3] scsi: qla2xxx: unset RCE/EFT fields in failure case

[rfc] Motorola Droid 4 voice: integrate into atmodem or completely separate?
 2019-08-13 20:59 UTC  (2+ messages)

5.2.x kernel: WD 8TB USB Drives: Unaligned partial completion (resid=78, sector_sz=512)
 2019-08-13 20:58 UTC  (6+ messages)

[PATCH] PCI/IOV: Move sysfs SR-IOV functions to iov.c
 2019-08-13 20:45 UTC  (13+ messages)
` [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
  ` [Linux-kernel-mentees] "
  ` [PATCH v2 1/3] PCI: sysfs: Define device attributes with DEVICE_ATTR*()
    ` [Linux-kernel-mentees] "
  ` [PATCH v2 2/3] PCI: sysfs: Change permissions from symbolic to octal
    ` [Linux-kernel-mentees] "
  ` [PATCH v2 3/3] PCI/IOV: Move sysfs SR-IOV functions to iov.c
    ` [Linux-kernel-mentees] "

[PATCH net-next v2 00/12] net: stmmac: Improvements for -next
 2019-08-13 20:57 UTC  (4+ messages)
` [PATCH net-next v2 01/12] net: stmmac: Get correct timestamp values from XGMAC

[U-Boot] [PATCH PATCH v4 00/15] Add support for applications of overlays in SPL
 2019-08-13 20:56 UTC  (3+ messages)
` [U-Boot] [PATCH PATCH v4 01/15] spl: fit: don't load the firmware twice

[Bug 110509] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout
 2019-08-13 20:56 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: stm32: Fix 'st,syscfg' schema
 2019-08-13 20:55 UTC  (3+ messages)

[PATCH v3] ndctl, check: Ensure mmap of BTT sections work with 64K page-sizes
 2019-08-13 20:52 UTC  (4+ messages)

Clarify some questions about host tool (burn_my_bmc)
 2019-08-13 20:54 UTC  (5+ messages)
  ` 答复: [External] "
    `  "

[PATCH net-next] net/ncsi: allow to customize BMC MAC Address offset
 2019-08-13 20:54 UTC  (13+ messages)

[U-Boot] Travis test/py sandbox_spl test fail
 2019-08-13 20:54 UTC  (3+ messages)

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-08-13 20:53 UTC  (15+ messages)
` [PATCH v8 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v8 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v8 03/14] x86/cet/ibt: Handle signals for end branch
` [PATCH v8 04/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v8 05/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v8 06/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v8 08/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v8 09/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v8 10/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v8 11/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v8 12/14] x86/cet: Add PTRACE interface for CET
` [PATCH v8 13/14] x86: Discard .note.gnu.property sections
` [PATCH v8 14/14] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)

OpenBMC Solution To CVE issues
 2019-08-13 20:53 UTC  (3+ messages)

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-13 20:52 UTC  (28+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v8 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v8 05/27] x86/fpu/xstate: Introduce CET MSR "
` [PATCH v8 06/27] x86/cet: Add control protection exception handler
` [PATCH v8 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v8 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v8 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v8 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v8 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v8 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v8 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v8 15/27] mm: Handle shadow stack page fault
` [PATCH v8 16/27] mm: Handle THP/HugeTLB "
` [PATCH v8 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v8 18/27] mm: Introduce do_mmap_locked()
` [PATCH v8 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v8 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v8 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v8 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v8 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v8 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v8 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v5 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-13 20:51 UTC  (4+ messages)
` [PATCH v5 01/10] dt-bindings: add powercontroller

[PATCH 0/5] Five fio patches
 2019-08-13 20:51 UTC  (11+ messages)
` [PATCH 3/5] Refine packed annotations in stat.h
` [PATCH 5/5] make test: Also run zbd tests

KASAN: global-out-of-bounds Read in dvb_pll_attach
 2019-08-13 20:51 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/4] qcow2: async handling of fragmented io
 2019-08-13 20:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] block: introduce aio task pool

[PULL] gvt-next
 2019-08-13 20:48 UTC  (2+ messages)

[PATCH v6 0/4] net: phy: Add support for DT configuration of PHY LEDs and use it for RTL8211E
 2019-08-13 20:46 UTC  (6+ messages)
` [PATCH v6 3/4] net: phy: realtek: Add helpers for accessing RTL8211x extension pages
` [PATCH v6 4/4] net: phy: realtek: Add LED configuration support for RTL8211E

[PATCH v3 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-13 20:46 UTC  (5+ messages)
` [PATCH v3 5/8] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding

[PATCH net-next] net: dsa: mv88e6xxx: check for mode change in port_setup_mac
 2019-08-13 20:45 UTC  (3+ messages)

[PATCH] xrandr: update to 1.5.1
 2019-08-13 20:44 UTC  (4+ messages)

[PATCH] dmaengine: mv_xor_v2: Fix -Wshift-negative-value
 2019-08-13 20:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2 00/13] ARM: Add minimal Raspberry Pi 4 support
 2019-08-13 20:42 UTC  (4+ messages)

[Buildroot] [PATCH] package/qt5tools: enable build of host qdoc
 2019-08-13 20:42 UTC  (2+ messages)

[PATCH] soundwire: Don't build sound.o without CONFIG_ACPI
 2019-08-13 20:41 UTC  (4+ messages)
` [PATCH v2] soundwire: Make slave.o depend on ACPI and rename to acpi_slave.o
  ` [alsa-devel] "

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-13 20:38 UTC  (11+ messages)
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object

BMCWeb changes for expired password design
 2019-08-13 20:38 UTC  (2+ messages)

[PATCH] staging: erofs: removing an extra call to iloc() in fill_inode()
 2019-08-13 20:38 UTC 

Updated invitation: Yocto Project Technical Team Meeting / Engineering Sync @ Weekly at 8am on Tuesday (PDT) (yocto@yoctoproject.org)
 2019-08-13 20:37 UTC 

[PATCH v1 01/10] powerpc/mm: drop ppc_md.iounmap()
 2019-08-13 20:11 UTC  (20+ messages)
` [PATCH v1 02/10] powerpc/mm: rework io-workaround invocation
` [PATCH v1 03/10] powerpc/mm: move common 32/64 bits ioremap functions into ioremap.c
` [PATCH v1 04/10] powerpc/mm: move ioremap_prot() "
` [PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too
` [PATCH v1 06/10] powerpc/mm: make ioremap_bot common to all
` [PATCH v1 07/10] powerpc/mm: move iounmap() into ioremap.c and drop __iounmap()
` [PATCH v1 08/10] powerpc/mm: move __ioremap_at() and __iounmap_at() into ioremap.c
` [PATCH v1 09/10] powerpc/mm: make __ioremap_caller() common to PPC32 and PPC64
` [PATCH v1 10/10] powerpc/mm: refactor ioremap_range() and use ioremap_page_range()

Updated invitation: Yocto Project Technical Team Meeting / Engineering Sync @ Weekly from 8am to 9am on Tuesday (PDT) (yocto@yoctoproject.org)
 2019-08-13 20:37 UTC 

[U-Boot] [PATCH v2 00/12] System Firmware Loader for TI K3 family SoCs
 2019-08-13 20:38 UTC  (11+ messages)
` [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation

[PATCH net] netdevsim: Restore per-network namespace accounting for fib entries
 2019-08-13 20:37 UTC  (5+ messages)

FAILED: patch "[PATCH] x86/purgatory: Use CFLAGS_REMOVE rather than reset" failed to apply to 4.9-stable tree
 2019-08-13 20:37 UTC  (3+ messages)

Updated invitation: Yocto Project Technical Team Meeting / Engineering Sync @ Tue Aug 20, 2019 8am - 9am (PDT) (yocto@yoctoproject.org)
 2019-08-13 20:37 UTC 

[PATCH v4 1/2] dt-bindings: Add docs for EL15203000
 2019-08-13 20:37 UTC  (7+ messages)
` [PATCH v4 2/2] leds: add LED driver for EL15203000 board

[Buildroot] [PATCH 1/1] package/libcpprestsdk: install to staging
 2019-08-13 20:37 UTC 

[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
 2019-08-13 20:37 UTC  (7+ messages)
  ` [PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot

Updated invitation: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday from Tue Feb 5 to Mon Aug 5 (PST) (yocto@yoctoproject.org)
 2019-08-13 20:36 UTC 

Updated invitation: Yocto Project Technical Team Meeting / Engineering Sync @ Weekly at 8am on Tuesday (PDT) (yocto@yoctoproject.org)
 2019-08-13 20:36 UTC 

Updated invitation: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday from Tue Jun 5, 2018 to Mon Aug 5 (PDT) (yocto@yoctoproject.org)
 2019-08-13 20:36 UTC 

[PATCH 0/8] Fix issues with 52-bit kernel virtual addressing
 2019-08-13 20:34 UTC  (6+ messages)
` [PATCH 1/8] arm64: memory: Fix virt_addr_valid() using __is_lm_address()

[RFC PATCH] unpack-trees.c: handle empty deleted ita files
 2019-08-13 20:32 UTC  (3+ messages)

[PATCH 0/2] Add OSM L3 Interconnect Provider
 2019-08-13 20:32 UTC  (4+ messages)
` [PATCH 2/2] interconnect: qcom: Add OSM L3 interconnect provider support

[PATCH lttng-modules 1/3] Introduce LTTNG_KERNEL_SESSION_SET_NAME
 2019-08-13 20:31 UTC 

[Buildroot] [git commit branch/next] support/testing: new test for root password
 2019-08-13 20:30 UTC 

/sys/devices/system/cpu/vulnerabilities/ doesn't show all known CPU vulnerabilities
 2019-08-13 20:28 UTC 

[PATCH lttng-tools v2 2/4] Metadata: add env fields to ease lttng path hierarchy creation for viewer
 2019-08-13 20:28 UTC  (4+ messages)
` [PATCH lttng-tools v2 3/4] Support LTTNG_KERNEL_SESSION_SET_NAME of lttng-modules
` [PATCH lttng-tools v2 4/4] Support LTTNG_KERNEL_SESSION_SET_CREATION_DATETIME "
` [PATCH lttng-tools v2 1/4] Save registration time for app

PLEASE READ CAREFULLY
 2019-08-13 20:26 UTC 

PLEASE READ CAREFULLY
 2019-08-13 20:25 UTC 

[PATCH lttng-tools v2 1/4] Save registration time for app
 2019-08-13 20:25 UTC 

Infrastructure Workgroup - Cancelled Permanently
 2019-08-13 20:24 UTC  (2+ messages)
` Git pre-commit hooks prevent secret leaks (was: Infrastructure Workgroup Cancelled)

[Buildroot] [PATCH buildroot-test v3 0/3] allows to filter autobuild results by configuration symbols
 2019-08-13 20:22 UTC  (2+ messages)

WARNING in em28xx_usb_disconnect
 2019-08-13 20:21 UTC  (6+ messages)
` [PATCH] media: em28xx: modules workqueue not inited for 2nd device

[PATCH lttng-tools 1/3] Metadata: add env fields to ease lttng path hierarchy creation for viewer
 2019-08-13 20:20 UTC 

[PATCH] drm/i915/uc: Fini hw even if GuC is not running
 2019-08-13 20:18 UTC  (3+ messages)

[thud/master][PATCH] sciclient-rtos: Adding support to j7-evm
 2019-08-13 20:17 UTC  (2+ messages)
` [EXTERNAL] "

[Question-kvm] Can hva_to_pfn_fast be executed in interrupt context?
 2019-08-13 20:17 UTC  (2+ messages)

[U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version
 2019-08-13 20:16 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: phy: let phy_speed_down/up support speeds >1Gbps
 2019-08-13 20:16 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: phy: add __set_linkmode_max_speed
` [PATCH net-next v2 2/3] net: phy: add phy_speed_down_core and phy_resolve_min_speed

[PATCH v2 0/5] fetch: Extend --jobs to multiple remotes
 2019-08-13 20:16 UTC  (3+ messages)
` [PATCH v2 5/5] fetch: Make --jobs control submodules and remotes

[PATCH 0/6] Symbol namespaces
 2019-08-13 20:15 UTC  (5+ messages)
` [PATCH v2 0/10] Symbol namespaces - RFC
  ` [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS

[PATCH] USB: usbfs: Add a capability flag for runtime suspend
 2019-08-13 20:15 UTC 

[PATCH] media: tm6000: double free if usb disconnect while streaming
 2019-08-13 20:14 UTC 

WARNING in usbhid_raw_request/usb_submit_urb
 2019-08-13 20:13 UTC  (2+ messages)

[PATCH] thermal: rcar_gen3_thermal: Fix Wshift-negative-value
 2019-08-13 20:12 UTC  (3+ messages)

[PATCH v2 nftables 0/3] un-break nftables on big-endian arches
 2019-08-13 20:12 UTC  (4+ messages)
` [PATCH nftables 1/3] src: fix jumps on bigendian arches
` [PATCH nftables 2/3] src: parser: fix parsing of chain priority and policy on bigendian
` [PATCH nftables 3/3] src: mnl: retry when we hit -ENOBUFS

[PATCH v4 0/9] DRM panel drivers for omapdrm
 2019-08-13 20:11 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: Add vendor prefix for LG Display
` [PATCH v4 2/9] dt-bindings: Add legacy 'toppoly' vendor prefix
` [PATCH v4 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel
` [PATCH v4 4/9] drm/panel: Add driver for the LG Philips LB035Q02 panel
` [PATCH v4 5/9] drm/panel: Add driver for the NEC NL8048HL11 panel
` [PATCH v4 6/9] drm/panel: Add driver for the Sharp LS037V7DW01 panel
` [PATCH v4 7/9] drm/panel: Add driver for the Sony ACX565AKM panel
` [PATCH v4 8/9] drm/panel: Add driver for the Toppoly TD028TTEC1 panel
` [PATCH v4 9/9] drm/panel: Add driver for the Toppoly TD043MTEA1 panel

[PATCH] worktree remove: clarify error message on dirty worktree
 2019-08-13 20:10 UTC  (3+ messages)

[PATCH v2] drivers: qcom: Add BCM vote macro to header
 2019-08-13 20:09 UTC  (4+ messages)

[PATCH] drm/i915: Serialise read/write of the barrier's engine
 2019-08-13 20:09 UTC 

[PATCH v5 00/18] add thermal driver for h6
 2019-08-13 20:06 UTC  (7+ messages)
` [PATCH v5 08/18] thermal: sun8i: support mod clocks

[Virtio-fs] [PATCH v3] virtiofsd: Prevent multiply running with same vhost_user_socket
 2019-08-13 20:06 UTC 

kernel selftest - gup_benchmark: getting "ioctl: Invalid argument"
 2019-08-13 20:03 UTC 

[thud/master][PATCH 0/2] Adding ti-cgt7x-1.1.0*
 2019-08-13 20:05 UTC  (3+ messages)
` [thud/master][PATCH 1/2] ti-cgt-7x: Initial version of TI-CGT-C7000 recipe

New kernel interface for sys_tz and timewarp?
 2019-08-13 20:04 UTC  (5+ messages)

[PATCH] git: update to 2.22.1
 2019-08-13 20:04 UTC 

[thud/master][PATCH] board-rtos: Updating dependencies for j7-evm
 2019-08-13 20:02 UTC 

[thud/master][PATCH] i2c-lld-rtos: Updating dependants for j7-evm
 2019-08-13 20:02 UTC 

[nf-next:master 5/17] net/netfilter/nft_bitwise.c:138:50: warning: size argument in 'memcmp' call is a comparison
 2019-08-13 20:01 UTC 

[RFC PATCH] http: use xmalloc with cURL
 2019-08-13 20:00 UTC  (6+ messages)

[thud/master][PATCH v2] j7-evm.conf: Adding TI_PDK_LIMIT_SOCS/BOARDS/CORES for j7
 2019-08-13 20:00 UTC 

[PATCH v2] riscv: Using CSR numbers to access CSRs
 2019-08-13 19:59 UTC  (3+ messages)
` [PATCH v3] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.