All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-04 21:11:52 to 2016-08-04 22:58:35 UTC [more...]

[Patch v3 08/11] driver/edac/fsl_ddr: Add support of little endian
 2016-08-04 22:58 UTC  (2+ messages)
` [Patch v3 10/11] driver/edac/layerscape_edac: Add Layerscape EDAC support

What's cooking in git.git (Aug 2016, #02; Thu, 4)
 2016-08-04 22:56 UTC  (2+ messages)

mmotm 2016-08-04-15-53 uploaded
 2016-08-04 22:54 UTC  (2+ messages)

mmotm 2016-08-04-15-53 uploaded
 2016-08-04 22:54 UTC 

[RFC V2 PATCH 00/25] Kernel NET policy
 2016-08-04 22:54 UTC  (5+ messages)
` [RFC V2 PATCH 17/25] net/netpolicy: introduce netpolicy_pick_queue

[PATCH] Update dnsmasq to version 2.76
 2016-08-04 22:40 UTC 

[PATCH 1/2] vmd: Fix infinite loop executing irq's
 2016-08-04 22:48 UTC  (3+ messages)
` [PATCH 2/2] vmd: Synchronize with RCU freeing msi irq descs

Programmatically query default XFS Quota ?
 2016-08-04 22:48 UTC 

[Ksummit-discuss] [ANNOUNCE] git-series: track changes to a patch series over time
 2016-08-04 22:46 UTC  (4+ messages)

[PATCH v4 0/7] rk3399 support ddr frequency scaling
 2016-08-04 22:42 UTC  (12+ messages)
` [PATCH v4 1/7] clk: rockchip: add clock flag parameter when register pll
` [PATCH v4 2/7] clk: rockchip: add new clock-type for the ddrclk
` [PATCH v4 3/7] clk: rockchip: rk3399: add SCLK_DDRCLK ID for ddrc

[ANNOUNCE] git-series: track changes to a patch series over time
 2016-08-04 22:40 UTC  (3+ messages)

[PATCH 0/2] Patches to let Git build with GCC 6 and DEVELOPER=SureWhyNot
 2016-08-04 22:39 UTC  (5+ messages)
` [PATCH 2/2] nedmalloc: work around overzealous GCC 6 warning

[PATCH 0/5] Add driver for GE B850v3 LVDS/DP++ Bridge
 2016-08-04 22:37 UTC  (12+ messages)
` [PATCH V4 0/4] "
  ` [PATCH V4 1/4] drm/imx-ldb: Add support to drm-bridge
  ` [PATCH V4 2/4] Documentation/devicetree/bindings: b850v3_lvds_dp
  ` [PATCH V4 3/4] drm/bridge: Add driver for GE B850v3 LVDS/DP++ Bridge
  ` [PATCH V4 4/4] dts/imx6q-b850v3: Use "

[oe-layersetup][PATCH] arago-2016.02: add config for CoreSDK ti2016.02 release
 2016-08-04 22:35 UTC 

[PATCH v2 00/44] x86/dumpstack: rewrite x86 stack dump code
 2016-08-04 22:22 UTC  (45+ messages)
