public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-11 03:51:55 to 2011-07-11 14:24:25 UTC [more...]

[PATCH 0/11 v3] Generic Watchdog Timer Driver
 2011-07-11 14:24 UTC  (10+ messages)
` [PATCH 01/11] watchdog: WatchDog Timer Driver Core - Add basic framework
  ` [PATCH 02/11] watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality
  ` [PATCH 03/11] watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl
  ` [PATCH 04/11] watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl
  ` [PATCH 05/11] watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT ioctl
  ` [PATCH 06/11] watchdog: WatchDog Timer Driver Core - Add Magic Close feature
  ` [PATCH 07/11] watchdog: WatchDog Timer Driver Core - Add nowayout feature
  ` [PATCH 09/11] watchdog: WatchDog Timer Driver Core - Add ioctl call
  ` [PATCH 10/11] watchdog: WatchDog Timer Driver Core - Add minimum and max timeout

32bit NUMA and fakeNUMA broken for AMD CPUs
 2011-07-11 14:20 UTC  (10+ messages)
        ` [PATCH x86/urgent 1/2] x86: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/
          ` [PATCH x86/urgent 2/2] x86: Implement pfn -> nid mapping granularity check
                ` [PATCH x86/urgent] x86: Disable AMD_NUMA for 32bit for now

zaurus patches -- arm/pxa -- is Eric alive
 2011-07-11 14:22 UTC  (5+ messages)

[PATCH v2 0/8] x86-64 vDSO changes for 3.1
 2011-07-11 14:21 UTC  (4+ messages)
` [PATCH v2 3/8] x86-64: Allow alternative patching in the vDSO

[PATCH] block: reorder request_queue to remove 64 bit alignment padding
 2011-07-11 14:19 UTC 

Linux 3.0-rc5 doesnt boot and hangs at rcu_sched_state ()
 2011-07-11 14:17 UTC  (5+ messages)

[PATCH 0/3] Add missing commas
 2011-07-11 13:42 UTC  (3+ messages)
` [PATCH 3/3] iwlagn: Add missing comma between constant string array

[PATCH v5 0/9] Steal time for KVM
 2011-07-11 14:15 UTC  (13+ messages)
` [PATCH v5 4/9] KVM-HV: KVM Steal time implementation
` [PATCH v5 6/9] add jump labels for ia64 paravirt

[PATCH 0/7] cgroups: New max number of tasks subsystem (was: cgroups rlim subsystem)
 2011-07-11 14:15 UTC  (8+ messages)
` [PATCH 1/7] cgroups: Add res_counter_write_u64() API
` [PATCH 2/7] cgroups: New resource counter inheritance API
` [PATCH 3/7] cgroups: Add previous cgroup in can_attach_task/attach_task callbacks
` [PATCH 4/7] cgroups: New cancel_attach_task subsystem callback
` [PATCH 5/7] cgroups: Ability to stop res charge propagation on bounded ancestor
` [PATCH 6/7] cgroups: Add res counter common ancestor searching
` [PATCH 7/7] cgroups: Add a max number of tasks subsystem

[PATCH] VFS: Fix automount for negative autofs dentries
 2011-07-11 14:13 UTC  (3+ messages)

request_firmware fails in static building
 2011-07-11 14:13 UTC 

[PATCH 1/2] Input: atkbd - make dmi callback functions return 1
 2011-07-11 14:10 UTC  (2+ messages)
` [PATCH 2/2] Input: lifebook "

[patch 0/9] kdump: Patch series for s390 support
 2011-07-11 14:07 UTC  (6+ messages)

[PATCH 2/2] taskstats: restrict access to user
 2011-07-11 14:07 UTC  (11+ messages)

[PATCH] drivers/infiniband/hw/qib/qib_iba7322: remove double define
 2011-07-11 14:04 UTC  (2+ messages)

Your Mailbox expires in 24 hours
 2011-07-11 13:58 UTC 

Union mount and overlayfs bake off?
 2011-07-11 14:02 UTC  (20+ messages)
` Unionmount status?
                    ` Union mount and lockdep design issues

[GIT] x86 platform driver fixes for 3.0
 2011-07-11 13:55 UTC 

