All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-01 11:46:57 to 2018-03-01 12:54:10 UTC [more...]

[PATCH 00/45] arm Spectre fix backport review for LTS 4.9
 2018-03-01 12:54 UTC  (34+ messages)
` [PATCH 01/45] mm: Introduce lm_alias
` [PATCH 02/45] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH 03/45] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH 04/45] arm64: Implement array_index_mask_nospec()
` [PATCH 05/45] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH 06/45] arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
` [PATCH 07/45] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
` [PATCH 08/45] arm64: uaccess: consistently check object sizes
` [PATCH 09/45] arm64: Make USER_DS an inclusive limit
` [PATCH 10/45] arm64: Use pointer masking to limit uaccess speculation
` [PATCH 11/45] arm64: syscallno is secretly an int, make it official
` [PATCH 12/45] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH 13/45] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 14/45] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH 15/45] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH 16/45] arm64: futex: Mask __user pointers prior to dereference
` [PATCH 17/45] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH 18/45] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
` [PATCH 19/45] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH 20/45] arm64: Run enable method for errata work arounds on late CPUs
` [PATCH 21/45] arm64: cpufeature: Pass capability structure to ->enable callback
` [PATCH 22/45] arm64: Move post_ttbr_update_workaround to C code
` [PATCH 23/45] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH 24/45] arm64: Move BP hardening to check_and_switch_context
` [PATCH 25/45] arm64: KVM: Use per-CPU vector when BP hardening is enabled
` [PATCH 26/45] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH 27/45] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH 28/45] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH 29/45] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH 30/45] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH 31/45] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 32/45] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 33/45] arm/arm64: KVM: Add smccc accessors to PSCI code

[Qemu-devel] [PATCH v1] s390x/tcg: fix loading 31bit PSWs with the highest bit set
 2018-03-01 12:54 UTC  (2+ messages)

[PATCH v3 0/4] Split page_type out from mapcount
 2018-03-01 12:53 UTC  (7+ messages)
` [PATCH v3 1/4] s390: Use _refcount for pgtables

[PATCH v5 0/3] add support for Mediatek High-Speed DMA controller on MT7622 and MT7623 SoC
 2018-03-01 12:56 UTC  (5+ messages)
` [v5,2/3] dmaengine: mediatek: Add MediaTek High-Speed DMA controller for "
      ` [PATCH v5 2/3] "

[PATCH] Btrfs: dev-replace: skip prealloc extents when copy nocow pages
 2018-03-01 12:52 UTC  (2+ messages)

[PATCH] ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
 2018-03-01 12:52 UTC 

[PATCH net-next 0/8] net/smc: Link Layer Control enhancements
 2018-03-01 12:51 UTC  (9+ messages)
` [PATCH net-next 1/8] net/smc: cleanup smc_llc.h and smc_clc.h headers
` [PATCH net-next 2/8] net/smc: move netinfo function to file smc_clc.c
` [PATCH net-next 3/8] net/smc: remove unused fields from smc structures
` [PATCH net-next 4/8] net/smc: respond to test link messages
` [PATCH net-next 5/8] net/smc: process confirm/delete rkey messages
` [PATCH net-next 6/8] net/smc: do not allow eyecatchers in rmbe
` [PATCH net-next 7/8] net/smc: process add/delete link messages
` [PATCH net-next 8/8] net/smc: prevent new connections on link group

[PATCH v9 0/3] PCI: dwc: Enables MSI-X driver support
 2018-03-01 12:50 UTC  (4+ messages)
` [PATCH v9 1/3] PCI: dwc: Add new IRQ API

[PATCH v3] net: iucv: Free memory obtained by kzalloc
 2018-03-01 12:50 UTC  (2+ messages)

[PATCH 0/6] x86: Switch some bits of MSR handing over to the new infrastructure
 2018-03-01 12:50 UTC  (7+ messages)
