All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-27 07:50:57 to 2015-02-27 08:26:13 UTC [more...]

[PATCH v3 1/2] dt: bindings: add wl18xx wireless device
 2015-02-27  8:26 UTC  (5+ messages)
` [PATCH v3 2/2] wl18xx: add basic device-tree support

[PATCH v5 00/20] power_supply: Allow safe usage of power supply
 2015-02-27  8:20 UTC  (58+ messages)
` [PATCH v5 01/20] power_supply: Add driver private data
` [PATCH v5 02/20] power_supply: Move run-time configuration to separate structure
` [PATCH v5 03/20] power_supply: Add API for safe access of power supply function attrs
` [PATCH v5 04/20] power_supply: sysfs: Use power_supply_*() API for accessing "
` [PATCH v5 05/20] power_supply: 88pm860x_charger: "
` [PATCH v5 06/20] power_supply: ab8500: "
` [PATCH v5 07/20] mfd: "
` [PATCH v5 08/20] power_supply: apm_power: "
` [PATCH v5 09/20] power_supply: bq2415x_charger: "
` [PATCH v5 10/20] power_supply: charger-manager: "
` [PATCH v5 11/20] power_supply: Change ownership from driver to core
` [PATCH v5 12/20] power_supply: Add power_supply_put for decrementing device reference counter
` [PATCH v5 13/20] power_supply: Increment power supply use counter when obtaining references
` [PATCH v5 14/20] power_supply: charger-manager: Decrement the power supply's device reference counter
` [PATCH v5 15/20] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [PATCH v5 16/20] x86/olpc/xo15/sci: "
` [PATCH v5 17/20] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter
` [PATCH v5 18/20] power_supply: bq2415x_charger: "
` [PATCH v5 19/20] mfd: ab8500: "
` [PATCH v5 20/20] arm: mach-pxa: "

[PATCH] KVM/s390: Fix trivial typo in comments
 2015-02-27  8:26 UTC  (2+ messages)

[Buildroot] [PATCH v2] libgc: Remove duplicated package
 2015-02-27  8:25 UTC  (2+ messages)

freemem-slack and large memory environments
 2015-02-27  8:24 UTC  (6+ messages)

[PATCH 0/7] Qgroup status flag fix and semi-automatic qgroup update on relationship assign
 2015-02-27  8:24 UTC  (8+ messages)
` [PATCH 1/7] btrfs: Check qgroup level in kernel qgroup assign
` [PATCH 2/7] btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created
` [PATCH 3/7] btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value
` [PATCH 4/7] btrfs: Update btrfs qgroup status item when rescan is done
` [PATCH 5/7] btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota
` [PATCH 6/7] btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations
` [PATCH 7/7] btrfs: quota: Update quota tree after qgroup relationship change

[Buildroot] [git commit] libgc: Remove duplicated package
 2015-02-27  8:24 UTC 

[PATCH 0/4] xen: sched: rework and add performance counters
 2015-02-27  8:22 UTC  (4+ messages)
` [PATCH 1/4] xen: sched: honour generic perf conuters in the RTDS scheduler

[RFC PATCH] fork: report pid reservation failure properly
 2015-02-27  8:22 UTC  (5+ messages)
` [PATCH] "

[Buildroot] [git commit] ding-libs: fix build with !locale
 2015-02-27  8:21 UTC 

[LTP] [PATCH 1/7] lib6/asapi_01.c: cleanup
 2015-02-27  8:16 UTC  (2+ messages)

[PATCH] drm/i915: Check for driver readyness before handling an underrun interrupt
 2015-02-27  8:20 UTC  (3+ messages)
` [Intel-gfx] "

[RFC PATCH 0/3] arm64: KVM: use increased VA range if needed
 2015-02-27  8:19 UTC  (7+ messages)
