All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-15 21:57:30 to 2017-06-15 23:21:15 UTC [more...]

[PATCH 0/3] Generalize fncpy availability
 2017-06-15 23:21 UTC  (3+ messages)
` [PATCH 1/3] ARM: Generalize fncpy implementation

[PATCH v2 00/10] Instruction emulation fixes
 2017-06-15 23:18 UTC  (22+ messages)
` [PATCH v2 01/10] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
` [PATCH v2 02/10] MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
` [PATCH v2 03/10] MIPS: Fix unaligned PC interpretation in `compute_return_epc'
` [PATCH v2 04/10] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
` [PATCH v2 05/10] MIPS: Rename `sigill_r6' to `sigill_r2r6' "
` [PATCH v2 06/10] MIPS: Send SIGILL for linked branches "
` [PATCH v2 07/10] MIPS: Send SIGILL for R6 "
` [PATCH v2 08/10] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
` [PATCH v2 09/10] MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away
` [PATCH v2 10/10] MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn'

[PATCH 0/5] perf: add support for capturing skid IP
 2017-06-15 23:18 UTC  (9+ messages)

Understanding how sparse handles multiple input files
 2017-06-15 23:18 UTC  (5+ messages)

[ANNOUNCE] git-cinnabar 0.5.0b2
 2017-06-15 23:16 UTC 

[PATCH v2 1/2] git-compat-util: add a FREEZ() wrapper around free(ptr); ptr = NULL
 2017-06-15 23:15 UTC  (10+ messages)
` [PATCH v3 0/2] Add a FREE_AND_NULL() wrapper macro
    ` [PATCH v4 0/6] "
    ` [PATCH v4 1/6] git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
    ` [PATCH v4 2/6] coccinelle: add a rule to make "type" code use FREE_AND_NULL()
    ` [PATCH v4 3/6] coccinelle: make use of the "type" FREE_AND_NULL() rule
    ` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
    ` [PATCH v4 5/6] coccinelle: make use of the "expression" FREE_AND_NULL() rule
    ` [PATCH v4 6/6] *.[ch] refactoring: make use of the FREE_AND_NULL() macro

linux-next: manual merge of the clk tree with the reset tree
 2017-06-15 23:15 UTC 

[PATCH v5 00/10] The final building block for a faster rebase -i
 2017-06-15 23:13 UTC  (2+ messages)

[PATCH 00/24] xen/arm: Extend the usage of typesafe MFN
 2017-06-15 23:12 UTC  (31+ messages)
` [PATCH 02/24] xen/arm: gic-v2: Fix indentation in gicv2_map_hwdom_extra_mappings
` [PATCH 03/24] xen/arm: setup: Remove bogus xenheap_mfn_end in setup_mm for arm64
` [PATCH 04/24] xen/arm: mm: Introduce clear_table and use it
` [PATCH 05/24] xen/arm: mm: Move mfn_to_xen_entry from page.h to mm.c
` [PATCH 06/24] xen/arm: mm: Fix coding style of mfn_to_xen_entry
` [PATCH 07/24] xen/arm: mm: Clean-up mfn_to_xen_entry
` [PATCH 08/24] xen/arm: mm: Use typesafe MFN in mfn_to_xen_entry
` [PATCH 09/24] xen/arm: Define mfn_to_page/page_to_mfn in term of __mfn_to_page/__page_to_mfn
` [PATCH 10/24] xen/arm: domain_build: Replace paddr_to_pfn(virt_to_maddr(.)) by virt_to_mfn(.)
` [PATCH 11/24] xen/arm: mm: Replace __va(pfn_to_paddr(...)) by mfn_to_virt
` [PATCH 12/24] xen/arm: Replace DIV_ROUND_UP(..., PAGE_SIZE) by PFN_UP(...)
` [PATCH 13/24] xen/arm: traps: Replace p2m_lookup(..., ..., NULL) by gfn_to_mfn(..., ...)
` [PATCH 14/24] xen/arm: Introduce wrappers for MFN <-> MADDR and GFN <-> GADDR
` [PATCH 15/24] xen/arm: Use the newly introduced MFN <-> MADDR and GFN <-> MADDR helpers
` [PATCH 16/24] xen/arm: mm: Use typesafe mfn for xenheap_mfn_*

