All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-14 14:07:06 to 2016-04-14 14:37:11 UTC [more...]

[PATCH 00/19] Radix tree cleanups
 2016-04-14 14:37 UTC  (9+ messages)
` [PATCH 01/19] drivers/hwspinlock: Use correct radix tree API
` [PATCH 02/19] radix-tree: Miscellaneous fixes
` [PATCH 03/19] radix-tree: Split node->path into offset and height
` [PATCH 04/19] radix-tree: Replace node->height with node->shift
` [PATCH 05/19] radix-tree: Remove a use of root->height from delete_node
` [PATCH 06/19] radix tree test suite: Remove dependencies on height
` [PATCH 07/19] radix-tree: Remove root->height
` [PATCH 08/19] radix-tree: Rename INDIRECT_PTR to INTERNAL_NODE

[PATCH] Bluetooth: purge unhandled skbs
 2016-04-14 14:36 UTC  (3+ messages)

[LTP] [PATCH v2 1/4] tst_atomic: make tst_atomic_inc take a signed integer
 2016-04-14 14:36 UTC  (5+ messages)
` [LTP] [PATCH v2 2/4] m4: add a check for __sync_add_and_fetch
` [LTP] [PATCH v2 3/4] tst_atomic: add atomic_add_return for x86/64, ppc/64 and s390/x

[xen-unstable test] 91226: regressions - FAIL
 2016-04-14 14:36 UTC  (3+ messages)

[PATCH v12 0/2] libxl: add support for pvscsi, iteration 12
 2016-04-14 14:35 UTC  (5+ messages)
` [PATCH v12 1/2] libxl: add support for vscsi

[PATCH] include/drm: Reword debug categories comment
 2016-04-14 14:34 UTC  (2+ messages)

Finish gen8 legacy semaphores
 2016-04-14 14:33 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: Fix serialisation of pipecontrol write vs semaphore signal

[PATCH] Add EDAC peripheral init functions & Ethernet EDAC
 2016-04-14 14:35 UTC  (3+ messages)

[PATCH] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14 14:34 UTC  (3+ messages)

[PATCH v8 0/3] Add initial support for RPM clocks
 2016-04-14 14:34 UTC  (4+ messages)
` [PATCH v8 1/3] clk: qcom: Add support for SMD-RPM Clocks
` [PATCH v8 2/3] clk: qcom: Add support for RPM Clocks
` [PATCH v8 3/3] arm64: dts: qcom: msm8916: Use fixed factor xo clock

[PATCH 0/5] Live patching for powerpc
 2016-04-14 14:34 UTC  (10+ messages)
` [PATCH 2/5] livepatch: Allow architectures to specify an alternate ftrace location

[PATCH] drm/vmwgfx: use *_32_bits() macros
 2016-04-14 14:34 UTC  (4+ messages)

[PATCH v3 0/3] Add ANX7814 I2C bridge driver
 2016-04-14 14:32 UTC  (9+ messages)
` [PATCH v3 3/3] drm: bridge: anx78xx: Add anx78xx driver support

[PATCH 0/6] ARM/ARM64: Drop arm_pm_restart
 2016-04-14 14:31 UTC  (10+ messages)
` [PATCH 3/6] ARM: PSCI: Register with kernel restart handler

[Buildroot] [PATCH] [RFC] U-Boot: don't check hashes for U-Boot external patches
 2016-04-14 14:32 UTC 

[PATCH 1/2] i2c: versatile: Allow compile test build
 2016-04-14 14:31 UTC  (2+ messages)
` [PATCH 2/2] i2c: versatile: Convert to use resource managed devm_* APIs

