All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-03 20:55:07 to 2017-03-03 22:14:04 UTC [more...]

[PATCH v8 0/9] devicetree battery support and client bq27xxx_battery
 2017-03-03 22:13 UTC  (7+ messages)
` [PATCH v8 7/9] power: bq27xxx_battery: Add power_supply_battery_info support

master - man: move the full UNIT description
 2017-03-03 22:12 UTC 

master - man/help: poolmetadatasize option can take relative value
 2017-03-03 22:12 UTC 

[Buildroot] [Bug 9456] New: mkusers script bash errors
 2017-03-03 22:10 UTC  (4+ messages)
` [Buildroot] [Bug 9456] "

[Printing-architecture] Complete table list for braille embosser support
 2017-03-03 22:10 UTC  (3+ messages)

[Bug 95306] Random Blank(black) screens on "Carrizo"
 2017-03-03 22:10 UTC  (2+ messages)

Panic in quirk_usb_early_handoff
 2017-03-03 22:09 UTC  (5+ messages)

[PATCH] Delete tab to indent
 2017-03-03 22:08 UTC  (3+ messages)
` [Outreachy kernel] "

[GIT PULL] libnvdimm fixes for 4.11-rc1
 2017-03-03 22:00 UTC  (3+ messages)

net/ipv4: division by 0 in tcp_select_window
 2017-03-03 22:08 UTC  (4+ messages)
    ` [PATCH net] tcp: fix various issues for sockets morphing to listen state

[Buildroot] [PATCH] ncftp: fix host/target confusion
 2017-03-03 22:08 UTC  (8+ messages)

[PATCH v5] vTPM: Fix missing NULL check
 2017-03-03 22:07 UTC 

[Buildroot] [PATCH] support/mkusers: rename variable to avoid name clashing
 2017-03-03 22:07 UTC 

[PATCH] staging:speakup:i18n.c: Align open paranthesis
 2017-03-03 22:07 UTC 

IB on s390 broken with commit 99db94940 "IB/core: Remove ib_device.dma_device"
 2017-03-03 22:04 UTC  (9+ messages)
        ` v4.11 mlx5 regression

[PATCH] ARM: dts: exynos: Use thermal fuse value for thermal zone 0 on Exynos5420
 2017-03-03 21:50 UTC  (4+ messages)

[Qemu-devel] [RFC 0/4] qemu-img: add max-size subcommand
 2017-03-03 22:02 UTC  (5+ messages)
` [Qemu-devel] [RFC 3/4] "

[Buildroot] [Bug 9706] New: Can't download newer revisions of package from PyPI
 2017-03-03 22:00 UTC  (2+ messages)
` [Buildroot] [Bug 9706] "

[PULL 0/3] Xtensa improvements for v4.11
 2017-03-03 20:10 UTC 

[media] omap3isp: Correctly set IO_OUT_SEL and VP_CLK_POL for CCP2 mode
 2017-03-03 21:48 UTC  (3+ messages)

Bit-Rot
 2017-03-03 21:54 UTC  (3+ messages)

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-03 17:37 UTC  (3+ messages)

[Buildroot] [PATCH] linux: Add CIP SLTS easy selection option
 2017-03-03 21:50 UTC 

[PATCH V5 0/6] PSCI: Support hierarchical PM domains
 2017-03-03 21:48 UTC  (14+ messages)
` [PATCH V5 1/6] drivers: cpuidle: Read CPU's idle state from PM domain
` [PATCH V5 2/6] drivers: firmware: psci: Allow OS Initiated suspend mode
` [PATCH V5 3/6] drivers: firmware: psci: Support cluster idle states for OS-Initiated
` [PATCH V5 4/6] drivers: firmwware: psci: Support hierachical idle states
` [PATCH V5 5/6] dt/bindings: Update binding for hierarchical PSCI states
` [PATCH V5 6/6] ARM64: dts: Define CPU power domain for MSM8916

SHA1 collisions found
 2017-03-03 21:47 UTC  (7+ messages)

[PATCH 00/11] pl011 emulation support in Xen
 2017-03-03 21:47 UTC  (17+ messages)
` [PATCH 03/11] xen/arm: vpl011: Refactor evtchn_send in Xen to allow sending events from a xen bound channel
` [PATCH 04/11] xen/arm: vpl011: Enable vpl011 emulation for a domain in Xen
` [PATCH 06/11] xen/arm: vpl011: Add a new pl011 uart node in the guest DT in the toolstack
` [PATCH 07/11] xen/arm: vpl011: Add two new vpl011 parameters to xenstore
` [PATCH 09/11] xen/arm: vpl011: Modify domain_create_ring in xenconsole to map the ring buffer and event channel
` [PATCH 10/11] xen/arm: vpl011: Modify handle_ring_read and buffer_append to read/append vpl011 data
` [PATCH 11/11] xen/arm: vpl011: Modify handle_tty_read in xenconsole to redirect user data to vpl011 IN ring buffer

