All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-24 19:49:41 to 2015-02-24 21:01:46 UTC [more...]

[PATCH 2/3] powerpc/dma: Support 32-bit coherent mask with 64-bit dma_mask
 2015-02-24 20:40 UTC  (3+ messages)

[PATCH] drm/i915: Fix frontbuffer false positve
 2015-02-24 21:01 UTC  (5+ messages)

[PATCH v2 1/2] arm: virt_to_phys should take a volatile ptr
 2015-02-24 21:00 UTC  (2+ messages)
` [PATCH v2 2/2] net: rtl8169: silence compiler warning

[PATCH 1/4] pinctrl: tegra: driver layout/consistency fixes
 2015-02-24 21:00 UTC  (5+ messages)
` [PATCH 2/4] pinctrl: tegra: some bits move between registers
` [PATCH 3/4] pinctrl: tegra: support nvidia,io-hv DT property
` [PATCH 4/4] pinctrl: tegra: add a driver for Tegra210

[PATCH 3/3] Hal8188ERateAdaptive.c : Expression is always false because 'else if' condition matches previous condition at line 404
 2015-02-24 21:00 UTC 

[PATCH 0/5] Fix issues reported by covscan and newer GCC
 2015-02-24 21:00 UTC  (6+ messages)
` [PATCH 1/5] Grow.c: Fix classic readlink() buffer overflow
` [PATCH 2/5] Check return of stat() to avoid covscan complaining
` [PATCH 3/5] add_orom(): Compare content of struct imsm_orom rather than pointers to it
` [PATCH 4/5] IncrementalScan(): Make sure 'st' is valid before dereferencing it
` [PATCH 5/5] write_super_imsm_spares(): C statements are terminated by ;

[PATCH net-next v2 0/3] net: dsa: integration with SWITCHDEV for HW bridging
 2015-02-24 20:58 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net: dsa: Ensure that port array elements are initialized before being used
` [PATCH net-next v2 2/3] net: dsa: integrate with SWITCHDEV for HW bridging
` [PATCH net-next v2 3/3] net: dsa: bcm_sf2: add HW bridging support

[PATCH v2 0/3] Updates to pxm2node mapping and nodeID sizing
 2015-02-24 20:58 UTC  (3+ messages)
` [PATCH v2 1/3] x86/numa: Allow arbitrary value of PXM in PXM<->node mapping

No sound and systemd journal filling when inserting headphones when power-saving is enabled
 2015-02-24 20:57 UTC  (3+ messages)

[PATCH 00/15] Enhance twl4030_charger functionality
 2015-02-24  4:33 UTC  (2+ messages)
` [PATCH 09/15] twl4030_charger: allow max_current to be managed via sysfs

[PATCH] mm: cma: fix CMA aligned offset calculation
 2015-02-24 20:54 UTC  (5+ messages)

[PATCH v3] test: fix missing NULL pointer checks
 2015-02-24 20:54 UTC  (4+ messages)

[PATCH] Staging: rtl8192u: Simplify if condition
 2015-02-24 20:54 UTC 

[PATCH 2/7] drm/i915/skl: Updated the gen6_set_rps function
 2015-02-24 20:55 UTC  (3+ messages)

[PATCH 1/4] dual-camera-demo: Updated dual camera demo that supports DRM and Qt 4 / Qt 5
 2015-02-24 20:53 UTC  (5+ messages)
` [PATCH 2/4] packagegroup-arago-tisdk-*: Add back dual camera demo that supports Qt and 3.14

[Xenomai] I-pipe exception handling - a general model
 2015-02-24 20:52 UTC  (6+ messages)

[GIT PULL] omap fixes against v4.0-rc1
 2015-02-24 20:52 UTC  (2+ messages)

[PATCH] OMAPDSS: restore "name" sysfs entry
 2015-02-24 20:48 UTC  (7+ messages)

[PATCH 1/2] util-linux: disable systemd
 2015-02-24 20:51 UTC  (3+ messages)

[PATCH 00/43] hpsa updates
 2015-02-24 20:51 UTC  (4+ messages)
` [PATCH 37/43] hpsa: use block layer tag for command allocation

[lm-sensors] [PATCH 0/4] find_closest() macro
 2015-02-24 20:51 UTC  (6+ messages)
` [lm-sensors] [PATCH 1/4] kernel.h: add "

[RFC PATCH 00/29] Phase 2 of fib_trie updates
 2015-02-24 20:51 UTC  (30+ messages)