[PATCH v2 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 14:31 UTC  (32+ messages)
` [PATCH v2 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH v2 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values
` [PATCH v2 04/17] arm64: Introduce pmd_thp_or_huge
` [PATCH v2 05/17] kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
` [PATCH v2 06/17] kvm-arm: Remove kvm_pud_huge()
` [PATCH v2 07/17] kvm-arm: arm32: Introduce stage2 page table helpers
` [PATCH v2 08/17] kvm-arm: arm: Introduce hyp page table empty checks
` [PATCH v2 09/17] kvm-arm: arm64: Introduce stage2 page table helpers

[meta-networking][PATCH] lldpd: Update to version 0.9.2
 2016-04-14 14:31 UTC  (2+ messages)

[Devel] [PATCH] ACPICA: fix Thunderbolt hotplug
 2016-04-14 14:31 UTC 

[PATCH] mm,oom_reaper: Use try_oom_reaper() for reapability test
 2016-04-14 14:30 UTC  (7+ messages)

[PATCH] cyclictest: avoid using libnuma cpumask parsing functions
 2016-04-14 14:30 UTC  (2+ messages)

[PATCH 1/2] i2c: versatile: Allow compilte test build
 2016-04-14 14:29 UTC 

[PATCH v2 00/29] Radix tree multiorder fixes
 2016-04-14 14:16 UTC  (60+ messages)
` [PATCH v2 01/29] radix-tree: Introduce radix_tree_empty
` [PATCH v2 02/29] radix tree test suite: Fix build
` [PATCH v2 03/29] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH v2 04/29] radix tree test suite: Allow testing other fan-out values
` [PATCH v2 05/29] radix tree test suite: keep regression test runs short
` [PATCH v2 06/29] radix tree test suite: rebuild when headers change
` [PATCH v2 07/29] radix-tree: remove unused looping macros
` [PATCH v2 08/29] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH v2 09/29] radix-tree: Add missing sibling entry functionality
` [PATCH v2 10/29] radix-tree: Fix sibling entry insertion
` [PATCH v2 11/29] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH v2 12/29] radix-tree: Remove restriction on multi-order entries
` [PATCH v2 13/29] radix-tree: Introduce radix_tree_load_root()
` [PATCH v2 14/29] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH v2 15/29] radix tree test suite: Start adding multiorder tests
` [PATCH v2 16/29] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH v2 17/29] radix-tree: Rewrite __radix_tree_lookup
` [PATCH v2 18/29] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH v2 19/29] radix-tree: add support for multi-order iterating
` [PATCH v2 20/29] radix tree test suite: multi-order iteration test
` [PATCH v2 21/29] radix-tree: Rewrite radix_tree_tag_set
` [PATCH v2 22/29] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH v2 23/29] radix-tree: Rewrite radix_tree_tag_get
` [PATCH v2 24/29] radix-tree test suite: add multi-order tag test
` [PATCH v2 25/29] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH v2 26/29] radix-tree: Rewrite radix_tree_locate_item
` [PATCH v2 27/29] radix-tree: Fix radix_tree_range_tag_if_tagged() for multiorder entries
` [PATCH v2 28/29] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH v2 29/29] radix-tree: Add copyright statements

[PATCH v8.1] xSplice v1 design and implementation
 2016-04-14 14:29 UTC  (3+ messages)

[PATCH 0/8] nfs/sunrpc: fix flexfiles credential handling
 2016-04-14 14:29 UTC  (3+ messages)
` [PATCH 6/8] nfs: have ff_layout_get_ds_cred take a reference to the cred

[4.4 kernel] kni lockup, kernel dump
 2016-04-14 14:29 UTC  (4+ messages)

[PATCH for-rdma] IB/mlx5: Allow mapping the free running counter on PROT_EXEC
 2016-04-14 14:29 UTC  (5+ messages)

[PATCH] i2c: designware-platdrv: implement bus recovery
 2016-04-14 14:29 UTC  (4+ messages)

