All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-27 03:21:22 to 2018-03-27 05:34:10 UTC [more...]

[Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat
 2018-03-27  5:33 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks
` [Qemu-devel] [PATCH v2 03/14] softfloat: fix {min, max}nummag for same-abs-value inputs
` [Qemu-devel] [PATCH v2 04/14] fp-test: add muladd variants
` [Qemu-devel] [PATCH v2 05/14] softfloat: add float{32, 64}_is_{de, }normal
` [Qemu-devel] [PATCH v2 06/14] target/tricore: use float32_is_denormal
` [Qemu-devel] [PATCH v2 08/14] hardfloat: support float32/64 addition and subtraction
` [Qemu-devel] [PATCH v2 12/14] hardfloat: support float32/64 square root
` [Qemu-devel] [PATCH v2 13/14] hardfloat: support float32/64 comparison

[U-Boot] [PATCH 1/3] configs: k2g_hs_evm: Resync defconfig with non-HS defconfig
 2018-03-27  5:33 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] configs: k2hk_hs_evm: "

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-03-27  5:29 UTC  (24+ messages)
` [PATCH v2 01/21] kbuild: remove kbuild cache
` [PATCH v2 02/21] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH v2 03/21] kconfig: move and rename sym_expand_string_value()
` [PATCH v2 04/21] kconfig: reference environments directly and remove 'option env=' syntax
` [PATCH v2 05/21] kconfig: remove string expansion in file_lookup()
` [PATCH v2 06/21] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v2 07/21] kconfig: add function support and implement 'shell' function
` [PATCH v2 08/21] kconfig: replace $UNAME_RELEASE with function call
` [PATCH v2 09/21] kconfig: add 'macro' keyword to support user-defined function
` [PATCH v2 10/21] kconfig: add 'success' and 'cc-option' macros
` [PATCH v2 11/21] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v2 12/21] kconfig: show compiler version text in the top comment
` [PATCH v2 13/21] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v2 15/21] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v2 16/21] kcov: imply GCC_PLUGINS and GCC_PLUGIN_SANCOV instead of select'ing them
` [PATCH v2 17/21] gcc-plugins: always build plugins with C++
` [PATCH v2 18/21] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig
` [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v2 21/21] arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig

[lustre-devel] Lustre upstream client TODO list
 2018-03-27  5:32 UTC  (4+ messages)
  ` [lustre-devel] Current results and status of my upstream work

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-27  5:32 UTC  (52+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)
` [RFC v2] Rebasing merges: a jorney to the ultimate solution (Road Clear)

socfpga: ethernet problem
 2018-03-27  5:31 UTC  (2+ messages)

[PATCH v5 1/3] regulator: axp20x: add drivevbus support for axp803
 2018-03-27  5:31 UTC  (6+ messages)
` [PATCH v5 2/3] arm64: allwinner: axp803: Add drivevbus regulator
` [PATCH v5 3/3] arm64: allwinner: a64: bananapi-m64: add usb otg

[PATCH] mm: kmemleak: wait for scan completion before disabling free
 2018-03-27  5:29 UTC  (4+ messages)

[tip:irq/core 12/13] drivers/irqchip/irq-vic.c:295:2: error: implicit declaration of function 'set_handle_irq'; did you mean 'vic_handle_irq'?
 2018-03-27  5:27 UTC  (2+ messages)