` [RFC PATCH 01/29] fib_trie: Convert fib_alias to hlist from list
` [RFC PATCH 02/29] fib_trie: Replace plen with slen in leaf_info
` [RFC PATCH 03/29] fib_trie: Add slen to fib alias
` [RFC PATCH 04/29] fib_trie: Remove leaf_info
` [RFC PATCH 05/29] fib_trie: Only resize N/2 times instead N * log(N) times in fib_table_flush
` [RFC PATCH 06/29] fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
` [RFC PATCH 07/29] fib_trie: Fib find node should return parent
` [RFC PATCH 08/29] fib_trie: Update insert and delete to make use of tp from find_node
` [RFC PATCH 09/29] fib_trie: Make fib_table rcu safe
` [RFC PATCH 10/29] fib_trie: Return pointer to tnode pointer in resize/inflate/halve
` [RFC PATCH 11/29] fib_trie: Rename tnode to key_vector
` [RFC PATCH 12/29] fib_trie: move leaf and tnode to occupy the same spot in the key vector
` [RFC PATCH 13/29] fib_trie: replace tnode_get_child functions with get_child macros
` [RFC PATCH 14/29] fib_trie: Rename tnode_child_length to child_length
` [RFC PATCH 15/29] fib_trie: Add tnode struct as a container for fields not needed in key_vector
` [RFC PATCH 16/29] fib_trie: Move rcu from key_vector to tnode, add accessors
` [RFC PATCH 17/29] fib_trie: Pull empty_children and full_children into tnode
` [RFC PATCH 18/29] fib_trie: Move parent from key_vector to tnode
` [RFC PATCH 19/29] fib_trie: Add key vector to root, return parent key_vector in resize
` [RFC PATCH 20/29] fib_trie: Push net pointer down into fib_trie insert/delete/flush calls
` [RFC PATCH 21/29] fib_trie: Rewrite handling of RCU to include parent in replacement
` [RFC PATCH 22/29] fib_trie: Allocate tnode as array of key_vectors instead of key_vector as array of tnode pointers
` [RFC PATCH 23/29] fib_trie: Add leaf_init
` [RFC PATCH 24/29] fib_trie: Update tnode_new to drop use of put_child_root
` [RFC PATCH 25/29] fib_trie: Add function for dropping children from trie
` [RFC PATCH 26/29] fib_trie: Use put_child to only copy key_vectors instead of pointers
` [RFC PATCH 27/29] fib_trie: Move key and pos into key_vector from tnode
` [RFC PATCH 28/29] fib_trie: Move slen from tnode to key vector
` [RFC PATCH 29/29] fib_trie: Push bits up one level, and move leaves up into parent key_vector array

[libmnl] portability of getpagesize() in libmnl.h
 2015-02-24 20:45 UTC 

[RFC 00/12] i915 init-time configuration
 2015-02-24 20:52 UTC  (9+ messages)
` [RFC 01/12] drm/i915/config: Initial framework
` [RFC 09/12] drm/i915/config: Add VBT settings configuration

[PATCH 0/2] xfs: avoid overflow of attr3 leaf block headers with 64k blocks
 2015-02-24 20:50 UTC  (3+ messages)
` [PATCH 1/2] xfs: pass attr geometry to attr leaf header conversion functions
` [PATCH 2/2] xfs: use larger in-core attr firstused field and detect overflow

[PATCH] mm: readahead: get back a sensible upper limit
 2015-02-24 20:50 UTC  (3+ messages)

[PATCH 0/4] Enhancements to twl4030 phy to support better charging
 2015-02-24 20:46 UTC  (4+ messages)
` [PATCH 1/4] usb: phy: twl4030: make runtime pm more reliable

[U-Boot] [RFC] m68k: generic board
 2015-02-24 20:47 UTC  (6+ messages)

[pinmux scripts PATCH] Support Tegra210
 2015-02-24 20:47 UTC 

Connection issues with BW Tracking in mac80211
 2015-02-24 20:47 UTC  (8+ messages)

[PATCH v6] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 20:45 UTC 

assistance with git error
 2015-02-24 20:40 UTC 

[Qemu-devel] [PATCH resend v5 00/16] spapr: add support for pci hotplug
 2015-02-24 20:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 07/16] spapr_rtas: add ibm, configure-connector RTAS interface
` [Qemu-devel] [PATCH v5 08/16] spapr_events: re-use EPOW event infrastructure for hotplug events

[PATCH] ARM: dma-mapping: support non-consistent DMA attribute
 2015-02-24 20:45 UTC 

[PATCH] mm: hide per-cpu lists in output of show_mem()
 2015-02-24 20:41 UTC  (3+ messages)

[PATCH] drm/i915/skl: Add check for minimum allocable Display Data Blocks
 2015-02-24 20:42 UTC  (4+ messages)
` [PATCH v2] drm/i915/skl: Make sure to allocate mininum sizes in the DDB

