messages from 2012-10-18 13:51:55 to 2012-10-18 20:07:12 UTC [more...]
Is not locking task_lock in cgroup_fork() safe?
2012-10-18 20:07 UTC (2+ messages)
mpol_to_str revisited
2012-10-18 20:03 UTC (16+ messages)
` [patch for-3.7] mm, mempolicy: fix printing stack contents in numa_maps
` [patch for-3.7] mm, mempolicy: avoid taking mutex inside spinlock when reading numa_maps
` [patch for-3.7 v2] "
[PATCH] Documentation DMA-API-HOWTO.txt Add dma mapping error check usage examples
2012-10-18 20:00 UTC (5+ messages)
` [PATCH v2] "
[PATCH] dynamic_debug: Remove unnecessary __used
2012-10-18 19:59 UTC (4+ messages)
[PATCH] print reason for failure in kcmp_test
2012-10-18 19:59 UTC (2+ messages)
RFC: sign the modules at install time
2012-10-18 19:58 UTC (15+ messages)
[PATCH] percpu-rwsem: use barrier in unlock path
2012-10-18 19:56 UTC (12+ messages)
[PATCH] procfs: Improve Scaling in proc
2012-10-18 19:54 UTC (3+ messages)
[PATCH] staging: csr: remove a number of unneeded includes of version.h
2012-10-18 19:51 UTC
[PATCH 0/3 v2] kconfig: get the CONFIG_ prefix from the environment
2012-10-18 19:50 UTC (4+ messages)
` [PATCH 1/3] kconfig: remove CONFIG_ from string constants
` [PATCH 2/3] kconfig: add a function to get the CONFIG_ prefix
` [PATCH 3/3] kconfig: get CONFIG_ prefix from the environment
[RFC PATCH 0/2] uprobes: register/unregister can race with fork
2012-10-18 19:28 UTC (9+ messages)
` [PATCH 1/2] brw_mutex: big read-write mutex
[PATCH v5 00/14] kmem controller for memcg
2012-10-18 19:47 UTC (9+ messages)
` [PATCH v5 04/14] kmem accounting basic infrastructure
[PATCH 0/4] acpi,memory-hotplug : implement framework for hot removing memory
2012-10-18 19:44 UTC (7+ messages)
` [PATCH 1/4] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()
[PATCH] Staging: silicom: Fix up version.h includes
2012-10-18 19:43 UTC
[ANNOUNCE] 3.6.1-rt2
2012-10-18 19:42 UTC (2+ messages)
[GIT PULL] extcon fixes for Linux 3.6
2012-10-18 17:24 UTC (2+ messages)
[PATCH] staging: remove version.h include from dgrp/dgrp_sysfs.c
2012-10-18 19:34 UTC
[PATCH] ledtrig-cpu: use spin_lock to replace mutex lock
2012-10-18 19:34 UTC (4+ messages)
[RFC] perf: need to expose sched_clock to correlate user samples with kernel samples
2012-10-18 19:33 UTC (3+ messages)
[PATCH] [media] s5p-tv: don't include linux/version.h in mixer_video.c
2012-10-18 19:28 UTC
[PATCH] kconfig/menuconfig: use TAILQ instead of CIRCLEQ
2012-10-18 18:59 UTC (3+ messages)
[PATCH] ata: sata_highbank: Fix section mismatch
2012-10-18 19:12 UTC (2+ messages)
[PATCH] memory cgroup: update root memory cgroup when node is onlined
2012-10-18 19:03 UTC (5+ messages)
[PATCH 0/3] perf_event: enable overflow interrupts on KNC
2012-10-18 18:54 UTC (6+ messages)
[ 000/147] 3.2.32-stable review
2012-10-18 18:50 UTC (3+ messages)
` [ 108/147] ALSA: hda - Fix internal mic for Lenovo Ideapad U300s
[RFC][PATCH v5]trace,x86: add x86 irq vector tracepoints
2012-10-18 18:40 UTC
linux-next: build failure after merge of the final tree (tip/s390 trees related)
2012-10-18 18:29 UTC (5+ messages)
[PATCH] efi: Build EFI stub with EFI-appropriate options
2012-10-18 18:28 UTC (3+ messages)
[PATCH 0/5] Fix thermal bugs and Upstream ST-Ericsson thermal driver
2012-10-18 18:08 UTC (4+ messages)
` [PATCH 5/5] Thermal: Add ST-Ericsson db8500 thermal dirver
[PATCH] pwm: add spear pwm driver support
2012-10-18 18:05 UTC (5+ messages)
[PATCH v2] epoll: Support for disabling items, and a self-test app
2012-10-18 18:05 UTC (4+ messages)
[ 000/120] 3.4.14-stable review
2012-10-18 18:04 UTC (5+ messages)
` [ 004/120] slab: fix the DEADLOCK issue on l3 alien lock
[RFC] ACPI S3 and Xen (suprisingly small\!)
2012-10-18 18:02 UTC (24+ messages)
` [PATCH 1/4] x86/wakeup/sleep: Check whether the TSS GDT descriptor is empty before using it
` [PATCH 2/4] xen/lowlevel: Implement pvop call for load_idt (sidt)
` Is: axe read_tscp pvops call. Was: Re: [RFC] ACPI S3 and Xen (suprisingly small\!)
` [Xen-devel] "
[PATCH] UAPI: S390 shouldn't've been changed to use uapi/asm-generic/kvm_para.h
2012-10-18 17:58 UTC
[PATCH 1/4] mmc: core: sd.c: Added a space after comma on an argument definition
2012-10-18 17:55 UTC (5+ messages)
` [PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls
` [PATCH 3/4] mmc: core: sd.c: Modified pr_warning to pr_warn
` [PATCH 4/4] mmc: core: sd.c: Fixed line over 80 chars
[PATCHv3 0/6] dw_dmac: few cleanups to the driver
2012-10-18 17:28 UTC (9+ messages)
` [PATCHv3 1/6] dmaengine: dw_dmac: remove CLK dependency
` [PATCHv3 2/6] dmaengine: dw_dmac: amend description and indentation
` [PATCHv3 3/6] dw_dmac: change dev_printk() to corresponding macros
` [PATCHv3 4/6] dw_dmac: don't call platform_get_drvdata twice
` [PATCHv3 5/6] dw_dmac: change dev_crit to dev_WARN in dwc_handle_error
` [PATCHv3 6/6] dw_dmac: introduce to_dw_desc() macro
[PATCH] m68k: Wire up kcmp
2012-10-18 17:32 UTC
[RFC PATCH 0/2] sched: Load Balancing using Per-entity-Load-tracking
2012-10-18 17:26 UTC (2+ messages)
[PATCH] lib/dma-debug.c: fix __hash_bucket_find
2012-10-18 17:20 UTC (3+ messages)
[PATCH V3 3/6]: PVH: mmu related changes
2012-10-18 17:12 UTC (3+ messages)
[PATCH] [PATCH] extcon: driver model release call not needed
2012-10-18 17:12 UTC
[PATCH] qla3xxx: Ensure req_q_phy_addr writes to the register
2012-10-18 17:10 UTC (4+ messages)
[tip:numa/core] numa: Fix task_work() double add
2012-10-18 17:09 UTC
[tip:sched/urgent] sched: Add WAKEUP_PREEMPTION feature flag, on by default
2012-10-18 17:08 UTC
[tip:numa/core] sched/numa/mm: Further clean up migrate_misplaced_page()
2012-10-18 17:07 UTC
[tip:numa/core] sched/numa/mm: Fix and further simplify fault accounting
2012-10-18 17:06 UTC
[tip:numa/core] sched/numa/mm: Improve migration
2012-10-18 17:05 UTC
[tip:numa/core] sched/numa/mm: Avoid pointless TLB invalidation from page-migration
2012-10-18 17:04 UTC
[tip:numa/core] sched/numa: More NUMA_PULL_BIAS fixes
2012-10-18 17:03 UTC
[tip:numa/core] sched/numa: Make the sampling period adaptive
2012-10-18 17:02 UTC
[tip:numa/core] sched/numa: Simplify task_numa_fault()
2012-10-18 17:01 UTC
[PATCH 1/6] mmc: core: sdio_io.c: Fixed lines with > 80 chars
2012-10-18 16:58 UTC (6+ messages)
` [PATCH 2/6] mmc: core: sdio_bus.c: Removed trailing whitespace error
` [PATCH 3/6] mmc: core: sdio_bus.c: Fixed lines > 80 chars
` [PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()
` [PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(
` [PATCH 6/6] mmc: core: sdio_bus.c: Removed unnecessary NULL check routine
[PATCH -v3 0/7] x86: Use BRK to pre mapping page table to make xen happy
2012-10-18 16:57 UTC (6+ messages)
[PATCH] UAPI: Make arch/ia64/include/asm/kvm_para.h generic
2012-10-18 16:58 UTC
[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error
2012-10-18 16:52 UTC (2+ messages)
` [PATCH 2/2] mmc: core: sdio_cis.c: Fixed the position of opening braces {
[PATCH 1/6] mmc: core: sdio_io.c: Fixed lines with > 80 chars
2012-10-18 16:47 UTC (7+ messages)
` [PATCH 2/6] mmc: core: sdio_bus.c: Removed trailing whitespace error
` [PATCH 3/6] mmc: core: sdio_bus.c: Fixed lines > 80 chars
` [PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()
` [PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(
` [PATCH 6/6] mmc: core: sdio_bus.c: Removed unnecessary NULL check routine
[PATCH v2] x86/mce: Honour bios-set CMCI threshold
2012-10-18 16:46 UTC (12+ messages)
` [PATCH v3] "
[PATCH] rcu: restore correct batch limiting
2012-10-18 16:35 UTC (6+ messages)
kexec/kdump kernel fails to start
2012-10-18 16:27 UTC (9+ messages)
discrepancy while save and restore of debounce registers
2012-10-18 16:14 UTC (4+ messages)
[PATCH 1/3] drivers: mmc: core: sdio.c: fixed lines with > 80 chars
2012-10-18 16:10 UTC (4+ messages)
` [PATCH 2/3] drivers: mmc: core: sdio.c: fixed coding style error on for() statement
` [PATCH 3/3] drivers: mmc: core: sdio.c: fixed from pr_warning(... to pr_warn(
[PATCH 1/2] rtc-imxdi: Support for i.MX53
2012-10-18 16:06 UTC (3+ messages)
` [PATCH 2/2] rtc-imxdi: Add devicetree support
` [PATCH] ARM: mach-imx: Support for DryIce RTC in i.MX53
[PATCH v2 0/7] Improve swiotlb performance by using physical addresses
2012-10-18 15:53 UTC (6+ messages)
` [PATCH v2 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
[PATCH 4/14] drivers/media/v4l2-core/videobuf2-core.c: fix error return code
2012-10-18 15:51 UTC (5+ messages)
` [PATCH V2] "
[GIT PULL 00/11] perf/urgent fixes
2012-10-18 15:40 UTC (9+ messages)
` [PATCH 08/11] perf python: Initialize 'page_size' variable
` [PATCH 09/11] perf python: Link with libtraceevent
[PATCH 1/4] module: add syscall to load module from fd
2012-10-18 15:30 UTC (11+ messages)
[PATCH] oom, memcg: handle sysctl oom_kill_allocating_task while memcg oom happening
2012-10-18 15:32 UTC (5+ messages)
[PATCH v5 0/2] Reset PCIe devices to address DMA problem on kdump with iommu
2012-10-18 15:32 UTC (3+ messages)
` [PATCH v5 1/2] x86, pci: Reset PCIe devices at boot time
[PATCH v2 0/2] Convert davinci ASoC to genalloc SRAM
2012-10-18 15:24 UTC (12+ messages)
` [PATCH v2 1/2] ASoC: davinci: replace private sram api with genalloc
` [PATCH v2 2/2] ARM: davinci: enable SRAM ping ping buffering on DA850
[PATCH] dma: add new DMA control commands
2012-10-18 15:25 UTC (10+ messages)
[PATCH] Staging: ipack/bridges/tpci200: use module_pci_driver to simplify the code
2012-10-18 15:18 UTC
[PATCH] vme: vme_vmivme7805.c: use module_pci_driver to simplify the code
2012-10-18 15:15 UTC
[PATCH] vme: vme_ca91cx42.c: use module_pci_driver to simplify the code
2012-10-18 15:13 UTC
[PATCH] vme: vme_tsi148.c: use module_pci_driver to simplify the code
2012-10-18 15:12 UTC
[GIT PULL] sound fixes for 3.7-rc2
2012-10-18 15:04 UTC
Email Quota Warning!
2012-10-18 14:47 UTC
[PATCH] dlm: remove unused variable in *dlm_lowcomms_get_buffer()
2012-10-18 14:57 UTC
[PATCH 4/7] gpio/mxs: convert to use linear irqdomain
2012-10-18 14:56 UTC (3+ messages)
[PATCH v4 0/7] uio_pruss cleanup and platform support
2012-10-18 14:53 UTC (3+ messages)
` [PATCH v4 1/7] uio: uio_pruss: replace private SRAM API with genalloc
[PATCH] fuse: remove unused variable in fuse_try_move_page()
2012-10-18 14:51 UTC
[PATCH v3 00/10] Introduce huge zero page
2012-10-18 14:50 UTC (5+ messages)
[PATCH] ASoC: jack: remove unused variable in snd_soc_jack_report()
2012-10-18 14:49 UTC
[PATCH] kvm/ftrace: change the diplaying format of vector in trace_msi_set_irq
2012-10-18 14:49 UTC (2+ messages)
[PATCH] ALSA: snd-usb: remove unused variable in init_pitch_v2()
2012-10-18 14:46 UTC
[ANNOUNCE] 3.0.45-rt68
2012-10-18 14:38 UTC
[PATCH 1/2] KVM: VMX: report internal error for the unhandleable event
2012-10-18 14:30 UTC (3+ messages)
` [PATCH 2/2] KVM: VMX: report internal error for MMIO #PF due to delivery event
[PATCH v5 0/4] Add generic driver for on-chip SRAM
2012-10-18 14:27 UTC (5+ messages)
` [PATCH v5 1/4] genalloc: add a global pool list, allow to find pools by phys address
` [PATCH v5 2/4] misc: Generic on-chip SRAM allocation driver
` [PATCH v5 3/4] misc: sram: Add optional clock
` [PATCH v5 4/4] misc: sram: add support for configurable allocation order
usb issue on Intel chipset: abrupt mouse movements, usb keyboard loosing key events
2012-10-18 14:28 UTC (2+ messages)
Notification
2012-10-18 14:12 UTC
[PATCH] Documentation/sparse.txt: document context annotations for lock checking
2012-10-18 14:27 UTC
[Bisected] 3.7-rc1 can't resume
2012-10-18 14:17 UTC (2+ messages)
[PATCH v1 0/2] x86, apic: Disable BSP if boot cpu is AP
2012-10-18 14:14 UTC (4+ messages)
[PATCH] mfd: viperboard driver added
2012-10-18 14:13 UTC (5+ messages)
` [PATCH v2 1/4] mfd: add viperboard driver
[PATCHv2 0/4] dw_dmac: few cleanups to the driver
2012-10-18 14:11 UTC (10+ messages)
` [PATCHv2 3/4] dw_dmac: change {dev_}printk() to corresponding macros
[PATCH] mfd: tps6586x: move regulator dt parsing to regulator driver
2012-10-18 14:06 UTC
[PATCH 1/1] staging: fwserial: Add TTY-over-Firewire serial driver
2012-10-18 12:57 UTC
[PATCH] remove untouched code in kfifo_in
2012-10-18 13:59 UTC
[PATCH 0/1] staging: Add firewire-serial driver
2012-10-18 12:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox