public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-12-01 20:44:09 to 2009-12-02 08:32:01 UTC [more...]

[PATCH 0/2] fix for kmemleak_erase() (Re: Q, slab, kmemleak_erase() and redzone?)
 2009-12-02  8:07 UTC  (4+ messages)
` [PATCH 1/2] slab, kmemleak, minor, stop calling kmemleak_erase() unconditionally
` [PATCH 2/2] slab, kmemleak, bugfix, pass the correct pointer to kmemleak_erase()

[PATCH] perf tools: Add _GNU_SOURCE macro for strndup()
 2009-12-02  8:30 UTC  (4+ messages)
` [tip:perf/core] perf tools: Fix _GNU_SOURCE macro related strndup() build error

[PATCH net-next]atl1e:disable NETIF_F_TSO6 for hardware limit
 2009-12-02  8:31 UTC  (2+ messages)

[PATCH] fix granularity of task_u/stime(), v2
 2009-12-02  8:29 UTC  (14+ messages)
                  ` [PATCH] cputime: avoid do_sys_times() races with __exit_signal()
                    ` [PATCH -v2 1/2] sched, cputime: cleanups related to task_times()
                    ` [PATCH -v2 2/2] sched, cputime: introduce thread_group_times()
                    ` reproducer: utime decreasing

[PATCH] perf_event: fix compile error
 2009-12-02  8:28 UTC  (4+ messages)

[PATCH] perf tools: fix compiling error for strndup
 2009-12-02  7:59 UTC 

[PATCH] therm_adt746x: Don't access non-existing register
 2009-12-02  8:19 UTC 

[PATCH] perf tools: allow cross compiling of perf tools
 2009-12-02  8:13 UTC  (4+ messages)

[PATCH 00/24] hwpoison fixes and stress testing filters
 2009-12-02  8:11 UTC  (27+ messages)
` [PATCH 01/24] page-types: add standard GPL license head
` [PATCH 02/24] migrate: page could be locked by hwpoison, dont BUG()
` [PATCH 03/24] HWPOISON: remove the anonymous entry
` [PATCH 04/24] HWPOISON: return ENXIO on invalid pfn
` [PATCH 05/24] HWPOISON: avoid grabbing page for two times
` [PATCH 06/24] HWPOISON: abort on failed unmap
` [PATCH 07/24] HWPOISON: comment the possible set_page_dirty() race
` [PATCH 08/24] HWPOISON: comment dirty swapcache pages
` [PATCH 09/24] HWPOISON: introduce delete_from_lru_cache()
` [PATCH 10/24] HWPOISON: remove the free buddy page handler
` [PATCH 11/24] HWPOISON: detect free buddy pages explicitly
` [PATCH 12/24] HWPOISON: make it possible to unpoison pages
` [PATCH 13/24] HWPOISON: introduce struct hwpoison_control
` [PATCH 14/24] HWPOISON: return 0 if page is assured to be isolated
` [PATCH 15/24] HWPOISON: add fs/device filters
` [PATCH 16/24] HWPOISON: limit hwpoison injector to known page types
` [PATCH 17/24] mm: export stable page flags
` [PATCH 18/24] HWPOISON: add page flags filter
` [PATCH 19/24] memcg: rename and export try_get_mem_cgroup_from_page()
` [PATCH 20/24] memcg: add accessor to mem_cgroup.css
` [PATCH 21/24] cgroup: define empty css_put() when !CONFIG_CGROUPS
` [PATCH 22/24] HWPOISON: add memory cgroup filter
` [PATCH 23/24] HWPOISON: add an interface to switch off/on all the page filters
` [PATCH 24/24] HWPOISON: show corrupted file info

[PATCH -tip] x86: fix iommu=soft boot option
 2009-12-02  8:07 UTC  (8+ messages)

linux-next: Tree for December 1
 2009-12-02  7:55 UTC  (10+ messages)
  ` problems in linux-next (Was: Re: linux-next: Tree for December 1)

[PATCH] x86/mce: timer must be setup unconditionally
 2009-12-02  7:50 UTC 

(no subject)
 2009-12-02  7:17 UTC  (3+ messages)
` 

[RFC][PATCH 4/4] vmscan: vmscan don't use pcp list
 2009-12-02  7:15 UTC  (3+ messages)

Q, slab, kmemleak_erase() and redzone?
 2009-12-02  7:01 UTC  (10+ messages)

[PATCH] UBI: flush wl before clearing update marker
 2009-12-02  6:48 UTC 

[PATCH] powerpc/mm: setting mmaped page cache property through device tree
 2009-12-02  6:25 UTC  (5+ messages)

[PATCH] hw-breakpoints: Keep track of user disabled breakpoints
 2009-12-02  6:32 UTC 

linux-kbuild.git
 2009-12-02  6:25 UTC  (7+ messages)

[PATCH] tracing/syscalls: Make syscall events print callbacks static
 2009-12-02  6:23 UTC 

reiser4: newbie help needed?
 2009-12-02  6:21 UTC 

[PATCH -tip 8/9] perf probe: Add --list option for listing current probe events
 2009-12-02  6:21 UTC  (7+ messages)
` [tip:perf/core] "