[PATCH 14/14] Staging: comedi: fix line over 80 chracter issue in pcl818.c
 2011-07-11 14:07 UTC 

[PATCHv11 0/8] Contiguous Memory Allocator
 2011-07-11 13:47 UTC  (8+ messages)
` [Linaro-mm-sig] [PATCH 6/8] drivers: add "

[PATCH 0/11] dynamic_debug: allow multiple pending queries on boot-line
 2011-07-11 13:43 UTC  (25+ messages)
` (no subject)
  ` [PATCH 01/21] dynamic_debug: add pending flag 'a' to make pending queries explicit
  ` [PATCH 02/21] dynamic_debug: allow changing of dynamic_debug verbosity any time
  ` [PATCH 03/21] dynamic_debug: process multiple commands on a line
  ` [PATCH 04/21] dynamic_debug: warn when >1 of each type of match-spec is given
  ` [PATCH 05/21] dynamic_debug: pr_err() call should not depend upon verbosity
  ` [PATCH 06/21] dynamic_debug: dont kill entire facility on error parsing ddebug_query
  ` [PATCH 07/21] dynamic_debug: return int from ddebug_change
  ` [PATCH 08/21] dynamic_debug: factor show_ddebug_query out of ddebug_parse_query
  ` [PATCH 09/21] dynamic_debug: save_pending() saves non-matching queries for later
  ` [PATCH 10/21] dynamic_debug: call apply_pending_queries from ddebug_add_module
  ` [PATCH 11/21] dynamic_debug: refactor query_matches_callsite out of ddebug_change
  ` [PATCH 12/21] dynamic_debug: document use of pending queries at boot-time
  ` [PATCH 13/21] dynamic_debug: require 'a' flag to explicitly mark pending queries
  ` [PATCH 14/21] dynamic_debug: hoist locking in ddebug_change to callers
  ` [PATCH 15/21] dynamic_debug: describe_flags with '=[ptmfl]*'
  ` [PATCH 16/21] dynamic_debug: define several levels of verbosity
  ` [PATCH 17/21] dynamic_debug: non-optimization - remove != NULL
  ` [PATCH 18/21] dynamic_debug: trim source-path prefix from dynamic_debug/control
  ` [PATCH 19/21] dynamic_debug: add flags filtering to flags spec handling
  ` [PATCH 20/21] dynamic_debug: clear pending_queries list in remove_all_tables
  ` [PATCH 21/21] dynamic_debug: delete pending queries

[git pull] FireWire update
 2011-07-11 13:42 UTC 

kmallocs with swapped parameters in fs/dlm/lock.c
 2011-07-11 13:25 UTC  (6+ messages)

[RFC 0/4] trace,perf: Enabling ftrace:function tracepoint for perf
 2011-07-11 13:22 UTC  (5+ messages)
` [RFC 1/4] perf, ftrace: Add perf support to use function tracepoint
` [RFC 2/4] perf, ftrace: Add filter support for ftrace:function tracepoint
` [RFC 3/4] perf, ftrace: Add new perf ioctl for function trace filter
` [RFC 4/4] perf, ftrace: Add ftrace option for perf stat command

[PATCH] kbuild: incremental tags updating with GNU GLOBAL
 2011-07-11 13:17 UTC  (3+ messages)

[PATCH 0/3]CFQ: add think time check for service tree and group
 2011-07-11 13:05 UTC  (4+ messages)

[RFC PATCH 0/3] Reduce frequency of stalls due to zone_reclaim() on NUMA
 2011-07-11 13:01 UTC  (4+ messages)
` [PATCH 1/3] mm: vmscan: Do use use PF_SWAPWRITE from zone_reclaim
` [PATCH 2/3] mm: page allocator: Initialise ZLC for first zone eligible for zone_reclaim
` [PATCH 3/3] mm: page allocator: Reconsider zones for allocation after direct reclaim

State of Linux-RT Patches and full inclusion into linus tree
 2011-07-11 12:54 UTC  (4+ messages)

[3.0.0-rc6-git7] possible recursive locking at cache_alloc_refill
 2011-07-11 12:37 UTC 

[PATCH 13/13] Staging: comedi: fix indentation issue in pcl818.c
 2011-07-11 12:43 UTC 

gpiolib.c: possible circular locking dependency detected
 2011-07-11 12:19 UTC 