[v5 00/20] x86: Enable User-Mode Instruction Prevention
 2017-03-03 21:41 UTC  (42+ messages)
` [v5 01/20] x86/mpx: Use signed variables to compute effective addresses
` [v5 02/20] x86/mpx: Do not use SIB index if index points to R/ESP
` [v5 03/20] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
` [v5 04/20] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [v5 05/20] x86/insn-eval: Add utility functions to get register offsets
` [v5 06/20] x86/insn-eval: Add utility functions to get segment selector
` [v5 07/20] x86/insn-eval: Add utility function to get segment descriptor
` [v5 08/20] x86/insn-eval: Add utility function to get segment descriptor base address
` [v5 09/20] x86/insn-eval: Add functions to get default operand and address sizes
` [v5 10/20] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
` [v5 11/20] insn/eval: Incorporate segment base in address computation
` [v5 12/20] x86/insn: Support both signed 32-bit and 64-bit effective addresses
` [v5 13/20] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [v5 14/20] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
` [v5 15/20] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v5 16/20] x86: Add emulation code for UMIP instructions
` [v5 17/20] x86/umip: Force a page fault when unable to copy emulated result to user
` [v5 18/20] x86/traps: Fixup general protection faults caused by UMIP
` [v5 19/20] x86: Enable User-Mode Instruction Prevention
` [v5 20/20] selftests/x86: Add tests for "

supporting DEVICE_REMOVAL on RPC-over-RDMA transports
 2017-03-03 21:46 UTC  (5+ messages)

[PATCH rdma-core 00/14] Revise the DMA barrier macros in ibverbs
 2017-03-03 21:45 UTC  (7+ messages)
` [PATCH rdma-core 06/14] i40iw: Get rid of unique barrier macros

[meta-raspberrypi][PATCH V2] linux-raspberrypi_4.9.bb: Update to 4.9.13
 2017-03-03 21:41 UTC 

[PATCH] gcc-runtime: Add libmpx supprt for x86
 2017-03-03 21:39 UTC  (2+ messages)

[PATCH] xfs: clear XBF_ASYNC if we attach an iodone callback
 2017-03-03 21:34 UTC  (3+ messages)

[PATCHv4 0/6] Add dummy tools to help identify needed dependencies
 2017-03-03 21:39 UTC  (7+ messages)
` [PATCHv4 1/6] module.bbclass: Add inherit of pkgconfig
` [PATCHv4 2/6] linux-libc-headers: "
` [PATCHv4 3/6] blacklisted/dbus-binding-tool: Add a dummy version that always fails
` [PATCHv4 4/6] blacklisted/gdbus-codegen: "
` [PATCHv4 5/6] blacklisted/pkg-config: "
` [PATCHv4 6/6] bitbake.conf: Add ${COREBASE}/scripts/blacklisted to ${PATH}

[PATCH v6 0/3] Add spi-nor flash device pm support
 2017-03-03 21:38 UTC  (5+ messages)
` [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states

[PATCH v2 0/9] Fix the early config
 2017-03-03 21:35 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 00/25] ARM: Initial Actions Semi S500 and S900 enablement
 2017-03-03 21:36 UTC  (7+ messages)
` [PATCH v3 03/25] dt-bindings: timer: Document Owl timer

[PATCH linux dev-4.7] drivers/fsi: Set I/O to standby values on unbind
 2017-03-03 21:37 UTC 

[PATCH 1/2] parted: fix rss+perf+gold failure on do_compile_ptest_base
 2017-03-03 21:36 UTC  (2+ messages)
` [PATCH 2/2] aor: "

[RAID recovery] Unable to recover RAID5 array after disk failure
 2017-03-03 21:35 UTC 

[PATCH 0/2] fix the traced mt-exec deadlock
 2017-03-03 20:06 UTC  (7+ messages)

Regression on rt kernel while using POSIX timers
 2017-03-03 21:09 UTC  (12+ messages)

git status --> Out of memory, realloc failed
 2017-03-03 21:10 UTC  (7+ messages)

Fw: [Bug 194749] New: kernel bonding does not work in a network nameservice in versions above 3.10.0-229.20.1
 2017-03-03 16:03 UTC  (5+ messages)
  `  "

[RFC v1 00/19] NFS support for inter and async COPY
 2017-03-03 21:32 UTC  (6+ messages)
` [RFC v1 01/19] fs: Don't copy beyond the end of the file

[Intel-wired-lan] [net-next PATCH v3 0/3] ixgbe XDP series
 2017-03-03 21:31 UTC  (5+ messages)
` [Intel-wired-lan] [net-next PATCH v3 1/3] ixgbe: add XDP support for pass and drop actions
` [Intel-wired-lan] [net-next PATCH v3 2/3] ixgbe: add support for XDP_TX action

master - report: raid enhancements for --select
 2017-03-03 21:30 UTC 

[PATCH 3/3] Remove outdated info in difftool manpage
 2017-03-03 21:28 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] configure: remove --enable-replication/--disable-replication
 2017-03-03 21:26 UTC  (6+ messages)

[PATCH v2 nf] netfilter: don't track fragmented packets
 2017-03-03 20:44 UTC 

[PATCH] pata_legacy: Allow disabling of legacy PATA device probes on non-PCI systems
 2017-03-03 18:36 UTC  (4+ messages)
` [PATCH] libata: transport: Remove circular dependency at free time