Issues w/ Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
 2015-02-24 20:39 UTC  (5+ messages)

[PATCH] rtnetlink: avoid 0 sized arrays
 2015-02-24 20:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/5] libqos: Virtio MMIO driver
 2015-02-24 20:39 UTC  (4+ messages)

[Qemu-devel] [PATCH] vfio: allow to disable MMAP per device with -x-mmap=off option
 2015-02-24 20:38 UTC 

[PATCH] Fix misspelling of defrag in ip-l2tp.8
 2015-02-24 20:29 UTC 

[PATCH 1/4] x86: entry.S: tidy up several suboptimal insns
 2015-02-24 20:36 UTC  (7+ messages)
` [PATCH 2/4] x86: get rid of KERNEL_STACK_OFFSET

[RFC PATCH] gpio: support for GPIO forwarding
 2015-02-24 20:34 UTC  (6+ messages)

[PATCH v5 0/3] new headroom stats library and example application
 2015-02-24 20:34 UTC  (6+ messages)
` [PATCH v6 0/3] new rte_jobstats "
` [PATCH v6 2/3] examples: introduce new l2fwd-jobstats example

[PATCH v2 1/2] ti-eula-unpack: Add support for general binary installers
 2015-02-24 20:33 UTC  (7+ messages)
` [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0

[PATCH 1/2] drm/msm/mdp5: fix cursor ROI
 2015-02-24 20:33 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/mdp5: fix cursor blending

[RFH] GSoC 2015 application
 2015-02-24 20:33 UTC  (6+ messages)
  `  "

[U-Boot] Is anyone working on NAND support for Armada-XP?
 2015-02-24 20:33 UTC  (4+ messages)

[U-Boot] [PATCH] mx6sabre: Enable USB Mass Storage
 2015-02-24 20:33 UTC 

Internationalization and yes/no prompts
 2015-02-24 20:32 UTC  (2+ messages)

[PATCH 00/24] PPGTT dynamic page allocations
 2015-02-24 20:31 UTC  (3+ messages)
` [PATCH v6 00/32] PPGTT dynamic page allocations and 48b addressing

[PATCH v2] lib/igt_kms.c: remove tests dependency on VT /dev/tty0
 2015-02-24 20:29 UTC 

[PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode
 2015-02-24 20:29 UTC  (2+ messages)
` [E1000-devel] "

[PATCH] KVM: Get rid of kvm_kvfree()
 2015-02-24 20:29 UTC 

Problems with Kernels 3.17-rc1 and onwards on Acube Sam460 AMCC 460ex board
 2015-02-24 20:28 UTC  (16+ messages)
            ` Problems with DRI "

[PATCH 1/5] systemd: Upgrade 216 -> 219
 2015-02-24 20:26 UTC  (5+ messages)
` [PATCH 2/5] util-linux, util-linux-libs: Build and package util-linux libs separately

[U-Boot] [PATCH] configs: LS1012XA: Modify CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS for LS102XA
 2015-02-24 20:25 UTC  (2+ messages)

[PATCH v2 00/15] x86, alternatives: Instruction padding and more robust JMPs
 2015-02-24 20:25 UTC  (2+ messages)

[Buildroot] [PATCH v9] wine: New package
 2015-02-24 20:24 UTC 

[PATCH] mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disbaled
 2015-02-24 20:23 UTC  (4+ messages)

[PATCH BlueZ v5] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 20:23 UTC  (6+ messages)

[PATCH 0/2] PCI: pci_unignore_hotplug()
 2015-02-24 20:23 UTC  (7+ messages)
` [PATCH 1/2] pci: Add reciprocal function for pci_ignore_hotplug()
` [PATCH 2/2] nouveau/radeon: Un-ignore hotplug on resume

using debugfs.reiser4 options to access R4 on /dev/sdb
 2015-02-24 20:22 UTC  (2+ messages)

[Bug 89034] Firefox crashing xserver and some major rendering bugs
 2015-02-24 20:20 UTC  (2+ messages)

Regression: v4.0-rc1: iMX6: Hummingboard fails due to drivers/clk changes
 2015-02-24 20:20 UTC  (4+ messages)

[PATCH -next 00/13] Extensible console matching & direct earlycon
 2015-02-24 20:20 UTC  (4+ messages)

[meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA
 2015-02-24 20:18 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v3 00/27] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-02-24 20:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/9] Block Throttle Group Support
 2015-02-24 20:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH 8/9] throttle: Update throttle infrastructure copyright

[PATCH 1/1] mac80211/minstrel: fix !x!=0 confusion
 2015-02-24 20:14 UTC  (2+ messages)

[PATCH 1/1] nl80211: add NL80211_CMD_GET_TSF
 2015-02-24 20:11 UTC  (3+ messages)

[PATCH 3.2 000/152] 3.2.67-rc1 review
 2015-02-24 20:08 UTC  (5+ messages)
` [PATCH 3.2 055/152] x86_64, switch_to(): Load TLS descriptors before switching DS and ES

Fwd: [PATCH v4] mac80211: Allow 0 for NL80211_MESHCONF_PLINK_TIMEOUT to disable STA expiration
 2015-02-24 20:08 UTC  (3+ messages)
` [PATCH v5] "

Import git log into a spreadsheet
 2015-02-24 20:08 UTC  (2+ messages)

[PATCH 0/8 v2] ARM OMAP2+ GPMC: fixes and bus children
 2015-02-24 20:07 UTC  (10+ messages)
` [PATCH 1/8 v2] ARM OMAP2+ GPMC: don't undef DEBUG
  ` [PATCH 3/8 v2] ARM OMAP2+ GPMC: add bus children
    ` [PATCH 4/8 v2] ARM OMAP2+ GPMC: fix debug output alignment
      ` [PATCH 5/8 v2] ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS
        ` [PATCH 6/8 v2] ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER
          ` [PATCH 7/8 v2] ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME
            ` [PATCH 8/8 v2] ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug
              ` [PATCH 9/8 v2] ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters

[PATCH v2 4/7] rte_sched: don't clear statistics when read
 2015-02-24 20:06 UTC  (3+ messages)

[PATCH] --disassociate alias for --dissociate clone option
 2015-02-24 20:06 UTC  (8+ messages)
` [PATCH 1/2] clone: add disassociate alias to dissociate option

[PATCH V2] (gpio-fan): Add thermal control hooks
 2015-02-24 20:06 UTC  (9+ messages)
    ` [lm-sensors] "

[PATCH v2] mac80211_hwsim: support any address in userspace
 2015-02-24 20:04 UTC  (2+ messages)

[PATCH 0/3] HID: Support for Lenovo Thinkpad 10 digitizer
 2015-02-24 20:02 UTC  (3+ messages)
` [PATCH 3/3] HID: i2c-hid: Add support for ACPI GPIO interrupts

Adding a proprietary key value store to CEPH
 2015-02-24 20:01 UTC  (6+ messages)

[ANNOUNCE] 3.18.7-rt2
 2015-02-24 20:00 UTC  (5+ messages)

[RFC] radeon MST support - initial pieces
 2015-02-24 20:00 UTC  (2+ messages)

[PATCH 0/3 v2] e820: Fix handling of NvDIMM chips
 2015-02-24 19:58 UTC  (6+ messages)
` [PATCH 2/3] resource: Add new flag IORESOURCE_WARN (64bit)

[PATCH 2/2] cosa.c : Array index 'i' is used before limits check
 2015-02-24 19:57 UTC  (2+ messages)

[PATCH] thermal: armada: read stable temp on Armada XP
 2015-02-24 19:56 UTC  (4+ messages)

[PATCH 0/5] crypto: talitos: Add crypto async queue handling
 2015-02-24 18:21 UTC  (3+ messages)
` [PATCH 5/5] crypto: talitos: Add software backlog "

Ceph Develop Summit Next Week
 2015-02-24 19:55 UTC 

[PATCH] mm: Don't offset memmap for flatmem
 2015-02-24 19:54 UTC  (10+ messages)
` [PATCHv2] "

Query regarding Kernel Space Memory
 2015-02-24 19:53 UTC  (3+ messages)

[PATCH] thermal: Default OF created trip points to writable
 2015-02-24 19:52 UTC  (4+ messages)

[PATCH 2/6] Staging: rtl8192u: Replace TRUE with true
 2015-02-24 19:51 UTC  (4+ messages)
  ` [Outreachy kernel] "

[ANN] new firmware for Intel 3160 / 7260 / 7265 / 7265D devices - Core9
 2015-02-24 19:49 UTC  (6+ messages)
` pull request: new firmware for Intel wireless Intel 3160 / 7260 / 7265 / 7265D devices


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.