All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-21 20:37:59 to 2017-04-21 22:01:30 UTC [more...]

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-21 22:01 UTC  (12+ messages)

[PATCH 1/4] scsi: pmcraid: use __iomem pointers for ioctl argument
 2017-04-21 22:01 UTC  (3+ messages)

[PATCH v2 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
 2017-04-21 22:00 UTC  (3+ messages)
` [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask

[PATCH v2 0/3] x86/mm: Straightforward TLB flush fixes/cleanups
 2017-04-21 21:59 UTC  (3+ messages)
` [PATCH v2 1/3] x86/mm: Remove flush_tlb() and flush_tlb_current_task()

[PATCH] Introduce v3 namespaced file capabilities
 2017-04-21 21:53 UTC  (8+ messages)

[Qemu-devel] Subject: [PATCH] target-ppc: Add global timer group A to open-pic
 2017-04-21 21:58 UTC 

[PATCH] Improve pipe split between amdgpu and amdkfd v4
 2017-04-21 21:58 UTC  (5+ messages)
` [PATCH 05/17] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2

[PATCH] cgroup: define empty cftype structure for !CONFIG_CGROUPS
 2017-04-21 21:56 UTC  (4+ messages)

[PATCH] ARM: omap2+: make omap4_get_cpu1_ns_pa_addr declaration usable
 2017-04-21 21:55 UTC  (3+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-21 21:55 UTC  (16+ messages)
` [PATCH v5 07/32] x86/mm: Add support to enable SME in early boot processing
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption

linux-next: manual merge of the pm tree with the arm-soc tree
 2017-04-21 21:54 UTC  (17+ messages)

[Qemu-devel] Subject: [PATCH] target-ppc: Add global timer group A to open-pic
 2017-04-21 21:52 UTC  (2+ messages)

Annoucing the release of fedfs-utils version 0.10.7
 2017-04-21 21:52 UTC  (2+ messages)

[PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
 2017-04-22 17:17 UTC  (3+ messages)

BUG: KASAN: use-after-free in scsi_exit_rq
 2017-04-21 21:49 UTC  (3+ messages)

[PATCH] hwmon (pmbus): Add client driver for IR35221
 2017-04-21 21:48 UTC  (3+ messages)

[PATCH net] xfrm: calculate L4 checksums also for GSO case before encrypting packets
 2017-04-21 21:45 UTC  (6+ messages)

[PATCH] usb: host: xhci: remove #ifdef around PM functions
 2017-04-21 21:42 UTC 

[for-next][PATCH 00/33] tracing: More updates for 4.12
 2017-04-21 21:30 UTC  (34+ messages)
` [for-next][PATCH 01/33] ftrace: Fix removing of second function probe
` [for-next][PATCH 02/33] ftrace: Fix indexing of t_hash_start() from t_next()
` [for-next][PATCH 03/33] tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()
` [for-next][PATCH 04/33] ftrace: Add function-fork trace option
` [for-next][PATCH 05/33] selftests: ftrace: Add -l/--logdir option
` [for-next][PATCH 06/33] selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter file
` [for-next][PATCH 07/33] selftests: ftrace: Add a selftest to test event enable/disable func trigger
` [for-next][PATCH 08/33] selftests: ftrace: Add a test to test function triggers to start and stop tracing
` [for-next][PATCH 09/33] selftests: ftrace: Add test to test reading of set_ftrace_file
` [for-next][PATCH 10/33] ftrace: Move the probe function into the tracing directory
` [for-next][PATCH 11/33] ftrace: Move the function commands "
` [for-next][PATCH 12/33] ftrace: Remove unused "flags" field from struct ftrace_func_probe
` [for-next][PATCH 13/33] ftrace: Pass probe ops to probe function
` [for-next][PATCH 14/33] ftrace: Added ftrace_func_mapper for function probe triggers
` [for-next][PATCH 15/33] tracing: Have the snapshot trigger use the mapping helper functions
` [for-next][PATCH 16/33] ftrace: Convert the rest of the function trigger over to the mapping functions
` [for-next][PATCH 17/33] ftrace: Remove unused unregister_ftrace_function_probe() function
` [for-next][PATCH 18/33] ftrace: Remove unused unregister_ftrace_function_probe_all() function
` [for-next][PATCH 19/33] ftrace: Remove printing of data in showing of a function probe
` [for-next][PATCH 20/33] ftrace: Remove data field from ftrace_func_probe structure
` [for-next][PATCH 21/33] ftrace: Add helper function ftrace_hash_move_and_update_ops()
` [for-next][PATCH 22/33] ftrace: Have unregister_ftrace_function_probe_func() return a value
` [for-next][PATCH 23/33] ftrace: Have each function probe use its own ftrace_ops
` [for-next][PATCH 24/33] ftrace: Have the function probes call their own function
` [for-next][PATCH 25/33] ftrace: If the hash for a probe fails to update then free what was initialized
` [for-next][PATCH 26/33] tracing: Have the trace_array hold the list of registered func probes
` [for-next][PATCH 27/33] tracing: Pass the trace_array into ftrace_probe_ops functions
` [for-next][PATCH 28/33] ftrace: Dynamically create the probe ftrace_ops for the trace_array
` [for-next][PATCH 29/33] tracing/ftrace: Add a better way to pass data via the probe functions
` [for-next][PATCH 30/33] tracing/ftrace: Allow instances to have their own function probes
` [for-next][PATCH 31/33] tracing/ftrace: Enable snapshot function trigger to work with instances
` [for-next][PATCH 32/33] tracing/ftrace: Allow for the traceonoff probe be unique to instances
` [for-next][PATCH 33/33] tracing/ftrace: Allow for instances to trigger their own stacktrace probes

[PATCH] platform/x86: INT33FE: add I2C dependency
 2017-04-21 21:42 UTC  (2+ messages)

[PATCH] platform/x86: INT33FE: add i2c dependency
 2017-04-21 21:41 UTC  (3+ messages)

[PATCH 0/2] kbuild: clang: Disable spurious warnings
 2017-04-21 21:39 UTC  (3+ messages)
` [PATCH 1/2] kbuild: clang: Disable 'address-of-packed-member' warning
` [PATCH 2/2] kbuild: clang: Disable the 'duplicate-decl-specifier' warning

[RFC PATCH] x86, mce: change the mce notifier to 'blocking' from 'atomic'
 2017-04-21 21:39 UTC  (13+ messages)

Touchscreen failure with CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND
 2017-04-21 21:37 UTC  (7+ messages)

[PATCH] t/perf: correctly align non-ASCII descriptions in output
 2017-04-21 21:35 UTC  (4+ messages)

[PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-21 16:14 UTC  (7+ messages)

Delivery reports about your e-mail
 2017-04-21 21:32 UTC 

Delivery reports about your e-mail
 2017-04-21 21:32 UTC 

[Buildroot] [PATCH] package/expedite: fix build issue with C89
 2017-04-21 21:31 UTC 

[Intel-wired-lan] [PATCH] fixup! i40e: separate PF and VSI state flags
 2017-04-21 21:29 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH] "

[PATCH v1 1/8] lib/uuid: Introduce uuid_{be|le}_cmp_p{p}() helpers
 2017-04-21 21:22 UTC  (3+ messages)
` [PATCH v1 8/8] ACPI: Use recently introduced uuid_le_cmp_p{p}() helpers

[PATCH v3 0/2] xfs: quotacheck vs. dquot reclaim deadlock
 2017-04-21 21:28 UTC  (3+ messages)
` [PATCH v3 1/2] xfs: fix up quotacheck buffer list error handling

[PATCH v4 0/4] Avoid that __scsi_remove_device() hangs
 2017-04-21 21:26 UTC  (5+ messages)
` [PATCH v4 1/4] Introduce scsi_start_queue()
` [PATCH v4 2/4] Introduce scsi_execute_async()
` [PATCH v4 3/4] sd: Make synchronize cache upon shutdown asynchronous
` [PATCH v4 4/4] Avoid that __scsi_remove_device() hangs

[ARM] Native application design and discussion (I hope)
 2017-04-21 21:24 UTC  (17+ messages)

[Cocci] modifying array initializers?
 2017-04-21 21:24 UTC  (7+ messages)

[MPTCP] [PATCH] tcp: Register handlers for extra TCP options
 2017-04-21 21:22 UTC 

Ceph-deploy for FreeBSD
 2017-04-21 21:22 UTC  (11+ messages)

[PATCH 1/2] e1000e: Don't return uninitialized stats
 2017-04-21 21:20 UTC  (4+ messages)
` [Intel-wired-lan] "
` [PATCH 2/2] igb: Remove useless argument
  ` [Intel-wired-lan] "

[RFC] scsi: reduce protection of scan_mutex in scsi_remove_device
 2017-04-21 21:20 UTC  (3+ messages)

[RFC][meta-gplv2] layer priority and worth creating branch compatible with morty?
 2017-04-21 21:19 UTC  (2+ messages)

[RFC 0/4] RFC - Coherent Device Memory (Not for inclusion)
 2017-04-21 21:15 UTC  (7+ messages)

[PATCH] macsec: avoid heap overflow in skb_to_sgvec
 2017-04-21 21:14 UTC 

[PATCH 1/3] e2fsck: update quota when optimizing the extent tree
 2017-04-21 21:15 UTC  (6+ messages)

[PATCH] acpi, nfit: fix the memory error check in nfit_handle_mce
 2017-04-21 21:07 UTC  (15+ messages)

[PATCH v3] fpga manager: Add Altera CvP driver
 2017-04-21 21:14 UTC  (3+ messages)

[PATCH] nfsd: check for oversized NFSv2/v3 arguments
 2017-04-21 21:12 UTC  (6+ messages)

[PATCH][morty] glibc: Security fix CVE-2016-6323
 2017-04-21 21:10 UTC  (2+ messages)

[PATCH 1/2] grub: Fix build with gcc7
 2017-04-21 21:09 UTC  (2+ messages)
` [PATCH 2/2] ovmf: "

Git archive doesn't fully support zip64
 2017-04-21 21:08 UTC 

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-04-21 21:05 UTC  (11+ messages)

[meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1
 2017-04-21 21:03 UTC 

[PATCH] staging: rtl8723bs: rework debug configuration handling
 2017-04-21 20:59 UTC 

[RFC] cfg80211: add control port state to struct cfg80211_connect_resp_params
 2017-04-21 21:01 UTC 

[PATCH] Enable Netdev XDP tutorial for Ubuntu 17.04
 2017-04-21 20:58 UTC  (3+ messages)

some large dir testing results
 2017-04-21 20:58 UTC  (4+ messages)

[PATCH] iio: pressure: Fix name of BME280 part in Kconfig
 2017-04-21 20:58 UTC 

[PATCH v2] ASoC: bytcr_rt5640: Allow quirk set via module option
 2017-04-21 20:57 UTC  (3+ messages)

[RFC PATCH 0/2] kbuild: use relative path from $(srctree) instead of __FILE__
 2017-04-21 20:56 UTC  (3+ messages)

[PATCH] ALSA: hda: fix a locking bug in dead code
 2017-04-21 20:55 UTC  (2+ messages)

[PATCH 2/2] lightnvm: don't print a warning for ADDR_EMPTY
 2017-04-21 20:54 UTC  (2+ messages)

[PATCH v2 1/2] crypto: scomp - allow registration of multiple scomps
 2017-04-21 20:54 UTC  (2+ messages)
` [PATCH v2 2/2] crypto: scomp - add support for deflate rfc1950 (zlib)

Serial Port connection with DBus API
 2017-04-21 20:54 UTC  (4+ messages)

v4.10.12 build: 0 failures 0 warnings (v4.10.12)
 2017-04-21 20:53 UTC 

[PATCH 1/2] lightnvm: potential underflow in pblk_read_rq()
 2017-04-21 20:53 UTC  (2+ messages)

[bug report] esp4: Reorganize esp_output
 2017-04-21 20:49 UTC 

macvlan: Fix device ref leak when purging bc_queue
 2017-04-21 20:37 UTC  (6+ messages)

[PATCH net-next 0/3] l3mdev: Improve use with main table
 2017-04-21 20:47 UTC  (4+ messages)

[PATCH v2 for-4.9] xen/arm: Don't unflatten DT when booting with ACPI
 2017-04-21 20:47 UTC  (2+ messages)

[xen-unstable-smoke test] 107588: tolerable trouble: broken/pass - PUSHED
 2017-04-21 20:45 UTC 

Yocto autotools for shared library using eclipse
 2017-04-21 20:42 UTC 

[PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2
 2017-04-21 20:40 UTC  (6+ messages)
` [PATCH 2/5 v3] usb: host: fotg2: add device tree probing
` [PATCH 3/5 v3] usb: host: fotg2: add silicon clock handling
` [PATCH 4/5 v3] usb: host: fotg2: add Gemini-specific handling
` [PATCH 5/5 v3] ARM: dts: Add the FOTG210 USB host to Gemini

[PATCH net-next 0/7] ibmvnic: Additional updates and bug fixes
 2017-04-21 19:38 UTC  (2+ messages)
` [PATCH net-next 3/7] ibmvnic: Only retrieve error info if present

[PATCH net] ipv4: Avoid caching dsts when lookup skipped nh oif check
 2017-04-21 20:37 UTC  (3+ messages)
` [PATCH net v2] ipv4: Avoid caching l3mdev dst on mismatched local route


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.