` [PATCH v2 01/44] x86/dumpstack: remove show_trace()
` [PATCH v2 02/44] x86/asm/head: remove unused init_rsp variable
` [PATCH v2 03/44] x86/asm/head: rename 'stack_start' -> 'initial_stack'
` [PATCH v2 04/44] x86/asm/head: use a common function for starting CPUs
` [PATCH v2 05/44] x86/dumpstack: make printk_stack_address() more generally useful
` [PATCH v2 06/44] x86/dumpstack: add IRQ_USABLE_STACK_SIZE define
` [PATCH v2 07/44] x86/dumpstack: remove extra brackets around "<EOE>"
` [PATCH v2 08/44] x86/dumpstack: fix irq stack bounds calculation in show_stack_log_lvl()
` [PATCH v2 09/44] x86/dumpstack: fix x86_32 kernel_stack_pointer() previous stack access
` [PATCH v2 10/44] x86/dumpstack: add get_stack_pointer() and get_frame_pointer()
` [PATCH v2 11/44] x86/dumpstack: remove unnecessary stack pointer arguments
` [PATCH v2 12/44] x86: move _stext marker to before head code
` [PATCH v2 13/44] x86/asm/head: remove useless zeroed word
` [PATCH v2 14/44] x86/asm/head: put real return address on idle task stack
` [PATCH v2 15/44] perf/x86: check perf_callchain_store() error
` [PATCH v2 16/44] oprofile/x86: add regs->ip to oprofile trace
` [PATCH v2 17/44] proc: fix return address printk conversion specifer in /proc/<pid>/stack
` [PATCH v2 18/44] ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
` [PATCH v2 19/44] ftrace: only allocate the ret_stack 'fp' field when needed
` [PATCH v2 20/44] ftrace: add return address pointer to ftrace_ret_stack
` [PATCH v2 21/44] ftrace: add ftrace_graph_ret_addr() stack unwinding helpers
` [PATCH v2 22/44] x86/dumpstack/ftrace: convert dump_trace() callbacks to use ftrace_graph_ret_addr()
` [PATCH v2 23/44] ftrace/x86: implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
` [PATCH v2 24/44] x86/dumpstack/ftrace: mark function graph handler function as unreliable
` [PATCH v2 25/44] x86/dumpstack/ftrace: don't print unreliable addresses in print_context_stack_bp()
` [PATCH v2 26/44] x86/dumpstack: allow preemption in show_stack_log_lvl() and dump_trace()
` [PATCH v2 27/44] x86/dumpstack: simplify in_exception_stack()
` [PATCH v2 28/44] x86/dumpstack: add get_stack_info() interface
` [PATCH v2 29/44] x86/dumpstack: add recursion checking for all stacks
` [PATCH v2 30/44] x86/unwind: add new unwind interface and implementations
` [PATCH v2 31/44] perf/x86: convert perf_callchain_kernel() to use the new unwinder
` [PATCH v2 32/44] x86/stacktrace: convert save_stack_trace_*() "
` [PATCH v2 33/44] oprofile/x86: convert x86_backtrace() "
` [PATCH v2 34/44] x86/dumpstack: convert show_trace_log_lvl() "
` [PATCH v2 35/44] x86/dumpstack: remove dump_trace() and related callbacks
` [PATCH v2 36/44] x86/entry/unwind: encode pt_regs pointer in frame pointer
` [PATCH v2 37/44] x86/unwind: detect syscall entry regs
` [PATCH v2 38/44] x86/dumpstack: print stack identifier on its own line
` [PATCH v2 39/44] x86/dumpstack: print any pt_regs found on the stack
` [PATCH v2 40/44] x86: remove 64-byte gap at end of irq stack
` [PATCH v2 41/44] x86/asm/head: standardize the end of the stack for idle tasks
` [PATCH v2 42/44] x86/unwind: warn on kernel stack corruption
` [PATCH v2 43/44] x86/unwind: warn on bad stack return address
` [PATCH v2 44/44] x86/unwind: warn if stack grows up

[patch 7/7] mm/memblock.c: fix NULL dereference error
 2016-08-04 22:32 UTC 

[patch 6/7] MAINTAINERS: update cgroup's document path
 2016-08-04 22:31 UTC 

[patch 5/7] slub: drop bogus inline for fixup_red_left()
 2016-08-04 22:31 UTC 

[patch 4/7] powerpc/fsl_rio: fix a missing error code
 2016-08-04 22:31 UTC 

[patch 3/7] mm: initialise per_cpu_nodestats for all online pgdats at boot
 2016-08-04 22:31 UTC 

[patch 2/7] mm/memblock: fix a typo in a comment
 2016-08-04 22:31 UTC 

[patch 1/7] mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled
 2016-08-04 22:31 UTC 

incoming
 2016-08-04 22:31 UTC 

[Ksummit-discuss] [TOPIC] kernel hardening / self-protection / whatever
 2016-08-04 22:29 UTC  (8+ messages)

[Buildroot] [PATCH 1/3] toolchain: configs: improve toolchain config readability
 2016-08-04 22:30 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] gcc: configs: rename BR2_EXTRA_GCC_CONFIG_OPTIONS
` [Buildroot] [PATCH 3/3] uclibc: configs: rename BR2_PTHREAD_DEBUG

[PATCH v3 00/12] J-core J2 cpu and SoC peripherals support
 2016-08-04 22:27 UTC  (6+ messages)
` [PATCH v3 01/12] of: add vendor prefix for J-Core

xosview - anybody willing to test it (the raid features :-)
 2016-08-04 22:27 UTC 

How to stress test raid6 on 122 disk array
 2016-08-04 22:19 UTC  (6+ messages)

[PATCH] iio: humidity: hdc100x: use i2c_master_recv to read sensor data
 2016-08-04 22:21 UTC  (6+ messages)

[PATCH v5 0/8] Broadcom stb, nsp, ns2, cygnus QSPI driver
 2016-08-04 22:20 UTC  (5+ messages)
` [PATCH v5 1/8] Documentation: dt: spi: Add BRCMSTB SoC bindings

[PATCH net 0/3] mlxsw: DCB fixes
 2016-08-04 14:36 UTC  (2+ messages)
` [PATCH net 2/3] mlxsw: spectrum: Do not override PAUSE settings

