All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-11 23:31:56 to 2018-03-12 03:06:12 UTC [more...]

[PATCH 3.2 000/104] 3.2.101-rc1 review
 2018-03-12  3:03 UTC  (57+ messages)
` [PATCH 3.2 091/104] x86/paravirt: Remove 'noreplace-paravirt' cmdline option
` [PATCH 3.2 066/104] x86/retpoline: Fill return stack buffer on vmexit
` [PATCH 3.2 086/104] x86/get_user: Use pointer masking to limit speculation
` [PATCH 3.2 077/104] module/retpoline: Warn about missing retpoline in module
` [PATCH 3.2 096/104] x86/cpufeatures: Clean up Spectre v2 related CPUID flags
` [PATCH 3.2 046/104] sysfs/cpu: Add vulnerability folder
` [PATCH 3.2 070/104] kprobes/x86: Blacklist indirect thunk functions for kprobes
` [PATCH 3.2 103/104] x86: fix build warnign with 32-bit PAE
` [PATCH 3.2 071/104] kprobes/x86: Disable optimizing on the function jumps to indirect thunk
` [PATCH 3.2 052/104] x86/alternatives: Fix optimize_nops() checking
` [PATCH 3.2 054/104] x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
` [PATCH 3.2 064/104] x86/retpoline/checksum32: Convert assembler indirect jumps
` [PATCH 3.2 076/104] x86/retpoline: Remove the esp/rsp thunk
` [PATCH 3.2 026/104] staging/wlan-ng: Fix 'Branch condition evaluates to a garbage value' in p80211netdev.c
` [PATCH 3.2 060/104] x86/retpoline/entry: Convert entry assembler indirect jumps
` [PATCH 3.2 058/104] x86/retpoline: Add initial retpoline support
` [PATCH 3.2 069/104] retpoline: Introduce start/end markers of indirect thunk
` [PATCH 3.2 053/104] x86/cpu/AMD: Make LFENCE a serializing instruction
` [PATCH 3.2 083/104] array_index_nospec: Sanitize speculative array de-references
` [PATCH 3.2 047/104] x86/cpu: Implement CPU vulnerabilites sysfs functions
` [PATCH 3.2 059/104] x86/spectre: Add boot time option to select Spectre v2 mitigation
` [PATCH 3.2 082/104] Documentation: Document array_index_nospec
` [PATCH 3.2 099/104] nospec: Kill array_index_nospec_mask_check()
` [PATCH 3.2 085/104] x86: Introduce barrier_nospec
` [PATCH 3.2 063/104] x86/retpoline/xen: Convert Xen hypercall indirect jumps
` [PATCH 3.2 044/104] x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
` [PATCH 3.2 084/104] x86: Implement array_index_mask_nospec
` [PATCH 3.2 038/104] x86/Documentation: Add PTI description
` [PATCH 3.2 061/104] x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
` [PATCH 3.2 067/104] x86/retpoline: Remove compile time warning
` [PATCH 3.2 065/104] x86/retpoline/irq32: Convert assembler indirect jumps
` [PATCH 3.2 041/104] x86/cpufeatures: Add X86_BUG_CPU_INSECURE
` [PATCH 3.2 037/104] kvm: vmx: Scrub hardware GPRs at VM-exit
` [PATCH 3.2 043/104] x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
` [PATCH 3.2 101/104] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 3.2 078/104] x86/nospec: Fix header guards names
` [PATCH 3.2 102/104] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 3.2 100/104] nospec: Include <asm/barrier.h> dependency
` [PATCH 3.2 097/104] x86/spectre: Fix an error message
` [PATCH 3.2 089/104] x86/spectre: Report get_user mitigation for spectre_v1
` [PATCH 3.2 057/104] x86/asm: Use register variable to get stack pointer value
` [PATCH 3.2 087/104] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 3.2 074/104] x86/cpu/intel: Introduce macros for Intel family numbers
  ` [3.2,074/104] "
` [PATCH 3.2 073/104] x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
` [PATCH 3.2 036/104] x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
` [PATCH 3.2 088/104] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 3.2 068/104] x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
` [PATCH 3.2 075/104] x86/retpoline: Fill RSB on context switch for affected CPUs
` [PATCH 3.2 079/104] x86/bugs: Drop one "mitigation" from dmesg
` [PATCH 3.2 040/104] x86/cpufeatures: Make CPU bugs sticky
` [PATCH 3.2 092/104] x86/kvm: Update spectre-v1 mitigation
` [PATCH 3.2 090/104] x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
` [PATCH 3.2 062/104] x86/retpoline/hyperv: Convert assembler indirect jumps

