All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-09 08:43:10 to 2018-03-09 09:07:16 UTC [more...]

[PATCH]sched: completion: use bool in try_wait_for_completion
 2018-03-09  9:06 UTC  (2+ messages)
` [tip:sched/core] sched/completions: Use bool in try_wait_for_completion()

spectre backport for LTS 4.4 review
 2018-03-09  9:07 UTC  (34+ messages)
` [PATCH 01/39] mm: Introduce lm_alias
` [PATCH 02/39] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH 03/39] arm64: Implement array_index_mask_nospec()
` [PATCH 04/39] arm64: move TASK_* definitions to <asm/processor.h>
` [PATCH 05/39] arm64: Make USER_DS an inclusive limit
` [PATCH 06/39] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH 07/39] arm64: Use pointer masking to limit uaccess speculation
` [PATCH 08/39] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 09/39] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH 10/39] arm64: futex: Mask __user pointers prior to dereference
` [PATCH 11/39] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH 12/39] arm64: Move post_ttbr_update_workaround to C code
` [PATCH 13/39] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH 14/39] arm64: Move BP hardening to check_and_switch_context
` [PATCH 15/39] arm64: KVM: Use per-CPU vector when BP hardening is enabled
` [PATCH 16/39] arm64: entry: Apply BP hardening for high-priority synchronous exceptions
` [PATCH 17/39] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
` [PATCH 18/39] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH 19/39] arm64: prefetch: add alternative pattern for CPUs without a prefetcher
` [PATCH 20/39] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
` [PATCH 21/39] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
` [PATCH 22/39] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH 23/39] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 24/39] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 25/39] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH 26/39] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH 27/39] ARM: 8478/2: arm/arm64: add arm-smccc
` [PATCH 28/39] ARM: 8479/2: add implementation for arm-smccc
` [PATCH 29/39] ARM: 8480/2: arm64: "
` [PATCH 30/39] ARM: 8481/2: drivers: psci: replace psci firmware calls
` [PATCH 31/39] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH 32/39] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH 33/39] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support

[v1,10/14] usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()
 2018-03-09  9:07 UTC 

[PATCH v5 3/3] sched: update blocked load when newly idle
 2018-03-09  9:06 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Update "

Api in dpdk to get total free physical memory
 2018-03-09  9:05 UTC  (2+ messages)

[PATCH v4 0/7] unsafe big.LITTLE support
 2018-03-09  9:05 UTC  (8+ messages)