[patch] qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()
 2016-08-04 22:20 UTC  (2+ messages)

[Buildroot] [PATCH] gdb: fix sim support for ARM
 2016-08-04 22:20 UTC  (2+ messages)

[Buildroot] [git commit] gdb: fix simulator build failures
 2016-08-04 22:16 UTC 

[WireGuard] Continuous Integration Server
 2016-08-04 22:17 UTC  (2+ messages)

+ dma-mapping-introduce-the-dma_attr_no_warn-attribute.patch added to -mm tree
 2016-08-04 22:03 UTC 

+ powerpc-implement-the-dma_attr_no_warn-attribute.patch added to -mm tree
 2016-08-04 22:03 UTC 

+ nvme-use-the-dma_attr_no_warn-attribute.patch added to -mm tree
 2016-08-04 22:03 UTC 

[PATCH net v2 0/3] Few BPF helper related checksum fixes
 2016-08-04 22:11 UTC  (4+ messages)
` [PATCH net v2 1/3] bpf: also call skb_postpush_rcsum on xmit occasions
` [PATCH net v2 2/3] bpf: fix checksum fixups on bpf_skb_store_bytes
` [PATCH net v2 3/3] bpf: fix checksum for vlan push/pop helper

[lustre-devel] Building 1.8.9 Kernel modules for Kernel 3.1
 2016-08-04 22:10 UTC  (4+ messages)

[Buildroot] [PATCH v2] package/oprofile: disable for m68k
 2016-08-04 22:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/libuio: select gettext when BR2_NEEDS_GETTEXT_IF_LOCALE is set
 2016-08-04 22:10 UTC 

git grep -P is multiline for negative lookahead/behind
 2016-08-04 22:09 UTC  (4+ messages)

[RFC][PATCH 0/7] cpufreq / sched: cpufreq_update_util() flags and iowait boosting
 2016-08-04 22:09 UTC  (5+ messages)
` [RFC][PATCH 5/7] cpufreq / sched: UUF_IO flag to indicate iowait condition

[PATCH] terminal: Add sleep in pid-monitor loop
 2016-08-04 22:04 UTC 

(unknown),
 2016-08-04 22:04 UTC  (9+ messages)
` [PATCH v3 2/4] rtc: rtc-pm8xxx: Add support for pm8018 rtc
    ` [rtc-linux] "
` [PATCH v3 4/4] regulator: qcom_rpm-regulator: Add support for pm8018 rpm regulator
    ` [rtc-linux] "

linux-scsi
 2016-08-04 22:05 UTC 

-Zpráva pro vás-
 2016-08-04 15:11 UTC 

-Zpráva pro vás-
 2016-08-04 15:11 UTC 

[PATCH v4 0/3] dma-mapping, powerpc, nvme: introduce the DMA_ATTR_NO_WARN attribute
 2016-08-04 22:01 UTC  (3+ messages)

of_clk_add_(hw_)providers multipule times for one node?
 2016-08-04 22:02 UTC  (3+ messages)

[Powertop] [PATCH v2 00/10] Housecleaning and Gettext cleanup
 2016-08-04 22:01 UTC 

[PATCH] rcar-du: add R8A7792 support
 2016-08-04 22:01 UTC  (2+ messages)

[PATCH] media: tw686x: Rework initial hardware configuration
 2016-08-04 22:00 UTC 

cross compiling perf
 2016-08-04 21:58 UTC  (4+ messages)

[PATCH] bb/utils.py: export_proxies add GIT_PROXY_COMMAND
 2016-08-04 21:55 UTC 

[Buildroot] [PATCH] package/oprofile: disable for m68k
 2016-08-04 21:55 UTC 

+ mm-memblockc-fix-null-dereference-error.patch added to -mm tree
 2016-08-04 21:53 UTC 

[PATCH] bb/utils.py: export_proxies add GIT_PROXY_COMMAND
 2016-08-04 21:52 UTC 

[PATCH 1/2] ath9k: use ieee80211_tx_status_noskb where possible
 2016-08-04 21:49 UTC  (2+ messages)