[PATCH 3.16 00/76] 3.16.56-rc1 review
 2018-03-12  3:06 UTC  (11+ messages)
` [PATCH 3.16 73/76] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 3.16 56/76] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 3.16 54/76] x86: Introduce barrier_nospec
` [PATCH 3.16 52/76] array_index_nospec: Sanitize speculative array de-references
` [PATCH 3.16 51/76] Documentation: Document array_index_nospec
` [PATCH 3.16 58/76] nl80211: Sanitize array index in parse_txq_params
` [PATCH 3.16 75/76] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 3.16 57/76] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 3.16 55/76] x86/get_user: Use pointer masking to limit speculation
` [PATCH 3.16 53/76] x86: Implement array_index_mask_nospec

[PATCH v12 0/6] Address error and recovery for AER and DPC
 2018-03-12  3:03 UTC  (3+ messages)

[PATCH] macintosh/adb: Use C99 initializers for struct adb_driver instances
 2018-03-12  3:01 UTC 

Possible memory leak in acpi_ut_create_internal_object_dbg() in 4.16-rcX
 2018-03-12  2:58 UTC 

[PATCH v4 0/7] unsafe big.LITTLE support
 2018-03-12  2:57 UTC  (13+ messages)

[PATCH 0/4 net-next] ibmvnic: Fix VLAN and other device errata
 2018-03-12  2:56 UTC  (3+ messages)
` [PATCH 3/4 net-next] ibmvnic: Pad small packets to minimum MTU size

[PATCH] drm/amdgpu: Move IH clientid defs to separate file
 2018-03-12  2:55 UTC  (2+ messages)

[PATCH net-next 00/12] fix some bugs for HNS3 driver
 2018-03-12  2:54 UTC  (2+ messages)

[PATCH] vdev: fix name comparison in find_vdev
 2018-03-12  2:51 UTC  (2+ messages)

[PATCH net v2] openvswitch: meter: fix the incorrect calculation of max delta_t
 2018-03-12  2:50 UTC  (2+ messages)

[PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion
 2018-03-12  2:48 UTC  (4+ messages)

Where is the __per_cpu_offset array initialized??
 2018-03-12  2:48 UTC  (3+ messages)

[PATCH net] macvlan: filter out unsupported feature flags
 2018-03-12  2:46 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: forwarding: Tweaks and a new test
 2018-03-12  2:44 UTC  (10+ messages)
` [PATCH net-next 1/4] selftests: forwarding: Add a test for VLAN-unaware bridge
` [PATCH net-next 2/4] selftests: forwarding: Exit with error when missing dependencies
` [PATCH net-next 3/4] selftests: forwarding: Exit with error when missing interfaces
` [PATCH net-next 4/4] selftests: forwarding: Allow creation of interfaces without a config file

[PATCH 0/7] ARM: hacks for link-time optimization
 2018-03-12  2:40 UTC  (4+ messages)
` [PATCH 1/7] ARM: disallow combining XIP and LTO

[PATCH 4.13 00/43] 4.13.11-stable review
 2018-03-12  2:37 UTC  (13+ messages)
