linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-14 23:31:54 to 2014-01-15 05:01:31 UTC [more...]

[git pull] Please pull powerpc.git merge branch
 2014-01-15  5:01 UTC 

linux-next: manual merge of the tip tree with the mips tree
 2014-01-15  5:00 UTC 

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2014-01-15  4:57 UTC  (5+ messages)
` [PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate
` [PATCH v3 2/5] slab: introduce helper functions to get/set free object

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2014-01-15  4:56 UTC  (15+ messages)
` [PATCH v3 13/14] mm, hugetlb: retry if failed to allocate and there is concurrent user

[RFC PATCH] sched: find the latest idle cpu
 2014-01-15  4:53 UTC  (4+ messages)

linux-next: manual merge of the audit tree with Linus' tree
 2014-01-15  4:48 UTC 

[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation
 2014-01-15  4:44 UTC  (6+ messages)
` [PATCH v9 1/5] qrwlock: A "
` [PATCH v9 2/5] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86
` [PATCH v9 4/5] qrwlock: Use smp_store_release() in write_unlock()
` [PATCH v9 5/5] qrwlock: Use the mcs_spinlock helper functions for MCS queuing

linux-next: build failure after merge of the device-mapper tree
 2014-01-15  4:30 UTC  (2+ messages)

[PATCH 0/3] zram stats rework and code cleanup
 2014-01-15  4:24 UTC  (9+ messages)
` [PATCH 1/3] zram: drop `init_done' struct zram member
` [PATCH 2/3] zram: do not pass rw argument to __zram_make_request()
    ` [PATCHv2 "
` [PATCH 3/3] zram: rework reported to end-user zram statistics

linux-next: manual merge of the iommu tree with the drm tree
 2014-01-15  4:20 UTC 

[PATCH] misc: sram: cleanup the code
 2014-01-15  3:16 UTC 

Notifying on empty cgroup
 2014-01-15  4:12 UTC 

linux-next: manual merge of the md tree with the block tree
 2014-01-15  4:07 UTC 

[PATCH 0/3] Send audit/procinfo/cgroup data in socket-level control message
 2014-01-15  4:03 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] Send loginuid and sessionid in SCM_AUDIT
  ` [PATCH v4 2/3] Send comm and cmdline in SCM_PROCINFO

[STABLE] find missing bug fixes in a stable kernel
 2014-01-15  4:06 UTC  (4+ messages)

linux-next: manual merge of the md tree with the tree
 2014-01-15  4:02 UTC 

[PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c
 2014-01-15  3:58 UTC  (3+ messages)
` [PATCH v4] Staging: comedi: convert while loop to timeout "

[patch 0/9] mm: thrash detection-based file cache sizing v8
 2014-01-15  3:52 UTC  (6+ messages)
` [patch 7/9] mm: thrash detection-based file cache sizing

[PATCH 1/2 v2] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63
 2014-01-15  3:46 UTC  (3+ messages)

[RFC] sysfs_rename_link() and its usage
 2014-01-15  3:46 UTC  (7+ messages)

[PATCH] mm: nobootmem: avoid type warning about alignment value
 2014-01-15  3:46 UTC  (8+ messages)

[PATCH v2] vfio-pci: Use pci "try" reset interface
 2014-01-15  3:45 UTC 

[PATCH] acpi memory hotplug, add parameter to disable memory hotplug [v3]
 2014-01-15  3:43 UTC  (4+ messages)

[RFC][PATCH 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15  3:44 UTC  (5+ messages)
` [RFC][PATCH 3/3] audit: Audit proc cmdline value

[PATCH 0/6] crypto: ccp - more code fixes/cleanup
 2014-01-15  3:42 UTC  (2+ messages)

[PATCH net-next] tun/macvtap: limit the packets queued through rcvbuf
 2014-01-15  3:36 UTC  (5+ messages)

[PATCH] vfio-pci: Use pci "try" reset interface
 2014-01-15  3:19 UTC  (3+ messages)

[PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock()
 2014-01-15  3:08 UTC  (10+ messages)

[PATCH] regulator: pfuze100-regulator: Fix some checkpatch complaints
 2014-01-15  3:02 UTC  (2+ messages)

[PATCHSET 00/17] tools lib traceevent: Plugin unload enhancement
 2014-01-15  2:56 UTC  (24+ messages)
` [PATCH 01/17] tools lib traceevent: Add state member to struct trace_seq
` [PATCH 02/17] tools lib traceevent: Check return value of realloc()
` [PATCH 03/17] tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()
` [PATCH 04/17] tools lib traceevent: Get rid of die() finally!!
` [PATCH 05/17] tools lib traceevent: Make plugin unload function receive pevent
` [PATCH 06/17] tools lib traceevent: Add pevent_unregister_event_handler()
` [PATCH 07/17] tools lib traceevent: Add pevent_unregister_print_function()
` [PATCH 08/17] tools lib traceevent: Unregister handler when function plugin unloaded
` [PATCH 09/17] tools lib traceevent: Unregister handler when hrtimer "
` [PATCH 10/17] tools lib traceevent: Unregister handler when kmem "
` [PATCH 11/17] tools lib traceevent: Unregister handler when kvm "
` [PATCH 12/17] tools lib traceevent: Unregister handler when sched_switch "
` [PATCH 13/17] tools lib traceevent: Unregister handler when mac80211 "
` [PATCH 14/17] tools lib traceevent: Unregister handler when cfg80211 "
` [PATCH 15/17] tools lib traceevent: Unregister handler when jbd2 "
` [PATCH 16/17] tools lib traceevent: Unregister handler when scsi "
` [PATCH 17/17] tools lib traceevent: Unregister handler when xen "

[PATCH net-next v2 00/10] use appropriate APIs to get interfaces
 2014-01-15  2:53 UTC  (12+ messages)
` [PATCH net-next v2 01/10] Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find interfaces
` [PATCH net-next v2 02/10] bonding: use __dev_get_by_name instead of dev_get_by_name to find interface
` [PATCH net-next v2 03/10] eql: "
` [PATCH net-next v2 04/10] dcb: "
` [PATCH net-next v2 05/10] decnet: use __dev_get_by_index instead of dev_get_by_index "
` [PATCH net-next v2 06/10] vxlan: "
` [PATCH net-next v2 07/10] batman-adv: "
` [PATCH net-next v2 08/10] caif: "
` [PATCH net-next v2 09/10] can: use "
` [PATCH net-next v2 10/10] net: nl80211: "

[PATCH RFC] reciprocal_divide: correction/update of the algorithm
 2014-01-15  2:51 UTC  (8+ messages)

[PATCH net-next 0/3] r8152: behavior modification
 2014-01-15  2:49 UTC  (6+ messages)
` [PATCH net-next v2 0/3] r8152: remove limitation
  ` [PATCH net-next v2 1/3] r8152: change the descriptor
  ` [PATCH net-next v2 2/3] r8152: fix the warnings and a error from checkpatch.pl
  ` [PATCH net-next v2 3/3] r8152: ecm and vendor modes coexist

[RFC][PATCH 0/9] re-shrink 'struct page' when SLUB is on
 2014-01-15  2:48 UTC  (13+ messages)
` [RFC][PATCH 1/9] mm: slab/slub: use page->list consistently instead of page->lru
` [RFC][PATCH 2/9] mm: slub: abstract out double cmpxchg option
` [RFC][PATCH 3/9] mm: page->pfmemalloc only used by slab/skb
` [RFC][PATCH 4/9] mm: slabs: reset page at free

linux-next: manual merge of the infiniband tree with the net-next tree
 2014-01-15  2:46 UTC 

[PATCH 1/6] virtio_net: don't crash if virtqueue is broken
 2014-01-15  2:36 UTC  (6+ messages)
` [PATCH 2/6] virtio_blk: don't crash, report error "
` [PATCH 3/6] virtio_balloon: don't crash "
` [PATCH 4/6] virtio-rng: "
` [PATCH 5/6] virtio: fail adding buffer on broken queues
` [PATCH 6/6] virtio: virtio_break_device() to mark all virtqueues broken

[PATCH] export: declare ksymtab symbols
 2014-01-14 23:46 UTC  (3+ messages)

mmotm 2014-01-14-18-13 uploaded
 2014-01-15  2:14 UTC 

linux-next: manual merge of the net-next tree with the mips tree
 2014-01-15  2:24 UTC 

[PATCHSET 0/5] perf tools: Update on filtered entries' percentage output
 2014-01-15  2:18 UTC  (5+ messages)
` [PATCH 3/5] perf report: Add --percentage option

[PATCH V6 0/8] Add ARM EFI stub
 2014-01-15  2:16 UTC  (5+ messages)
` [PATCH V6 6/8] Add EFI stub for ARM

[PATCH -next] qlcnic: fix compiler warning
 2014-01-15  2:06 UTC  (2+ messages)

[PATCH] oprofile: check whether oprofile perf enabled in op_overflow_handler()
 2014-01-15  2:02 UTC  (5+ messages)

perf probe: Build error with missing libraries
 2014-01-15  1:58 UTC  (5+ messages)

livelock during MD device open
 2014-01-15  1:57 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the char-misc tree
 2014-01-15  1:57 UTC  (3+ messages)

[PATCH] watchdog: add a parameter for stop wdt before register
 2014-01-15  1:11 UTC  (5+ messages)

[PATCH v2 0/4]zram: locking redesign
 2014-01-15  1:34 UTC  (7+ messages)
` [PATCH v2 1/4] zram: use atomic operation for stat
` [PATCH v2 2/4] zram: introduce zram->tb_lock
` [PATCH v2 3/4] zram: remove workqueue for freeing removed pending slot
` [PATCH v2 4/4] zram: Remove zram->lock in read path and change it with mutex

[PATCH 0/7] zram bug fix and lock redesign
 2014-01-15  1:34 UTC  (4+ messages)
` [PATCH 7/7] zram: remove unnecessary lock

[RFC][PATCH v2 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15  1:32 UTC  (4+ messages)
` [RFC][PATCH v2 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers

[v6][PATCH 2/5] powerpc/book3e: store crit/mc/dbg exception thread info
 2014-01-15  1:27 UTC  (2+ messages)
` [v6,2/5] "

[setup_bios_corruption_check] WARNING: CPU: 0 PID: 0 at mm/memblock.c:789 __next_free_mem_range+0x82/0x261()
 2014-01-15  1:25 UTC  (3+ messages)
` [PATCH] x86/mm: memblock: switch to use NUMA_NO_NODE

[PATCH net-next 00/10] use appropriate APIs to get interfaces
 2014-01-15  1:18 UTC  (4+ messages)
` [PATCH net-next 10/10] net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interface

[PATCH 3/4] fix module autoloading for ACPI enumerated devices
 2014-01-15  1:16 UTC  (3+ messages)

[RFC] hotplug, memory: move register_memory_resource out of the lock_memory_hotplug
 2014-01-15  1:16 UTC  (6+ messages)

[PATCH 0/4] EFI memmap fix v2
 2014-01-15  1:16 UTC  (9+ messages)
` [PATCH 1/4] x86, ptdump: Add the functionality to dump an arbitrary pagetable

[PATCH V3 0/3] Enable X-Gene platform reboot driver
 2014-01-15  1:07 UTC  (4+ messages)
` [PATCH V3 1/3] arm64: add reboot dts entry for X-Gene platform
` [PATCH V3 2/3] arm64: Enable system reset via arch Kconfig for X-Gene system
` [PATCH V3 3/3] power: reset: use syscon driver to parse reboot register from scu

[PATCH] MAINTAINERS: add virtio-dev ML for virtio
 2014-01-15  1:10 UTC  (2+ messages)

[RFC 0/3] mutex: Reduce spinning contention when there is no lock owner
 2014-01-15  1:06 UTC  (6+ messages)
` [RFC 1/3] mutex: In mutex_can_spin_on_owner(), return false if task need_resched()
` [RFC 2/3] mutex: Modify the way optimistic spinners are queued
` [RFC 3/3] mutex: When there is no owner, stop spinning after too many tries

[PATCH v6 0/8] x86: use new text_poke_bp in ftrace
 2014-01-15  1:04 UTC  (9+ messages)
` [PATCH v6 3/8] x86: add generic function to modify more calls using int3 framework
` [PATCH v6 4/8] x86: speed up int3-based patching using direct write
` [PATCH v6 5/8] x86: do not trace __probe_kernel_read
` [PATCH v6 6/8] x86: modify ftrace function using the new int3-based framework

AMD errata 793 (CVE-2013-6885) needs a workaround in Linux?
 2014-01-15  0:54 UTC  (12+ messages)
      ` [PATCH] x86, CPU, AMD: Add workaround for family 16h, erratum 793
              ` [PATCH -v1.1] "
                ` [tip:x86/urgent] x86, cpu, amd: "

[RFC] mm: show message when updating min_free_kbytes in thp
 2014-01-15  0:52 UTC  (12+ messages)

[RFC PATCH net-next 0/4] net_cls for sys container
 2014-01-15  0:50 UTC  (6+ messages)

[PATCH 1/2] DT: Add vendor prefix for Emerging Display Technologies
 2014-01-15  0:46 UTC  (3+ messages)
` [PATCH 2/2] Input: edt-ft5x06: Add DT support

[PATCH] PM: Enable asynchronous noirq resume threads to save the resuming time
 2014-01-15  0:35 UTC  (3+ messages)

[slub] WARNING: CPU: 0 PID: 0 at mm/slub.c:1511 __kmem_cache_create()
 2014-01-15  0:36 UTC  (3+ messages)

[PATCH 0/3] Fadvise: Directory level page cache cleaning support
 2014-01-15  0:22 UTC  (5+ messages)
` [PATCH 2/3] Add shrink_pagecache_parent

[numa shrinker] 9b17c62382: -36.6% regression on sparse file copy
 2014-01-15  0:18 UTC  (4+ messages)

[PATCH v2.1 4/4] x86: intel-mid: remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configs
 2014-01-15  0:21 UTC  (5+ messages)
` [PATCH 1/2] x86: intel-mid: return proper error code from get_gpio_by_name()
  ` [PATCH 2/2] x86: intel-mid: sfi_handle_*_dev() should check for pdata error code

[PATCH v4 0/6] Add support for the System Power Management Interface (SPMI)
 2014-01-15  0:13 UTC  (5+ messages)
` [PATCH v4 4/6] spmi: pmic_arb: add support for interrupt handling
` [PATCH v4 5/6] spmi: document the PMIC arbiter SPMI bindings

[RFC PATCH v2 0/2] hung_task: Display every hung task warning
 2014-01-15  0:09 UTC  (4+ messages)
` [RFC PATCH v2 1/2] sysctl: Make neg_one a standard constraint
` [RFC PATCH v2 2/2] hung_task: Display every hung task warning

[RFC PATCH] mmc: add Toshiba PCI SD controller driver
 2014-01-15  0:08 UTC  (2+ messages)

[PATCH v2 0/4] Add Clovertrail and Merrifeld support to Intel MID
 2014-01-15  0:13 UTC  (4+ messages)

[PATCH 0/6] Page I/O
 2014-01-15  0:04 UTC  (3+ messages)

[PATCH 1/4] x86: Remove duplication of 16-bit CFLAGS
 2014-01-14 23:59 UTC  (4+ messages)
` [PATCH 3/4] x86: Allow building 16-bit code with -m16 with toolchains that support it
  ` [llvmlinux] "

[PATCH v3 0/7] ARM: brcmstb: Add Broadcom STB SoC support
 2014-01-14 23:48 UTC  (8+ messages)
` [PATCH v3 1/7] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs
` [PATCH v3 2/7] ARM: brcmstb: add debug UART for earlyprintk support
` [PATCH v3 3/7] ARM: do CPU-specific init for Broadcom Brahma15 cores
` [PATCH v3 4/7] ARM: brcmstb: add CPU binding for Broadcom Brahma15
` [PATCH v3 5/7] ARM: brcmstb: add misc. DT bindings for brcm,brcmstb-*
` [PATCH v3 6/7] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15
` [PATCH v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445

[PATCH tip/core/rcu 0/3] Crude timer-wheel latency hacks
 2014-01-14 23:50 UTC  (4+ messages)
` [PATCH tip/core/timers 1/3] timers: Reduce __run_timers() latency for empty list

[GIT PULL] at91: cleanup for 3.14 #2
 2014-01-14 23:46 UTC  (2+ messages)

[x86, kaslr] BUG: kernel boot hang
 2014-01-14 23:45 UTC  (5+ messages)

[PATCH] ARM: OMAP4: sleep: byteswap data for big-endian
 2014-01-14 23:44 UTC  (11+ messages)

[PATCH] pci: Add "try" reset interfaces
 2014-01-14 23:38 UTC  (2+ messages)

[PATCH] kdump: Fix exported size of vmcoreinfo note
 2014-01-14 23:35 UTC  (2+ messages)

[RFC PATCH V2 0/4] APM X-Gene PCIe controller
 2014-01-14 23:34 UTC  (5+ messages)
` [RFC PATCH V2 1/4] pci: APM X-Gene PCIe controller driver
` [RFC PATCH V2 2/4] arm64:dts: APM X-Gene PCIe device tree nodes
` [RFC PATCH V2 3/4] dt-bindings: pci: xgene pcie device tree bindings
` [RFC PATCH V2 4/4] MAINTAINERS: entry for APM X-Gene PCIe host driver

[PATCH] Change the prototype of soc_widget_read
 2014-01-14 23:31 UTC  (2+ messages)
` [PATCH] ASoC: dapm: Change "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).