public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-06 19:15:43 to 2013-03-07 01:32:07 UTC [more...]

[PATCH] zcache/debug: compiler failure on PPC64
 2013-03-07  1:31 UTC  (2+ messages)

[PATCH 0/6] Qualcomm SSBI bus driver
 2013-03-07  1:30 UTC  (9+ messages)
` [PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver
` [PATCH 2/6] SSBI: Convert SSBI to device tree
` [PATCH 3/6] ssbi: Fix exit mismatch in remove function
` [PATCH 4/6] ssbi: Use regular init level
` [PATCH 5/6] ARM: msm: enable SSBI driver in defconfig
` [PATCH 6/6] RFC: SSBI: Simple pm8058 test driver

[GIT PULL] eCryptfs fixes for 3.9-rc2
 2013-03-07  1:15 UTC 

workqueue panic in 3.4 kernel
 2013-03-07  1:15 UTC  (5+ messages)

[PATCH] ARM: S3C24XX: drop "select MACH_N35"
 2013-03-07  1:14 UTC  (6+ messages)

[PATCH] ARM: EXYNOS: remove EXYNOS_DEV_SYSMMU entirely
 2013-03-07  1:12 UTC  (2+ messages)

Ugrade linux kernel from 3.6.10 to 3.8.2 and boot failed
 2013-03-07  1:12 UTC 

+ memblock-add-assertion-for-zero-allocation-alignment.patch added to -mm tree
 2013-03-07  1:03 UTC  (3+ messages)

[PATCH] ARM: EXYNOS: change HAVE_SAMSUNG_KEYPAD to KEYBOARD_SAMSUNG
 2013-03-07  1:02 UTC  (2+ messages)

[PATCH] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
 2013-03-07  0:51 UTC  (8+ messages)

[GIT PULL] hwmon patches for 3.9-rc2
 2013-03-07  0:50 UTC 

BUG: IPv4: Attempt to release TCP socket in state 1
 2013-03-07  0:41 UTC  (6+ messages)

[PATCH V2 1/3] get_maintainer: create filename-only regex match type
 2013-03-07  0:40 UTC  (6+ messages)
` [PATCH V2 2/3] MAINTAINERS: tegra: match related files using N: not K:
` [PATCH V2 3/3] get_maintainer: prevent keywords from matching filenames

[PATCH] CAIF: fix indentation for function arguments
 2013-03-07  0:35 UTC  (4+ messages)

x230: unhandled HKEY event 0x6050
 2013-03-07  0:30 UTC  (2+ messages)

[PATCH] Prevent use of unitialized variable
 2013-03-07  0:21 UTC  (2+ messages)

WHY I HAVE NOT HEARD FROM YOU
 2013-03-07  0:17 UTC 

Abysmal HDD/USB write speed after sleep on a UEFI system
 2013-03-07  0:17 UTC  (7+ messages)

[PATCH] ARM: drop "select HAVE_SCHED_CLOCK"
 2013-03-07  0:13 UTC  (2+ messages)

[PATCH v2 0/3] pinctrl: exynos: add support for Samsung's Exynos5250
 2013-03-07  0:11 UTC  (2+ messages)

[PATCHv2 0/10] Remove ARM local timer API
 2013-03-07  0:04 UTC  (11+ messages)
` [PATCH 01/10] clocksource: add generic dummy timer driver
` [PATCH 02/10] ARM: smp: Remove duplicate dummy timer implementation
` [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API
` [PATCH 04/10] ARM: OMAP2+: Divorce "
` [PATCH 05/10] ARM: EXYNOS4: Divorce mct "
` [PATCH 06/10] ARM: PRIMA2: Divorce timer-marco "
` [PATCH 07/10] ARM: msm: Divorce msm_timer "
` [PATCH 08/10] clocksource: time-armada-370-xp: Fix sparse warning
` [PATCH 09/10] clocksource: time-armada-370-xp: Divorce from local timer API
` [PATCH 10/10] ARM: smp: Remove "

[PATCH 1/2] get_maintainer: create filename-only regex match type
 2013-03-07  0:06 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: tegra: match related files using N: not K:

[PATCH] clk: tegra: provide dummy cpu car ops
 2013-03-07  0:04 UTC  (5+ messages)

IMA: How to manage user space signing policy with others
 2013-03-06 23:55 UTC  (16+ messages)

[PATCH v5 2/2] mm: replace hardcoded 3% with admin_reserve_pages knob
 2013-03-06 23:54 UTC 

linux-next: build failure after merge of the final tree (akpm tree related)
 2013-03-06 23:52 UTC  (2+ messages)