` [PATCH 2/6] x86/hvm: Handle viridian MSRs via the new guest_{rd, wr}msr() infrastructure

[Qemu-devel] [PATCH 00/19] Add Cortex-M33 and mps2-an505 board model
 2018-03-01 12:50 UTC  (13+ messages)
` [Qemu-devel] [PATCH 06/19] target/arm: Define init-svtor property for the reset secure VTOR value
` [Qemu-devel] [PATCH 15/19] hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeleton
` [Qemu-devel] [PATCH 17/19] hw/misc/iotkit-secctl: Add remaining simple registers
` [Qemu-devel] [PATCH 19/19] mps2-an505: New board model: MPS2 with AN505 Cortex-M33 FPGA image

[RFC PATCH] fstests: Check if a fs can survive random (emulated) power loss
 2018-03-01 12:50 UTC  (8+ messages)

[Qemu-devel] [PATCH 1/1] s390/kvm: implement clearing part of IPL clear
 2018-03-01 12:49 UTC  (10+ messages)

[PATCH] Detect early free of a live mm
 2018-03-01 12:49 UTC  (6+ messages)

[PATCH] mm/page_alloc: fix memmap_init_zone pageblock alignment
 2018-03-01 12:47 UTC  (2+ messages)

[linux-lvm] Snapshot behavior on classic LVM vs ThinLVM
 2018-03-01 12:48 UTC  (21+ messages)

[PATCH RESEND v2 0/7] x86/alternatives: Support for automatic padding calculations
 2018-03-01 12:44 UTC  (3+ messages)
` [PATCH v2 3/7] x86/alt: Clean up the assembly used to generate alternatives

[PATCH] net/mlx: fix rdma-core glue path with EAL plugins
 2018-03-01 12:43 UTC 

[PATCH v2] ata: add Amiga Gayle PATA controller driver
 2018-03-01 12:42 UTC  (5+ messages)

[PATCH] evm: check for remount ro in progress before writing
 2018-03-01 12:38 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: don't handle migrate lockres if already in shutdown
 2018-03-01 12:37 UTC  (3+ messages)

[PATCH v4] Input: gpio_keys: Add level trigger support for GPIO keys
 2018-03-01 12:37 UTC  (3+ messages)

[Xenomai] [NATIVE API] Xenomai native API equivalent for clock_gettime
 2018-03-01 12:37 UTC 

Reduce pack-objects memory footprint?
 2018-03-01 12:37 UTC  (4+ messages)
` [PATCH 00/11] Reduce pack-objects memory footprint
  ` [PATCH 07/11] pack-objects: move in_pack out of struct object_entry

[U-Boot] Keymap problem {Scanned}
 2018-03-01 12:35 UTC 

KASAN: use-after-free Read in mac80211_hwsim_del_radio
 2018-03-01 12:35 UTC  (3+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-03-01 12:35 UTC  (5+ messages)

[PATCH] tools/misc: Tweak reserved bit handling for xen-cpuid
 2018-03-01 12:34 UTC  (2+ messages)

[PATCH] udf: Do not mark possibly inconsistent filesystems as closed
 2018-03-01 12:33 UTC  (3+ messages)

[Bug 105308] X log ballooning in size with "drmmode_wait_vblank failed for scanout update" and "get vblank counter failed"
 2018-03-01 12:32 UTC  (3+ messages)

[Qemu-devel] [PULL] qemu-sparc updates
 2018-03-01 12:32 UTC  (2+ messages)

[PATCH net] rds: Incorrect reference counting in TCP socket creation
 2018-03-01 12:31 UTC  (4+ messages)

Clang build of arm64 kernel fails
 2018-03-01 12:31 UTC  (4+ messages)

[PATCH v7 0/3] GICv3 Save and Restore
 2018-03-01 12:29 UTC  (4+ messages)
` [PATCH v7 1/3] irqchip/gic-v3-its: add ability to save/restore ITS state

[Buildroot] [next,v2 0/8] Package CPE Reporting
 2018-03-01 12:30 UTC  (4+ messages)
` [Buildroot] [next, v2 4/8] cpe-info: infra defines CPE_ID_* defaults

[PATCH] can: m_can: select pinctrl state in each suspend/resume function
 2018-03-01 12:29 UTC  (2+ messages)

[PATCH] package.bbclass: fetch PRIVATE_LIBS twice as we iterate twice
 2018-03-01 12:29 UTC 

[PATCH 1/4] drm/i915/icl: Add the ICL PCI IDs
 2018-03-01 12:23 UTC  (7+ messages)
` [PATCH 3/4] drm/i915/icl: Prepare for more rings
` [PATCH 4/4] drm/i915/icl: Interrupt handling

[seabios test] 120079: regressions - FAIL
 2018-03-01 12:26 UTC 

[Buildroot] [PATCH] package/qt5/qt5scxml: install missing QML module
 2018-03-01 12:26 UTC  (3+ messages)

btrfs space used issue
 2018-03-01 12:25 UTC  (7+ messages)

[PATCH 1/2] misc: rtsx: rename SG_END macro
 2018-03-01 12:23 UTC  (3+ messages)
` [PATCH 2/2] staging: rts5208: "

[patch] mm, compaction: drain pcps for zone when kcompactd fails
 2018-03-01 12:23 UTC  (3+ messages)

[PATCH net-next] net: Make account struct net to memcg
 2018-03-01 12:23 UTC 

[PATCH v5 0/3] pci: endpoint: Fix double free in pci_epf_create()
 2018-03-01 12:22 UTC  (2+ messages)

[Qemu-devel] [PULL 00/26] s390x updates (and friends)
 2018-03-01 12:21 UTC  (5+ messages)

[PATCH 0/7] meson build support for dpaaX
 2018-03-01 12:22 UTC  (4+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] bus/dpaa: fix the BE compilation issue

[PATCH] xl: remove apic option for PVH guests
 2018-03-01 12:22 UTC  (2+ messages)

usb: Don't disable Latency tolerance Messaging (LTM) before port reset
 2018-03-01 12:21 UTC 

Luminous v12.2.4 released
 2018-03-01 12:20 UTC  (2+ messages)
    ` [Ceph-announce] "

[PATCH 0/4] systemd & systemd-boot: upgrade to 236
 2018-03-01 12:19 UTC  (5+ messages)
` [PATCH 2/4] systemd: "

[PATCH RESEND] arm64: dts: hi6220: enable watchdog
 2018-03-01 12:18 UTC  (2+ messages)

[Buildroot] [PATCH next] gnutls: bump to version 3.5.18
 2018-03-01 12:18 UTC 

[PATCH 01/12] parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()
 2018-03-01 12:17 UTC  (4+ messages)

[PATCH v4 1/2] irqchip: add support for Layerscape external interrupt lines
 2018-03-01 12:16 UTC  (4+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] "

[PATCH 0/6] phy: rockchip-typec: fix boards that does not report cable-state
 2018-03-01 12:15 UTC  (5+ messages)
` [PATCH 1/6] phy: rockchip-typec: fall back to working in host-mode if extcon is missing

linux-next: UEFI Secure boot lockdown patchset
 2018-03-01 12:15 UTC  (2+ messages)

[xfstests PATCH v5 0/5] overlay: add overlay filesystem dirs check
 2018-03-01 12:13 UTC  (6+ messages)
` [xfstests PATCH v5 1/5] common/rc: improve dev mounted check helper
` [xfstests PATCH v5 2/5] overlay: hook filesystem "
` [xfstests PATCH v5 3/5] overlay/003: fix fs check failure
` [xfstests PATCH v5 4/5] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v5 5/5] overlay: correct scratch dirs check

ceph mgr balancer bad distribution
 2018-03-01 12:12 UTC  (13+ messages)

[PATCH v4 0/3] mm: improve zone->lock scalability
 2018-03-01 12:11 UTC  (4+ messages)
` [PATCH v4 1/3] mm/free_pcppages_bulk: update pcp->count inside

[RFC][PATCH v3] overlay: hardlink all whiteout files into a single one
 2018-03-01 12:10 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9] nbd block status base:allocation
 2018-03-01 12:10 UTC  (9+ messages)
` [Qemu-devel] [PATCH 9/9] iotests: new test 206 for NBD BLOCK_STATUS
` [Qemu-devel] [PATCH v2 0/2] nbd block status initial patches
  ` [Qemu-devel] [PATCH v2 1/2] nbd: BLOCK_STATUS constants
  ` [Qemu-devel] [PATCH v2 2/2] nbd/client: fix error messages in nbd_handle_reply_err

[PATCH v7 00/13] Support PPTT for ARM64
 2018-03-01 12:06 UTC  (4+ messages)

Recent updates to meta-java (master)
 2018-03-01 12:08 UTC 

[PATCH] drm/i915/guc: Removed unused GuC parameters
 2018-03-01 12:05 UTC  (5+ messages)

[PATCH] nvme_fc: fix abort race on teardown with lld reject
 2018-03-01 12:04 UTC  (4+ messages)
` [PATCH] nvmet_fc: prevent new io rqsts in possible isr completions

Year 2038 time set problem
 2018-03-01 12:04 UTC  (6+ messages)

[CI] drm/i915: Replace open-coded wait-for loop
 2018-03-01 12:03 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Replace open-coded wait-for loop (rev2)

[PATCH 00/31 v2] PTI support for x86_32
 2018-03-01 12:03 UTC  (5+ messages)
