All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-06 00:54:24 to 2018-01-06 03:14:33 UTC [more...]

[PATCH V2 1/1] ARM: imx_v6_v7_defconfig: enable CONFIG_CPU_FREQ_STAT
 2018-01-06  3:14 UTC  (2+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH v8 00/23] tcg: generic vector operations
 2018-01-06  3:13 UTC  (22+ messages)
` [Qemu-devel] [PATCH v8 01/23] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v8 02/23] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v8 03/23] tcg: Standardize integral arguments to expanders
` [Qemu-devel] [PATCH v8 04/23] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v8 05/23] tcg: Add generic vector ops for interleave
` [Qemu-devel] [PATCH v8 06/23] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v8 07/23] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v8 08/23] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v8 09/23] tcg: Add generic vector ops for extension
` [Qemu-devel] [PATCH v8 10/23] tcg: Add generic helpers for saturating arithmetic
` [Qemu-devel] [PATCH v8 11/23] tcg: Add generic vector helpers with a scalar immediate operand
` [Qemu-devel] [PATCH v8 12/23] tcg/optimize: Handle vector opcodes during optimize
` [Qemu-devel] [PATCH v8 13/23] target/arm: Align vector registers
` [Qemu-devel] [PATCH v8 14/23] target/arm: Use vector infrastructure for aa64 add/sub/logic
` [Qemu-devel] [PATCH v8 15/23] target/arm: Use vector infrastructure for aa64 mov/not/neg
` [Qemu-devel] [PATCH v8 16/23] target/arm: Use vector infrastructure for aa64 dup/movi
` [Qemu-devel] [PATCH v8 17/23] target/arm: Use vector infrastructure for aa64 zip/uzp/trn/xtn
` [Qemu-devel] [PATCH v8 18/23] target/arm: Use vector infrastructure for aa64 constant shifts
` [Qemu-devel] [PATCH v8 19/23] target/arm: Use vector infrastructure for aa64 compares
` [Qemu-devel] [PATCH v8 20/23] target/arm: Use vector infrastructure for aa64 multiplies
` [Qemu-devel] [PATCH v8 21/23] target/arm: Use vector infrastructure for aa64 widening shifts

[PATCH v2 0/8] IBRS patch series
 2018-01-06  3:12 UTC  (10+ messages)
` [PATCH v2 1/8] x86/feature: Detect the x86 IBRS feature to control Speculation
` [PATCH v2 2/8] x86/enter: MACROS to set/clear IBRS
` [PATCH v2 3/8] x86/enter: Use IBRS on syscall and interrupts
` [PATCH v2 4/8] x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature
` [PATCH v2 5/8] x86/idle: Disable IBRS entering idle and enable it on wakeup
` [PATCH v2 6/8] x86/microcode: Recheck IBRS features on microcode reload
` [PATCH v2 7/8] x86: Do not use dynamic IBRS if retpoline is enabled
` [PATCH v2 8/8] x86: Use IBRS for firmware update path

[PATCH v2 00/15] common ethdev linkstatus functions
 2018-01-06  3:10 UTC  (17+ messages)
` [PATCH v2 01/15] eal: introduce atomic exchange operation
` [PATCH v2 02/15] ethdev: add linkstatus get/set helper functions
` [PATCH v2 03/15] virtio: use eth_linkstatus_set
` [PATCH v2 04/15] vmxnet3: use rte_eth_linkstatus_set
` [PATCH v2 05/15] dpaa2: "
` [PATCH v2 06/15] nfp: use rte_eth_linkstatus functions
` [PATCH v2 07/15] e1000: use rte_eth_linkstatus helpers
` [PATCH v2 08/15] ixgbe: use rte_eth_linkstatus functions
` [PATCH v2 09/15] sfc: use new "
` [PATCH v2 10/15] i40e: use "
` [PATCH v2 11/15] liquidio: use _rte_eth_linkstatus_set
` [PATCH v2 12/15] thunderx: "
` [PATCH v2 13/15] szedata: "
` [PATCH v2 14/15] octeontx: use rte_eth_linkstatus_set
` [PATCH v2 15/15] enic: use _rte_eth_linkstatus_set

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-06  3:09 UTC  (31+ messages)
  ` [PATCH 01/18] asm-generic/barrier: add generic nospec helpers
  ` [PATCH 02/18] Documentation: document "
  ` [PATCH 03/18] arm64: implement nospec_ptr()
  ` [PATCH 04/18] arm: "
  ` [PATCH 05/18] x86: implement nospec_barrier()
  ` [PATCH 06/18] x86, barrier: stop speculation for failed access_ok
  ` [PATCH 07/18] [media] uvcvideo: prevent bounds-check bypass via speculative execution
  ` [PATCH 08/18] carl9170: "
  ` [PATCH 09/18] p54: "
  ` [PATCH 10/18] qla2xxx: "
  ` [PATCH 11/18] cw1200: "
  ` [PATCH 12/18] Thermal/int340x: "
  ` [PATCH 13/18] ipv6: "
  ` [PATCH 14/18] ipv4: "
  ` [PATCH 15/18] vfs, fdtable: "
  ` [PATCH 16/18] net: mpls: "
  ` [PATCH 17/18] udf: "
  ` [PATCH 18/18] userns: "