` [RFC PATCH 1/3] ARM, arm64: kvm: get rid of the bounce page

how to assign resources exclusive to a single domU
 2015-02-27  8:19 UTC  (3+ messages)

[LTP] [PATCH v3 1/9] kernel/power_management: fix no_of_cpus error of change_govr.sh etc
 2015-02-27  8:12 UTC  (9+ messages)
` [LTP] [PATCH v3 2/9] lib/sched_mc.py: add testcase/bin path for searching ebizzy/kernbench
` [LTP] [PATCH v3 3/9] power_management: split runpwtests.sh into separate testcases
` [LTP] [PATCH v3 4/9] power_management: call the function eg. test_sched_mc instead of script test_sched_mc.sh
` [LTP] [PATCH v3 5/9] power_management: delete unused files
` [LTP] [PATCH v3 6/9] power_management: prefix files with "pm_"
` [LTP] [PATCH v3 7/9] power_management: install lib/pm_sched_mc.py into testcases/bin directory
` [LTP] [PATCH v3 8/9] power_management: compile testcases/kernel/power_management by default
` [LTP] [PATCH v3 9/9] power_management: add it into default

[linux-3.10 test] 35342: regressions - FAIL
 2015-02-27  8:16 UTC 

[PATCH BlueZ v2 00/16] Implement GATT server D-Bus API
 2015-02-27  8:16 UTC  (17+ messages)
` [PATCH BlueZ v2 01/16] gdbus/client: Don't GetManagedObjects w/o handlers
` [PATCH BlueZ v2 02/16] gdbus/client: Allow specifying ObjectManager path
` [PATCH BlueZ v2 03/16] doc/gatt-api.txt: New ObjectManager requirements
` [PATCH BlueZ v2 04/16] core: gatt: Add GattManager1 stubs
` [PATCH BlueZ v2 05/16] core: gatt: Implement GattManager1.RegisterService
` [PATCH BlueZ v2 06/16] core: gatt: Register characteristics
` [PATCH BlueZ v2 07/16] core: gatt: Support ReadValue for characteristics
` [PATCH BlueZ v2 08/16] core: gatt: Support WriteValue "
` [PATCH BlueZ v2 09/16] core: gatt: Make CCC addition API public
` [PATCH BlueZ v2 10/16] core: gatt: Create CCC for external characteristic
` [PATCH BlueZ v2 11/16] core: gatt: Add btd_gatt_database_notify function
` [PATCH BlueZ v2 12/16] core: gatt: Send not/ind for D-Bus characteristics
` [PATCH BlueZ v2 13/16] core: gatt: Create CEP for external characteristic
` [PATCH BlueZ v2 14/16] core: gatt: Register descriptors
` [PATCH BlueZ v2 15/16] core: gatt: Support descriptor reads/writes
` [PATCH BlueZ v2 16/16] tools: Added a Python example for GATT server API

Shared page tables between ETP and IOMMU issue
 2015-02-27  8:16 UTC  (6+ messages)

master - conf: be more clear about wipe_signatures_when_zeroing_new_lvs option in comments
 2015-02-27  8:16 UTC 

[PATCH 1/9] wil6210: boot loader
 2015-02-27  8:15 UTC  (2+ messages)
` [1/9] "

[PATCH] mwifiex: fix usb tx data payload offset issue
 2015-02-27  8:14 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH] block: Ensure correct order when dropping intermediate images
 2015-02-27  8:13 UTC 

[PATCH] mwifiex: DMA alignment for RX packets
 2015-02-27  8:13 UTC  (2+ messages)
`  "

Compilation issue with arm-poky-linux-gnueabi-gcc
 2015-02-27  8:12 UTC  (3+ messages)

[PATCH v2 0/5] tty/serial: at91: fix bugs when using multiple serials
 2015-02-27  8:07 UTC  (18+ messages)
` [PATCH v2 1/5] tty/serial: at91: correct check of buf used in DMA
` [PATCH v2 2/5] tty/serial: at91: correct buffer size "
` [PATCH v2 3/5] tty/serial: at91: revise the return type of atmel_init_property
` [PATCH v2 4/5] tty/serial: at91: set ops in property init each time
` [PATCH v2 5/5] tty/serial: at91: correct the usage of tasklet

[PATCH] Bluetooth: Update New CSRK event to match latest specification
 2015-02-27  8:11 UTC 

[PATCH 1/4] mwifiex: more_task flag for main_process
 2015-02-27  8:10 UTC  (2+ messages)
` [1/4] "

[PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD
 2015-02-27  8:09 UTC  (6+ messages)

[PATCH v4 6/9] ARM: shmobile: r8a7778: add sound to DT
 2015-02-27  8:08 UTC  (2+ messages)

Crash of guest with nested vmx with Unknown nested vmexit reason 80000021
 2015-02-27  8:08 UTC  (13+ messages)

Documenting MS_LAZYTIME
 2015-02-27  8:08 UTC  (13+ messages)

[PATCH] ppc: mm: free memory after creating kmem cache
 2015-02-27  5:30 UTC 

[PATCH] net: wireless: libertas: debugfs.c: remove unnecessary check before calling debugfs_remove
 2015-02-27  8:07 UTC  (2+ messages)
` libertas: "

[Buildroot] [PATCH] psplash: bump version
 2015-02-27  8:07 UTC 

[PATCH] rtlwifi: Modify some USB de-initialize code
 2015-02-27  8:05 UTC  (2+ messages)
