public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-09 14:34:15 to 2013-05-09 21:07:51 UTC [more...]

[PATCH 01/12] fbdev: FB_GOLDFISH should depend on HAS_DMA
 2013-05-09 21:04 UTC  (10+ messages)
` [PATCH 02/12] [SCSI] SCSI_UFSHCD should depend on SCSI_DMA
` [PATCH 03/12] net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMA
` [PATCH 04/12] net/ethernet: STMMAC_ETH "
` [PATCH 06/12] mtd: MTD_NAND_DENALI "
` [PATCH 07/12] net/ethernet: ARM_AT91_ETHER "
` [PATCH 09/12] uio: UIO_DMEM_GENIRQ "
` [PATCH 10/12] caif: CAIF_VIRTIO "
` [PATCH 11/12] drm: DRM "
` [PATCH 12/12] staging: COMEDI "

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-09 21:03 UTC  (4+ messages)
` [RFC 1/2] virtio_balloon: move balloon_lock mutex to callers
` [RFC 2/2] virtio_balloon: auto-ballooning support

rcu_preempt running flat out on idle desktop
 2013-05-09 21:02 UTC  (2+ messages)

[PATCH] ipc,sem: fix semctl(..., GETNCNT)
 2013-05-09 20:59 UTC 

[PATCH] MAINTAINERS: update Hyper-V file list
 2013-05-09 21:34 UTC 

[PATCH] ARM: exynos: defconfig update
 2013-05-09 20:58 UTC 

[PATCH] bcache: Fix incompatible pointer type warning
 2013-05-09 20:57 UTC  (2+ messages)

[PATCH] ipc,sem: fix semctl(..., GETZCNT)
 2013-05-09 20:53 UTC 

[GIT PULL] ARM: arm-soc fixes and a few straggler patches for 3.10
 2013-05-09 20:54 UTC 

[PATCH] h8300: Fill the system call table using a CALL() macro
 2013-05-09 20:52 UTC 

[PATCH -v8 00/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-09 20:51 UTC  (13+ messages)
` [PATCH -v9 01/11] CPU hotplug: Provide a generic helper to disable/enable CPU hotplug
` [PATCH -v9 02/11] Migrate shutdown/reboot to boot cpu
` [PATCH -v9 03/11] Remove -stable friendly PF_THREAD_BOUND define
` [PATCH -v9 04/11] Move shutdown/reboot related functions to kernel/reboot.c
` [PATCH -v9 05/11] checkpatch.pl the new kernel/reboot.c file
` [PATCH -v9 06/11] x86, prepare reboot_mode for moving to generic kernel code
` [PATCH -v9 07/11] unicore32, "
` [PATCH -v9 08/11] arm, Remove unused restart_mode fields from some arm subarchs
` [PATCH -v9 09/11] arm, prepare reboot_mode for moving to generic kernel code
` [PATCH -v9 10/11] arm, change reboot_mode to use enum reboot_mode
` [PATCH -v9 11/11] Move arch/x86 reboot= handling to generic kernel

dm-cache not writing out cache metadata at reboot?
 2013-05-09 20:47 UTC  (6+ messages)
    ` [PATCH 1/2] dmcache: flush superblock stats when retrieving status info
    ` [PATCH 2/2] dmcache: Implement a flush message

[git pull] more vfs.git stuff
 2013-05-09 20:46 UTC  (6+ messages)

[PATCH V2] ARM: bcm281xx: Add L2 support for Rev A2 chips
 2013-05-09 20:44 UTC  (2+ messages)

[PATCH 0/3] Fix disable of unused clk/regulator with deferred probe
 2013-05-09 18:39 UTC  (16+ messages)
