public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-06 11:32:27 to 2010-12-06 17:47:03 UTC [more...]

toshiba_acpi.c: Full TOS1900 device support
 2010-12-06 17:41 UTC  (8+ messages)

[PATCH] Introduce mips_late_time_init
 2010-12-06 17:42 UTC  (2+ messages)

[cpuops inc_return V1 0/9] Implement this_cpu_inc_return (and friends) and use it in various places
 2010-12-06 17:40 UTC  (10+ messages)
` [cpuops inc_return V1 1/9] percpu: Generic support for this_cpu_add,sub,dec,inc_return
` [cpuops inc_return V1 2/9] x86: Support "
` [cpuops inc_return V1 3/9] x86: Use this_cpu_inc_return for nmi counter
` [cpuops inc_return V1 4/9] vmstat: Use this_cpu_inc_return for vm statistics
` [cpuops inc_return V1 5/9] highmem: Use this_cpu_xx_return() operations
` [cpuops inc_return V1 6/9] Taskstats: Use this_cpu_ops
` [cpuops inc_return V1 7/9] fs: Use this_cpu_inc_return in buffer.c
` [cpuops inc_return V1 8/9] random: Use this_cpu_inc_return
` [cpuops inc_return V1 9/9] Xen: "

[PATCH repost 5] [SCSI] Retrieve the Caching mode page
 2010-12-06 17:41 UTC 

Process your first payment of $ 5,000 USD
 2010-12-06 17:15 UTC 

[PATCH 0/4] V2 Add ability to link device blob(s) into vmlinux
 2010-12-06 17:36 UTC  (5+ messages)
` [PATCH 1/4] of: Add support for linking device tree blobs "
` [PATCH 2/4] x86/of: Add building device tree blob(s) into image
` [PATCH 3/4] of/powerpc: Use generic rule to build dtb's
` [PATCH 4/4] microblaze/of: "

[rfc: cpuops adv V1 0/8] Cmpxchg and xchg support for cpu ops
 2010-12-06 17:35 UTC  (8+ messages)
` [rfc: cpuops adv V1 3/8] x86: this_cpu_cmpxchg and this_cpu_cmpxchg_double operations

[patch 0/4] x86, intr-remapping patches for addressing kexec/kdump issues
 2010-12-06 17:27 UTC  (3+ messages)
` [patch 1/4] vt-d: quirk for masking vtd spec errors to platform error handling logic

[PATCH] Documentation: vgaarbiter: fix typos
 2010-12-06 17:33 UTC  (4+ messages)

2.6.36 Crash/Panik in scsi_eh
 2010-12-06 17:28 UTC  (5+ messages)

[PATCH v4] perf symbols: fix symbol offset breakage with separated debug
 2010-12-06 17:25 UTC 

[PATCH preliminary] [BLOCK] Preliminary increasing tag sequence implementation
 2010-12-06 17:21 UTC 

[Use cpuops V1 00/11] Use this_cpu_ops
 2010-12-06 17:16 UTC  (12+ messages)
` [Use cpuops V1 01/11] percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options
` [Use cpuops V1 02/11] vmstat: Optimize zone counter modifications through the use of this cpu operations
` [Use cpuops V1 03/11] x86: Use this_cpu_ops to optimize code
` [Use cpuops V1 04/11] x86: Use this_cpu_ops for current_cpu_data accesses
` [Use cpuops V1 05/11] core: Replace __get_cpu_var with __this_cpu_read if not used for an address
` [Use cpuops V1 06/11] drivers: "
` [Use cpuops V1 07/11] kprobes: Use this_cpu_ops
` [Use cpuops V1 08/11] Fakekey: Simplify speakup_fake_key_pressed through this_cpu_ops
` [Use cpuops V1 09/11] Connector: Use this_cpu operations
` [Use cpuops V1 10/11] fs: Use this_cpu_xx operations in buffer.c
` [Use cpuops V1 11/11] Xen: Use this_cpu_ops

mmotm 2010-12-02-16-34 uploaded
 2010-12-06 17:11 UTC  (3+ messages)

[PATCH 0/5] KVM&genirq: Enable adaptive IRQ sharing for passed-through devices
 2010-12-06 17:11 UTC  (8+ messages)