linux-next: Tree for December 2
 2009-12-02  6:19 UTC 

[PATCH] trace_output: change struct trace_seq's size to PAGE_SIZE
 2009-12-02  6:14 UTC  (2+ messages)

[PATCH 00/13] drivers/block/floppy.c: More cleanups
 2009-12-02  6:07 UTC  (14+ messages)
` [PATCH 01/13] drivers/block/floppy.c: Remove macro LOCK_FDC
` [PATCH 02/13] drivers/block/floppy.c: Add debug_dcl(...) macro
` [PATCH 03/13] drivers/block/floppy.c: Remove [U]CLEARF, [U]SETF, and [U]TESTF macros
` [PATCH 04/13] drivers/block/floppy.c: Remove most uses of CALL and ECALL macros
` [PATCH 05/13] drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT "
` [PATCH 06/13] drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT
` [PATCH 07/13] drivers/block/floppy.c: convert int 1/0 to bool true/false
` [PATCH 08/13] drivers/block/floppy.c: Move leading && and || to preceding line
` [PATCH 09/13] drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"
` [PATCH 10/13] drivers/block/floppy.c: Convert int initialising to bool initialized
` [PATCH 11/13] drivers/block/floppy.c: Add function is_ready_state
` [PATCH 12/13] drivers/block/floppy.c: Readd SunOS eject cmd comment
` [PATCH 13/13] drivers/block/floppy.c: Remove unnecessary return and braces

[RFC] [PATCH 0/2] Futex fault injection
 2009-12-02  5:58 UTC  (7+ messages)

[PATCH -tip 7/9] perf probe: Add argv_split() from lib/argv_split.c
 2009-12-02  5:51 UTC  (4+ messages)
` [tip:perf/core] "

[RFC,PATCH 14/14] utrace core
 2009-12-02  5:44 UTC  (6+ messages)

OOM kernel behaviour
 2009-12-02  5:31 UTC  (9+ messages)

[PATCH][RFC] spi: put struct spi_master in struct spi_bitbang
 2009-12-02  5:23 UTC 

[PATCH 2/9] ksm: let shared pages be swappable
 2009-12-02  5:08 UTC  (5+ messages)

[PATCH] vmscan: do not evict inactive pages when skipping an active list scan
 2009-12-02  4:57 UTC  (17+ messages)
` [RFC] high system time & lock contention running large mixed workload
    ` [PATCH] Clear reference bit although page isn't mapped
        ` [PATCH] Replace page_mapping_inuse() with page_mapped()

[WARNING] Network-related warnings with 2.6.31.6
 2009-12-02  4:52 UTC  (2+ messages)

[PATCH 1/7] trace_syscalls: remove unused event_syscall_enter and event_syscall_exit
 2009-12-02  4:24 UTC  (5+ messages)
` [tip:perf/core] trace_syscalls: Remove "

linux-next: manual merge of the acpi tree with the pci tree
 2009-12-02  4:01 UTC  (4+ messages)

[PATCHSET tip/sched/core] sched: concurrency managed workqueue related sched patches
 2009-12-02  3:56 UTC  (8+ messages)
` [PATCH 1/7] sched: revert 498657a478c60be092208422fefa9c7b248729c2
` [PATCH 2/7] sched: rename preempt_notifiers to sched_notifiers and refactor implementation
` [PATCH 3/7] sched: refactor try_to_wake_up()
` [PATCH 4/7] sched: implement force_cpus_allowed()
` [PATCH 5/7] sched: make sched_notifiers unconditional
` [PATCH 6/7] sched: add wakeup/sleep sched_notifiers and allow NULL notifier ops
` [PATCH 7/7] sched: implement try_to_wake_up_local()

[PATCH] bsdacct: fix uid/gid misreporting (#14676)
 2009-12-02  3:49 UTC  (3+ messages)

[PATCH] sched: Fix isolcpus boot option
 2009-12-02  3:39 UTC  (2+ messages)

[PATCH] Dynamic port labeling V2
 2009-12-02  2:38 UTC  (5+ messages)

[GIT PULL for 2.6.32] V4L/DVB updates
 2009-12-02  2:21 UTC  (8+ messages)

linux-next: i7core_edac tree build failure
 2009-12-02  2:11 UTC  (5+ messages)

[linux-pm] intermittent suspend problem again
 2009-12-02  1:58 UTC  (4+ messages)

[PATCH v2] MIPS: Add a high resolution sched_clock() via cnt32_to_63()
 2009-12-02  1:58 UTC  (7+ messages)

[PATCH] ext2/3 as ext4
 2009-12-02  1:58 UTC  (2+ messages)

Block IO Controller V4
 2009-12-02  1:51 UTC  (3+ messages)

-rt dbench scalabiltiy issue
 2009-12-02  1:53 UTC  (11+ messages)

[PATCH] Calgary: Find nearest matching Calgary while walking up the PCI tree
 2009-12-02  1:47 UTC 

futex_cmpxchg_enabled not set in futex_init on pentium3
 2009-12-02  1:40 UTC  (9+ messages)

General kernel question about waiting for events
 2009-12-02  1:28 UTC  (3+ messages)

Kernel oops in resched_task() with 2.6.31.5
 2009-12-02  1:21 UTC  (6+ messages)
        ` [stable] "