[PATCH 1/2] remoteproc: Add remote processor coredump support
 2017-06-15 23:11 UTC  (4+ messages)

[PATCH v3] pflash option to retrieve PNOR partition flags
 2017-06-15 23:10 UTC 

xgetbv nondeterminism
 2017-06-15 23:11 UTC  (6+ messages)

+ mm-correct-the-comment-when-reclaimed-pages-exceed-the-scanned-pages-fix.patch added to -mm tree
 2017-06-15 23:10 UTC 

+ mm-correct-the-comment-when-reclaimed-pages-exceed-the-scanned-pages.patch added to -mm tree
 2017-06-15 23:10 UTC 

+ checkpatch-silence-perl-5260-unescaped-left-brace-warnings.patch added to -mm tree
 2017-06-15 23:08 UTC 

+ checkpatch-improve-tests-for-multiple-line-function-definitions.patch added to -mm tree
 2017-06-15 23:06 UTC 

Questions on event masks (specifically in tools/3dsp.c)
 2017-06-15 23:06 UTC  (2+ messages)

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-15 23:05 UTC  (3+ messages)
` [PATCH v2 0/3] Add regression tests for rectent "

LTS testing with latest kselftests - some failures
 2017-06-15 23:05 UTC  (3+ messages)

[Qemu-arm] [PATCH 1/2] gen-icount: add missing inline to gen_tb_end
 2017-06-15 23:04 UTC  (4+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH 2/2] gen-icount: pass cpu_env as a parameter to gen_* inlines
  ` [Qemu-devel] "

[RESEND PATCH v3 1/n] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
 2017-06-15 23:03 UTC 

[PATCHv2 3/3] mm: Use updated pmdp_invalidate() inteface to track dirty/accessed bits
 2017-06-15 23:02 UTC  (4+ messages)

+ bsearch-micro-optimize-pivot-position-calculation.patch added to -mm tree
 2017-06-15 23:03 UTC 

Color lookup support for the atmel-hlcdc driver
 2017-06-15 23:01 UTC  (7+ messages)

fio server errors
 2017-06-15 22:59 UTC  (7+ messages)

[PATCH 1/1] userfaultfd: shmem: handle coredumping in handle_userfault()
 2017-06-15 22:58 UTC  (4+ messages)

[PATCH] drm/msm: Separate locking of buffer resources from struct_mutex
 2017-06-15 22:57 UTC  (4+ messages)
` [PATCH] fixup! "

[PATCH] [media] ov6650: convert to standalone v4l2 subdevice
 2017-06-15 22:52 UTC 

+ checkpatch-remove-false-warning-for-commit-reference.patch added to -mm tree
 2017-06-15 22:55 UTC 

[PATCH] skbuff: make skb_put_zero() return void
 2017-06-15 22:55 UTC  (15+ messages)

[Buildroot] [PATCH 1/5] libressl: new package
 2017-06-15 22:54 UTC  (10+ messages)
` [Buildroot] [PATCH 2/5] libssl: new virtual package
` [Buildroot] [PATCH 3/5] libressl: add libssl virtual package support
` [Buildroot] [PATCH 4/5] openssl: "

RFC: pwritev2 regression test for invalid flags
 2017-06-15 22:10 UTC  (2+ messages)

New GCC compiler for 8086 cpu's
 2017-06-15 22:53 UTC  (3+ messages)

+ checkpatch-fix-stepping-through-statements-with-stat-and-ctx_statement_block.patch added to -mm tree
 2017-06-15 22:53 UTC 

Question about nct6775 and w83627ehf
 2017-06-15 22:34 UTC 

[PATCH] powernv/npu-dma.c: Remove spurious WARN_ON when a PCI device has no of_node
 2017-06-15 22:50 UTC  (2+ messages)
`  "

Is linux-yocto-rt kernel compatible with x32 tune?
 2017-06-15 22:50 UTC  (4+ messages)

[PATCH] powerpc/xive: Fix offset for store EOI MMIOs
 2017-06-15 22:50 UTC  (2+ messages)
`  "

devshell not working for Qt or Boundary Devices based yocto
 2017-06-15 22:46 UTC  (4+ messages)

[PATCHv2 2/3] mm: Do not loose dirty and access bits in pmdp_invalidate()
 2017-06-15 22:44 UTC  (4+ messages)

