public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-12-09 02:09:58 to 2009-12-09 11:53:36 UTC [more...]

[PATCH] asm-generic/gpio.h: add some forward decls of the device struct
 2009-12-09 11:53 UTC 

[PATCH] crypto/testmgr: fix uninitialized warning from gcc
 2009-12-09 11:50 UTC 

[PATCH] NOMMU: ramfs: drop unused local var
 2009-12-09 11:47 UTC 

GPIO support for HTC Dream
 2009-12-09 11:46 UTC  (13+ messages)

[RFC][PATCHSET] mremap/mmap mess
 2009-12-09 11:43 UTC  (6+ messages)

[ANNOUNCE] util-linux-ng v2.17-rc2
 2009-12-09 11:38 UTC 

[PATCH v9 5/8] Loongson: YeeLoong: add hardware monitoring driver
 2009-12-09 10:59 UTC  (3+ messages)

An mm bug in today's 2.6.32 git tree
 2009-12-09 10:38 UTC 

[PATCH] ARM: Add support for LZMA-compressed kernel images
 2009-12-09 10:27 UTC  (5+ messages)

[patch 0/4] sched: Replace read_lock(&tasklist_lock) with RCU - the easy part
 2009-12-09 10:15 UTC  (5+ messages)
` [patch 1/4] sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()
` [patch 2/4] sched: Use rcu in sched_get/set_affinity()
` [patch 3/4] sched: Rename bogus label in sched_setaffinity()
` [patch 4/4] sched: Use rcu in sched_get_rr_param

[Patch] i386: remove 'usedac' kernel parameter
 2009-12-09 10:07 UTC  (2+ messages)

[PATCH] perf/sched: fix for getting task's execute time
 2009-12-09 10:03 UTC  (12+ messages)
      ` [PATCH v2] perf/sched: fix for getting task's execution time
          ` [PATCH v3] "
            ` [tip:perf/urgent] perf sched: Fix "

[PATCH 1/9] Squashfs: move zlib decompression wrapper code into a separate file
 2009-12-09 10:00 UTC  (3+ messages)

[tip:sched/urgent] sched: Remove sysctl.sched_features
 2009-12-09  9:55 UTC  (8+ messages)
` [tip:sched/urgent] sched: Consolidate select_task_rq() callers
` [tip:sched/urgent] sched: Remove rq->clock coupling from set_task_cpu()
` [tip:sched/urgent] sched: Clean up ttwu() rq locking
` [tip:sched/urgent] sched: Sanitize fork() handling
` [tip:sched/urgent] sched: Clean up check_preempt_wakeup()
` [tip:sched/urgent] sched: Discard some old bits
` [tip:sched/urgent] sched: Remove unnecessary RCU exclusion

[PATCH 1/3] sched: fix missing sched tunable recalculation on cpu add/remove
 2009-12-09  9:56 UTC  (2+ messages)
` [tip:sched/urgent] sched: Fix "

[PATCH 2/2] print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs
 2009-12-09  9:56 UTC  (2+ messages)
` [tip:x86/urgent] x86: Print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs()

[PATCH 1/2] factor duplicated code out of __show_regs into show_regs_common
 2009-12-09  9:56 UTC  (2+ messages)
` [tip:x86/urgent] x86: Factor duplicated code out of __show_regs() into show_regs_common()

[GIT PULL] tracing/kprobes: Fix field creation's bad error handling
 2009-12-09  9:57 UTC  (4+ messages)
` [tip:perf/urgent] "

[patch] f83f9ac causes tasks running at MAX_PRIO
 2009-12-09  9:55 UTC  (2+ messages)
` [tip:sched/urgent] sched: Fix task priority bug

[BUG] cpu controller can't provide fair CPU time for each group
 2009-12-09  9:55 UTC  (2+ messages)
` [tip:sched/urgent] sched: cgroup: Implement different treatment for idle shares

[PATCH 3/3] sched: update normalized values on user updates via proc v2
 2009-12-09  9:56 UTC  (2+ messages)
` [tip:sched/urgent] sched: Update normalized values on user updates via proc

[PATCH] staging: s5k3e2fx.c: reduce complexity by factoring
 2009-12-09  9:57 UTC  (2+ messages)

[PATCH 2/3] sched: make tunable scaling style configurable
 2009-12-09  9:56 UTC  (2+ messages)
` [tip:sched/urgent] sched: Make "

[PATCH 1/1] sched: move update_curr() in check_preempt_wakeup() to avoid redundant call
 2009-12-09  9:54 UTC  (2+ messages)