[PATCH] add PATA host controller support for Cirrus Logic's EP93xx CPUs
 2009-12-02  1:26 UTC  (5+ messages)

2.6.32-rc8: pohmelfs: NULL pointer dereference
 2009-12-02  1:11 UTC 

[RFC patch 5/6] x86: Use EOI register in io-apic on intel platforms
 2009-12-02  0:56 UTC  (11+ messages)
` [tip:x86/apic] "

[patch 1/4] x86, io-apic: move the effort of clearing remoteIRR explicitly before migrating the irq
 2009-12-01 23:31 UTC  (4+ messages)
` [patch 2/4] x86, ioapic: fix the EOI register detection mechanism
` [patch 3/4] x86, ioapic: document another case when level irq is seen as an edge
` [patch 4/4] x86: remove unnecessary mdelay() from cpu_disable_common()

[PATCH] mmc: pxamci: call mmc_remove_host() before freeing resources
 2009-12-02  0:50 UTC  (2+ messages)

[RFC,PATCH 0/14] utrace/ptrace
 2009-12-02  0:46 UTC  (6+ messages)

+ binfmt-introduce-coredump-parameter-structure.patch added to -mm tree
 2009-12-02  0:41 UTC  (8+ messages)
      ` [PATCH v2] mm: Introduce coredump parameter structure
          ` [PATCH v2] [RESEND] "

[PATCH] oom_kill: use rss value instead of vm size for badness
 2009-12-02  0:35 UTC  (5+ messages)

Key change for TCP_MD5
 2009-12-02  0:27 UTC 

[PATCH]PM_QOS-to-use-handle-based-requests-network-update 3/5
 2009-12-01 23:58 UTC  (2+ messages)
` [E1000-devel] "

Kernel BUG during suspend to disk with 2.6.32-rc8-git3
 2009-12-01 23:50 UTC  (4+ messages)

[PATCH] uvcvideo: add another YUYV format GUID
 2009-12-01 23:48 UTC 

[PATCH] mbp_nvidia_bl: add two more MacBookPro variants
 2009-12-01 23:41 UTC 

percpu error in linux-next (CONFIG_SMP=n)
 2009-12-01 23:42 UTC  (2+ messages)
` [PATCH] percpu: add missing per_cpu_ptr_to_phys() definition for UP

warning: massive change to conditional coding style in net?
 2009-12-01 23:28 UTC  (4+ messages)

[RFC][PATCH 0/10] PCI run-time PM support
 2009-12-01 22:50 UTC  (5+ messages)
` [RFC][PATCH 0/12] PCI run-time PM support (updated)
  ` [RFC][PATCH 11/12] PCI PM: Run-time callbacks for PCI bus type (rev. 2)

Fat64 / exFat fs and Linux
 2009-12-01 22:12 UTC  (7+ messages)

lockdep complaints in slab allocator
 2009-12-01 22:41 UTC  (17+ messages)

[PATCH 4/4] copy_signal cleanup: clean tty_audit_fork()
 2009-12-01 22:13 UTC 

[PATCH 3/4] copy_signal cleanup: clean thread_group_cputime_init()
 2009-12-01 22:12 UTC 

[PATCH 2/4] copy_signal cleanup: clean acct_init_pacct() and taskstats_tgid_init()
 2009-12-01 22:12 UTC 

[PATCH 1/4] copy_signal cleanup: use zalloc and remove initializations
 2009-12-01 22:10 UTC 

Linux 2.6.32-rc8 - T500 fails to suspend to RAM
 2009-12-01 21:58 UTC  (3+ messages)

Bisected: s2disk (uswsusp only) hangs just before poweroff
 2009-12-01 21:53 UTC  (6+ messages)

[PATCH]PM_QOS-to-use-handle-based-requests-pcm-update 5/5
 2009-12-01 21:38 UTC 

[PATCH]PM_QOS-to-use-handle-based-requests-wireless-update 4/5
 2009-12-01 21:35 UTC 

[PATCH]PM_QOS-to-use-handle-based-requests-cpuidle-update 2/5
 2009-12-01 21:30 UTC 

[PATCH]PM_QOS-to-use-handle-based-requests-API-change 1/5
 2009-12-01 21:29 UTC 

[RFC] [PATCH] In-kernel gdbstub based on utrace Infrastructure
 2009-12-01 21:15 UTC  (11+ messages)

[PATCH v2] PCI: Always set prefetchable base/limit upper32 registers
 2009-12-01 21:14 UTC  (8+ messages)

[RFC v2] Another approach to IR
 2009-12-01 21:05 UTC  (10+ messages)


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