[PATCH v14 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-04-14 14:28 UTC  (5+ messages)
` [PATCH v14 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

explain the meaning of some informations
 2016-04-14 14:28 UTC  (4+ messages)

[PATCH] i2c-i801: use MEM resource instead of IO resource
 2016-04-14 14:27 UTC  (5+ messages)

tvp5150 regression after commit 9f924169c035
 2016-04-14 14:27 UTC  (12+ messages)

[PATCH 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
 2016-04-14 14:26 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH 4.4 000/210] 4.4.7-stable review
 2016-04-14  3:06 UTC  (6+ messages)
  ` [PATCH 4.4 159/210] drm/radeon: disable runtime pm on PX laptops without dGPU power control

[Qemu-devel] [PATCH] hid: Extend the event queue size to 1024
 2016-04-14 14:25 UTC 

[PATCH 1/2] drm/amdgpu: group BOs by log2 of the size on the LRU
 2016-04-14 14:25 UTC  (3+ messages)

[PATCH v4 0/4] Add --base option to git-format-patch to record base tree info
 2016-04-14 14:23 UTC  (4+ messages)
` [PATCH v4 2/4] format-patch: add '--base' option "

[PATCH v2 0/6] perf tools: Use SIGUSR2 control data dumpping
 2016-04-14 14:22 UTC  (7+ messages)
` [PATCH v2 1/6] perf tools: Extrace trigger class from auxtrace_snapshot
` [PATCH v2 2/6] perf record: Split output into multiple files via '--switch-output'
` [PATCH v2 3/6] perf record: Force enable --timestamp-filename when --switch-output is provided
` [PATCH v2 4/6] perf record: Disable buildid cache options by default in switch output mode
` [PATCH v2 5/6] perf record: Re-synthesize tracking events after output switching
` [PATCH v2 6/6] perf record: Generate tracking events for process forked by perf

[RFC PATCH] sched/cputime: drop local_irq_safe() in vtime_init_idle()
 2016-04-14 14:23 UTC  (4+ messages)

[Buildroot] [PATCH] connman: add patch to fix build with headers >= 4.5
 2016-04-14 14:24 UTC 

RAID 1 not fixing up sector errors?
 2016-04-14 14:22 UTC  (2+ messages)

[RFC PATCH] arm64: defconfig: add config fragment for Freescale SoCs
 2016-04-14 14:21 UTC 

[RFC 00/35] mempool: rework memory allocation
 2016-04-14 14:20 UTC  (9+ messages)
` [PATCH 00/36] "
  ` [PATCH 01/36] mempool: fix comments and style
  ` [PATCH 02/36] mempool: replace elt_size by total_elt_size

[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-04-14 14:20 UTC  (5+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v7 4/4] vfs: Use per-cpu list for superblock's inode list

[Qemu-devel] [PATCH 1/2 for-2.6] target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers
 2016-04-14 14:20 UTC  (4+ messages)

[PATCH] HACK: packagrgoup*: ipsecmgr won't build against 4.4, disable it and netapi
 2016-04-14 14:18 UTC  (2+ messages)

[PATCH v2] i2c: efm32: Prevent potential division by zero
 2016-04-14 14:17 UTC  (3+ messages)

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
 2016-04-14 14:17 UTC  (4+ messages)

[PATCH v4 0/8] block: prepare for multipage bvecs
 2016-04-14 14:11 UTC  (4+ messages)
` [Drbd-dev] "

[Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop
 2016-04-14 14:16 UTC  (4+ messages)

[PATCH 0/5] Add st-flashss vsense regulator driver
 2016-04-14 14:15 UTC  (8+ messages)
` [PATCH 2/5] regulator: st-flashss: Add a regulator driver for flashss vsense

[PATCH v2 0/4] ACPI based PCI host driver with generic ECAM
 2016-04-14 14:15 UTC  (5+ messages)
` [PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API

[PATCH openbmc 0/3] Re-enable obmc-console and add a ssh endpoint
 2016-04-14 14:15 UTC  (2+ messages)

xl migrate regression in staging
 2016-04-14 14:15 UTC  (5+ messages)

[PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code
 2016-04-14 14:14 UTC  (4+ messages)

[GIT PULL] x86 fixes
 2016-04-14 14:13 UTC 

[PATCH v2 0/9] ath10k: clean up ath10k_skb_cb
 2016-04-14 14:13 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 9/9] ath10k: store msdu_id instead of txbuf pointers
    ` QCA998X not working at all

bit-timing and sample point
 2016-04-14 14:13 UTC  (10+ messages)

[Buildroot] [PATCH] php: bump version to 7.0.5
 2016-04-14 14:12 UTC  (2+ messages)

[GIT PULL] mm/pkeys update
 2016-04-14 14:12 UTC 

[RFC PATCH] selinux: always return a value from the netport/netnode/netif caches
 2016-04-14 14:09 UTC  (2+ messages)

I/O 0 QID 0 timeout, disable controller - kernel 4.4 / 4.5 NVMe controller dropouts
 2016-04-14 14:08 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] efi_loader: Pass fdt address directly to bootefi cmd
 2016-04-14 14:07 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] efi_loader: Fall back to fdtfile naming convention


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.