[PATCH v4 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-27  5:24 UTC  (11+ messages)

[PATCH] staging: wilc1000: replace kmalloc + memcpy with kmemdup
 2018-03-27  5:22 UTC  (3+ messages)

[PATCH v3 1/2] staging: media: davinci_vpfe: add error handling on kmalloc failure
 2018-03-27  5:20 UTC  (6+ messages)

[PATCH] checkpatch: Test SYMBOLIC_PERMS multiple times per line
 2018-03-27  5:19 UTC 

[PATCH 0/2] KVM: VMX: Add Force Emulation Prefix for "emulate the next instruction"
 2018-03-27  5:18 UTC  (9+ messages)
` [PATCH 1/2] KVM: VMX: Introduce handle_ud()
` [PATCH 2/2] KVM: VMX: Add Force Emulation Prefix for "emulate the next instruction"

[PATCH 0/3] add ifcvf driver
 2018-03-27  5:09 UTC  (10+ messages)

[RFC PATCH v4] rebase-interactive
 2018-03-27  5:07 UTC  (11+ messages)
` [RFC PATCH v5 0/8] rebase-interactive

[PATCH v3 0/6] phy: qcom: Updates for USB PHYs on SDM845
 2018-03-27  5:07 UTC  (5+ messages)
` [PATCH v3 1/6] phy: qcom-qmp: Enable pipe_clk before checking USB3 PHY_STATUS

[RFC PATCH 0/6] remove in-kernel syscall invocations (part 3 == compat cruft)
 2018-03-27  4:58 UTC  (21+ messages)
` [RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
                ` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers

[Qemu-devel] [PULL 0/2] Ide patches
 2018-03-27  4:56 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] ide: fix invalid TRIM range abortion for macio
` [Qemu-devel] [PULL 2/2] macio: fix NULL pointer dereference when issuing IDE trim

[PATCH v2] x86/boot: Disable IBRS in intr/nmi exit path at bootup stage
 2018-03-27  4:52 UTC 

linux-next: manual merge of the powerpc tree with the powerpc-fixes tree
 2018-03-27  4:52 UTC  (2+ messages)

[Fuego] Wiki docs for 1.3 release
 2018-03-27  4:49 UTC 

[meta-oe][PATCHv2 3/4] mozjs: refresh patches
 2018-03-27  4:48 UTC  (7+ messages)
` [meta-oe][PATCHv3] "

[PATCH net-next] qed*: Utilize FW 8.33.11.0
 2018-03-27  4:48 UTC  (3+ messages)
` [RFC PATCH] qed*: qed_cm_init_pf() can be static

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2018-03-27  4:43 UTC  (10+ messages)

pseudo: host user contamination
 2018-03-27  4:41 UTC  (17+ messages)

[PATCH 0/2] loop: don't hang on lo_ctl_mutex in ioctls
 2018-03-27  4:39 UTC  (3+ messages)
` [PATCH v2 1/2] loop: don't call into filesystem while holding lo_ctl_mutex
` [PATCH v2 2/2] loop: use killable lock in ioctls

[Fuego] New ftc features
 2018-03-27  4:39 UTC 

[PATCH] nvme-multipath: implement active-active round-robin path selector
 2018-03-27  4:38 UTC  (2+ messages)

[Qemu-devel] [RFC for-2.13 00/12] target/ppc: Assorted cpu cleanups (esp. hash64 MMU)
 2018-03-27  4:37 UTC  (13+ messages)
` [Qemu-devel] [RFC for-2.13 01/12] target/ppc: Standardize instance_init and realize function names
` [Qemu-devel] [RFC for-2.13 02/12] target/ppc: Simplify cpu valid check in ppc_cpu_realize
` [Qemu-devel] [RFC for-2.13 03/12] target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
` [Qemu-devel] [RFC for-2.13 04/12] target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
` [Qemu-devel] [RFC for-2.13 05/12] target/ppc: Remove fallback 64k pagesize information
` [Qemu-devel] [RFC for-2.13 06/12] target/ppc: Move page size setup to helper function
` [Qemu-devel] [RFC for-2.13 07/12] target/ppc: Split page size information into a separate allocation
` [Qemu-devel] [RFC for-2.13 08/12] target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
` [Qemu-devel] [RFC for-2.13 09/12] target/ppc: Move 1T segment and AMR options to PPCHash64Options
` [Qemu-devel] [RFC for-2.13 10/12] target/ppc: Fold ci_large_pages flag into PPCHash64Options
` [Qemu-devel] [RFC for-2.13 11/12] target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
` [Qemu-devel] [RFC for-2.13 12/12] target/ppc: Get rid of POWERPC_MMU_VER() macros

[PATCH v4 0/3] Fix issues with huge mapping in ioremap for ARM64
 2018-03-27  4:38 UTC  (5+ messages)
` [PATCH v4 2/3] arm64: Implement page table free interfaces

