linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-29 15:23:01 to 2012-06-29 21:38:19 UTC [more...]

[GIT PULL] Power management fixes for 3.5-rc5
 2012-06-29 21:43 UTC 

Kernel oops in at76c50x-usb
 2012-06-29 21:27 UTC 

[PATCH] bcb: Android bootloader control block driver
 2012-06-29 21:25 UTC  (2+ messages)

[PATCH v2] KSM: numa awareness sysfs knob
 2012-06-29 21:17 UTC  (5+ messages)

[PATCH 00/40] AutoNUMA19
 2012-06-29 21:02 UTC  (53+ messages)
` [PATCH 08/40] autonuma: teach gup_fast about pte_numa
` [PATCH 09/40] autonuma: introduce kthread_bind_node()
` [PATCH 10/40] autonuma: mm_autonuma and sched_autonuma data structures
` [PATCH 11/40] autonuma: define the autonuma flags
` [PATCH 13/40] autonuma: CPU follow memory algorithm
` [PATCH 14/40] autonuma: add page structure fields
` [PATCH 15/40] autonuma: knuma_migrated per NUMA node queues
` [PATCH 16/40] autonuma: init knuma_migrated queues
` [PATCH 17/40] autonuma: autonuma_enter/exit
` [PATCH 18/40] autonuma: call autonuma_setup_new_exec()
` [PATCH 19/40] autonuma: alloc/free/init sched_autonuma
` [PATCH 20/40] autonuma: alloc/free/init mm_autonuma
` [PATCH 21/40] autonuma: avoid CFS select_task_rq_fair to return -1

[PATCH] mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP
 2012-06-29 20:59 UTC  (5+ messages)

[git pull] Please pull powerpc.git merge branch
 2012-06-29 20:45 UTC 

[PATCH] arm:gemini: fix irq.c
 2012-06-29 20:44 UTC  (2+ messages)

[PATCH] Build a uImage with dtb already appended
 2012-06-29 20:39 UTC  (2+ messages)
` [PATCH v2] Build a zImage or "

[PATCH] panic: Fix a possible deadlock in panic()
 2012-06-29 20:29 UTC  (2+ messages)

[PATCH 00/15][RFC] Android ETM driver changes
 2012-06-29 20:25 UTC  (3+ messages)

[PATCH] fat: Refactor shortname parsing
 2012-06-29 20:09 UTC  (5+ messages)

[PATCH] fat: Accessors for msdos_dir_entry 'start' fields
 2012-06-29 20:03 UTC  (2+ messages)

AF_BUS socket address family
 2012-06-29 19:33 UTC  (20+ messages)
` [PATCH net-next 01/15] net: bus: Add "
` [PATCH net-next 02/15] net: bus: Add documentation for AF_BUS
` [PATCH net-next 03/15] net: bus: Add AF_BUS socket and address definitions
` [PATCH net-next 04/15] security: Add Linux Security Modules hook for AF_BUS sockets
` [PATCH net-next 05/15] security: selinux: Add AF_BUS socket SELinux hooks
` [PATCH net-next 06/15] netfilter: Add NFPROTO_BUS hook constant for AF_BUS socket family
` [PATCH net-next 07/15] scm: allow AF_BUS sockets to send ancillary data
` [PATCH net-next 08/15] net: bus: Add implementation of Bus domain sockets
` [PATCH net-next 09/15] net: bus: Add garbage collector for AF_BUS sockets
` [PATCH net-next 10/15] net: bus: Add the AF_BUS socket address family to KBuild
` [PATCH net-next 11/15] netlink: connector: implement cn_netlink_reply
` [PATCH net-next 12/15] netlink: connector: Add idx and val identifiers for netfilter D-Bus
` [PATCH net-next 13/15] netfilter: nfdbus: Add D-bus message parsing
` [PATCH net-next 14/15] netfilter: nfdbus: Add D-bus match rule implementation
` [PATCH net-next 15/15] netfilter: add netfilter D-Bus module

[PATCH] tracing: Update entries counter when removing pages
 2012-06-29 19:31 UTC  (4+ messages)

[PATCH] tracing: Update overrun counter when removing pages
 2012-06-29 19:31 UTC 

[PATCH] P1021: set IReady in QE Microcode Upload
 2012-06-29 19:26 UTC  (10+ messages)

Warning! Your mailbox is almost full
 2012-06-29 18:24 UTC 

[PATCH v3 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-06-29 18:58 UTC  (18+ messages)
` [PATCH v3 01/17] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v3 02/17] vfs: add a kern_path_at function
` [PATCH v3 03/17] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v3 04/17] vfs: fix readlinkat to retry on ESTALE
` [PATCH v3 05/17] vfs: remove user_path_at_empty
` [PATCH v3 06/17] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v3 07/17] vfs: add new "reval" argument to kern_path_create
` [PATCH v3 08/17] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v3 09/17] vfs: fix mkdir "
` [PATCH v3 10/17] vfs: fix symlinkat "
` [PATCH v3 11/17] vfs: fix linkat "
` [PATCH v3 12/17] vfs: make rmdir "
` [PATCH v3 13/17] vfs: make do_unlinkat "
` [PATCH v3 14/17] vfs: fix renameat to "
` [PATCH v3 15/17] vfs: remove user_path_parent
` [PATCH v3 16/17] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v3 17/17] vfs: have faccessat "

[PATCH 1/1] x86/platform: samsung-laptop: Update Kconfig dependencies
 2012-06-29 20:59 UTC 

[PATCH v2] fat: Fix non-atomic NFS i_pos read
 2012-06-29 18:54 UTC  (2+ messages)

[PATCH] fat: Fix non-atomic NFS i_pos read
 2012-06-29 18:53 UTC  (4+ messages)

[RFCv5 00/19] perf: Add backtrace post dwarf unwind
 2012-06-29 18:49 UTC  (3+ messages)
` [PATCH 12/19] perf, tool: Back [vdso] DSO with real data