[PATCH v5 1/2] mm: limit growth of 3% hardcoded other user reserve
 2013-03-06 23:52 UTC 

[PATCH 0/9] fixes for ARM build regressions in 3.9-rc1
 2013-03-06 23:48 UTC  (3+ messages)
` [PATCH 7/9] [media] s5p-fimc: fix s5pv210 build

3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner
 2013-03-06 23:45 UTC  (19+ messages)

[REGRESSION] [3.9-rc1] BUG: ktpacpi_nvramd/446 still has locks held!
 2013-03-06 23:32 UTC  (12+ messages)
` [PATCH] thinkpad-acpi: fix potential suspend blocking issue

Wifi AP with rt3072 USB dongle -- intermittently unresponsive
 2013-03-06 23:07 UTC 

[PATCH 00/12] rwsem fast-path write lock stealing
 2013-03-06 23:21 UTC  (13+ messages)
` [PATCH 01/12] rwsem: make the waiter type an enumeration rather than a bitmask
` [PATCH 02/12] rwsem: shorter spinlocked section in rwsem_down_failed_common()
` [PATCH 03/12] rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
` [PATCH 04/12] rwsem: simplify rwsem_down_read_failed
` [PATCH 05/12] rwsem: simplify rwsem_down_write_failed
` [PATCH 06/12] rwsem: more agressive lock stealing in rwsem_down_write_failed
` [PATCH 07/12] rwsem: use cmpxchg for trying to steal write lock
` [PATCH 08/12] rwsem: avoid taking wait_lock in rwsem_down_write_failed
` [PATCH 09/12] rwsem: skip initial trylock "
` [PATCH 10/12] rwsem-spinlock: wake all readers when first waiter is a reader
` [PATCH 11/12] rwsem: "
` [PATCH 12/12] x86 rwsem: avoid taking slow path when stealing write lock

[PATCH 1/2] perf, tools: Define MADV_*HUGEPAGE for old kernels
 2013-03-06 23:19 UTC  (2+ messages)
` [PATCH 2/2] perf, tools: Fix compilation without newt support

[3.9-rc1 x86] Bug in ioremap code?
 2013-03-06 23:17 UTC  (9+ messages)

Apologies
 2013-03-06 23:25 UTC 

3.9-rc1 powerpc ptrace.c: 'brk.len' is used uninitialized
 2013-03-06 23:14 UTC  (4+ messages)

[PATCH] remoteproc: fix the error check for idr_alloc
 2013-03-06 23:13 UTC  (2+ messages)

[PATCH] perf tools: Fix LIBNUMA build with glibc 2.12 and older
 2013-03-06 23:12 UTC  (3+ messages)

[PATCH v2 0/4] ipc: reduce ipc lock contention
 2013-03-06 23:09 UTC  (6+ messages)
` [PATCH v2 5/4] ipc: replace ipc_perm.lock with an rwlock
` [PATCH v2 6/4] ipc: open code and rename sem_lock
` [PATCH v2 7/4] ipc: fine grained locking for semtimedop

[PATCH] do not try to sync identity map for non-mapped pages
 2013-03-06 23:10 UTC 

Linux 3.9-rc1
 2013-03-06 22:54 UTC  (25+ messages)

[PATCH 0/2] ACPI / LPSS: Clocks handling rework and LTR support
 2013-03-06 22:59 UTC  (3+ messages)