` [PATCH 5/5] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices

[PATCH 1/1] LogFS: Kernel BUG at readwrite.c:1193
 2010-12-06 17:09 UTC  (2+ messages)

[PATCH] [USB] UASP: USB Attached SCSI (UAS) protocol driver
 2010-12-06 17:09 UTC  (2+ messages)

Atomic non-durable file write API
 2010-12-06 17:03 UTC  (3+ messages)

[PATCH v3 2/3] Call the filesystem back whenever a page is removed from the page cache
 2010-12-06 16:59 UTC  (5+ messages)
` [PATCH v4 0/3] Fix more NFS readdir regressions
` [PATCH v4 1/3] NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler
` [PATCH v4 2/3] Call the filesystem back whenever a page is removed from the page cache
` [PATCH v4 3/3] NFS: Fix a memory leak in nfs_readdir

[PATCHSET] ptrace,signal: sane interaction between ptrace and job control signals, take#2
 2010-12-06 16:57 UTC  (17+ messages)
` [PATCH 01/16] signal: fix SIGCONT notification code
` [PATCH 02/16] signal: fix CLD_CONTINUED notification target
` [PATCH 03/16] signal: remove superflous try_to_freeze() loop in do_signal_stop()
` [PATCH 04/16] ptrace: kill tracehook_notify_jctl()
` [PATCH 05/16] ptrace: add @why to ptrace_stop()
` [PATCH 06/16] signal: fix premature completion of group stop when interfered by ptrace
` [PATCH 07/16] signal: use GROUP_STOP_PENDING to stop once for a single group stop
` [PATCH 08/16] ptrace: participate in group stop from ptrace_stop() iff the task is trapping for "
` [PATCH 09/16] ptrace: make do_signal_stop() use ptrace_stop() if the task is being ptraced
` [PATCH 10/16] ptrace: clean transitions between TASK_STOPPED and TRACED
` [PATCH 11/16] signal: prepare for CLD_* notification changes
` [PATCH 12/16] ptrace: make group stop notification reliable against ptrace
` [PATCH 13/16] ptrace: reorganize __ptrace_unlink() and ptrace_untrace()
` [PATCH 14/16] ptrace: make SIGCONT notification reliable against ptrace
` [PATCH 15/16] ptrace: make sure SIGNAL_NOTIFY_CONT is checked after ptrace_signal()
` [PATCH 16/16] ptrace: remove the extra wake_up_process() from ptrace_detach()

[PATCH 5/9] mfd: Add UART support for the ST-Ericsson CG2900
 2010-12-06 16:54 UTC  (17+ messages)

[PATCH] x86-64: use kernel/syscall_table_32.S in ia32/ia32entry.S
 2010-12-06 16:52 UTC 

[PATCH] x86: miscellaneous section annotation adjustments
 2010-12-06 16:49 UTC 

[PATCH] x86: partly unify asm-offsets_??.c
 2010-12-06 16:46 UTC 

linux-next: Tree for December 3
 2010-12-06 16:43 UTC  (8+ messages)
` linux-next: Tree for December 3 (cifs)

[Patch 00/15] Reduce tracing payload size
 2010-12-06 16:41 UTC  (7+ messages)

[PATCH] use total_highpages when calculating lowmem-only allocation sizes (core)
 2010-12-06 16:41 UTC 

[PATCH 0/2] tools/virtio: virtio_ring testing tool
 2010-12-06 16:37 UTC  (3+ messages)
` [PATCH 2/2] tools/virtio: virtio_test tool

acpi_button: random oops on boot
 2010-12-06 16:28 UTC  (2+ messages)

[thisops uV3 00/18] Upgrade of this_cpu_ops V3
 2010-12-06 16:27 UTC  (5+ messages)
` [thisops uV3 14/18] lguest: Use this_cpu_ops

[PATCH] autofs4 - remove ioctl mutex
 2010-12-06 16:15 UTC  (4+ messages)

linux-next: Tree for December 6
 2010-12-06 16:14 UTC  (3+ messages)
  ` linux-next: Tree for December 6 (pch_uart)

Roadmap for KVM support on Tile?
 2010-12-06 16:13 UTC  (2+ messages)

[PATCH] KVM: SVM: Add xsetbv intercept
 2010-12-06 16:10 UTC  (2+ messages)

[PATCH 1/2] Don't merge different partition's IOs
 2010-12-06 16:08 UTC  (2+ messages)

NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn) (was Re: sysfs bug when using tun with network namespaces)
 2010-12-06 16:08 UTC  (14+ messages)
` FW: "
            ` NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn)
              ` NET_NS: unregister_netdevice: waiting for lo to become free (adding ipv6 address to interface)

[git patches] libata updates for 2.6.37
 2010-12-06 16:07 UTC  (11+ messages)

[RFC/RFT PATCH v3] sched: automated per tty task groups
 2010-12-06 16:03 UTC  (20+ messages)
                    ` [PATCH v4] sched: automated per session "
                              ` [PATCH v4] Regression: "

[PATCH v4 0/4]implement eMMC4.4 standard HW reset feature
 2010-12-06 16:03 UTC  (2+ messages)

[PATCH] USB: whci-hcd: fix compiler warning
 2010-12-06 16:03 UTC  (7+ messages)
          ` [PATCH RESEND] "

[PATCH] add additional audit info (read/write length & rng name) for RNG devices
 2010-12-06 15:53 UTC  (3+ messages)

[RESEND PATCH] dw_mmc: Add Synopsys DesignWare mmc host driver
 2010-12-06 15:53 UTC 

[PATCH] cifs: Add information about noserverino
 2010-12-06 15:38 UTC  (6+ messages)

Scheduler bug related to rq->skip_clock_update?
 2010-12-06 15:40 UTC  (8+ messages)

[PATCH 0/7] printk: add pr_<level>_once, guard print_hex_dump
 2010-12-06 15:37 UTC  (2+ messages)

working usb wifi card, that is still possible to buy
 2010-12-06 15:30 UTC  (5+ messages)

[ANNOUNCE] Git 1.7.0.8, 1.7.1.3 and 1.7.2.4
 2010-12-06 15:28 UTC  (2+ messages)
` [ANNOUNCE] Git 1.7.3.3

[PATCH 1/2] kstrto*: converting strings to integers done (hopefully) right
 2010-12-06 15:27 UTC  (4+ messages)

[PATCH] USB: USBHID: Fix race between disconnect and hiddev_ioctl
 2010-12-06 15:25 UTC  (6+ messages)

[PATCH] drivers/char/applicom.c: remove cvs ID and French in-file changelog
 2010-12-06 15:19 UTC  (5+ messages)

[PATCH] drivers/video/via/viafbdev.c: Check return value of strict_strtoul()
 2010-12-06 15:18 UTC  (2+ messages)

[PATCH 01/45] kstrtox: converting strings to integers done (hopefully) right
 2010-12-06 15:16 UTC  (3+ messages)

sound: Fixed line limit issue in sound/ac97_bus.c
 2010-12-06 15:12 UTC  (2+ messages)

[PATCH 0/2] USB: HID: Fix race between disconnect and hiddev_ioctl
 2010-12-06 15:16 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] USB: HID: Consolidate device existence checks in hiddev_ioctl

[PATCH 1/2] x86, earlyprintk: move mrst early console to platform/ and fix a typo
 2010-12-06 15:02 UTC  (2+ messages)
` [tip:x86/platform] x86, earlyprintk: Move "

[PATCH] x86: unify current 3 similar ways of saving IRQ info
 2010-12-06 15:01 UTC  (2+ messages)
` [tip:x86/platform] x86: Unify "

[PATCH 2/2] x86, apbt: setup affinity for apb timers acting as per-cpu timer
 2010-12-06 15:01 UTC  (2+ messages)
` [tip:x86/platform] x86, apbt: Setup "

[PATCH] ce4100: Add errata fixes for UART on CE4100
 2010-12-06 15:00 UTC  (2+ messages)
` [tip:x86/platform] "

[RFC] perf: Prevent potential null dereference
 2010-12-06 14:59 UTC  (6+ messages)

[PATCH] maximize dispatching in block throttle
 2010-12-06 14:54 UTC  (8+ messages)

[PATCH v4 0/7] f/madivse(DONTNEED) support
 2010-12-06 14:53 UTC  (3+ messages)
` [PATCH v4 2/7] deactivate invalidated pages

[Patch] perf: session: Sort all events if ordered_samples=true
 2010-12-06 14:41 UTC  (7+ messages)
` [PATCH 3/3] perf record/report: Process events in order

[PATCH] staging/comedi: remove German in-file changelog
 2010-12-06 14:39 UTC  (2+ messages)

[RFC PATCH 00/18] ARM: Add support for the Large Physical Address Extensions
 2010-12-06 14:21 UTC  (4+ messages)
` [RFC PATCH 06/18] ARM: LPAE: Introduce the 3-level page table format definitions

[PATCH RFC 0/8] Dynamic clock devices
 2010-12-06 14:14 UTC  (4+ messages)
` [PATCH RFC 1/8] Introduce dynamic "

[PATCH] arm: ecard: Fix compilation warning
 2010-12-06 14:05 UTC  (2+ messages)