` [PATCH 12/31] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points

[Qemu-devel] [PATCH] use g_path_get_basename instead of basename
 2018-03-01 12:02 UTC  (5+ messages)

[PATCH v2 0/2] firmware/shim: fix Xen tree setup
 2018-03-01 12:01 UTC  (3+ messages)
` [PATCH v2 1/2] firmware/shim: better filtering of dependency files during "

[PATCH v6] Add cli and ioctl to forget scanned device(s)
 2018-03-01 12:03 UTC  (4+ messages)
` [PATCH 1/1] btrfs: introduce feature to forget a btrfs device

[PATCH] media: tw9910: Miscellaneous neatening
 2018-03-01 12:01 UTC 

[PATCH v2 0/8] Decode IA32/X64 CPER
 2018-03-01 11:59 UTC  (6+ messages)

[Qemu-devel] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum
 2018-03-01 11:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH] decodetree: Propagate return value from translate subroutines
` [Qemu-devel] [Qemu-arm] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum

[PATCH 0/7] sched/fair: Migrate 'misfit' tasks on asymmetric capacity systems
 2018-03-01 11:59 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] add inital SF tests
 2018-03-01 11:58 UTC  (7+ messages)
` [U-Boot] [PATCH 3/3] test/py: add spi_flash tests

[PATCH 0/3] one more try at idle improvements
 2018-03-01 11:57 UTC  (4+ messages)
` [PATCH 3/3] powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead

[Qemu-devel] [PATCH v7 0/3] Add and connect the ZynqMP RTC
 2018-03-01 11:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] hw/acpi-build: build SRAT memory affinity structures for DIMM devices
 2018-03-01 11:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] "

usb: Don't disable Latency tolerance Messaging (LTM) before port reset
 2018-03-01 11:56 UTC 

[PATCH] soc: rockchip: power-domain: remove PM clocks
 2018-03-01 11:54 UTC  (14+ messages)

[PATCH V4 00/15] lightnvm: pblk: implement 2.0 support
 2018-03-01 11:54 UTC  (8+ messages)
` [PATCH 09/15] lightnvm: implement get log report chunk helpers

[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
 2018-03-01 11:53 UTC  (5+ messages)
` [PATCH 01/29] arm64: mm: Use non-global mappings for kernel space

staging: typec: handle vendor defined part and modify drp toggling flow
 2018-03-01 11:53 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/4] drm/amdgpu: move some functions into amdgpu_ttm.h
 2018-03-01 11:53 UTC  (6+ messages)
` [PATCH 4/4] drm/amdgpu: use separate status for buffer funcs availability

[PATCH] ath10k: fix recent bandwidth conversion bug
 2018-03-01 11:52 UTC  (6+ messages)

[PATCH] drm/amdgpu: use separate status for buffer funcs availability v2
 2018-03-01 11:52 UTC 

[PATCH 0/3] Allwinner sunxi message box support
 2018-03-01 11:51 UTC  (8+ messages)
` [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver

[PATCH v6 00/12] Support PPTT for ARM64
 2018-03-01 11:51 UTC  (8+ messages)
` [PATCH v6 11/12] arm64: topology: enable ACPI/PPTT based CPU topology

[Qemu-devel] [PULL v2 0/2] Merge tpm 2018/02/21 v2
 2018-03-01 11:50 UTC  (2+ messages)

[Xenomai] Please review wip/rtnet-fixes
 2018-03-01 11:50 UTC  (3+ messages)

[PATCH] media: tw9910: Whitespace alignment
 2018-03-01 11:50 UTC 

[meta-java][PATCH] jdepend: give the downloaded file a reasonable name
 2018-03-01 11:53 UTC  (2+ messages)

[PATCH v2] arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
 2018-03-01 11:50 UTC  (3+ messages)

[PATCH v2 2/2] btrfs: verify max_inline mount parameter
 2018-03-01 11:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v11 0/8] perf: Support for ARM DynamIQ Shared Unit
 2018-03-01 11:49 UTC  (7+ messages)
` [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support

[Qemu-devel] [PATCH qemu v2] qmp: Add qom-list-properties to list QOM object properties
 2018-03-01 11:49 UTC  (4+ messages)

[PATCH] pinctrl: sunxi: always look for apb block
 2018-03-01 11:48 UTC  (3+ messages)

BUG: openjre-8 won't compile on qemux86/ latest meta-java repo
 2018-03-01 11:51 UTC  (2+ messages)

boot hang on meltdown backporting -- urgent
 2018-03-01 11:46 UTC 


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.