Early boot panic on machine with lots of memory
 2012-06-29 18:38 UTC  (4+ messages)
` [PATCH for -3.5] memblock: free allocated memblock_reserved_regions later

3.5-rc3: BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-06-29 18:07 UTC  (7+ messages)

linux-next: Tree for June 29
 2012-06-29 18:05 UTC  (2+ messages)
` linux-next: Tree for June 29 (kvm)

[GIT PULL] oprofile: updates for tip/perf/core
 2012-06-29 18:03 UTC 

[PATCH 7/7] staging: comedi: das_08: absorb i8254_struct into the private data
 2012-06-29 18:02 UTC 

[PATCH 6/7] staging: comedi: das_08: remove the unneeded 8254 variables and defines
 2012-06-29 18:02 UTC 

[PATCH 5/7] staging: comedi: das_08: remove the 8254 'channels' usage
 2012-06-29 18:01 UTC 

[PATCH 4/7] staging: comedi: das_08: remove the 8254 'logic2phys' usage
 2012-06-29 18:00 UTC 

[PATCH 3/7] staging: comedi: das_08: remove the cached 8254 'mode'
 2012-06-29 17:59 UTC 

[PATCH 2/7] staging: comedi: das_08: unwind the 8254 timer support
 2012-06-29 17:59 UTC 

[PATCH 1/7] staging: comedi: das_08: use the 8253 helper functions
 2012-06-29 17:58 UTC 

[PATCH 0/7] staging: comedi: das_08: cleanup the 8254 timer subdevice
 2012-06-29 17:57 UTC 

[PATCH v2 0/4] make balloon pages movable by compaction
 2012-06-29 17:46 UTC  (8+ messages)
` [PATCH v2 1/4] mm: introduce compaction and migration for virtio ballooned pages

deferring __fput()
 2012-06-29 17:41 UTC  (11+ messages)
        ` [PATCH 0/4] Was: "

[PATCH 0/6] Port Tegra to generic clk framework
 2012-06-29 17:24 UTC  (2+ messages)

rcu: BUG: spinlock recursion on CPU#3, trinity-child19/5970
 2012-06-29 17:23 UTC  (2+ messages)

[RFC] [TCP 1/3] tcp: Add MSG_NEW_PACKET flag to indicate preferable packet boundaries
 2012-06-29 17:15 UTC  (4+ messages)

[PATCH v6 1/5] powerpc/85xx: implement hardware timebase sync
 2012-06-29 17:10 UTC  (7+ messages)

[PATCH] ARM: tegra: apbio: use dmaengine based dma driver
 2012-06-29 17:04 UTC  (2+ messages)

[PATCH] ARM: tegra: apbio: use dmaengine based dma driver
 2012-06-29 17:02 UTC  (3+ messages)
` [PATCH] ASoC: tegra: "

3.5.0-rc4: WARNING: at kernel/irq/manage.c:1214 __free_irq+0xa0/0x1d0()
 2012-06-29 16:59 UTC 

[PATCHv3 0/3] perf tool: Add new event group management
 2012-06-29 16:53 UTC  (4+ messages)
` [PATCH 2/3] perf, tool: Enable grouping logic for parsed events

mm,numad,rcu: hang on OOM
 2012-06-29 16:44 UTC 

[RFC 0/6] perf, tool: Allow to use hw events in PMU syntax
 2012-06-29 16:43 UTC  (4+ messages)
` [PATCH 4/6] perf, tool: Add events support for pmu

[PATCH] ASoC: snd_dmaengine: add common api for pcm_mmap
 2012-06-29 16:42 UTC  (13+ messages)
    ` [alsa-devel] "

[PATCH] Staging: android: fix pr_info and pr_err coding style issues in ashmem.c
 2012-06-29 16:37 UTC  (2+ messages)

Build regressions/improvements in v3.5-rc4
 2012-06-29 16:36 UTC  (4+ messages)

[PATCH] spi: tegra: use dmaengine based dma driver
 2012-06-29 16:36 UTC  (2+ messages)