[patch] mm, oom: prevent additional oom kills before memory is freed
 2017-06-15 22:42 UTC  (10+ messages)

[PATCH v4] ACPI / APEI: Boot Error Record Table processing was needlessly complicated
 2017-06-15 22:41 UTC 

[PATCH] ndctl: daxctl: Adding io option for daxctl
 2017-06-15 22:42 UTC 

RFC: Another proposed hash function transition plan
 2017-06-15 22:41 UTC  (11+ messages)
      ` Which hash function to use, was "

[PATCH] drm: atmel-hlcdc: sama5d4 does not have overlay2
 2017-06-15 22:40 UTC  (3+ messages)

ath9k - Division by zero in kernel (as well as firmware panic)
 2017-06-15 22:37 UTC  (7+ messages)
` ath9k_htc "

[PATCH] drm/radeon: remove unnecessary variable in si_enable_smc_cac
 2017-06-15 22:37 UTC 

[PATCH RFC 0/3] bpf/arm64/mips: Avoid inline asm in BPF
 2017-06-15 22:35 UTC  (8+ messages)
` [PATCH RFC 1/3] arm64: Gate inclusion of asm/sysreg.h by __EMITTING_BPF__
` [PATCH RFC 2/3] samples/bpf: Add define __EMITTING_BPF__ when building BPF
` [PATCH RFC 3/3] MIPS: Include file changes to enable building BPF code with llvm

+ mm-hugetlb-schedule-when-potentially-allocating-many-hugepages.patch added to -mm tree
 2017-06-15 22:37 UTC 

[RESEND PATCHv4 1/2] Input: xpad - sync supported devices with 360Controller
 2017-06-15 22:32 UTC  (2+ messages)
` [RESEND PATCH 2/2] Input: xpad - sync supported devices with XBCD

[PATCH v5] mm: huge-vmap: fail gracefully on unexpected huge vmap mappings
 2017-06-15 22:29 UTC  (8+ messages)

FAILED: patch "[PATCH] drm/i915: Do not sync RCU during shrinking" failed to apply to 4.11-stable tree
 2017-06-15 22:28 UTC  (2+ messages)

[PATCH] reconnect_one(): fix a missing error code
 2017-06-15 22:28 UTC  (6+ messages)

XFS journal write ordering constraints?
 2017-06-15 22:28 UTC  (6+ messages)

+ mm-unify-new_node_page-and-alloc_migrate_target.patch added to -mm tree
 2017-06-15 22:27 UTC 

+ hugetlb-memory_hotplug-prefer-to-use-reserved-pages-for-migration.patch added to -mm tree
 2017-06-15 22:27 UTC 

+ mm-memory_hotplug-simplify-empty-node-mask-handling-in-new_node_page.patch added to -mm tree
 2017-06-15 22:27 UTC 

[distros-debian-wheezy test] 71566: tolerable trouble: broken/pass
 2017-06-15 22:27 UTC 

[RFC PATCH v2] pci: Concurrency issue in NVMe Init through PCIe switch
 2017-06-15 22:27 UTC  (2+ messages)

[PATCH 0/2] Fix a refname trimming problem in `log --bisect`
 2017-06-15 22:26 UTC  (3+ messages)
` [PATCH 1/2] for_each_bisect_ref(): don't trim refnames

expected behaviour for replicated servers
 2017-06-15 22:25 UTC  (4+ messages)

[PATCH 4.11 00/13] 4.11.6-stable review
 2017-06-15 22:25 UTC  (2+ messages)

linux-next: build warning after merge of the wireless-drivers tree
 2017-06-15 22:25 UTC 

[mac80211-next:skb-put-zero 5/5] drivers/net/ppp/ppp_async.c:805:3: error: invalid use of void expression
 2017-06-15 22:23 UTC 

[RFC v2 PATCH] Fix modifier keys for Redragon Asura Keyboard
 2017-06-15 22:24 UTC 

[PATCH 4.4 00/46] 4.4.73-stable review
 2017-06-15 22:24 UTC  (2+ messages)

[PATCH 4.9 000/108] 4.9.33-stable review
 2017-06-15 22:23 UTC  (2+ messages)

[PATCH v2 0/2] mm: force enable thp for dax
 2017-06-15 22:23 UTC  (11+ messages)
` [PATCH v2 1/2] mm: improve readability of transparent_hugepage_enabled()