[PATCH] Fix embedded nic order on Dell PowerEdge systems
 2011-07-11 12:22 UTC  (4+ messages)

[PATCH 0/7] static should be at beginning of declaration
 2011-07-11 12:16 UTC  (2+ messages)

[BUG] with threadirqs active
 2011-07-11 12:10 UTC 

How to use plist.h in the rt-path?
 2011-07-11 12:09 UTC 

[PATCH 1/2] x86-64: Simplify cpu_has_invlpg
 2011-07-11 11:50 UTC  (3+ messages)

[PATCH V3 0/4] ARM: smp_twd: mpcore_wdt: Fix MPCORE watchdog setup
 2011-07-11 11:50 UTC  (6+ messages)
` [PATCH V3 1/4] ARM: smp_twd: Fix typo in 'twd_timer_rate' printing

[RFC PATCH 0/4] Persistent device name using alias name
 2011-07-11 11:47 UTC  (8+ messages)

[PATCH 1/3] x86, intel: Output microcode revision v3
 2011-07-11 11:46 UTC  (5+ messages)
` [PATCH 2/3] x86, intel: Use cpu_update for Atom errata check
` [PATCH 3/3] coretemp: Get microcode revision from cpu_data v2

[PATCH 0/6] clk: Initial feedback for off-SoC slow bus clocks
 2011-07-11 11:43 UTC  (16+ messages)
` [PATCH 1/6] clk: Prototype and document clk_register()
  ` [PATCH 5/6] clk: Support multiple instances of the same clock provider
      ` [uclinux-dist-devel] [PATCH 0/6] clk: Initial feedback for off-SoC slow bus clocks

[PATCH] x86: do_signal: simplify the TS_RESTORE_SIGMASK logic
 2011-07-11 11:39 UTC  (3+ messages)

[PATCH] rtc-omap: Fix initialization of control register
 2011-07-11 10:57 UTC 

[GIT PULL] btrfs fixes
 2011-07-11 11:31 UTC  (2+ messages)

[PATCH 13/13] Staging: comedi: fix indentation issue in pcl818.c
 2011-07-11 11:30 UTC  (2+ messages)

[PATCH 0/4] ARM: smp_twd: mpcore_wdt: Fix MPCORE watchdog setup
 2011-07-11 11:06 UTC  (9+ messages)
` [PATCH V2 0/6] arm_smp_twd: "

[PATCH RFCv3 17/17] [media] return -ENOTTY for unsupported ioctl's at legacy drivers
 2011-07-11 11:03 UTC  (2+ messages)

[PATCH] Modpost section mismatch fix
 2011-07-11 10:47 UTC  (12+ messages)
  ` [TOME] "
          ` [Xen-devel] "
                  ` [Xen-devel] Re: [PATCH] Modpost section mismatch fix (for platform-pci-unplug.c)

[PATCH] i2c-eg20t : Fix the issue of Combined R/W transfer mode
 2011-07-11 10:36 UTC  (8+ messages)

[PATCH] Remove incorrect usage of sysctl_vfs_cache_pressure
 2011-07-11 10:35 UTC  (3+ messages)

[PATCH] irq: track the owner of irq descriptor
 2011-07-11 10:26 UTC  (2+ messages)

[PATCH] hp-wmi: fix use after free
 2011-07-11 10:22 UTC 

[PATCH 0/14] Per superblock cache reclaim
 2011-07-11 10:05 UTC  (5+ messages)
` [PATCH 02/14] vmscan: add shrink_slab tracepoints
` [PATCH 13/14] vfs: increase shrinker batch size

[PATCH] x86: Fix memory leak of init_vdso_vars()
 2011-07-11 10:04 UTC  (5+ messages)

[PATCH] nconfig: prevent segfault on empty menu
 2011-07-11  9:50 UTC  (8+ messages)
` [PATCH 1/2] kconfig/nconf: use the generic menu_get_ext_help()
  ` [PATCH 2/2] kconfig/nconf: prevent segfault on empty menu

[PATCH V2] MMC: PM: add suspend/resume in atmel-mci
 2011-07-11  9:47 UTC  (4+ messages)