[2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs
 2018-03-09  9:04 UTC  (8+ messages)
        ` [PATCH 2/4] "

[PATCH 0/3] drm: Add LVDS decoder bridge
 2018-03-09  9:04 UTC  (11+ messages)
` [PATCH 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle
  ` [PATCH 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

[PATCH v4 2/3] sched: reduce the periodic update duration
 2018-03-09  9:04 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Reduce "

[igt-dev] [PATCH i-g-t 1/1] configure.ac: Bump libdrm_amdgpu version requirement
 2018-03-09  9:04 UTC 

[Buildroot] [PATCH] package: dropbear: make PATH configurable
 2018-03-09  9:04 UTC  (2+ messages)

[PATCH v4 1/3] sched: Stop nohz stats when decayed
 2018-03-09  9:03 UTC  (2+ messages)
` [tip:sched/core] sched/nohz: Stop NOHZ "

[PATCH 2/2] iio: st_pressure: st_accel: pass correct platform data to init
 2018-03-09  9:02 UTC 

[Qemu-devel] [PATCH v8 00/23] QMP: out-of-band (OOB) execution support
 2018-03-09  9:00 UTC  (24+ messages)
` [Qemu-devel] [PATCH v8 01/23] docs: update QMP documents for OOB commands
` [Qemu-devel] [PATCH v8 02/23] qobject: introduce qstring_get_try_str()
` [Qemu-devel] [PATCH v8 03/23] qobject: introduce qobject_get_try_str()
` [Qemu-devel] [PATCH v8 04/23] qobject: let object_property_get_str() use new API
` [Qemu-devel] [PATCH v8 05/23] monitor: move skip_flush into monitor_data_init
` [Qemu-devel] [PATCH v8 06/23] monitor: move the cur_mon hack deeper for QMP
` [Qemu-devel] [PATCH v8 07/23] monitor: unify global init
` [Qemu-devel] [PATCH v8 08/23] monitor: let mon_list be tail queue
` [Qemu-devel] [PATCH v8 09/23] monitor: allow using IO thread for parsing
` [Qemu-devel] [PATCH v8 10/23] qmp: introduce QMPCapability
` [Qemu-devel] [PATCH v8 11/23] monitor: introduce monitor_qmp_respond()
` [Qemu-devel] [PATCH v8 12/23] monitor: let suspend_cnt be thread safe
` [Qemu-devel] [PATCH v8 13/23] monitor: let suspend/resume work even with QMPs
` [Qemu-devel] [PATCH v8 14/23] monitor: separate QMP parser and dispatcher
` [Qemu-devel] [PATCH v8 15/23] qmp: add new event "command-dropped"
` [Qemu-devel] [PATCH v8 16/23] monitor: send event when command queue full
` [Qemu-devel] [PATCH v8 17/23] qapi: introduce new cmd option "allow-oob"
` [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution
` [Qemu-devel] [PATCH v8 19/23] qmp: isolate responses into io thread
` [Qemu-devel] [PATCH v8 20/23] monitor: enable IO thread for (qmp & !mux) typed
` [Qemu-devel] [PATCH v8 21/23] qmp: add command "x-oob-test"
` [Qemu-devel] [PATCH v8 22/23] tests: qmp-test: verify command batching
` [Qemu-devel] [PATCH v8 23/23] tests: qmp-test: add oob test

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

[Bug 105369] HP HP ENVY x360, amdgpu, Call Trace tgn10_lock at startup, VMC page fault during runtime
 2018-03-09  9:02 UTC  (3+ messages)

[PATCH 1/2] iio: accel: Revert "iio: accel: st_accel: remove redundant pointer pdata"
 2018-03-09  9:01 UTC 

[PATCH 0/2] btrfs fiemap related BUG fix
 2018-03-09  9:01 UTC  (6+ messages)
` [PATCH 1/2] Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero

usb: dwc3: core: power on PHYs before initializing core
 2018-03-09  9:01 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/2] iio: st_pressure: st_accel: Fix initialization of platform_data
 2018-03-09  9:00 UTC 

[PATCH] sched: label attributes require a ';'
 2018-03-09  8:59 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Add ';' after label attributes

debugfs entries in cfg80211
 2018-03-09  8:59 UTC  (2+ messages)

[PATCH] perf annotate: Support to display the LBR data in tui mode
 2018-03-09  8:57 UTC  (3+ messages)
` [PATCH v2] perf annotate: Support to display the IPC/Cycle "
  ` [tip:perf/core] perf annotate: Support to display the IPC/Cycle in TUI mode

[PATCH] perf tools: update quipper information
 2018-03-09  8:58 UTC  (2+ messages)
` [tip:perf/core] perf tools: Update "

[PATCH] perf annotate: Handle s390 pc relative load and store instruction
 2018-03-09  8:58 UTC  (2+ messages)
` [tip:perf/core] perf annotate: Handle s390 PC "

[PATCH] arm: dts: nes: add Nintendo NES Classic Edition support
 2018-03-09  8:58 UTC  (3+ messages)

[PATCH 19/19] perf build: Force llvm/clang test compile output to .make.output
 2018-03-09  8:56 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v3] perf report: Provide libtraceevent with a kernel symbol resolver
 2018-03-09  8:57 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 18/19] perf build: Add llvm/clang make targets to FILES
 2018-03-09  8:56 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 17/19] perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
 2018-03-09  8:55 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v3 0/2] ARM: Implement MODULE_PLT support in FTRACE
 2018-03-09  8:54 UTC  (6+ messages)
` [PATCH v3 2/2] ARM: ftrace: Add MODULE_PLTS support

[PATCH 16/19] perf tools: Update tags with .cpp files
 2018-03-09  8:55 UTC  (2+ messages)
` [tip:perf/core] "

how to build busybox in specific recipes
 2018-03-09  8:55 UTC 