[PATCH 1/2] ARM: dts: imx6ul: add 696MHz operating point
 2018-01-06  3:05 UTC  (5+ messages)
` [PATCH 2/2] cpufreq: imx6q: add 696MHz operating point for i.mx6ul

[PATCH V2 1/2] ARM: dts: imx6ul: add 696MHz operating point
 2018-01-06 10:42 UTC  (2+ messages)
` [PATCH V2 2/2] cpufreq: imx6q: add 696MHz operating point for i.mx6ul

[PATCH 4.4 00/37] 4.4.110-stable review
 2018-01-06  2:58 UTC  (12+ messages)

[uclibc-ng-devel] [PATCH 4/4] arc: Use new common syscall() implementation
 2018-01-06  2:57 UTC  (2+ messages)

[GIT PULL 1/5] i.MX drivers updates for 4.16
 2018-01-06  2:55 UTC  (4+ messages)
` [GIT PULL 5/5] i.MX defconfig "

[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
 2018-01-06  2:49 UTC  (9+ messages)
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions

[Ocfs2-devel] [PATCH v2] ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
 2018-01-06  2:46 UTC  (6+ messages)

master - device: Introduce dev_read_callback
 2018-01-06  2:43 UTC 

master - metadata: Use a consistent format for callback fn parameters
 2018-01-06  2:43 UTC 

[Buildroot] [PATCH] libzip: update legal hash for 1.4.0
 2018-01-06  2:37 UTC 

[U-Boot] [PATCH 1/3] mx7_common: use psci 1.0 instead of 0.1
 2018-01-06  2:35 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] imx: mx7: psci: add system power off support

[PATCH v11 00/27] xfsprogs: online scrub/repair support
 2018-01-06  1:54 UTC  (27+ messages)
` [PATCH 01/27] xfs_scrub: create online filesystem scrub program
` [PATCH 02/27] xfs_scrub: common error handling
` [PATCH 03/27] xfs_scrub: set up command line argument parsing
` [PATCH 04/27] xfs_scrub: dispatch the various phases of the scrub program
` [PATCH 05/27] xfs_scrub: figure out how many threads we're going to need
` [PATCH 06/27] xfs_scrub: create an abstraction for a block device
` [PATCH 08/27] xfs_scrub: add inode iteration functions
` [PATCH 09/27] xfs_scrub: add space map "
` [PATCH 10/27] xfs_scrub: add file "
` [PATCH 11/27] xfs_scrub: filesystem counter collection functions
` [PATCH 12/27] xfs_scrub: wrap the scrub ioctl
` [PATCH 13/27] xfs_scrub: scan filesystem and AG metadata
` [PATCH 14/27] xfs_scrub: thread-safe stats counter
` [PATCH 15/27] xfs_scrub: scan inodes
` [PATCH 16/27] xfs_scrub: check directory connectivity
` [PATCH 17/27] xfs_scrub: warn about suspicious characters in directory/xattr names
` [PATCH 18/27] xfs_scrub: warn about normalized Unicode name collisions
` [PATCH 19/27] xfs_scrub: create a bitmap data structure
` [PATCH 20/27] xfs_scrub: create infrastructure to read verify data blocks
` [PATCH 21/27] xfs_scrub: scrub file "
` [PATCH 22/27] xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk
` [PATCH 23/27] xfs_scrub: check summary counters
` [PATCH 24/27] xfs_scrub: fstrim the free areas if there are no errors on the filesystem
` [PATCH 25/27] xfs_scrub: progress indicator
` [PATCH 26/27] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 27/27] xfs_scrub: integrate services with systemd