` [PATCH 2/2] ACPI / LPSS: Add support for exposing LTR registers to user space
  ` [Update][PATCH "

hv_netvsc: WARNING in softirq.c
 2013-03-06 22:45 UTC  (4+ messages)

[PATCH] epoll: trim epitem by one cache line on x86_64
 2013-03-06 22:37 UTC  (2+ messages)

lockdep trace from prepare_bprm_creds
 2013-03-06 22:36 UTC 

3.9-rc1 regression in arm dtb build
 2013-03-06 22:32 UTC  (3+ messages)

[PATCH] KEYS: Fix race with concurrent install_user_keyrings()
 2013-03-06 22:24 UTC 

linux-next: build failure after merge of the final tree (staging tree related)
 2013-03-06 22:23 UTC  (9+ messages)

[PATCH resend] rmap: recompute pgoff for unmapping huge page
 2013-03-06 22:22 UTC  (3+ messages)

[PATCH net-next] vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev
 2013-03-06 22:09 UTC  (5+ messages)

[PATCH] mm, x86: no zeroing of hugetlbfs pages at boot
 2013-03-06 21:50 UTC 

[PATCH] gpio-sch: Allow for more than 8 lines in the resume well
 2013-03-06 21:49 UTC 

Threaded irqs + 100% CPU RT task = RCU stall
 2013-03-06 21:45 UTC  (5+ messages)

[PATCH] ADP1653 board code for Nokia RX-51
 2013-03-06 21:44 UTC  (5+ messages)
  ` [PATCH v2] "

LOCKDEP: 3.9-rc1: mount.nfs/4272 still has locks held!
 2013-03-06 21:40 UTC  (27+ messages)

[PATCH] sysrq: allow user trigger sysrq by upper-case character key
 2013-03-06 21:39 UTC  (3+ messages)

[PATCH v3 0/5] Add support for S3 non-stop TSC support
 2013-03-06 21:33 UTC  (11+ messages)
` [PATCH v3 4/5] clocksource: Enable clocksource_cyc2ns() to cover big cycles
` [PATCH v3 5/5] timekeeping: utilize the suspend-nonstop clocksource to count suspended time

Final versions of ncurses libs detection patches
 2013-03-06 21:23 UTC  (4+ messages)
  ` [PATCH 2/2] kconfig: optionally use pkg-config to detect ncurses libs

[PATCH] ARM: LPC32xx: changed lpc23xx_restart to lpc32xx_restart
 2013-03-06 20:18 UTC 

[PATCH 0/9] Add blockconsole version 1.1 (try 2)
 2013-03-06 19:49 UTC  (5+ messages)

[RFC][PATCH 0/4] UAPI: Fix up endianness conditionals
 2013-03-06 20:48 UTC  (5+ messages)
` [PATCH 1/4] UAPI: Fix endianness conditionals in linux/aio_abi.h
` [PATCH 2/4] UAPI: Fix endianness conditionals in linux/acct.h
` [PATCH 3/4] UAPI: Fix endianness conditionals in linux/raid/md_p.h
` [PATCH 4/4] UAPI: Fix endianness conditionals in M32R's asm/stat.h

Revert commit 5dcd14ecd4 - breaks EFI boot with SLES11 elilo.efi
 2013-03-06 20:43 UTC  (15+ messages)

[GIT PULL] SLAB changes for v3.9-rc1
 2013-03-06 20:40 UTC  (4+ messages)

[PATCH] clk: tegra: No 7.1 super clk dividers on Tegra20
 2013-03-06 20:40 UTC  (2+ messages)

[PATCH] clocksource: tegra: move to of_clk_get
 2013-03-06 20:38 UTC  (2+ messages)

pull request: wireless 2013-03-06
 2013-03-06 20:37 UTC  (2+ messages)

[PATCH] final removal of CONFIG_EXPERIMENTAL
 2013-03-06 20:35 UTC 

[PATCH v9 0/9] DMA Engine support for AM33XX
 2013-03-06 20:31 UTC  (4+ messages)
` [PATCH v9 5/9] dmaengine: edma: Add TI EDMA device tree binding

[PATCH V2 1/6] ARM: tegra: device tree whitespace cleanup
 2013-03-06 20:25 UTC  (2+ messages)

[PATCH v1] tty: ipwireless: Remove redundant NULL check before kfree
 2013-03-06 20:17 UTC 

[PATCH 2/3 linux-next] cpufreq: conservative: Fix the logic in frequency decrease checking
 2013-03-06 20:10 UTC  (3+ messages)

nouveau lockdep splat
 2013-03-06 20:02 UTC  (8+ messages)

[PATCH 1/1] pid_namespace.c/.h: Simplifying defines
 2013-03-06 19:38 UTC 

[PATCH v3 0/3] dmaengine: add slave sg transfer capabilities api
 2013-03-06 19:58 UTC  (3+ messages)
` [PATCH v3 1/3] dmaengine: add dma_get_slave_sg_caps()

[V2 PATCH] net: docs: document multiqueue tuntap API
 2013-03-06 19:56 UTC  (2+ messages)

[PATCH v4 0/3] dmaengine: add slave sg transfer limits api
 2013-03-06 19:56 UTC  (4+ messages)
` [PATCH v4 1/3] dmaengine: add dma_get_slave_sg_limits()
` [PATCH v4 2/3] dma: edma: add device_slave_sg_limits() support
` [PATCH v4 3/3] mmc: davinci: get SG segment limits with dma_get_slave_sg_limits()

linux-next: Tree for Mar 6
 2013-03-06 19:26 UTC  (2+ messages)
` linux-next: Tree for Mar 6 (hid)

v3.9-rc1 instability on Chromebook Pixel with gmbus irq
 2013-03-06 19:22 UTC  (3+ messages)

[Fwd: [PATCH v2 0/4] TTY: port hangup and close fixes]
 2013-03-06 19:14 UTC  (3+ messages)


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