posix_fadvise(POSIX_FADV_WILLNEED) waits before returning?
 2010-12-06 13:50 UTC  (2+ messages)

[PATCH v2 1/4]enable background operations for supported eMMC card
 2010-12-06 13:44 UTC  (4+ messages)

[RFC v1 PATCH 0/6] Qualcomm PMIC8058 sub-device drivers
 2010-12-06 13:44 UTC  (5+ messages)
` [RFC v1 PATCH 3/6] led: pmic8058: Add PMIC8058 leds driver

[PATCH] ext4: Set barrier=0 when block device does not advertise flush support
 2010-12-06 13:39 UTC  (4+ messages)

[PATCH] x86/io_apic: split setup_ioapic_ids_from_mpc() into a non-checkign version
 2010-12-06 13:33 UTC  (2+ messages)
` [tip:x86/apic] x86: io_apic: Split setup_ioapic_ids_from_mpc()

Bugs in mkfs.xfs, device mapper, xfs, and /dev/ram
 2010-12-06 13:33 UTC  (7+ messages)
        ` NFS corruption on ENOSPC (was: Re: Bugs in mkfs.xfs, device mapper, xfs, and /dev/ram)

[PATCH 1/1] SCSI: fix scsi disk hotpulg/hotunplug race
 2010-12-06 13:30 UTC 

[PATCH 1/1] V4L: videobuf, don't use dma addr as physical
 2010-12-06 13:30 UTC 

[PATCH] PM / Hibernate: Restore old swap signature to avoid user space breakage
 2010-12-06 13:26 UTC  (3+ messages)
` [linux-pm] "

[PATCH] omap1: mailbox: Fix compilation warning
 2010-12-06 13:25 UTC 

[PATCH] omap1: pm_bus: Fix compilation warning
 2010-12-06 13:23 UTC 

[PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-06 13:17 UTC  (5+ messages)
` [PATCH v4 3/3] KVM: MMU: retry #PF for softmmu

[PATCH] omap1: htc_herald: Fix compilation warning
 2010-12-06 12:49 UTC 

[PATCH 0/2] Xen PV on HVM multiple PV consoles
 2010-12-06 13:03 UTC  (6+ messages)
` [Xen-devel] "

[patch 1/1] driver/net/benet: fix be_cmd_multicast_set() memcpy bug
 2010-12-06 13:00 UTC 

[PATCH] dma : EG20T PCH: Fix miss-setting DMA descriptor
 2010-12-06 12:58 UTC  (3+ messages)

[PATCH] ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()
 2010-12-06 12:55 UTC  (3+ messages)

[PATCH 0/8] Add yaffs2 file system: Third patchset
 2010-12-06 12:55 UTC  (4+ messages)
` [PATCH 3/8] Add yaffs2 file system: guts code

System time drifts when processor idle
 2010-12-06 12:55 UTC  (10+ messages)

[PATCH v2 3/3]mmc: changes to enable runtime PM of mmc core layer
 2010-12-06 12:24 UTC 

[PATCH v2 2/3]mmc: enable runtime PM support of sdhci host controller
 2010-12-06 12:22 UTC 

[PATCH v2 1/3]mmc: enable runtime PM support for block driver
 2010-12-06 12:19 UTC 

[PATCH v2 0/3]mmc: enable runtime PM support for mmc storage card
 2010-12-06 12:15 UTC 

[PATCH] l2tp: Fix modalias of l2tp_ip
 2010-12-06 12:39 UTC 

[patch v2 0/4] taskstats: Improve cumulative time accounting
 2010-12-06 12:37 UTC  (5+ messages)
` [patch v2 4/4] taskstats: Export "cdata_wait" CPU times with taskstats

kernel BUG at mm/truncate.c:475!
 2010-12-06 12:36 UTC  (11+ messages)

[PATCH 01/13] writeback: IO-less balance_dirty_pages()
 2010-12-06 12:34 UTC  (5+ messages)

[PATCH v2 0/4]enable Background operations and HPI feature for eMMC4.41 card
 2010-12-06 12:24 UTC  (3+ messages)

[PATCH] ARM: Gemini: Add support for PCI BUS
 2010-12-06 12:18 UTC  (4+ messages)

i915 regression (??)
 2010-12-06 11:44 UTC  (5+ messages)

[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V2
 2010-12-06 11:32 UTC  (4+ messages)
` [PATCH 1/5] mm: kswapd: Stop high-order balancing when any suitable zone is balanced


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