` [PATCH 2/2] ath9k: improve powersave filter handling

[PATCH v2] mm/slab: Improve performance of gathering slabinfo stats
 2016-08-04 21:49 UTC  (4+ messages)

perf test BPF failing on f24: fix
 2016-08-04 21:47 UTC  (8+ messages)

[PATCH/RFC] mm, oom: Fix uninitialized ret in task_will_free_mem()
 2016-08-04 21:46 UTC  (4+ messages)

+ mm-oom-fix-uninitialized-ret-in-task_will_free_mem.patch added to -mm tree
 2016-08-04 21:46 UTC 

[U-Boot] tegra124 jetson-tk1 ethernet problems
 2016-08-04 21:48 UTC  (5+ messages)

[PATCH v2] module_to_cil: fix use of uninitialized variables
 2016-08-04 21:43 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] ARM: tegra: adapt to latest HSP DT binding
 2016-08-04 21:42 UTC  (7+ messages)
` [U-Boot] [PATCH 8/9] mmc: tegra: port to standard clock/reset APIs

arm64: Implement IPI based TLB invalidation
 2016-08-04 21:40 UTC  (4+ messages)
` [PATCH] arm64: Add workaround for Cavium erratum 26026

[xen-unstable-smoke test] 99948: tolerable all pass - PUSHED
 2016-08-04 21:38 UTC 

[PATCH] scsi: fix upper bounds check of sense key in scsi_sense_key_string()
 2016-08-04 21:32 UTC 

[PATCH v4 1/5] dma-buf/fence-array: add fence_is_array()
 2016-08-04 21:32 UTC  (5+ messages)
` [PATCH v4 5/5] dma-buf/sync_file: only enable fence signalling on poll()

[PATCH 0/2] get_expected_throughput interface update
 2016-08-04 21:31 UTC  (5+ messages)
` [PATCH 1/2] mac80211/wlcore: Add ieee80211_hw variable to get_expected_throughput
  ` [PATCH 2/2] wlcore: Remove wl pointer from wl_sta structure

[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
 2016-08-04 21:21 UTC  (3+ messages)
` [Qemu-devel] [Bug 1490611] "
` [Qemu-devel] [Bug 1490611]

[PATCH 0/7] minor trace fixes and cosmetic improvements
 2016-08-04 21:28 UTC  (8+ messages)
` [PATCH 3/7] trace: use warning() for printing trace errors
` [PATCH 6/7] trace: disable key after write error

[PATCH 1/1] mm/block: convert rw_page users to bio op use
 2016-08-04 21:26 UTC  (6+ messages)

+ mailmap-correct-entries-for-mauro-carvalho-chehab-and-shuah-khan.patch added to -mm tree
 2016-08-04 21:25 UTC 

+ printk-remove-unnecessary-ifdef-config_printk.patch added to -mm tree
 2016-08-04 21:25 UTC 

[GIT PULL] nfsd changes for 4.8
 2016-08-04 21:24 UTC 

[PATCH] mm/vmalloc: fix align value calculation error
 2016-08-04 21:24 UTC  (4+ messages)

[PATCH v2 00/14] PM: SoC idle support using PM domains
 2016-08-04 21:23 UTC  (6+ messages)
` [PATCH v2 02/14] dt/bindings: update binding for PM domain idle states

[PATCH 0/2] Add ability to configure ethernet h/w shaper
 2016-08-04 21:21 UTC  (10+ messages)
` [PATCH 1/2] net: core: ethtool: add per queue bandwidth command
` [PATCH] net: ethernet: ti: cpsw: split common driver data and slaves data
` [PATCH] priority improvement
` [PATCH 2/2] net: core: ethtool: add ringparam perqueue command

Lost CLOSE with NFSv4.1 on RHEL7 ( and bejond?)
 2016-08-04 21:20 UTC  (9+ messages)

RFC: eclipse debug functionality issue
 2016-08-04 21:20 UTC 

[Buildroot] [PATCH 1/1] package/kodi: Update upstream patch to support libcurl >= 7.5.1
 2016-08-04 21:16 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.7 v3 00/36] Various memory leak fixes
 2016-08-04 21:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.7 v3 35/36] ahci: fix sglist leak on retry

[PATCH 1/2] power: reset: reboot-mode: Add managed resource API
 2016-08-04 21:14 UTC  (4+ messages)
` [PATCH 2/2] power: reset: syscon-reboot-mode: Use "

[PATCH 0/3] net: ethernet: ti: cpsw: split driver data and per ndev data
 2016-08-04 21:14 UTC  (4+ messages)
` [PATCH 1/3] net: ethernet: ti: cpsw: simplify submit routine
` [PATCH 2/3] net: ethernet: ti: cpsw: remove redundant check in napi poll
` [PATCH 3/3] net: ethernet: ti: cpsw: split common driver data and private net data

[PATCH] ARM: dts: da850: Add basic DTS for the L138/C6748 Dev Kit
 2016-08-04 21:13 UTC  (5+ messages)

[PATCH v6 06/16] merge_recursive: abort properly upon errors
 2016-08-04 21:12 UTC  (12+ messages)
      ` patch submission process, was "


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.