[PATCH 07/19] perf tools: Add MEM_TOPOLOGY feature to perf data file
 2018-03-09  8:54 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v8] media: imx258: Add imx258 camera sensor driver
 2018-03-09  8:54 UTC  (2+ messages)

[PATCH 06/19] perf c2c: Use mem_info refcnt logic
 2018-03-09  8:54 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2] staging: lustre: Remove VLA usage
 2018-03-09  8:54 UTC  (4+ messages)
` [lustre-devel] "

[PATCH 05/19] perf tools: Add refcnt into struct mem_info
 2018-03-09  8:53 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] usb: dwc3: core: power on PHYs before initializing core
 2018-03-09  8:54 UTC  (6+ messages)
      `  "

[PATCH 04/19] perf record: Remove progname from struct record
 2018-03-09  8:53 UTC  (2+ messages)
` [tip:perf/core] "

[RFC] rcu: Prevent expedite reporting within RCU read-side section
 2018-03-09  8:53 UTC  (9+ messages)

[PATCH] Support long format for log-based submodule diff
 2018-03-09  8:53 UTC  (2+ messages)

[PATCH 03/19] perf record: Move machine variable down the function
 2018-03-09  8:52 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 02/19] perf report: Display perf.data header info
 2018-03-09  8:52 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 01/19] perf report: Fix the output for stdio events list
 2018-03-09  8:51 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v13 00/17] Add NV12 support
 2018-03-09  8:49 UTC  (18+ messages)
` [PATCH v13 01/17] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH v13 02/17] drm/i915/skl+: refactor WM calculation for NV12
` [PATCH v13 03/17] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH v13 04/17] drm/i915/skl+: support verification of DDB HW state for NV12
` [PATCH v13 05/17] drm/i915/skl+: NV12 related changes for WM
` [PATCH v13 06/17] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH v13 07/17] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH v13 08/17] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH v13 09/17] drm/i915/skl: split skl_compute_ddb function
` [PATCH v13 10/17] drm/i915: Set scaler mode for NV12
` [PATCH v13 11/17] drm/i915: Update format_is_yuv() to include NV12
` [PATCH v13 12/17] drm/i915: Upscale scaler max scale for NV12
` [PATCH v13 13/17] drm/i915: Add NV12 as supported format for primary plane
` [PATCH v13 14/17] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH v13 15/17] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH v13 16/17] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
` [PATCH v13 17/17] drm/i915: Display WA 827

[igt-dev] [PATCH i-g-t] tests/kms_pipe_crc_basic: Remove legacy crc tests
 2018-03-09  8:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2] perf annotate: Fix s390 target function disassembly
 2018-03-09  8:51 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
 2018-03-09  8:51 UTC  (3+ messages)

[PATCH 9/9] perf intel-pt: Adjust overlap-checking to support sampling mode
 2018-03-09  8:51 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 8/9] perf intel-pt: Remove a check for sampling mode
 2018-03-09  8:50 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 7/9] perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
 2018-03-09  8:50 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 6/9] perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
 2018-03-09  8:49 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 5/9] perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
 2018-03-09  8:49 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH V2 3/8] perf mmap: Using the stored scope data in perf_mmap__push
 2018-03-09  8:44 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Use the stored scope data in perf_mmap__push()

[PATCH 4/9] perf intel-pt: Fix timestamp following overflow
 2018-03-09  8:48 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/9] perf intel-pt: Fix error recovery from missing TIP packet
 2018-03-09  8:48 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/9] perf intel-pt: Fix sync_switch
 2018-03-09  8:47 UTC  (2+ messages)
` [tip:perf/core] "

[Qemu-devel] [PATCH] hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"
 2018-03-09  8:27 UTC  (2+ messages)

[PATCH 1/9] perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
 2018-03-09  8:47 UTC  (2+ messages)