` [PATCH 1/3] driver core: Add API to wait for deferred probe to complete during init
` [PATCH v2 1/2] clk: Disable unused clocks after deferred probing is done
` [PATCH 2/2] regulator: core: Disable unused regulators "

[patch net] macvlan: fix passthru mode race between dev removal and rx path
 2013-05-09 20:35 UTC  (2+ messages)

[PATCH] mm, MIPS: fix a bug caused by free_initmem_default()
 2013-05-09 20:33 UTC  (2+ messages)

[GIT PULL] parisc updates for v3.10
 2013-05-09 20:31 UTC  (3+ messages)

[PATCH 0/3] pm: Introduce __pm to mark power management code
 2013-05-09 20:30 UTC  (7+ messages)

[PATCH] ARM: exynos: dts: Fixed vbus-gpios
 2013-05-09 20:25 UTC  (2+ messages)

[PULL REQUEST] NVMe driver updates
 2013-05-09 20:20 UTC 

[PATCH v2] aerdrv: Move cper_print_aer() call out of interrupt context
 2013-05-09 20:24 UTC  (2+ messages)

[PATCH v3] mm: remove compressed copy from zram in-memory
 2013-05-09 20:15 UTC  (2+ messages)

[PATCH] kernel/audit_tree.c: tree will memory leak when failure occurs for audit_trim_trees()
 2013-05-09 20:11 UTC  (4+ messages)
  ` [PATCH v2] kernel: audit_tree: resource management: need put_tree and goto Err when failure occures

[PATCH v2 0/3] clk: implement remuxing during set_rate
 2013-05-09 20:01 UTC  (6+ messages)
` [PATCH v2 2/3] clk: add support for clock reparent on set_rate

lockdep: BUG: key ffff880436f00330 not in .data!
 2013-05-09 20:01 UTC  (3+ messages)

[RFC/PATCH v2 0/8] Clean up write-combining MTRR addition
 2013-05-09 19:46 UTC  (9+ messages)
` [RFC/PATCH v2 1/8] Add arch_phys_wc_{add,del} to manipulate WC MTRRs if needed
` [RFC/PATCH v2 2/8] drm (ast,cirrus,mgag200,nouveau,savage,vmwgfx): Remove drm_mtrr_{add,del}
` [RFC/PATCH v2 3/8] drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs
` [RFC/PATCH v2 4/8] drm,agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
` [RFC/PATCH v2 5/8] i915: Use arch_phys_wc_{add,del}
` [RFC/PATCH v2 6/8] radeon: Switch to arch_phys_wc_add and add a missing ..._del
` [RFC/PATCH v2 7/8] uvesafb: Clean up MTRR code
` [RFC/PATCH v2 8/8] drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systems

[PATCH 0/9] perf: Adding better precise_ip field handling
 2013-05-09 19:43 UTC  (5+ messages)
` [PATCH 5/9] perf tools: Set maximum precise value for event 'p' modifier

[PATCH 00/27] Block cleanups - prep work for immutable bio vecs/dio rewrite
 2013-05-09 19:43 UTC  (3+ messages)
` [PATCH 04/27] block: Convert integrity to bvec_alloc_bs()

[PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC
 2013-05-09 19:38 UTC 

[PATCH] w1: ds2408: add magic sequence to disable P0 test mode
 2013-05-09 19:33 UTC  (4+ messages)
` [PATCH V2] "

[PATCH RESEND 0/4] usb: fix four memleak
 2013-05-09 19:29 UTC  (4+ messages)
` [PATCH RESEND 4/4] usb: tilegx: fix memleak when create hcd fail

[PATCH RESEND 1/4] usb: ehci-s5p: fix memleak when devm_usb_get_phy fail
 2013-05-09 19:29 UTC  (2+ messages)

[PATCH RESEND 3/4] usb: ohci: fix goto wrong tag in err case
 2013-05-09 19:27 UTC  (2+ messages)

[PATCH v2] perf: detect when perf.data file not closed out properly
 2013-05-09 19:27 UTC 

[GIT PULL] Btrfs
 2013-05-09 19:26 UTC 

[PATCHv10 0/4] zswap: compressed swap caching
 2013-05-09 19:24 UTC  (4+ messages)
` [PATCHv10 1/4] debugfs: add get/set for atomic types