[PATCH v3 0/8] powerpc: Disable DAWR on POWER9
 2018-03-27  4:37 UTC  (18+ messages)
` [PATCH v3 1/8] powerpc: Add ppc_breakpoint_available()
` [PATCH v3 2/8] powerpc: Update ptrace to use ppc_breakpoint_available()
` [PATCH v3 3/8] powerpc: Update xmon "
` [PATCH v3 4/8] KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9
` [PATCH v3 5/8] KVM: PPC: Book3S HV: Return error from h_set_dabr() "
` [PATCH v3 6/8] KVM: PPC: Book3S HV: Handle migration with POWER9 disabled DAWR
` [PATCH v3 7/8] powerpc: Disable DAWR on POWER9 via CPU feature quirk
` [PATCH v3 8/8] powerpc: Disable DAWR in the base POWER9 CPU features

[PATCH] Input: ALPS - fix DualPoint flag for 74 03 28 devices
 2018-03-27  4:37 UTC  (7+ messages)

[Qemu-devel] [Bug 1187334] [NEW] crash on hot-unplug of vmxnet3
 2018-03-27  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1187334] "

[PATCH 0/2] loop: don't hang on lo_ctl_mutex in ioctls
 2018-03-27  4:35 UTC  (4+ messages)
` [PATCH 2/2] loop: use interruptible lock "

[PATCH] powerpc: Only support DYNAMIC_FTRACE not static
 2018-03-27  4:29 UTC 

[PATCH v4] ASoC: AMD: Enable/Disable auxiliary clock via common clock framework
 2018-03-27  4:22 UTC  (2+ messages)

[PATCH v4] mm, pkey: treat pkey-0 special
 2018-03-27  4:15 UTC  (8+ messages)

[U-Boot] [PATCH v4 13/13] configs: ls1012a: add pfe configuration for LS1012A
 2018-03-27  4:15 UTC  (3+ messages)
` [U-Boot] "

[Qemu-devel] [PATCH RESEND v10] vhost: used_memslots refactoring
 2018-03-27  4:14 UTC 

cron job: media_tree daily build: ERRORS
 2018-03-27  4:13 UTC 

[PATCH 0/9] x86, pkeys: two protection keys bug fixes
 2018-03-27  4:11 UTC  (4+ messages)
` [PATCH 1/9] x86, pkeys: do not special case protection key 0

[PATCH 01/10] .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
 2018-03-27  4:08 UTC  (5+ messages)
` [PATCH 08/10] kbuild: rename *-asn1.[ch] to *.asn.[ch]

[Fuego] Configure: error: C preprocessor "aarch64-linux-gnu-cpp" fails sanity check (netperf, dbench tests)
 2018-03-27  4:08 UTC  (9+ messages)

[LINUX PATCH v8 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2018-03-27  4:02 UTC  (5+ messages)

[PATCH] Fixes in TI QSPI driver to allow more than one flash chip
 2018-03-27  4:00 UTC  (2+ messages)

[PATCH v9] ndctl: Add support for get bus and region persistence domain
 2018-03-27  4:06 UTC  (2+ messages)

[PATCH] mm/page_alloc: break on the first hit of mem range
 2018-03-27  3:57 UTC 

[PATCH] powerpc/mm: Fix thread_pkey_regs_init()
 2018-03-27  3:53 UTC  (2+ messages)

[PATCH v2 1/4] drm/i915: Enable edp psr error interrupts on hsw
 2018-03-27  3:53 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/4] "

[PATCH 0/5] serial: implement flow control for ASPEED VUART driver
 2018-03-27  3:48 UTC  (14+ messages)
  ` [PATCH v2 0/4] "
    ` [PATCH v2 1/4] serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs
    ` [PATCH v2 2/4] serial/8250: export serial8250_read_char
    ` [PATCH v2 3/4] serial/aspeed-vuart: Implement rx throttling
    ` [PATCH v2 4/4] serial/aspeed-vuart: Implement quick throttle mechanism

[PATCH v9 00/24] Speculative page faults
 2018-03-27  3:49 UTC  (4+ messages)
` [PATCH v9 21/24] perf tools: Add support for the SPF perf event