` [tip:perf/core] "

[4.16,REGRESSION,fix] Revert "typec: tcpm: Only request matching pdos"
 2018-03-09  8:47 UTC 

[PATCH V2 8/8] perf tools: Refine perf_mmap__read_init
 2018-03-09  8:46 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Simplify perf_mmap__read_init()

[Qemu-devel] [PULL 0/8] Ui 20180308 patches
 2018-03-09  8:46 UTC  (5+ messages)

[bpf-next V2 PATCH 00/15] XDP redirect memory return API
 2018-03-09  8:46 UTC  (5+ messages)
` [bpf-next V2 PATCH 06/15] tun: convert to use generic xdp_frame and xdp_return_frame API

[PATCH V2 7/8] perf tools: Refine perf_mmap__read_event
 2018-03-09  8:46 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Simplify perf_mmap__read_event()

DID YOU AUTHORIZE ANY ONE TO CLAIM YOUR FUND?
 2018-03-09  8:46 UTC 

[PATCH V2 6/8] perf tools: Refine perf_mmap__consume
 2018-03-09  8:46 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Simplify perf_mmap__consume()

[PATCH v4 0/4] Set name of regmap_config
 2018-03-09  8:45 UTC  (4+ messages)

[PATCH V2 5/8] perf mmap: Using stored 'overwrite' in perf_mmap__consume
 2018-03-09  8:45 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Use stored 'overwrite' in perf_mmap__consume()

[RESEND PATCH v4 0/4] Set name of regmap_config
 2018-03-09  8:43 UTC  (15+ messages)
` [RESEND PATCH v4 1/4] mfd: syscon: "
` [RESEND PATCH v4 2/4] rtc: at91sam9: "
` [RESEND PATCH v4 3/4] clk: lpc32xx: "
` [RESEND PATCH v4 4/4] ARM: rockchip: "

[PATCH] drivers/i40e: fix link update no wait
 2018-03-09  8:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2 4/8] perf mmap: Using the stored data in perf_mmap__read_event
 2018-03-09  8:45 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Use the stored data in perf_mmap__read_event()

[PATCH] KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()
 2018-03-09  8:45 UTC 

[PATCH] drm/amdgpu: save/restore backlight level in legacy dce code
 2018-03-09  8:44 UTC  (2+ messages)

[PATCH V2 2/8] perf mmap: Store mmap scope in struct perf_mmap
 2018-03-09  8:44 UTC  (2+ messages)
` [tip:perf/core] perf mmap: Store mmap scope in struct perf_mmap()

[RFC V3 2/3] perf, tools: Display pmu name when printing unmerged events in stat
 2018-03-09  8:42 UTC  (2+ messages)
` [tip:perf/core] perf pmu: "

[PATCH V2 1/8] perf evlist: Store 'overwrite' in struct perf_mmap
 2018-03-09  8:43 UTC  (2+ messages)
` [tip:perf/core] "

[RFC V3 3/3] perf pmu: Auto-merge PMU events created by prefix or glob match
 2018-03-09  8:43 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] x86, powerpc : pkey-mprotect must allow pkey-0
 2018-03-09  8:43 UTC  (2+ messages)

[PATCH v2 01/16] net/axgbe: add minimal dev init and uninit support
 2018-03-09  8:42 UTC  (16+ messages)
` [PATCH v3 01/18] "
  ` [PATCH v3 05/18] net/axgbe: add phy initialization and related apis
  ` [PATCH v3 06/18] net/axgbe: add phy programming apis
  ` [PATCH v3 07/18] net/axgbe: add interrupt handler for autonegotiation
  ` [PATCH v3 08/18] net/axgbe: add transmit and receive queue setup apis
  ` [PATCH v3 09/18] net/axgbe: add DMA programming and dev start and stop apis
  ` [PATCH v3 10/18] net/axgbe: add transmit and receive data path apis
  ` [PATCH v3 11/18] doc: add documents for AMD axgbe Ethernet PMD
  ` [PATCH v3 12/18] net/axgbe: add link status update
  ` [PATCH v3 13/18] net/axgbe: add configure flow control while link adjustment
  ` [PATCH v3 14/18] net/axgbe: add promiscuous mode support
  ` [PATCH v3 15/18] net/axgbe: add generic transmit and receive stats support
  ` [PATCH v3 16/18] net/axgbe: add support for build 32-bit mode
  ` [PATCH v3 17/18] net/axgbe: add workaround for axgbe ethernet training bug
  ` [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.