[PATCHv2] omap3isp: add support for CSI1 bus
 2017-06-15 22:23 UTC  (14+ messages)
      ` [PATCH] v4l2-fwnode: Fix clock lane parsing
          ` v4l2-fwnode: status, plans for merge, any branch to merge against?
                  ` n900 camera on v4.12-rc (was Re: v4l2-fwnode: status, plans for merge, any branch to merge against?)
                  ` [PATCH] omap3isp: fix compilation

Using b43-fwcutter on Windows drivers
 2017-06-15 22:21 UTC  (7+ messages)

[PATCH] drm/amdgpu: don't check the default value for vm size
 2017-06-15 22:21 UTC 

+ mm-memory_hotplug-support-movable_node-for-hotplugable-nodes.patch added to -mm tree
 2017-06-15 22:21 UTC 

[PATCH 0/5] Preallocate flush bio, sysfs tunable
 2017-06-15 22:27 UTC  (6+ messages)
` [PATCH 4/5] btrfs: add fs flag to force device flushing
` [PATCH 5/5] btrfs: sysfs: export the force_dev_flush flag

Fwd: Build failed in Jenkins: ceph-master #804
 2017-06-15 22:20 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v6 0/6] translate: [tcg] Generic translation framework
 2017-06-15 22:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 3/6] target: [tcg] Add generic "
  ` [Qemu-devel] [PATCH] translator mega-patch

[PATCH 0/2] xen/arm: Move LPAE definition in a separate header
 2017-06-15 22:19 UTC  (3+ messages)
` [PATCH 2/2] xen/arm: lpae: Fix comments coding style

Questions on event masks (specifically in tools/3dsp.c)
 2017-06-15 22:17 UTC 

[RFC 0/3] make skb accessors return void pointers
 2017-06-15 22:12 UTC  (4+ messages)
` [RFC 1/3] networking: make skb_put & friends "
` [RFC 2/3] networking: make skb_pull "
` [RFC 3/3] networking: make skb_push & __skb_push "

[PATCH 1/2] drm/vc4: Add T-format scanout support
 2017-06-15 22:11 UTC  (4+ messages)
` [PATCH 2/2] drm/vc4: Add get/set tiling ioctls

[PATCH] builtin/clone: get rid of 'value' strbuf
 2017-06-15 22:10 UTC  (2+ messages)

[PATCH v3 1/n] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
 2017-06-15 22:10 UTC  (3+ messages)

[PATCH 1/3] oeqa/core/threaded: Don't assume that results exists on logDetails
 2017-06-15 22:09 UTC  (3+ messages)
` [PATCH 2/3] oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4
` [PATCH 3/3] oeqa/selftest/context: Reload testlayer_path when meta-selftest isn't added

[PATCH v2 0/2] NVDIMM memory error notification support
 2017-06-15 22:05 UTC  (4+ messages)
` [PATCH v2 2/2] acpi/nfit: Issue Start ARS to retrieve existing records

[Bug 93826] 144Hz graphic glitches and bad resolution
 2017-06-15 22:05 UTC  (2+ messages)
` [Bug 93826] 2560x1440 @144Hz graphic glitches and bad refresh rate

[PATCH 1/3] drm/amdgpu: drop set_vga_render_state from display funcs (v3)
 2017-06-15 22:02 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amdgpu: remove *_mc_access "
  ` [PATCH 3/3] drm/amd/dc/dm: remove redundant display structs (v2)

+ fs-introduce-filemap_range_has_page-fix.patch added to -mm tree
 2017-06-15 22:01 UTC 

[PATCH v2] wildmatch test: cover a blind spot in "/" matching
 2017-06-15 22:01 UTC  (2+ messages)

[PATCH 0/10 v12] No wait AIO
 2017-06-15 22:01 UTC  (5+ messages)

[PATCH] docs: record the metadump file format
 2017-06-15 22:00 UTC 

[RFC] rcu: use killable versions of swait
 2017-06-15 21:57 UTC  (3+ messages)
` [RFC v2 0/2] swait: add idle to make idle-hacks on kthreads explicit

[PATCH v3] ARM: dts: da850-evm: drop VPIF endpoints
 2017-06-15 21:57 UTC 


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.