[PATCH] zswap: Zero-filled pages handling
 2017-03-03 21:25 UTC  (4+ messages)

master - man: fix term in lvmraid(7)
 2017-03-03 21:25 UTC 

Hundreds of null PATH records for *init_module syscall audit logs
 2017-03-03 21:14 UTC  (5+ messages)

[PATCH] llvm: fix output_op_[ptr]cast()
 2017-03-03 20:52 UTC  (2+ messages)
` [PATCH] llvm: fix: do not mix pointers and floats when doing compares

[PATCH] Delete comparison to NULL
 2017-03-03 21:24 UTC 

[PATCH v2 0/3] meson-gx: Add mali-450 support
 2017-03-03 19:29 UTC  (5+ messages)
` [PATCH v2 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL

[PATCH v2 2/5] Use -y where possible in test t7610-mergetool
 2017-03-03 21:21 UTC  (3+ messages)

[bug] regulator: fixed, gpio: probe fails on unset regulator-name
 2017-03-03 21:20 UTC 

[PATCH] ARM: dts: imx6q-bx50v3/imx6q-b450v3/imx6q-b650v3: fix at25 spi-clk frequency issue
 2017-03-03 21:20 UTC  (3+ messages)

[PATCH v4 0/10] mmc: meson-gx: series with smaller improvements
 2017-03-03 21:19 UTC  (2+ messages)

[PATCH V6, 0/1] mtd: nand: brcmnand: Add flash #WP pin status check
 2017-03-03 21:16 UTC  (2+ messages)
` [PATCH V6, 1/1] mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program

[PATCH] drm/i915: Wake up all waiters before idling
 2017-03-03 21:17 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-03 21:15 UTC  (18+ messages)
` [RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data

master - help: show short opt with long opt
 2017-03-03 21:14 UTC 

[PATCH] iio: adc: meson-saradc: add calibration for meson gxbb
 2017-03-03 21:13 UTC 

[PATCH v6 0/1] Conditional config include
 2017-03-03 21:08 UTC  (5+ messages)
` [PATCH v7 0/3] "

[meta-clang] clang/LLVM versioning
 2017-03-03 21:13 UTC  (6+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-03 21:12 UTC  (13+ messages)
` [RFC PATCH 03/30] PCI: Move ATS declarations outside of CONFIG_PCI
` [RFC PATCH 18/30] PCI: Make "PRG Response PASID Required" handling common
` [RFC PATCH 19/30] PCI: Cache PRI and PASID bits in pci_dev

master - dev_manager: remove reshape message
 2017-03-03 21:10 UTC 

[Qemu-devel] [PULL 00/24] MTTCG Base enabling patches with ARM enablement
 2017-03-03 21:08 UTC  (7+ messages)
` [PULL 08/24] tcg: drop global lock during TCG code execution
  ` [Qemu-devel] "

[Qemu-trivial] [PATCH v2]util:Removed header qemu-common.h from path.c
 2017-03-03 21:07 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] staging: ks7010: clean up code
 2017-03-03 20:58 UTC 

[PATCH 0/2] Improve error messages when opening a directory as file
 2017-03-03 21:05 UTC  (4+ messages)
` [PATCH 1/2] config: check if config path is a file before parsing it

[PATCH] md/r5cache: improve recovery with read ahead page pool
 2017-03-03 21:06 UTC 

[Intel-wired-lan] [RFC PATCH] ixgbe: use xdp_buff to simplify call path
 2017-03-03 21:04 UTC 

[PATCH 2/2] ltp-ddt: update to latest version
 2017-03-03 21:00 UTC  (3+ messages)
` [PATCH v3] ltp-ddt: update to latest ltp release 20170116

SELinux type transition rule not working
 2017-03-03 21:00 UTC  (9+ messages)
` [systemd-devel] "

Sparse-LLVM issue compiling NULL pointers
 2017-03-03 19:55 UTC  (6+ messages)
` [PATCH] llvm: fix output_op_[ptr]cast()

[PATCH linux] ARM: dts: aspeed: zaius: Enable NC-SI mux
 2017-03-03 20:59 UTC 

[xen-unstable-smoke test] 106417: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-03 20:56 UTC 

[Qemu-trivial] [PATCH v3 00/13] Improvements for SM501 display controller emulation
 2017-03-03 20:56 UTC  (5+ messages)
` [Qemu-trivial] [PATCH v3 04/13] sm501: QOMify
      ` [Qemu-devel] "


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.