linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-10 12:53:36 to 2013-12-10 16:56:19 UTC [more...]

[PATCH 00/17] NUMA balancing segmentation fault fixes and misc followups v4
 2013-12-10 16:56 UTC  (20+ messages)
` [PATCH 01/18] mm: numa: Serialise parallel get_user_page against THP migration
` [PATCH 02/18] mm: numa: Call MMU notifiers on "
` [PATCH 03/18] mm: Clear pmd_numa before invalidating
` [PATCH 04/18] mm: numa: Do not clear PMD during PTE update scan
` [PATCH 05/18] mm: numa: Do not clear PTE for pte_numa update
` [PATCH 06/18] mm: numa: Ensure anon_vma is locked to prevent parallel THP splits
` [PATCH 07/18] mm: numa: Avoid unnecessary work on the failure path
` [PATCH 08/18] sched: numa: Skip inaccessible VMAs
` [PATCH 09/18] mm: numa: Clear numa hinting information on mprotect
` [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA hinting during migration
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range
` [PATCH 12/18] mm: numa: Defer TLB flush for THP migration as long as possible
` [PATCH 13/18] mm: numa: Make NUMA-migrate related functions static
` [PATCH 14/18] mm: numa: Limit scope of lock for NUMA migrate rate limiting
` [PATCH 15/18] mm: numa: Trace tasks that fail migration due to "
` [PATCH 16/18] mm: numa: Do not automatically migrate KSM pages
` [PATCH 17/18] sched: Add tracepoints related to NUMA task migration

[RFC Part1 PATCH 00/20 v2] Add namespace support for audit
 2013-12-10 16:51 UTC  (7+ messages)

[PATCH v5 tip/core/locking] Memory-barrier documentation updates + smp_mb__after_unlock_lock()
 2013-12-10 16:44 UTC  (5+ messages)
` [PATCH v5 tip/core/locking 1/7] Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-barriers.txt
  ` [PATCH v5 tip/core/locking 5/7] Documentation/memory-barriers.txt: Downgrade UNLOCK+LOCK

[PATCH v6 0/8] x86: use new text_poke_bp in ftrace
 2013-12-10 16:44 UTC  (13+ messages)
` [PATCH v6 1/8] x86: allow to handle errors in text_poke function family
` [PATCH v6 2/8] x86: allow to call text_poke_bp during boot
` [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
` [PATCH v6 7/8] x86: patch all traced function calls using the "
` [PATCH v6 8/8] x86: enable/disable ftrace graph call using new "

[PATCH v5 0/3] Exynos 5410 support
 2013-12-10 16:40 UTC  (5+ messages)
` [PATCH v5 1/3] ARM: EXYNOS: Add support for EXYNOS5410 SoC
` [PATCH v5 2/3] clk: exynos5410: register clocks using common clock framework
` [PATCH v5 3/3] ARM: dts: Add initial device tree support for EXYNOS5410

[PATCH 0/3] crypto: ccp - code fixes/cleanup
 2013-12-10 16:38 UTC  (4+ messages)
` [PATCH 1/3] crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
` [PATCH 2/3] crypto: ccp - CCP Kconfig fixes
` [PATCH 3/3] crypto: ccp - Remove user triggerable pr_err calls

[PATCH v2 01/15] mfd: menelaus: Drop __exit section annotation
 2013-12-10 16:36 UTC  (23+ messages)
        ` [PATCH v3 "
          ` [PATCH v3 03/15] mfd: menelaus: Convert to threaded irq
          ` [PATCH v3 07/15] mfd: menelaus: Limit the usage of the_menelaus
          ` [PATCH v3 08/15] mfd: menelaus: Pass menelaus_chip pointer to add/remove irq functions
          ` [PATCH v3 11/15] mfd: menelaus: Start to use irqdomain
          ` [PATCH v3 15/15] mfd: menelaus: Use devm_request_threaded_irq()

[PATCH v2] kexec: add sysctl to disable kexec
 2013-12-10 16:32 UTC  (6+ messages)

[PATCH V5 0/3] perf/x86/amd: AMD Family 16h Data Breakpoint Extensions
 2013-12-10 16:30 UTC  (19+ messages)
` [PATCH 1/3] perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8
` [PATCH 2/3] perf tools: allow user to specify hardware breakpoint bp_len

[PATCH v2 0/4] futex: Wakeup optimizations
 2013-12-10 16:24 UTC  (8+ messages)
` [PATCH v2 4/4] futex: Avoid taking hb lock if nothing to wakeup

3.11.4: kernel BUG at fs/buffer.c:1268
 2013-12-10 16:21 UTC  (4+ messages)

[PATCH V6] ARM : unwinder : Prevent data abort due to stack overflow
 2013-12-10 16:19 UTC  (2+ messages)

[PATCH] mm/slab.c: check pointer slabp before using it in alloc_slabmgmt()
 2013-12-10 16:19 UTC  (7+ messages)

[PATCH 00/16] wl1251 patches from linux-n900 tree
 2013-12-10 16:10 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/16] wl1251: fix scan behaviour while not associated
  ` [PATCH v2 02/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration
  ` [PATCH v2 14/16] wl1251: Add sysfs file tx_mgmt_frm_rate for setting rate
  ` [PATCH v2 15/16] wl1251: Add sysfs file address for setting permanent mac address

[PATCH v6 0/7] Optimize jump label implementation for ARM64
 2013-12-10 16:03 UTC  (8+ messages)
` [PATCH v6 1/7] arm64: introduce basic aarch64 instruction decoding helpers
` [PATCH v6 2/7] arm64: introduce interfaces to hotpatch kernel and module code
` [PATCH v6 3/7] arm64: move encode_insn_immediate() from module.c to insn.c
` [PATCH v6 4/7] arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions
` [PATCH v6 5/7] arm64, jump label: detect %c support for ARM64
` [PATCH v6 6/7] arm64, jump label: optimize jump label implementation
` [PATCH v6 7/7] jump_label: use defined macros instead of hard-coding for better readability

[PATCHv5 1/2] clocksource: dw_apb_timer_of: Fix read_sched_clock
 2013-12-10 16:07 UTC  (2+ messages)
` [PATCHv5 2/2] clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"

[PATCH] clocksource: time-efm32: Select CLKSRC_MMIO
 2013-12-10 16:05 UTC  (4+ messages)

[RFC] dma-mapping: dma_alloc_coherent_mask return dma_addr_t
 2013-12-10 16:05 UTC 

[PATCH v3 00/23] mm: Use memblock interface instead of bootmem
 2013-12-10 16:44 UTC  (7+ messages)
` [PATCH v3 02/23] mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK
` [PATCH v3 08/23] mm/memblock: Add memblock memory allocation apis

XFS security fix never sent to -stable?
 2013-12-10 15:57 UTC  (9+ messages)

[PATCH 0/2] Per-task load tracking errors
 2013-12-10 15:55 UTC  (6+ messages)
` [PATCH 2/2] sched: update runqueue clock before migrations away

[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v8)
 2013-12-10 15:57 UTC  (4+ messages)
` [PATCH 16/17] uprobes: Allocate ->utask before handler_chain() for tracing handlers

[PATCH 00/41] percpu: Consistent per cpu operations V1
 2013-12-10 15:55 UTC  (9+ messages)
` [PATCH 13/41] percpu: Add raw_cpu_ops
` [PATCH 35/41] tile: Replace __get_cpu_var uses

[PATCH v4 0/2] perf: config: add per-feature check flags
 2013-12-10 15:55 UTC  (4+ messages)
` [PATCH 1/2] perf tools: Automate setup of FEATURE_CHECK_(C|LD)FLAGS-all variables

[PATCH 1/2] x86, microcode: Do Intel microcode revision check signed
 2013-12-10 15:55 UTC  (3+ messages)

[PATCHv4] clocksource: dw_apb_timer_of: Fix read_sched_clock
 2013-12-10 15:53 UTC  (3+ messages)

[tip:sched/core] sched: Add NEED_RESCHED to the preempt_count
 2013-12-10 15:52 UTC  (5+ messages)
  ` [PATCH] sched: Revert need_resched() to look at TIF_NEED_RESCHED

[PATCH] null_blk: mem garbage on NUMA systems during init
 2013-12-10 15:50 UTC 

[PATCH v2 00/11] Consolidate asm/fixmap.h files
 2013-12-10 15:49 UTC  (3+ messages)

[GIT PULL 00/21] perf/core improvements and fixes
 2013-12-10 15:49 UTC  (12+ messages)

[RFC PATCH tip 0/5] tracing filters with BPF
 2013-12-10 15:47 UTC  (10+ messages)

process 'stuck' at exit
 2013-12-10 15:47 UTC 

pull request: bluetooth-next 2013-12-10
 2013-12-10 15:38 UTC 

randconfig build error with next-20131210, in drivers/crypto/ccp/ccp-pci.c
 2013-12-10 15:34 UTC  (2+ messages)

randconfig build error with next-20131210, in drivers/crypto/ccp
 2013-12-10 15:33 UTC  (2+ messages)

[PATCHv3 00/28] perf tools: Add traceevent plugins support
 2013-12-10 15:31 UTC  (9+ messages)
` [PATCH 28/28] perf tools: Add udis86 disassembler feature check

[PATCH net V2 1/2] tun: unbreak truncated packet signalling
 2013-12-10 15:32 UTC  (4+ messages)
` [PATCH net V2 2/2] macvtap: signal truncated packets

[PATCH v2] gpiolib: return -ENOENT if no GPIO mapping exists
 2013-12-10 15:28 UTC  (2+ messages)

[PATCH -tip v4 0/6] kprobes: introduce NOKPROBE_SYMBOL() and fixes crash bugs
 2013-12-10 15:28 UTC  (6+ messages)

questions of cpuidle
 2013-12-10 15:28 UTC  (5+ messages)

rcu: Avoid irq disable in rcu_cpu_kthread
 2013-12-10 15:24 UTC  (3+ messages)

[PATCH v4 tip/core/locking 0/4] Memory-barrier documentation updates
 2013-12-10 15:24 UTC  (5+ messages)

BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:20
 2013-12-10 15:22 UTC  (5+ messages)
    ` [PATCH driver-core-next] sysfs: fix use-after-free in sysfs_kill_sb()

[PATCH v2 0/3] nohz_full clean up and bug fix
 2013-12-10 15:20 UTC  (8+ messages)
` [PATCH v2 1/3] nohz_full: fix code sytle issue of tick_nohz_full_stop_tick
` [PATCH v2 3/3] nohz_full: update cpu load fix in nohz_full

[PATCH v4 tip/core/locking 0/4] Memory-barrier documentation updates
 2013-12-10 15:20 UTC  (13+ messages)
` [PATCH tip/core/locking 1/4] Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-barriers.txt
  ` [PATCH tip/core/locking 4/4] Documentation/memory-barriers.txt: Document ACCESS_ONCE()

[question] sched: idle_avg and migration latency
 2013-12-10 15:20 UTC  (3+ messages)

Will CPU 0 be forever prohibited from NO_HZ_FULL status?
 2013-12-10 15:08 UTC  (5+ messages)

[RFC part2 PATCH 2/9] ARM64 / ACPI: Prefill cpu possible/present maps and map logical cpu id to APIC id
 2013-12-10 15:07 UTC  (4+ messages)
    ` [RFC part2 PATCH 4/9] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
    ` [RFC part2 PATCH 8/9] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem

50 Watt idle power regression bisected to Linux-3.10
 2013-12-10 15:06 UTC  (7+ messages)

[PATCH 00/10] net: stmmac: Add sun7i GMAC glue layer
 2013-12-10 14:59 UTC  (5+ messages)
` [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

[PATCH] net-tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0
 2013-12-10 15:01 UTC  (7+ messages)

[PATCH v7 0/5] add gadget quirk to adapt f_fs for DWC3
 2013-12-10 15:01 UTC  (5+ messages)
` [PATCH v7 2/5] usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadget

[PATCH 1/2] arm: dts: keystone: add watchdog entry
 2013-12-10 14:53 UTC  (2+ messages)
  ` [PATCH 2/2] arm: keystone: enable watchdog support

linux-next: manual merge of the driver-core tree with the driver-core.current tree
 2013-12-10 14:50 UTC  (3+ messages)
  ` [PATCH driver-core-next] sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning

[PATCH v10] x86, apic, kexec, Documentation: Add disable_cpu_apic kernel parameter
 2013-12-10 14:49 UTC  (2+ messages)

[RFC][PATCH 0/7] sched: Optimize sched_clock bits
 2013-12-10 14:47 UTC  (4+ messages)

[PATCH 3.4 00/25] 3.4.74-stable review
 2013-12-10 14:46 UTC  (3+ messages)
` [PATCH 3.4 01/25] crypto: scatterwalk - Set the chain pointer indication bit

[PATCH v3 00/10] Make dwc3 use Generic PHY Framework
 2013-12-10 14:40 UTC  (4+ messages)
` [PATCH v3 07/10] drivers: phy: usb3/pipe3: Adapt pipe3 driver to "

[PATCH] sound: memalloc.h - fix wrong truncation of dma_addr_t
 2013-12-10 14:37 UTC  (2+ messages)

[PATCH 3.12] Broken terminal due to echo bufferring
 2013-12-10 14:34 UTC  (6+ messages)

[GIT PULL RESEND] clocksource/clockevents fixes for 3.13
 2013-12-10 14:31 UTC  (4+ messages)

[GIT PULL] clocksource/clockevents fixes for 3.13
 2013-12-10 14:30 UTC  (5+ messages)

[3.5.y.z extended stable] Patch "um: add missing declaration of 'getrlimit()' and friends" has been added to staging queue
 2013-12-10 14:29 UTC 

[3.5.y.z extended stable] Patch "xen/gnttab: leave lazy MMU mode in the case of a m2p override failure" has been added to staging queue
 2013-12-10 14:28 UTC 

[PATCH 00/18] NUMA balancing segmentation fault fixes and misc followups v3
 2013-12-10 14:25 UTC  (3+ messages)
` [PATCH 11/18] mm: fix TLB flush race between migration, and change_protection_range

i915: NULL pointer dereference in i915_update_dri1_breadcrumb() during shutdown
 2013-12-10 14:25 UTC  (3+ messages)

[PATCH] net: sk == 0xffffffff fix - not for commit
 2013-12-10 14:25 UTC  (4+ messages)

[PATCH 0/3] OF: kobj-ification fixes
 2013-12-10 14:13 UTC  (4+ messages)
` [PATCH 1/3] of: Fix early OF builtup on kobj-ification
` [PATCH 2/3] OF: Add a allnodes pointer back to the tree
` [PATCH 3/3] OF: kobj ops should only happen on attached nodes

[PATCH] [SCSI] iscsi_boot_sysfs: Fix a memory leak in iscsi_boot_destroy_kset()
 2013-12-10 14:11 UTC  (4+ messages)

[PATCH RFC 0/4] Fine tune USB 3.0 PHY on exynos5420
 2013-12-10 14:01 UTC  (5+ messages)
` [PATCH RFC 1/4] phy: Add provision for tuning phy
` [PATCH RFC 3/4] xhci: Tune PHY for the DWC3-Exynos host controller

Race in memcg kmem?
 2013-12-10 13:59 UTC 

[PATCH] serial: samsung: move clock deactivation below uart registration
 2013-12-10 13:52 UTC  (2+ messages)

mlx4_core: DMA-API: device driver tries to sync DMA memory it has not allocated
 2013-12-10 13:44 UTC 

[PATCH V2 0/3] PM: Enable option of re-use runtime PM callbacks at system suspend
 2013-12-10 13:37 UTC  (4+ messages)
` [PATCH V2 1/3] PM / Runtime: Add second macro for definition of runtime PM callbacks
` [PATCH V2 2/3] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
` [PATCH V2 3/3] PM / Sleep: Add macro to define common late/early system PM callbacks

scatterlist.h backtrace from crypto ccm module
 2013-12-10 13:27 UTC  (4+ messages)

[PATCH V4] dma: add dma_get_any_slave_channel(), for use in of_xlate()
 2013-12-10 12:22 UTC  (2+ messages)

[PATCH V4] dma: add channel request API that supports deferred probe
 2013-12-10 12:21 UTC  (2+ messages)

[PATCH 02/11] arm: pxa27x: support ICP DAS LP-8x4x
 2013-12-10 12:54 UTC  (4+ messages)
` [PATCH v2 "


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).