[Qemu-devel] [PATCH for-2.12] tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops
 2018-03-27  3:47 UTC 

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27  3:47 UTC 

[PATCH net] vhost: correctly remove wait queue during poll failure
 2018-03-27  3:47 UTC 

[Qemu-devel] [PATCH] scsi-disk: Don't enlarge min_io_size to max_io_size
 2018-03-27  3:44 UTC  (4+ messages)

[PATCH V2 0/7] CPU cooling device new strategies
 2018-03-27  3:43 UTC  (6+ messages)
` [PATCH V2 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver

linux-next: manual merge of the tip tree with the trivial tree
 2018-03-27  3:43 UTC 

[PATCH 0/8] migration: improve and cleanup compression
 2018-03-26 15:43 UTC  (8+ messages)
` [PATCH 1/8] migration: stop compressing page in migration thread
            ` [Qemu-devel] "

Corruption on Big Endian System
 2018-03-27  3:45 UTC  (2+ messages)

[PATCH] ARM: dts: aspeed: Add default memory node
 2018-03-27  3:37 UTC  (5+ messages)

[Qemu-devel] [PATCH v1] RISC-V: RISC-V TCG backend work in progress
 2018-03-27  3:36 UTC  (3+ messages)

BUG: corrupted list in remove_wait_queue
 2018-03-27  3:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/1] iotests: fix test case 185
 2018-03-27  3:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[RFC PATCH V2 0/8] Packed ring for vhost
 2018-03-27  3:33 UTC  (4+ messages)

[PATCH 1/5] dma-buf: add optional invalidate_mappings callback v3
 2018-03-27  3:32 UTC  (4+ messages)
` [PATCH 3/5] drm/ttm: remove the backing store if no placement is given

[PATCH v2 1/2] drm/amd/dc: Use pp interface to apply display cfg in DC
 2018-03-27  3:32 UTC  (2+ messages)
  ` [PATCH v2 2/2] drm/amdgpu: Set pm_display_cfg in non-dc mode

RFC: unpinned DMA-buf exporting v2
 2018-03-27  3:32 UTC  (4+ messages)
` [PATCH 2/5] drm/ttm: keep a reference to transfer pipelined BOs

[RFC PATCH 0/1] json-writer: incorrect format specifier
 2018-03-27  3:26 UTC  (6+ messages)
` [RFC PATCH 1/1] "

Mail System Error - Returned Mail
 2018-03-27  3:26 UTC 

[meta-oe][PATCH v2] haveged: update to 1.9.2
 2018-03-27  3:22 UTC 

[meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize
 2018-03-27  3:23 UTC 

[qemu-mainline test] 121275: regressions - FAIL
 2018-03-27  3:23 UTC 

[PATCH V2] arm64: tlbflush: avoid writing RES0 bits
 2018-03-27  3:21 UTC 

[PATCH] drm/amdgpu: no job timeout setting on compute queues
 2018-03-27  3:22 UTC  (9+ messages)

[PATCH v2 0/4] selftests: fix compiling issues
 2018-03-27  3:11 UTC  (4+ messages)
` [PATCH v2 2/4] selftests/gpio: fix paths in Makefile
` [PATCH v2 3/4] kselftest: install sanitized kernel headers before compiling
` [PATCH v2 4/4] selftests/bpf: fix compiling errors

[PATCH v1 00/16] Add support to MT6323 RTC and its power device
 2018-03-27  3:21 UTC  (5+ messages)
` [PATCH v1 01/16] dt-bindings: power: reset: mediatek: add bindings for "

[PATCH v2 iproute2-next 0/6] cm_id, cq, mr, and pd resource tracking
 2018-03-27  3:21 UTC  (8+ messages)
` [PATCH v2 iproute2-next 3/6] rdma: Add CM_ID resource tracking information


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.