` [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed

[RFC PATCH] KVM: arm/arm64: vgic: change condition for level interrupt resampling
 2018-03-12  2:33 UTC  (11+ messages)

[Buildroot] [PATCH 1/2] linux: bump default to version 4.15.9
 2018-03-12  2:30 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14, 15}.x series

[PATCH v3 00/36] object_id part 12
 2018-03-12  2:27 UTC  (37+ messages)
` [PATCH v3 01/36] bulk-checkin: convert index_bulk_checkin to struct object_id
` [PATCH v3 02/36] builtin/write-tree: convert "
` [PATCH v3 03/36] cache-tree: convert write_*_as_tree to object_id
` [PATCH v3 04/36] cache-tree: convert remnants to struct object_id
` [PATCH v3 05/36] resolve-undo: convert struct resolve_undo_info to object_id
` [PATCH v3 06/36] tree: convert read_tree_recursive to struct object_id
` [PATCH v3 07/36] ref-filter: convert grab_objectname "
` [PATCH v3 08/36] strbuf: convert strbuf_add_unique_abbrev to use "
` [PATCH v3 09/36] wt-status: convert struct wt_status_state to object_id
` [PATCH v3 10/36] Convert find_unique_abbrev* to struct object_id
` [PATCH v3 11/36] http-walker: convert struct object_request to use "
` [PATCH v3 12/36] send-pack: convert remaining functions to "
` [PATCH v3 13/36] replace_object: convert struct replace_object to object_id
` [PATCH v3 14/36] builtin/mktag: convert to struct object_id
` [PATCH v3 15/36] archive: convert write_archive_entry_fn_t to object_id
` [PATCH v3 16/36] archive: convert sha1_file_to_archive to struct object_id
` [PATCH v3 17/36] builtin/index-pack: convert struct ref_delta_entry to object_id
` [PATCH v3 18/36] sha1_file: convert read_loose_object to use struct object_id
` [PATCH v3 19/36] sha1_file: convert check_sha1_signature to "
` [PATCH v3 20/36] streaming: convert open_istream to use "
` [PATCH v3 21/36] builtin/mktree: convert to "
` [PATCH v3 22/36] sha1_file: convert assert_sha1_type to object_id
` [PATCH v3 23/36] sha1_file: convert retry_bad_packed_offset to struct object_id
` [PATCH v3 24/36] packfile: convert unpack_entry "
` [PATCH v3 25/36] Convert remaining callers of sha1_object_info_extended to object_id
` [PATCH v3 26/36] sha1_file: convert sha1_object_info* "
` [PATCH v3 27/36] builtin/fmt-merge-msg: convert remaining code "
` [PATCH v3 28/36] builtin/notes: convert static functions "
` [PATCH v3 29/36] tree-walk: convert get_tree_entry_follow_symlinks internals "
` [PATCH v3 30/36] streaming: convert istream internals to struct object_id
` [PATCH v3 31/36] tree-walk: convert tree entry functions to object_id
` [PATCH v3 32/36] sha1_file: convert read_object_with_reference "
` [PATCH v3 33/36] sha1_file: convert read_sha1_file to struct object_id
` [PATCH v3 34/36] Convert lookup_replace_object "
` [PATCH v3 35/36] sha1_file: introduce a constant for max header length
` [PATCH v3 36/36] convert: convert to struct object_id

Need arm64/qemu help
 2018-03-12  2:25 UTC  (5+ messages)

[PATCH] git-ci: use pylint to analyze the git-p4 code
 2018-03-12  2:20 UTC  (2+ messages)
` [GSoC][PATCH] "

[PATCH] arm64: dts: rockchip: assign clock rate for ACLK_VIO
 2018-03-12  2:14 UTC  (4+ messages)

[PATCH net-next 0/3] mlxsw: Removing dependency of mlxsw on GRE
 2018-03-12  2:12 UTC  (3+ messages)
` [PATCH net-next 1/3] net: ipv6: Introduce ip6_multipath_hash_policy()

[PATCH] intro: Polish a sentence for MIPS graphs
 2018-03-12  2:10 UTC  (2+ messages)

[PATCH] Add poor person's slanted shape for 'newtxtext' font
 2018-03-12  2:09 UTC  (4+ messages)
  ` [PATCH v2] "

[RESEND PATCH] rsi: Remove stack VLA usage
 2018-03-12  2:06 UTC  (2+ messages)

[SPDK] vhost target run in another vm
 2018-03-12  2:05 UTC 

[PATCH V2] ZBOOT: fix stack protector in compressed boot phase
 2018-03-12  2:04 UTC  (3+ messages)

[PATCH iproute2-next 0/3] ip: multicast commands JSON
 2018-03-12  1:57 UTC  (2+ messages)

[PATCH BlueZ v2 1/2] tools/bluetooth-player: Merge cmd_play{,_item}()
 2018-03-12  1:56 UTC  (2+ messages)
` [PATCH BlueZ v2 2/2] tools/bluetooth-player: Add item-generator for change-folder

resend, finish_wait with list_empty_careful maybe fragile or buggy
 2018-03-12  1:51 UTC  (2+ messages)

[PATCH iproute2-next v4 0/4] iplink: Improve iplink_parse()
 2018-03-12  1:47 UTC  (2+ messages)

[PATCH] rcu: Use the proper lockdep annotation in dump_blkd_tasks()
 2018-03-12  1:47 UTC  (2+ messages)

[PATCH v4 1/5] eal: add internal flag indicating init has completed
 2018-03-12  1:42 UTC  (4+ messages)
` [PATCH v5 0/6] Improvements for DPDK IPC
  ` [PATCH v5 6/6] eal: ignore messages until init is complete

linux-next: Signed-off-by missing for commit in the battery tree
 2018-03-12  1:40 UTC 

[lkp-robot] [mm/__free_one_page] acf8ac2a39: [No primary change] proc-vmstat.nr_anon_pages +37.5%
 2018-03-12  1:38 UTC 

[PATCH v2] staging: vchiq_arm: Clear VLA warning
 2018-03-12  1:37 UTC  (2+ messages)

[lkp-robot] [ptr_ring] 54e02162d4: [No primary change] fileio.time.minor_page_faults +23.0%
 2018-03-12  1:35 UTC 

[U-Boot] [PATCH v3] common: add a prototype for mach_cpu_init()
 2018-03-12  1:34 UTC  (2+ messages)

[PATCH] systemd-udev: Add systemd-mount to mount.sh
 2018-03-12  1:35 UTC  (2+ messages)

[PATCH] net/9p: avoid -ERESTARTSYS leak to userspace
 2018-03-12  1:33 UTC  (2+ messages)

[PATCH v2 1/3] dell-led: Change dell-led.h to dell-common.h
 2018-03-12  1:30 UTC  (12+ messages)
` [PATCH v2 3/3] ALSA: hda: Disabled unused audio controller for Dell platforms with Switchable Graphics

[PATCH v5 0/6] dt-bindings: add bindings for USB physical connector
 2018-03-12  1:29 UTC  (10+ messages)
                ` [v5,0/6] "

[PATCH] clk: update cached phase to respect the fact when setting phase
 2018-03-12  1:28 UTC  (2+ messages)

[xen-4.9-testing test] 120385: regressions - FAIL
 2018-03-12  1:25 UTC 

[PATCH v2] dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node
 2018-03-12  1:23 UTC  (4+ messages)

[Buildroot] [PATCH v2 5/7] support/dockerfile: install flake8
 2018-03-12  1:19 UTC  (2+ messages)

linux-next: Signed-off-by missing for commits in the clk tree
 2018-03-12  1:14 UTC 

[RFC PATCH v4 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
 2018-03-12  1:13 UTC  (5+ messages)
` [RFC PATCH v4 2/3] f2fs: introduce a new mount option test_dummy_encryption
    ` [f2fs-dev] "

[Qemu-devel] [Bug 1729501] [NEW] qemu crashes with assertion error `off_cur_end >= off_cur' failed
 2018-03-12  0:55 UTC  (2+ messages)
` [Qemu-devel] [Bug 1729501] "

[Qemu-devel] [Bug 1754542] [NEW] colo: secondary vm crash when execute x-colo-lost-heartbeat
 2018-03-12  0:58 UTC  (3+ messages)
` [Qemu-devel] [Bug 1754542] Re: colo: vm crash with segmentation fault

[PATCH 1/4] ARM: dts: exynos5250: Add #sound-dai-cells property to hdmi device node
 2018-03-12  0:48 UTC  (5+ messages)

Linux 4.16-rc5
 2018-03-12  0:42 UTC 

[PATCH v2] SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock
 2018-03-12  0:41 UTC  (2+ messages)

[PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h
 2018-03-12  0:32 UTC  (3+ messages)
` [PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h
` [PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h

[linux-4.1 bisection] complete build-arm64-pvops
 2018-03-12  0:32 UTC 

[meta-python][PATCH] python-protobuf: update to version 3.5.2
 2018-03-12  0:29 UTC 

[PATCH] usb: quirks: add control message delay for 1b1c:1b20
 2018-03-12  0:16 UTC 

[meta-python][PATCH] python-pyjwt: update to version 1.6.0
 2018-03-12  0:23 UTC 

[PATCH v2] btrfs-progs: dump-tree: add degraded option
 2018-03-12  0:23 UTC  (2+ messages)

[PATCH] x86/VMX: don't risk corrupting host CR4
 2018-03-12  0:18 UTC  (2+ messages)

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
 2018-03-12  0:08 UTC  (2+ messages)

[Bug 105200] [r600g] Regression: ImageMagick OpenCL kernel no longer compiles
 2018-03-12  0:08 UTC  (2+ messages)

[meta-python][PATCH] python-scrypt: update to version 0.8.6
 2018-03-12  0:04 UTC 

[Qemu-devel] [PATCH 0/4] QOM'ify PCIDevices
 2018-03-12  0:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/4] hw/pci: remove obsolete PCIDevice->init()

ivtv: use arch_phys_wc_add() and require PAT disabled
 2018-03-11 23:24 UTC  (8+ messages)

[patch] mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory
 2018-03-12  0:00 UTC 

WARNING in tracepoint_probe_unregister
 2018-03-11 23:56 UTC  (7+ messages)

[Feature request] Add config option to gpgsign IFF key is present
 2018-03-11 23:46 UTC  (3+ messages)

[PATCH DRM] drm/vmwgfx: replace drm_*_unreference with drm_*_put
 2018-03-11 23:33 UTC  (2+ messages)

[PATCH v2 01/16] net/axgbe: add minimal dev init and uninit support
 2018-03-11 23:31 UTC  (4+ messages)
` [PATCH v3 01/18] "
  ` [PATCH v3 18/18] net/axgbe: moved license headers to SPDX format


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.