`  "

Perf API vs Ftrace
 2015-02-27  8:05 UTC 

[Qemu-devel] [PATCH v6 00/15] spapr: add support for pci hotplug
 2015-02-27  8:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 02/15] spapr_drc: initial implementation of sPAPRDRConnector device

[PATCH] ARM: Fix nv variable bootargs.base
 2015-02-27  7:59 UTC 

[PATCH 0/7] kprobe: Handle error when Kprobe ftrace arming fails
 2015-02-27  8:01 UTC  (3+ messages)
` [PATCH 3/7] kprobes: Propagate error from disarm_kprobe_ftrace()

[PATCH v4 1/9] clk: shmobile: Add r8a7778 SoC to MSTP bindings
 2015-02-27  8:01 UTC  (2+ messages)

[PATCH net-next v2 0/5] tipc: bug fix and some improvements
 2015-02-27  7:56 UTC  (6+ messages)
` [PATCH net-next v2 1/5] tipc: only create header copy for name distr messages
` [PATCH net-next v2 2/5] tipc: fix nullpointer bug when subscribing to events
` [PATCH net-next v2 3/5] tipc: purge links when bearer is disabled
` [PATCH net-next v2 4/5] tipc: rename media/msg related definitions
` [PATCH net-next v2 5/5] tipc: make media address offset a common define

[RFC] Fix collision in AVCTP connection
 2015-02-27  8:01 UTC  (2+ messages)
` [RFC] audio/avctp: Accept incoming connection in case of colission

[Patch net] netns: avoid allocating idr when dumping info
 2015-02-27  8:01 UTC  (2+ messages)

[PATCH] RFC: Make xen's public headers a little friendlier for C++
 2015-02-27  8:00 UTC  (6+ messages)
` [PATCH v2] RFC: Automatically check xen's public headers for C++ pitfalls

How to handle TIF_MEMDIE stalls?
 2015-02-27  7:39 UTC  (7+ messages)

[PATCH v5 0/6] Interrupt mode PMD
 2015-02-27  8:00 UTC  (3+ messages)
` [PATCH v6 0/8] "

[U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support
 2015-02-27  8:00 UTC  (6+ messages)
        ` [U-Boot] unassigned-patches/136: "

[PATCH] doc/mgmt-api: Add security level to new CSRK events
 2015-02-27  7:59 UTC  (2+ messages)

[meta-qt5][PATCH] fix build of qtbase with "gles2" package config
 2015-02-27  7:59 UTC  (3+ messages)

[RFC PATCH 1/1] proc: introduce /proc/<pid>/lbr_stack
 2015-02-27  7:58 UTC  (4+ messages)

[ANNOUNCE] 3.18.7-rt1
 2015-02-27  7:58 UTC  (7+ messages)

[nightly] Core TISDK 2015.02 build 2015-02-26_22-00-57
 2015-02-27  7:56 UTC 

[PATCH] f2fs: fix block_ops trace point
 2015-02-27  7:56 UTC 

[Qemu-devel] [RFC 00/10] MultiThread TCG
 2015-02-27  7:54 UTC  (6+ messages)
` [Qemu-devel] [RFC 01/10] target-arm: protect cpu_exclusive_*

[Buildroot] [git commit] libevent: fix openssl detection when statically linking
 2015-02-27  7:54 UTC 

[PATCH v3] brcmfmac: avoid duplicated suspend/resume operation
 2015-02-27  7:53 UTC  (8+ messages)

[PATCH] drm: Don't assign fbs for universal cursor support to files
 2015-02-27  7:52 UTC  (3+ messages)

How to add new fields into inode?
 2015-02-27  7:52 UTC  (2+ messages)

[PATCH 0/3] lib/vsprintf: Doc improvements and clock support
 2015-02-27  7:52 UTC  (3+ messages)

[PATCH] MIPS: Malta: malta-memory: Detect and fix bad memsize values
 2015-02-27  7:51 UTC  (2+ messages)

MIPS: Malta: Detect and fix bad memsize values
 2015-02-27  7:51 UTC 

[Qemu-trivial] [PATCH 0/9] Coverity defects fixes
 2015-02-27  7:50 UTC  (17+ messages)
` [Qemu-devel] "
` [Qemu-devel] [PATCH 1/9] nbd: fix resource leak
  ` [Qemu-trivial] "
` [Qemu-trivial] [PATCH 2/9] arm: fix memory leak
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 3/9] sparc/leon3.c: "
` [Qemu-devel] [PATCH 4/9] macio: fix possible "
  ` [Qemu-trivial] "
` [Qemu-trivial] [PATCH 6/9] 9pfs: fix "
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 7/9] milkymist.c: "
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 8/9] sysbus: "
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 9/9] microblaze: "
  ` [Qemu-devel] "

[PATCH RFC 1/4] mm: throttle MADV_FREE
 2015-02-27  7:50 UTC  (8+ messages)
    ` [RFC] mm: change mm_advise_free to clear page dirty


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.