` [PATCH V3] "

[PATCH] USB: Avoid NULL pointer dereference in usb_disconnect()
 2011-07-11  9:47 UTC  (3+ messages)

[PATCH] signals: convert the X86_32 code to use set_current_blocked()
 2011-07-11  9:31 UTC  (2+ messages)

[PATCH] signals: convert the IA32_EMULATION code to use set_current_blocked()
 2011-07-11  9:30 UTC  (2+ messages)

[PATCH] dmaengine: add dma_ctrl_cmd to pass buffer stride configuration
 2011-07-11  9:28 UTC 

[PATCH 0/4] perf: memory load/store events generalization
 2011-07-11  8:57 UTC  (5+ messages)
` [PATCH 3/4] perf, x86: Add Intel SandyBridge pricise store support

[PATCH] PM: Reintroduce dropped call to check_wakeup_irqs
 2011-07-11  8:46 UTC  (2+ messages)

[PATCH 10/10] Staging: comedi: fix brace printk() issue in pcl818.c
 2011-07-11  8:57 UTC 

[PATCH 12/12] Staging: comedi: fix printk() issue in pcmmio.c
 2011-07-11  8:42 UTC 

[PATCH v4] pch_gpio: Support interrupt function
 2011-07-11  8:27 UTC  (6+ messages)

[PATCH 10/10] Staging: comedi: fix brace printk() issue in pcl818.c
 2011-07-11  8:20 UTC  (2+ messages)

[PATCH 8/8] Staging: comedi: fix printk() issue in pcl818.c
 2011-07-11  8:06 UTC  (2+ messages)

[BUG] Why does mwait_idle_with_hints() call MWAIT with interrupts disabled ?
 2011-07-11  8:02 UTC  (4+ messages)

xen-blkfront: Don't send closing notification to backend in blkfront_closing()
 2011-07-11  7:53 UTC  (5+ messages)

[00/35] 2.6.32.43-longterm review
 2011-07-11  5:21 UTC  (4+ messages)
` [09/35] ath9k: Fix suspend/resume when no interface is UP

3.0-rc6-git6: Reported regressions 2.6.38 -> 2.6.39
 2011-07-11  7:34 UTC  (5+ messages)
` [Bug #38132] [Warning] 2.6.39.x latencytop

[PATCH 1/2] ideapad-laptop: Ignore an unused VPC notification
 2011-07-11  7:29 UTC  (3+ messages)

[PATCH 9/9] Staging: comedi: fix printk issue in pcl818.c
 2011-07-11  7:33 UTC 

[PATCH 01/11] MFD: DA9052 MFD core module v2
 2011-07-11  7:03 UTC  (4+ messages)

[PATCH 7/7] Staging: comedi: fix printk() issue in pcl818.c
 2011-07-11  7:04 UTC 

[PATCH 2/2] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  6:51 UTC  (3+ messages)
  ` [PATCH] hid-multitouch driver: add one new hid multitouch device's VID/PID

[PATCH 0/5] treewide: Add missing breaks in switch/case
 2011-07-11  6:39 UTC  (3+ messages)
` [PATCH 4/5] fusb300_udc: "

[PATCH] kernel: escape non-ASCII and control characters in printk()
 2011-07-11  6:37 UTC  (3+ messages)

[PATCH 6/6] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  6:45 UTC 

linux-next: Tree for July 7
 2011-07-11  6:30 UTC  (5+ messages)
` [PATCH -next] usb/gadget: fix langwell printk formats
` [PATCH -next] usb/gadget: fix net2272 "

[PATCH 5/5] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  6:33 UTC 

[PATCH 4/4] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  6:18 UTC 

[PATCH 3/3] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  6:00 UTC  (2+ messages)

[PATCH] Avoid Wunused-but-set warning
 2011-07-11  5:55 UTC  (12+ messages)

[PATCH] Staging: comedi: fix brace coding style issue in pcl818.c
 2011-07-11  5:19 UTC 

PLEASE SUOJAA webmailtili pitävän sulkeutumisen
 2011-07-10 19:04 UTC 

[PATCH 0/6] Add time-of-day option to perf events
 2011-07-11  4:20 UTC  (6+ messages)
` [PATCH 3/6] perf: add reference time event

[PATCH 0/4] Add a generic struct clk
 2011-07-11  3:57 UTC  (4+ messages)


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