[Linux-kselftest-mirror] [PATCH] selftests: seccomp: fix compile error seccomp_bpf
 2018-01-06  2:29 UTC  (4+ messages)
`  "

[Qemu-devel] [PATCH 0/6] SDHCI: convert legacy devices to the SDBus API
 2018-01-06  2:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/6] hw/sd/milkymist-memcard: split realize() out of SysBusDevice init()
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 6/6] hw/sd: move sdcard legacy API to "hw/sd/sdcard_legacy.h"

[Qemu-devel] MTTCG External Halt
 2018-01-06  2:23 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/6] qom: introduce TypeInfo name aliases
 2018-01-06  2:20 UTC  (13+ messages)
` [Qemu-arm] [RFC PATCH 3/6] hw/char/cadence_uart: add FDT aliases
  ` [Qemu-arm] [Qemu-devel] "
    `  "
` [Qemu-devel] [RFC PATCH 4/6] arm/xlnx-zynq: use FDT names for the Cadence UART
` [Qemu-devel] [RFC PATCH 5/6] hw/net/cadence_gem: add FDT names as alias
` [Qemu-devel] [RFC PATCH 6/6] hw/arm/xlnx-zynq: use FDT names for the Cadence GEM
  ` [Qemu-arm] "

[PATCH] x86/efi: fix build with linkers that support both coff-x86-64 and pe-x86-64
 2018-01-06  2:20 UTC  (2+ messages)

[PATCH] receipes-devtools: QEMU: Bump to version 2.11.0
 2018-01-06  2:18 UTC  (6+ messages)

[U-Boot] [PATCH V2 1/3] mx7_common: use psci 1.0 instead of 0.1
 2018-01-06  2:17 UTC  (3+ messages)
` [U-Boot] [PATCH V2 2/3] imx: mx7: psci: add system reset support
` [U-Boot] [PATCH V2 3/3] imx: mx7: psci: add system power off support

[PATCH 1/2] dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA
 2018-01-06  2:14 UTC  (4+ messages)
` [1/2] "
  ` [PATCH 2/2] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
    ` [2/2] "

[BISECTED] v4.15-rc: Boot regression on x86_64/AMD
 2018-01-06  2:10 UTC  (3+ messages)

hns compiler warnings
 2018-01-06  1:59 UTC  (2+ messages)

[PATCH v2 1/2] overlays: auto allocate phandles for nodes in base fdt
 2018-01-06  1:59 UTC  (16+ messages)

[PATCH] USB: ohci: da8xx: remove clk con_id
 2018-01-06  1:53 UTC  (2+ messages)
`  "

[PATCH 1/2] dt-bindings: pinctrl: Add Qualcomm SDM845 TLMM binding
 2018-01-06  1:51 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: qcom: Add sdm845 pinctrl driver

[PATCH] USB: musb: da8xx: remove clock con_id
 2018-01-06  1:50 UTC  (2+ messages)
`  "

[PATCH 0/8] weekly fstests changes
 2018-01-06  1:46 UTC  (8+ messages)
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "

[PATCH bpf-next v4 00/11] bpf: More sock_ops callbacks
 2018-01-06  1:46 UTC  (3+ messages)
` [PATCH bpf-next v4 07/11] bpf: Add support for reading sk_state and more

[PATCH v4 0/7] ARM: davinci: convert to common clock framework​
 2018-01-06  1:42 UTC  (8+ messages)
` [PATCH v4 6/7] ARM: davinci: convert to common clock framework

[PATCH net] ipv6: remove null_entry before adding default route
 2018-01-06  1:38 UTC 

[kernel-hardening] [PATCH] leaking_addresses: add files to skip
 2018-01-06  1:37 UTC  (4+ messages)
` [kernel-hardening] "
  `  "

btrfs quota exceeded notifications through netlink sockets
 2018-01-06  1:34 UTC 

[PATCH 0/2 RESEND] fix kernel-docs for struct iio_trigger
 2018-01-06  1:31 UTC  (3+ messages)
` [PATCH 1/2 RESEND] iio: add kernel-doc for field @owner
` [PATCH 2/2 RESEND] iio: add field identifier for @use_count kernel-doc

[PATCH] docs: add index entry for networking/msg_zerocopy
 2018-01-06  1:30 UTC 

[PATCH 0/7] IBRS patch series
 2018-01-06  1:29 UTC  (4+ messages)
` [PATCH 6/7] x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature

[PATCH 0/2] platform/x86/thinkpad_acpi: Adjustments for four function implementations
 2018-01-06  1:26 UTC  (9+ messages)
  `  "

[Bug 104001] GPU driver hung when start steam client while playback video on Youtube (it occurs on latest staging kernel)
 2018-01-06  1:20 UTC  (3+ messages)

[PATCH 4.4 00/37] 4.4.110-stable review
 2018-01-06  1:16 UTC  (14+ messages)

ACPI issues on cold power on [bisected]
 2018-01-06  1:16 UTC  (5+ messages)
` [PATCH] ACPI / WMI: Call acpi_wmi_init() later

[qemu-mainline test] 117633: regressions - trouble: broken/fail/pass
 2018-01-06  1:16 UTC 

[Qemu-devel] [PULL 00/12] 9p patches for 2.12 20170106
 2018-01-06  1:07 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] virtio-9p: move unrealize/realize after virtio_9p_transport definition
` [Qemu-devel] [PULL 02/12] 9pfs: fix XattrOperations typedef
` [Qemu-devel] [PULL 03/12] fsdev: fix some type definitions
` [Qemu-devel] [PULL 04/12] 9pfs: "
` [Qemu-devel] [PULL 05/12] 9pfs: handle: fix type definition
` [Qemu-devel] [PULL 06/12] 9pfs: fix type in *_parse_opts declarations
` [Qemu-devel] [PULL 07/12] 9pfs: fix error path in pdu_submit()
` [Qemu-devel] [PULL 08/12] 9pfs: make pdu_marshal() and pdu_unmarshal() static functions
` [Qemu-devel] [PULL 09/12] tests: virtio-9p: fix ISR dependence
` [Qemu-devel] [PULL 10/12] tests: virtio-9p: set DRIVER_OK before using the device
` [Qemu-devel] [PULL 11/12] fsdev: improve error handling of backend opts parsing
` [Qemu-devel] [PULL 12/12] fsdev: improve error handling of backend init

Bricked x86 CPU with software?
 2018-01-06  1:08 UTC  (7+ messages)

[PATCH net-next v3 00/10] net: qualcomm: rmnet: Enable csum offloads
 2018-01-06  1:05 UTC  (2+ messages)

v4.9.75 build: 0 failures 0 warnings (v4.9.75)
 2018-01-06  1:01 UTC 

[PATCH v2] x86/kexec: Exclude GART aperture from vmcore
 2018-01-06  1:00 UTC  (10+ messages)

[PATCH v2 0/5] convert: add support for different encodings
 2018-01-06  0:55 UTC  (5+ messages)
` [PATCH 1/5] convert_to_git(): checksafe becomes an integer

[PATCH 0/2] fix kernel-docs for struct iio_trigger
 2018-01-06  0:54 UTC 

[bpf-next V4 PATCH 00/14] xdp: new XDP rx-queue info concept
 2018-01-06  0:54 UTC  (3+ messages)
` [bpf-next V4 PATCH 13/14] bpf: finally expose xdp_rxq_info to XDP bpf-programs

[PATCH] ARM64: dts: meson-gxl: add internal ethernet PHY irq
 2018-01-06  0:54 UTC  (2+ messages)


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.