[RFC][PATCH 1/2] lib: printf: append support of '%*p[Mm][FR]'
 2012-06-29 16:35 UTC  (4+ messages)
  ` [RFC][PATCH 2/2] wireless: at76c50x: eliminate hex2str()

[PATCH v2] regulator: fixed: support deferred probe for DT GPIOs
 2012-06-29 16:33 UTC 

[PATCH 0/3] ASoC: Move pcm writecombine dma buffer allocation to core
 2012-06-29 16:32 UTC  (8+ messages)

[PATCH 1/2] rpmsg: avoid premature deallocation of endpoints
 2012-06-29 16:25 UTC  (2+ messages)
` [PATCH 2/2] rpmsg: make sure inflight messages don't invoke just-removed callbacks

[PATCH] perf: Makefile: trivial build fix
 2012-06-29 16:21 UTC  (2+ messages)
` [tip:perf/core] perf tools: Trivial "

[PATCH v2] perf symbols: Follow .gnu_debuglink section to find separate symbols
 2012-06-29 16:18 UTC  (2+ messages)
` [tip:perf/core] perf symbols: Follow . gnu_debuglink "

[PATCH] perf report: delay sample_type checks in pipe mode
 2012-06-29 16:20 UTC  (2+ messages)
` [tip:perf/core] perf report: Delay "

[PATCH v2] perf bench: Documentation update
 2012-06-29 16:19 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2] MFD: twl6040: Update Kconfig to avoid build breakage
 2012-06-29 16:30 UTC  (2+ messages)

[PATCH] perf sched replay: fix event lookup
 2012-06-29 16:17 UTC  (2+ messages)
` [tip:perf/core] perf tools: Stop using a global trace events description list

[PATCH] perf test: Fix parse events test to follow proper raw event name
 2012-06-29 16:16 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf evsel: Fix a build failure on cross compilation
 2012-06-29 16:15 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH RESEND 1/2] mfd: max77693: Remove unused iolock mutex
 2012-06-29 16:26 UTC  (3+ messages)
` [PATCH 2/2] mfd: max77693: fix irq leak and wrong kfree call

[PATCH] mfd/ab5500: delete ab5500-core.h
 2012-06-29 16:22 UTC  (2+ messages)

[PATCH] mfd: max77693: Staticise pm_ops
 2012-06-29 16:19 UTC  (2+ messages)

[PATCH] arm: tegra: add Ventana backlight device
 2012-06-29 16:06 UTC  (2+ messages)

[PATCH] mfd: max8925: transfer rtc irq in resources
 2012-06-29 16:17 UTC  (2+ messages)

[PATCH] pwm-backlight: add regulator and GPIO support
 2012-06-29 16:04 UTC  (2+ messages)

[PATCH v3 0/3] kvm: KVM_IRQFD cleanup, docs, sanitize flags
 2012-06-29 15:56 UTC  (4+ messages)
` [PATCH v3 1/3] kvm: Pass kvm_irqfd to functions
` [PATCH v3 2/3] kvm: Add missing KVM_IRQFD API documentation
` [PATCH v3 3/3] kvm: Sanitize KVM_IRQFD flags

linux-next: manual merge of the staging tree with the trivial tree
 2012-06-29 15:55 UTC  (2+ messages)

[PATCH] printk: Optimize if statement logic where newline exists
 2012-06-29 15:42 UTC  (2+ messages)

[PATCH v3] printk: Have printk() never buffer its data
 2012-06-29 15:40 UTC  (11+ messages)

[PATCH v2 0/6] kvm: level triggered irqfd support
 2012-06-29 15:39 UTC  (4+ messages)
` [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

[PATCH 1/1] mfd: max8997: Add missing static storage class specifier
 2012-06-29 15:50 UTC  (2+ messages)

[PATCH v3] mfd/ab8500: print switch off cause
 2012-06-29 15:47 UTC  (2+ messages)

[PATCH 4/4] Staging: comedi: ssv_dnp: Syntax issues fixed
 2012-06-29 15:33 UTC 

[GIT PULL] x86 fixes
 2012-06-29 15:33 UTC 

[PATCH 1/1] mfd: db8500-prcmu: update hostport_access enable
 2012-06-29 15:43 UTC  (5+ messages)

[GIT PULL] OProfile fixlet
 2012-06-29 15:31 UTC 

[PATCH] regulator: fixed: support deferred probe for DT GPIOs
 2012-06-29 15:30 UTC  (3+ messages)

[PATCH RESEND] mfd: anatop: permit adata be NULL when access register
 2012-06-29 15:41 UTC  (2+ messages)

[GIT PULL] RCU fix
 2012-06-29 15:27 UTC 

[PATCH 1/3] mfd: wm8350: Add regmap cache support
 2012-06-29 15:37 UTC  (2+ messages)

[PATCH] mfd: wm8994: Support for user defined irq flags
 2012-06-29 15:34 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;
as well as URLs for NNTP newsgroup(s).