` [tip:sched/urgent] sched: Move "

[PULL] virtio & lguest
 2009-12-09  9:54 UTC 

[patch 1/2] sched: Protect task->cpus_allowed access in sched_getaffinity()
 2009-12-09  9:52 UTC  (3+ messages)
` [tip:sched/urgent] "

[patch 2/2] sched: Protect sched_rr_get_param access to task->sched_class
 2009-12-09  9:53 UTC  (7+ messages)
      ` [patch V2 "
        ` [tip:sched/urgent] sched: Protect sched_rr_get_param() "

[PATCH 1/3] perf_event: cleanup for __perf_event_init_context()
 2009-12-09  9:52 UTC  (9+ messages)
` [PATCH 2/3] perf_event: allocate children's perf_event_ctxp at the right time
  ` [PATCH 3/3] perf_event: cleanup for cpu_clock_perf_event_update()
    ` [tip:perf/urgent] perf_event: Cleanup "
  ` [tip:perf/urgent] perf_event: Allocate children's perf_event_ctxp at the right time
` [tip:perf/urgent] perf_event: Clean up __perf_event_init_context()

[PATCH] hw-breakpoints: Modify breakpoints without unregistering them
 2009-12-09  9:51 UTC  (2+ messages)
` [tip:perf/urgent] "

x86: ucode-amd: Convert printk(KERN_*...) to pr_*(...)
 2009-12-09  9:51 UTC  (7+ messages)
    ` [PATCH] arch/x86/kernel/microcode*: Use pr_fmt and remove duplicated KERN_ERR prefix
      ` [tip:x86/urgent] arch/x86/kernel/microcode*: Use pr_fmt() "
    ` [PATCH] checkpatch.pl: Warn on pr_<level> or dev_<level> with KERN_<level>

+ hpsa-use-msleep-instead-of-schedule_timeout.patch added to -mm tree
 2009-12-09  9:51 UTC  (3+ messages)

todays git regression (2.6.32-04008.g3ff6a46): lot of device mapper warnings
 2009-12-09  9:49 UTC 

[PATCH 0/2][RFC] [RFC] tracing: separate out buffer from trace_seq
 2009-12-09  9:44 UTC  (2+ messages)

[PATCH] HID: add multi-input quirk for NextWindow Touchscreen
 2009-12-09  9:42 UTC  (8+ messages)

[RFC PATCH 0/6] cpu-timers patches
 2009-12-09  9:39 UTC  (7+ messages)
` [RFC PATCH 1/6] cpu-timers: simplify RLIMIT_CPU handling
  ` [RFC PATCH 2/6] cpu-timers: cleanup arm_timer()
    ` [RFC PATCH 3/6] cpu-timers: return true old increase value in timer_settime()
      ` [RFC PATCH 4/6] cpu-timers: change SIGEV_NONE timer handling
        ` [RFC PATCH 5/6] cpu-timers: change arm_timer() locking
          ` [RFC PATCH 6/6] cpu-timers: optimize run_posix_cpu_timers()

[PATCH] irq: handle irq0 special only on x86
 2009-12-09  9:41 UTC  (4+ messages)

[GIT PULL] kbuild updates for 2.6.33
 2009-12-09  9:33 UTC  (2+ messages)

Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-09  9:29 UTC  (3+ messages)
` spinlock in completion_done() (was: Re: Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33))

[PATCH] [0/31] HWPOISON 2.6.33 pre-merge posting
 2009-12-09  9:15 UTC  (6+ messages)
` [PATCH] [23/31] HWPOISON: add memory cgroup filter

linux-next: hwpoison tree build failure
 2009-12-09  9:13 UTC  (4+ messages)

[PATCH v6] Added PR_SET_PROCTITLE_AREA option for prctl()
 2009-12-09  9:10 UTC  (4+ messages)

pass upstream rev to scripts/get_maintainer.pl
 2009-12-09  9:06 UTC 

scaling_setspeed doesn't change the frequency on beagleboard
 2009-12-09  9:04 UTC 

[RFC PATCH] Add TRACE_IRQFLAGS_SUPPORT, LOCKDEP_SUPPORT then enable ftrace for ia64
 2009-12-09  8:52 UTC  (10+ messages)

[PATCH 0/7] mtrr: cleanups and CONFIG_EMBEDDED usage
 2009-12-09  8:52 UTC  (11+ messages)
` [PATCH 1/7] x86/mtrr: Remove mtrr_ops[]
` [PATCH 2/7] mtrr: constify struct mtrr_ops
` [PATCH 3/7] mtrr: Remove use_intel()
` [PATCH 4/7] x86/Kconfig.cpu: add CPU_SUP_AMD_32 and CPU_SUP_CENTAUR_32
` [PATCH 5/7] mtrr: use CONFIG_CPU_SUP_* to select MTRR implementations
` [PATCH 6/7] mtrr: introduce HAVE_MTRR_VENDOR_SPECIFIC
` [PATCH 7/7] mtrr: mark mtrr_if as __read_mostly

[GIT PULL] amd64_edac updates for .33
 2009-12-09  8:52 UTC 

[PATCH] mm/vmalloc: don't use vmalloc_end
 2009-12-09  8:47 UTC  (5+ messages)
      ` [PATCH] m68k: rename global variable vmalloc_end to m68k_vmalloc_end

[PATCH -tip 0/8] perf-probe updates
 2009-12-09  8:43 UTC  (3+ messages)

[RFC] [PATCH 0/5] cgroups: support for module-loadable subsystems
 2009-12-09  8:36 UTC  (8+ messages)
` [RFC] [PATCH 1/5] cgroups: revamp subsys array

[PATCH 28/31] Constify struct super_operations for 2.6.32 v1
 2009-12-09  8:22 UTC  (8+ messages)

[PATCH] hwmon: Add driver for VIA CPU core temperature
 2009-12-09  7:17 UTC  (7+ messages)
` [lm-sensors] "

Free advert!
 2009-12-09  8:04 UTC 

[PATCHSET tip/sched/core] sched: concurrency managed workqueue related sched patches
 2009-12-09  8:03 UTC  (22+ messages)
` [PATCH 4/7] sched: implement force_cpus_allowed()

[git pull] m68knommu arch updates
 2009-12-09  7:58 UTC 

[Resend] [PATCH] asus-laptop: add Lenovo SL LenovoCare LED support
 2009-12-09  7:47 UTC  (5+ messages)

[GIT PULL] x86/paravirt for v2.6.33
 2009-12-09  7:36 UTC  (3+ messages)

[PATCH -tip 4/8] perf probe: Remove event suffix number _0
 2009-12-09  7:25 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 3/8] perf probe: Fix add-probe command syntax without --add option
 2009-12-09  7:25 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 8/8] perf probe: Update perf-probe document
 2009-12-09  7:26 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 1/8] perf probe: Change event list format
 2009-12-09  7:24 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 6/8] trace-kprobe: Support delete probe syntax
 2009-12-09  7:26 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 5/8] perf probe: Support vmlinux on cwd by default
 2009-12-09  7:25 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 7/8] perf probe: Support --del option
 2009-12-09  7:26 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 2/8] perf probe: Change probe-added message more user-friendly
 2009-12-09  7:25 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH 04/10] tracing: __dynamic_array() also defines fields
 2009-12-09  7:15 UTC 

[PATCH 09/10] use defined fields and print_fmt to print formats
 2009-12-09  7:16 UTC 

[PATCH 10/10] tracing: delete ->show_format()
 2009-12-09  7:16 UTC 

[PATCH 07/10] trace_syscalls: init print_fmt
 2009-12-09  7:15 UTC 

[PATCH 08/10] trace_kprobe: init print_fmt
 2009-12-09  7:15 UTC 

[PATCH 06/10] tracing: add print_fmt field
 2009-12-09  7:15 UTC 

[PATCH 05/10] tracing: make signs the same
 2009-12-09  7:15 UTC 

[PATCH 03/10] trace_syscalls: use agian init_syscall_trace()
 2009-12-09  7:15 UTC 

[PATCH 02/10] trace_syscalls: fix SYSCALL_DEFINE0
 2009-12-09  7:15 UTC 

[PATCH 01/10] trace_kprobe: shows signs of fields in format files
 2009-12-09  7:15 UTC 

[PATCH V4 0/10] tracing: use defined fields to print formats
 2009-12-09  7:14 UTC 

Badness at arch/powerpc/mm/pgtable.c:286
 2009-12-09  7:08 UTC  (2+ messages)

kernel problem
 2009-12-09  7:01 UTC 

kernel problem
 2009-12-09  7:01 UTC 

[PATCH] cardbus: Add a fixup hook and fix powerpc
 2009-12-09  6:52 UTC 

linux-next: Tree for December 9
 2009-12-09  6:47 UTC 

Rt2x00 problem traced back to x86 ACPI/PCI/e820 handling
 2009-12-09  6:43 UTC  (3+ messages)

[tip:tracing/urgent] tracing: Add pipe_close interface
 2009-12-09  6:35 UTC 

[PATCH] MAINTAINERS: new kbuild maintainer
 2009-12-09  6:28 UTC  (7+ messages)

[PATCH] ftrace: fix trace_marker output
 2009-12-09  6:15 UTC  (8+ messages)
` [tip:tracing/urgent] tracing: Fix "
      ` [PATCH][GIT PULL][v2.6.33] tracing: Remove comparing of NULL to va_list in trace_array_vprintk()

[PATCH 0/5] spi-imx: some updates
 2009-12-09  6:15 UTC  (5+ messages)

linux-next: staging tree build failure
 2009-12-09  6:03 UTC  (2+ messages)

[PATCH 0/4] [GIT PULL] tracing: fix function graph tracer output
 2009-12-09  5:54 UTC  (2+ messages)

[PATCH 00/13] tracing: various cleanups and small fixes (updated)
 2009-12-09  5:53 UTC  (4+ messages)
` [PATCH 05/13] ftrace: Call trace_parser_clear() properly

[BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."
 2009-12-09  5:38 UTC  (5+ messages)

[PATCH v2] [RFC] tracepoint: Add signal coredump tracepoint
 2009-12-09  5:34 UTC  (3+ messages)
` [PATCH v3] "

linux-next: manual merge of the staging tree with Linus' tree
 2009-12-09  5:34 UTC 

CONFIG_FTRACE_STARTUP_TEST in 2.6.32
 2009-12-09  5:31 UTC  (2+ messages)

linux-next: manual merge of the tty tree with the trivial tree
 2009-12-09  5:28 UTC 

[PATCH 5/5] firmware/WHENCE: Specify drivers by module/object name
 2009-12-09  5:17 UTC 

[PATCH 4/5] firmware/WHENCE: Use consistent field name for licence information
 2009-12-09  5:16 UTC 

[PATCH 3/5] firmware/WHENCE: Use 'File:' field name in front of each file name
 2009-12-09  5:15 UTC 

[PATCH 2/5] firmware/WHENCE: Correct filenames for ambassador, bnx2x, cxgb3
 2009-12-09  5:15 UTC 

[PATCH 1/5] firmware/WHENCE: Update filenames for bnx2
 2009-12-09  5:15 UTC 

[PATCH] calgary: Increase the maximum PHB bus number
 2009-12-09  5:04 UTC  (2+ messages)

[PATCH][stable] b44 WOL setup: one-bit-off stack corruption kernel panic fix
 2009-12-09  5:00 UTC  (4+ messages)

[PATCH net-next]atl1c:use common_task instead of reset_task and link_chg_task
 2009-12-09  4:48 UTC  (2+ messages)

[PATCH net-next]atl1c:add pci map direction in atl1c_buffer flags
 2009-12-09  4:48 UTC  (2+ messages)

gpio gpio_to_irq
 2009-12-09  4:43 UTC  (3+ messages)

[PATCH 1/2] drivers/net/au1000_eth.c: Remove misuse of DECLARE_MAC_BUF
 2009-12-09  4:42 UTC  (4+ messages)
` [PATCH 2/2] include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUF

[PATCH] gigaset: documentation amendments
 2009-12-09  4:30 UTC  (2+ messages)

[PATCH] gigaset: don't enable any debugging output by default
 2009-12-09  4:30 UTC 

[GIT PULL for 2.6.33] V4L/DVB updates
 2009-12-09  4:16 UTC 

linux-next: manual merge of the tip tree with Linus' tree
 2009-12-09  4:06 UTC 

(no subject)
 2009-12-09  5:44 UTC 

linux-next: manual merge of the omap_dss2 tree with the omap tree
 2009-12-09  3:59 UTC 

[PATCH] arch/sh: Replace an explicit computation by the use of the container_of macro
 2009-12-09  3:44 UTC  (2+ messages)

linux-next: origin (tip) tree build warning
 2009-12-09  2:59 UTC  (3+ messages)

Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-09  2:54 UTC  (3+ messages)

[PATCH 1/3] ext3: Fix data / filesystem corruption when write fails to copy data
 2009-12-09  2:26 UTC  (3+ messages)
` [PATCH 2/3] ext4: "

Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-09  2:23 UTC  (2+ messages)

[RFC] What are the goals for the architecture of an in-kernel IR system?
 2009-12-09  2:21 UTC  (2+ messages)

Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-09  2:11 UTC  (2+ messages)

mmotm 2009-12-08-17-45 uploaded
 2009-12-09  1:45 UTC 


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