[GIT PULL] XFS updates (#2) for 3.10-rc1
 2013-05-09 19:23 UTC 

[PATCH] aerdrv: Move cper_print_pcie() out of interrupt context
 2013-05-09 19:24 UTC  (4+ messages)

[GIT PULL] ACPI fixes for v3.10-rc1
 2013-05-09 19:18 UTC 

BUG: spinlock recursion on CPU#0, rngd/899
 2013-05-09 19:06 UTC 

[PATCHv2 0/4] mailbox: Common API
 2013-05-09 18:49 UTC  (8+ messages)
` [PATCHv2 2/4] mailbox: Introduce a new common API

[PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS
 2013-05-09 18:45 UTC  (6+ messages)

[PATCH v4 00/22] x86, ACPI, numa: Parse numa info early
 2013-05-09 18:24 UTC  (4+ messages)

[PATCH] mtip32xx: Add SRSI support
 2013-05-09 18:18 UTC 

[PATCH v2] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at arch level
 2013-05-09 18:12 UTC  (2+ messages)
` [PATCH v3] ARM: exynos: Select PINCTRL_EXYNOS for exynos4/5 at chip level

[GIT PULL] tile changes for v3.10
 2013-05-09 18:15 UTC 

[systemd-devel] [PATCH 2/2] coredump: Handle programs with spaces in COMM
 2013-05-09 18:10 UTC  (3+ messages)

[PATCH 0/7] Put "Kernel hacking" Kconfig menu on a diet
 2013-05-09 18:12 UTC  (3+ messages)

[git pull] GENERIC_GPIO removal
 2013-05-09 18:11 UTC  (3+ messages)

[PATCH] ARM: exynos: Select PINCTRL_EXYNOS for exynos5
 2013-05-09 18:11 UTC  (5+ messages)

[RFC PATCH 00/22] Per-cpu page allocator replacement prototype
 2013-05-09 18:08 UTC  (12+ messages)
` [PATCH 09/22] mm: page allocator: Allocate/free order-0 pages from a per-zone magazine
` [PATCH 18/22] mm: page allocator: Split magazine lock in two to reduce contention

[PATCH 00/21] Exported funtions that are marked inline
 2013-05-09 18:02 UTC  (3+ messages)
` [PATCH 15/21] arch/tile: remove inline marking of EXPORT_SYMBOL functions

[PATCH 00/11] tracing: bugfix and kprobe-based dynamic event updates
 2013-05-09 17:12 UTC  (13+ messages)
` [PATCH 01/11] [BUGFIX] tracing: Return 0 if event_enable_func succeeded
` [PATCH 02/11] [BUGFIX] ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
` [PATCH 03/11] ftrace: Cleanup regex_lock and ftrace_lock around hash updating

SHM oops in newseg()
 2013-05-09 17:11 UTC  (5+ messages)

[PATCH 0/3] pm: Introduce __pm to mark power management code
 2013-05-09 17:09 UTC  (4+ messages)
` [PATCH 1/3] pm: Introduce __pm to mark power management functions and data
` [PATCH 2/3] hwmon: (tmp102) Convert to use __pm instead of #ifdef CONFIG_PM
` [PATCH 3/3] hwmon: (max6639) Convert to use __pm instead of #ifdef CONFIG_PM_SLEEP

linux-next: Tree for May 8
 2013-05-09 17:08 UTC  (5+ messages)
` linux-next: Tree for May 8 (dlm)

[PATCH 0/3] firmware: Fix usermodehelper deadlock at shutdown
 2013-05-09 17:04 UTC  (10+ messages)
` [PATCH 1/3] firmware: Avoid superfluous usermodehelper lock

net: phy: realtek: add rtl8201f driver
 2013-05-09 16:58 UTC  (4+ messages)

[GIT PULL] PCI updates for v3.10
 2013-05-09 16:46 UTC 

[PATCH 0/2] rtc: pxa: add pxa95x rtc support
 2013-05-09 16:35 UTC  (3+ messages)
` [PATCH 1/2] Revert "drivers/rtc/rtc-pxa.c: fix set time sync time issue"

[GIT PULL] Couple of trivial pstore cleanups
 2013-05-09 16:39 UTC 

linux-next: Tree for May 9
 2013-05-09 16:35 UTC  (2+ messages)
` linux-next: Tree for May 9 (iio)

[PATCHv3 00/14] drivers: mailbox: framework creation
 2013-05-09 16:35 UTC  (10+ messages)
` [RFC 2/3] mailbox: Introduce a new common API

[PATCH] sched: use this_rq() helper
 2013-05-09 16:24 UTC 

[GIT PULL] Misc minor cleanups for 3.10
 2013-05-09 16:17 UTC 

[PATCH v3] kconfig: sort found symbols by relevance
 2013-05-09 16:12 UTC  (3+ messages)

D on ’ t kn ow what to d o with ur girl? Watch thi s, we ’ll g ive u a few ideas.
 2013-05-09 16:04 UTC 

[PATCH v3 0/9] liblockdep: userspace lockdep
 2013-05-09 15:58 UTC  (10+ messages)
` [PATCH v3 1/9] lockdep: Be nice about building from userspace
` [PATCH v3 2/9] liblockdep: Wrap kernel/lockdep.c to allow usage "
` [PATCH v3 3/9] liblockdep: Add public headers for pthread_mutex_t implementation
` [PATCH v3 4/9] liblockdep: Add pthread_mutex_t test suite
` [PATCH v3 5/9] liblockdep: Add public headers for pthread_rwlock_t implementation
` [PATCH v3 6/9] liblockdep: Add pthread_rwlock_t test suite
` [PATCH v3 7/9] liblockdep: Support using LD_PRELOAD
` [PATCH v3 8/9] liblockdep: Add the 'lockdep' user-space utility
` [PATCH v3 9/9] liblockdep: Add a MAINTAINERS entry

[PATCH -v8 00/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-09 15:59 UTC  (9+ messages)
` [PATCH -v8 11/11] Move arch/x86 reboot= handling to generic kernel

[PATCH] x86: mm: Add missing comments for initial kernel direct mapping
 2013-05-09 15:57 UTC 

[PATCH v5, part3 01/15] mm: fix build warnings caused by free_reserved_area()
 2013-05-09 15:42 UTC  (2+ messages)
` [PATCH] mm: change signature of free_reserved_area() to fix building warnings

RTL driver for RTL8191SEvB and/or wpa-supplicant really broken at times
 2013-05-09 15:36 UTC  (2+ messages)

EXT4 panic at jbd2_journal_put_journal_head() in 3.9+
 2013-05-09 15:31 UTC  (2+ messages)

[PATCH] perf: fix symbol processing bug and greatly improve performance
 2013-05-09 15:31 UTC  (7+ messages)

linux-next: build warning after merge of the final tree (Linus' tree related)
 2013-05-09 15:22 UTC  (2+ messages)

[PATCH 1/2] mrf24j40: Avoid transmission while receiving a frame
 2013-05-09 15:19 UTC  (2+ messages)
` [PATCH 2/2] mrf24j40: Keep the interrupt line enabled

[PATCH 3/9] vt: delete unneeded functions register_con_driver|take_over_console
 2013-05-09 15:15 UTC  (7+ messages)

[PATCH v8] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-05-09 15:14 UTC 

[PATCH] [BZ905179] audit: omit check for uid and gid validity in audit rules and data
 2013-05-09 15:10 UTC  (6+ messages)

[PATCH] libceph: ceph_pagelist_append might sleep while atomic
 2013-05-09 14:42 UTC 

[RFC 3/8] mfd:syscon: Introduce claim/read/write/release APIs
 2013-05-09 14:51 UTC  (14+ messages)
` [RFC 2/8] ARM:global_timer: Add ARM global timer support

3.9.0: WARNING: at drivers/base/core.c:575
 2013-05-09 14:53 UTC  (3+ messages)

[PATCH V3 0/20] thermal: exynos: Add thermal driver for exynos5440
 2013-05-09 14:53 UTC  (9+ messages)
` [PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts
` [PATCH V3 15/21] thermal: exynos: Add support to handle many instances of TMU
` [PATCH V3 18/21] thermal: exynos: Add support for exynos5440 TMU sensor
` [PATCH V3 20/21] thermal: exynos: Support for TMU regulator defined at device tree

[RFC PATCH 2/8] regulator: Add Dialog DA906x voltage regulators support
 2013-05-09 14:50 UTC  (9+ messages)

[PATCH v2] perf record: fix symbol processing bug and greatly improve performance
 2013-05-09 14:42 UTC 

[PATCH] COMPACTION: bugfix of improper cache flush in MIGRATION code
 2013-05-09 14:38 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox