All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-08 17:09:34 to 2018-01-08 17:36:57 UTC [more...]

stable-rc/linux-4.4.y build: 178 builds: 7 failed, 171 passed, 8 errors (v4.4.110-23-g49278737d445)
 2018-01-08 17:36 UTC  (3+ messages)

[net] Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
 2018-01-08 17:36 UTC  (4+ messages)

[U-Boot] [PATCH v5 00/24] Fix and extend i.MX HAB layer
 2018-01-08 17:36 UTC  (25+ messages)
` [U-Boot] [PATCH v5 01/24] arm: imx: hab: Make authenticate_image return int
` [U-Boot] [PATCH v5 02/24] arm: imx: hab: Fix authenticate_image result code
` [U-Boot] [PATCH v5 03/24] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
` [U-Boot] [PATCH v5 04/24] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH v5 05/24] arm: imx: hab: Move IVT_SIZE to hab.h
` [U-Boot] [PATCH v5 06/24] arm: imx: hab: Move CSF_PAD_SIZE "
` [U-Boot] [PATCH v5 07/24] arm: imx: hab: Fix authenticate_image input parameters
` [U-Boot] [PATCH v5 08/24] arm: imx: hab: Add IVT header definitions
` [U-Boot] [PATCH v5 09/24] arm: imx: hab: Add IVT header verification
` [U-Boot] [PATCH v5 10/24] arm: imx: hab: Verify IVT self matches calculated address
` [U-Boot] [PATCH v5 11/24] arm: imx: hab: Only call ROM once headers are verified
` [U-Boot] [PATCH v5 12/24] arm: imx: hab: Print CSF based on IVT descriptor
` [U-Boot] [PATCH v5 13/24] arm: imx: hab: Print additional IVT elements during debug
` [U-Boot] [PATCH v5 14/24] arm: imx: hab: Define rvt_check_target()
` [U-Boot] [PATCH v5 15/24] arm: imx: hab: Implement hab_rvt_check_target
` [U-Boot] [PATCH v5 16/24] arm: imx: hab: Add a hab_rvt_check_target to image auth
` [U-Boot] [PATCH v5 17/24] arm: imx: hab: Print HAB event log only after calling ROM
` [U-Boot] [PATCH v5 18/24] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH v5 19/24] arm: imx: hab: Prefix authenticate_image with imx_hab
` [U-Boot] [PATCH v5 20/24] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH v5 21/24] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH v5 22/24] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH v5 23/24] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH v5 24/24] arm: imx: hab: Add hab_failsafe console command

[PATCH 15/20] clocksource/drivers/stm32: Compute a prescaler value with a targeted rate
 2018-01-08 17:32 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 14/20] clocksource/drivers/stm32: Encapsulate the timer width sorting out function
 2018-01-08 17:31 UTC  (2+ messages)
` [tip:timers/core] clocksource/drivers/stm32: Factor out the timer width sorting code

[PATCH 01/11] cryptodev: add compile support for AMD CCP crypto PMD
 2018-01-08 17:36 UTC  (11+ messages)
` [PATCH v2 01/20] crypto/ccp: add AMD ccp crypto pmd support
  ` [PATCH v2 03/20] crypto/ccp: add basic pmd ops support for start, stop, config etc
  ` [PATCH v2 12/20] crypto/ccp: add aes-cmac auth algo aupport
  ` [PATCH v2 17/20] crypto/ccp: add cpu based md5 and sha2 family auth algo support
  ` [PATCH v2 20/20] doc: add ccp crypto poll mode driver to release notes

[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
 2018-01-08 17:36 UTC  (20+ messages)
` [PATCH 7/8] kvm: nVMX: Introduce KVM_CAP_VMX_STATE

[PATCH libdrm] amdgpu: fix not to add amdgpu.ids when building without amdgpu
 2018-01-08 17:35 UTC  (2+ messages)

[PATCH 13/20] clocksource/drivers/stm32: Use the node name as timer name
 2018-01-08 17:31 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 1/2] mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()
 2018-01-08 17:35 UTC  (2+ messages)
` [1/2] "

[PATCH 12/20] clocksource/drivers/stm32: Convert the driver to timer-of
 2018-01-08 17:30 UTC  (2+ messages)
` [tip:timers/core] clocksource/drivers/stm32: Convert the driver to timer_of primitives

Aw: Re: dvb usb issues since kernel 4.9
 2018-01-08 17:35 UTC  (2+ messages)
` Aw: "

[PATCH 11/20] clocksource/drivers/stm32: Fix kernel panic with multiple timers
 2018-01-08 17:30 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v3 00/13] arm64 kpti hardening and variant 2 workarounds
 2018-01-08 17:32 UTC  (27+ messages)
` [PATCH v3 01/13] arm64: use RET instruction for exiting the trampoline
` [PATCH v3 02/13] arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
` [PATCH v3 03/13] arm64: Take into account ID_AA64PFR0_EL1.CSV3
` [PATCH v3 04/13] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH v3 05/13] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH v3 06/13] arm64: Move post_ttbr_update_workaround to C code
` [PATCH v3 07/13] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH v3 08/13] arm64: KVM: Use per-CPU vector when BP hardening is enabled
` [PATCH v3 09/13] arm64: KVM: Make PSCI_VERSION a fast path
` [PATCH v3 10/13] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH v3 11/13] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH v3 12/13] arm64: Implement branch predictor hardening for Falkor
` [PATCH v3 13/13] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs

[PATCH 00/22] Vixen: A PV-in-HVM shim
 2018-01-08 17:34 UTC  (9+ messages)

[PATCH 08/20] clocksource/drivers/spreadtrum: Add timer driver for Spreadtrum SC9860 platform
 2018-01-08 17:29 UTC  (2+ messages)
` [tip:timers/core] clocksource/drivers/spreadtrum: Add timer driver for the "

[PATCH 10/20] clocksource/drivers/timer-of: Don't request the resource by name
 2018-01-08 17:30 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH bpf-next] bpf: fix verifier GPF in kmalloc failure path
 2018-01-08 17:33 UTC  (2+ messages)

[PATCH V3 0/3] powerpc/hotplug: Fix affinity assoc for LPAR migration
 2018-01-08 17:32 UTC  (4+ messages)
` [PATCH V3 1/3] hotplug/mobility: Apply assoc updates for Post Migration Topo
` [PATCH V3 2/3] postmigration/memory: Review assoc lookup array changes
` [PATCH V3 3/3] postmigration/memory: Associativity & ibm,dynamic-memory-v2

[Qemu-devel] [PATCH 00/12] add HOST_SUPPORTS_UNALIGNED_ACCESS, reduce slirp warnings
 2018-01-08 17:32 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/12] slirp: remove QEMU_PACKED from structures with don't require it
` [Qemu-devel] [PATCH 02/12] slirp: struct icmp/ethhdr ARE packed
` [Qemu-devel] [PATCH 03/12] slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero()
` [Qemu-devel] [PATCH 04/12] slirp: add in6_multicast() and use it instead of IN6_IS_ADDR_MULTICAST()
` [Qemu-devel] [PATCH 05/12] slirp: poison IN6_*_ADDR_*() macros to avoid them
` [Qemu-devel] [PATCH 06/12] slirp: remove unused header
` [Qemu-devel] [PATCH 07/12] slirp: remove unnecessary
` [Qemu-devel] [PATCH 08/12] slirp: removed unused code
` [Qemu-devel] [PATCH 09/12] slirp: add in6_dhcp_multicast()
` [Qemu-devel] [PATCH 10/12] configure: disable unaligned access warning on x86 arch
` [Qemu-devel] [PATCH 11/12] configure: add HOST_SUPPORTS_UNALIGNED_ACCESS
` [Qemu-devel] [RFC PATCH 12/12] slirp: use HOST_SUPPORTS_UNALIGNED_ACCESS

[PATCH 09/20] clocksource/drivers/timer-of: Store the device node pointer
 2018-01-08 17:29 UTC  (2+ messages)
` [tip:timers/core] clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'

[PATCH] mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()
 2018-01-08 17:32 UTC  (5+ messages)
  `  "

[PATCH 07/20] dt-bindings: clocksource: Add Spreadtrum SC9860 timer
 2018-01-08 17:28 UTC  (2+ messages)
` [tip:timers/core] dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentation

[PATCH v1 2/3] x86/cpu/AMD: Use LFENCE_RDTSC instead of MFENCE_RDTSC
 2018-01-08 17:31 UTC  (8+ messages)
` [tip:x86/pti] "

[PATCH 04/20] clocksource/drivers/tcb_clksrc: Fix clock speed message
 2018-01-08 17:27 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 06/20] clocksource/drivers/timer-of: Add kernel documentation
 2018-01-08 17:28 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 05/20] clocksource/drivers/timer-of: Fix function names
 2018-01-08 17:27 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH RFC 0/4] Per-task PTI activation
 2018-01-08 17:30 UTC  (28+ messages)
` [PATCH RFC 1/4] x86/thread_info: add TIF_NOPTI to disable PTI per task
` [PATCH RFC 2/4] x86/arch_prctl: add ARCH_GET_NOPTI and ARCH_SET_NOPTI to enable/disable PTI
` [PATCH RFC 3/4] x86/pti: don't mark the user PGD with _PAGE_NX
` [PATCH RFC 4/4] x86/entry/pti: don't switch PGD on tasks holding flag TIF_NOPTI

[PATCH 0/3] ARM branch predictor hardening
 2018-01-08 17:30 UTC  (5+ messages)

[PATCH] platform/x86: ideapad-laptop: Add Y720-15IKB to no_hw_rfkill
 2018-01-08 17:30 UTC  (2+ messages)

perf: perf_fuzzer quickly locks up on 4.15-rc7
 2018-01-08 17:30 UTC  (2+ messages)

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-08 17:29 UTC  (8+ messages)
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[PATCH 4.4 00/22] 4.4.111-stable review
 2018-01-08 17:29 UTC  (2+ messages)

[PATCH] mt76: fix memcpy to potential null pointer on failed allocation
 2018-01-08 17:28 UTC  (5+ messages)
`  "

[PATCH] Documentation: remove stale crossrelease_stacktrace parameter
 2018-01-08 17:25 UTC  (2+ messages)
` [tip:locking/urgent] locking/Documentation: Remove stale crossrelease_fullstack parameter

[GIT PULL] drm/tegra: Changes for v4.16-rc1
 2018-01-08 17:28 UTC  (10+ messages)

[PATCH v2 0/8] IBRS patch series
 2018-01-08 17:28 UTC  (6+ messages)
` [PATCH v2 4/8] x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature

[PATCH 04/14] mt76x2: fix transmission of encrypted management frames
 2018-01-08 17:27 UTC  (2+ messages)
` [04/14] "

[PATCHSET v3] blk-mq: reimplement timeout handling
 2018-01-08 17:27 UTC  (9+ messages)
` [PATCH 1/7] blk-mq: protect completion path with RCU
` [PATCH 5/7] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq

[PATCH net-next 2/2] l2tp: add peer_offset parameter
 2018-01-08 17:27 UTC  (12+ messages)

[PATCH 01/14] mt76: fix debugfs_simple_attr.cocci warnings
 2018-01-08 17:26 UTC  (2+ messages)
` [01/14] "

[RFC] memdup_user() and friends
 2018-01-08 17:26 UTC  (2+ messages)

Feedback on 4.9 performance after PTI fixes
 2018-01-08 17:26 UTC  (4+ messages)

[PATCH 0/2] btrfs-progs: Fix progs_extra build failures
 2018-01-08 17:23 UTC  (2+ messages)

[v2,1/4] dmaengine: xilinx_dma: populate dma caps properly
 2018-01-08 17:25 UTC  (3+ messages)
` [PATCH v2 1/4] "

[PATCH v9 00/28] rcar-vin: Add Gen3 with media controller
 2018-01-08 17:24 UTC  (5+ messages)
` [PATCH v9 21/28] rcar-vin: add group allocator functions

[PATCH 0/1] tools: fix cross-compile var export
 2018-01-08 17:24 UTC  (7+ messages)
` [PATCH 1/1] "

rebase preserve-merges: incorrect merge commits
 2018-01-08 17:24 UTC  (6+ messages)

[v2, 11/11] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
 2018-01-08 17:23 UTC  (8+ messages)
` [PATCH 1/2] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
  ` [PATCH 2/2] arm64: Branch predictor hardening for Cavium ThunderX2

[PATCH libdrm 1/4] amdgpu: fix 32bit VA manager max address
 2018-01-08 17:23 UTC  (3+ messages)
` [PATCH libdrm 3/4] amdgpu: use the high VA range if possible v2

[PATCH][RFC v3] PM / sleep: Do not delay the synchronization of MTRR during resume
 2018-01-08 17:25 UTC 

[PATCH] brcmfmac: Use zeroing memory allocator than allocator/memset
 2018-01-08 17:23 UTC  (2+ messages)
`  "

[PATCH] arm64: Implement branch predictor hardening for Falkor
 2018-01-08 17:22 UTC  (5+ messages)

[PATCH] travis-ci: build Git during the 'script' phase
 2018-01-08 17:22 UTC 

[PATCH v6 00/16] arm64/firmware: Software Delegated Exception Interface
 2018-01-08 17:22 UTC  (4+ messages)
` [PATCH v6 11/16] firmware: arm_sdei: Add support for CPU and system power states

[kernel-hardening] [PATCHv3 0/2] capability controlled user-namespaces
 2018-01-08 17:21 UTC  (10+ messages)
` [kernel-hardening] "
                `  "

[PATCH v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
 2018-01-08 17:21 UTC  (2+ messages)
` [v2] "

[PATCH 01/11] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
 2018-01-08 17:20 UTC  (5+ messages)
` [PATCH 03/11] powerpc/64s: Simple RFI macro conversions
` [PATCH 09/11] powerpc/64s: Allow control of RFI flush via sysfs

[PATCH 0/3] Add ALS and barometer driver to ChromesOS EC sensor hub
 2018-01-08 17:20 UTC  (4+ messages)
` [PATCH 1/3] iio: cros_ec: light code cleanup

[PATCH 09/11] brcmfmac: Remove array of functions
 2018-01-08 17:20 UTC  (2+ messages)
` [09/11] "

[patch net-next v6 00/11] net: sched: allow qdiscs to share filter block instances
 2018-01-08 17:20 UTC  (4+ messages)

[PATCH V2] powerpc/kernel: Add 'ibm,thread-groups' property for CPU allocation
 2018-01-08 17:19 UTC 

[PATCH RFC v1 00/74] Run PV guest in PVH container
 2018-01-08 17:19 UTC  (3+ messages)
` [PATCH RFC v1 56/74] xen/pvshim: add grant table operations

[PATCH 01/11] brcmfmac: Remove {r,w}_sdreg32
 2018-01-08 17:19 UTC  (2+ messages)
` [01/11] "

[PATCH v2 0/3] Add ALS and barometer driver to ChromesOS EC sensor hub
 2018-01-08 17:17 UTC  (7+ messages)
` [PATCH v2 2/3] iio: cros_ec: Add EC driver for Light and Proximity
` [PATCH v2 3/3] iio: cros_ec: add barometer driver

[PATCH v2 00/23] Vixen: A PV-in-HVM shim
 2018-01-08 17:17 UTC  (3+ messages)

[net-next: PATCH 0/8] Armada 7k/8k PP2 ACPI support
 2018-01-08 17:17 UTC  (13+ messages)

[PATCH 00/12] perf: Assorted fixes
 2018-01-08 17:16 UTC  (7+ messages)
` [PATCH 01/12] perf tools: Enable LIBBABELTRACE by default

[Qemu-devel] [PATCH] configure: Fix incorrect string comparison operator
 2018-01-08 17:16 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION bbb9587724a75f0ca40b7f1e7259cc0e03f64cc1
 2018-01-08 17:15 UTC 

Aw: Re: dvb usb issues since kernel 4.9
 2018-01-08 17:15 UTC  (2+ messages)
` Aw: "

git-p4 + watchman - watching the p4 repo?
 2018-01-08 17:15 UTC 

[PATCH 01/11] MAINTAINERS: Change maintainer for rtlwifi
 2018-01-08 17:14 UTC  (2+ messages)
` [01/11] "

[PATCH v5 0/5] Add OV5640 parallel interface and RGB565/YUYV support
 2018-01-08 17:13 UTC  (4+ messages)

[PATCH] mtd: fsl-quadspi: Distinguish the mtd device names
 2018-01-08 17:13 UTC  (2+ messages)

[PATCH net-next v5 0/2] net: thunderx: add support for PTP clock
 2018-01-08 17:12 UTC  (5+ messages)
` [PATCH net-next v5 2/2] net: thunderx: add timestamping support

[PATCHv2] libsas: Check for completed commands before calling lldd_abort_task()
 2018-01-08 17:11 UTC  (2+ messages)

[tpm2] question about tpm2-tools pull request: Update tpm2_pcrlist.c #728
 2018-01-08 17:11 UTC 

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-08 17:09 UTC  (4+ messages)
` [PATCH 02/18] Documentation: document nospec helpers

[PATCH] misc/lattice-ecp3-config: Delete an error message for a failed memory allocation in two func
 2018-01-08 17:09 UTC  (2+ messages)
` [PATCH] misc/lattice-ecp3-config: Delete an error message for a failed memory allocation in two functions

[Qemu-devel] [RFC v6 00/27] QMP: out-of-band (OOB) execution support
 2018-01-08 17:09 UTC  (3+ messages)
` [Qemu-devel] [RFC v6 16/27] monitor: separate QMP parser and dispatcher


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.