linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-26 16:32:52 to 2012-12-27 13:41:36 UTC [more...]

[PATCH 0/6] cpufreq: add support for Calxeda ECX-1000 (highbank)
 2012-12-27 13:28 UTC  (7+ messages)
` [PATCH 0/6 v8] "
` [PATCH 0/6 v9] "
  ` [PATCH 1/6 v9] arm: use devicetree to get smp_twd clock

World Finance Loan 3% Interest Rate Per Annum
 2012-12-27 12:58 UTC 

[RFC Patch v1 00/31] Synopsys ARC Linux kernel Port
 2012-12-27 13:29 UTC  (5+ messages)
` [RFC PATCH v1 11/31] ARC: Low level IRQ/Trap/Exception(non-MMU) Handling

[PATCH] ACPI / PCI: Set root bridge ACPI handle in advance
 2012-12-27 13:31 UTC  (14+ messages)
` [Update 2][PATCH] "
    ` [Alternative][PATCH] "

[PATCH 1/2] vhost_net: correct error hanlding in vhost_net_set_backend()
 2012-12-27 13:14 UTC  (5+ messages)
` [PATCH 2/2] vhost: handle polling failure

[REGRESSION][3.8.-rc1][ INFO: possible circular locking dependency detected ]
 2012-12-27 13:03 UTC  (4+ messages)

[PATCH] rtc: recycle id when unloading a rtc driver
 2012-12-27 12:42 UTC  (8+ messages)
` [rtc-linux] "

PROBLEM:
 2012-12-27 13:36 UTC 

3.8-rc1 build failure with MIPS/SPARSEMEM
 2012-12-27 12:16 UTC  (3+ messages)

kernel BUG at mm/huge_memory.c:1798!
 2012-12-27 12:12 UTC  (4+ messages)

[PATCH 0/6] of, of_gpio, of_spi: Fix and improve of_parse_phandle_with_args, of_gpio_named_count and of_spi_register_master
 2012-12-27 12:10 UTC  (7+ messages)
` [PATCH 1/6] of: Return -EEXIST from of_parse_phandle_with_args for holes in phandle list
` [PATCH 2/6] of: Return -ENXIO from of_parse_phandle_with_args for too large index and return errors from of_gpio_named_count
` [PATCH 3/6] of_spi: Initialize cs_gpios properly
` [PATCH 4/6] of_spi: Document cs_gpios and cs_gpio in kernel-doc
` [PATCH 5/6] of_spi: Add fetching of of_gpio flags to of_spi_register_master
` [PATCH 6/6] of_spi: Initialize cs_gpios and cs_gpio with -EEXIST

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2012-12-27 12:16 UTC  (13+ messages)
` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v5 03/14] memory-hotplug: remove redundant codes
` [PATCH v5 04/14] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v5 14/14] memory-hotplug: free node_data when a node is offlined

[PATCH 1/2] ARM: dts: Add EHCI device tree node for Exynos4
 2012-12-27 11:58 UTC  (4+ messages)
` [PATCH 2/2] USB: ehci-s5p: Add to get interrupt from DT

[PATCH v4] usb: phy: samsung: Add support to set pmu isolation
 2012-12-27 12:01 UTC  (8+ messages)

[PATCH] [media] vivi: Constify structures
 2012-12-27 11:55 UTC  (2+ messages)

[RFC PATCH] virtio-net: reset virtqueue affinity when doing cpu hotplug
 2012-12-27 11:51 UTC  (8+ messages)

echo 1 > /proc/sys/vm/compact_memory -> sh: write error: Bad address
 2012-12-27 11:21 UTC 

[PATCH] iio: (max1363) Fix probe error path
 2012-12-27 11:14 UTC  (2+ messages)

[PATCH] ehci-mxc: remove Efika MX-specific CHRGVBUS hack
 2012-12-27 10:49 UTC  (2+ messages)

[RFC Patch v1 51/55] modpost: Ignore ARC specific non-alloc section
 2012-12-27 10:47 UTC  (3+ messages)
` [RESEND PATCH] modpost: For ARC Port submission
  ` [PATCH] modpost: Ignore ARC specific non-alloc sections

[PATCH] drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040
 2012-12-27 10:38 UTC  (3+ messages)

[PATCH 00/32] AIO performance improvements/cleanups, v3
 2012-12-27 10:37 UTC  (34+ messages)
` [PATCH 01/32] mm: remove old aio use_mm() comment
` [PATCH 02/32] aio: remove dead code from aio.h
` [PATCH 03/32] gadget: remove only user of aio retry
` [PATCH 04/32] aio: remove retry-based AIO
` [PATCH 05/32] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/32] aio: Kill return value of aio_complete()
` [PATCH 07/32] aio: kiocb_cancel()
` [PATCH 08/32] aio: Move private stuff out of aio.h
` [PATCH 09/32] aio: dprintk() -> pr_debug()
` [PATCH 10/32] aio: do fget() after aio_get_req()
` [PATCH 11/32] aio: Make aio_put_req() lockless
` [PATCH 12/32] aio: Refcounting cleanup
` [PATCH 13/32] wait: Add wait_event_hrtimeout()
` [PATCH 14/32] aio: Make aio_read_evt() more efficient, convert to hrtimers
` [PATCH 15/32] aio: Use flush_dcache_page()
` [PATCH 16/32] aio: Use cancellation list lazily
` [PATCH 17/32] aio: Change reqs_active to include unreaped completions
` [PATCH 18/32] aio: Kill batch allocation
` [PATCH 19/32] aio: Kill struct aio_ring_info
` [PATCH 20/32] aio: Give shared kioctx fields their own cachelines
` [PATCH 21/32] aio: reqs_active -> reqs_available
` [PATCH 22/32] aio: percpu reqs_available
` [PATCH 23/32] Generic dynamic per cpu refcounting
` [PATCH 24/32] aio: Percpu ioctx refcount
` [PATCH 25/32] aio: use xchg() instead of completion_lock
` [PATCH 26/32] aio: Don't include aio.h in sched.h
` [PATCH 27/32] aio: Kill ki_key
` [PATCH 28/32] aio: Kill ki_retry
` [PATCH 29/32] block, aio: Batch completion for bios/kiocbs
` [PATCH 30/32] virtio-blk: Convert to batch completion
` [PATCH 31/32] mtip32xx: "
` [PATCH 32/32] aio: Smoosh struct kiocb

[PATCH 00/26] AIO performance improvements/cleanups, v2
 2012-12-27 10:11 UTC  (3+ messages)
` [PATCH 04/26] aio: remove retry-based AIO

[PATCH 1/3] staging: drm/imx: check return value of ipu_reset()
 2012-12-27 10:06 UTC  (2+ messages)

[PATCH 1/2] watchdog: Use local_clock for get_timestamp()
 2012-12-27  9:52 UTC  (3+ messages)
` [PATCH 2/2] tracing: Use sched_clock_cpu for trace_clock_global

What does ISA/PCI really mean to ARM architecture?
 2012-12-27  9:51 UTC  (2+ messages)

[PATCH 0/3] Thunderbolt workarounds
 2012-12-27  9:33 UTC  (3+ messages)

[PATCHSET 00/10] perf tools: Cleanups and bug fixes on sort keys
 2012-12-27  9:11 UTC  (11+ messages)
` [PATCH 01/10] perf sort: Move misplaced sort entry functions
` [PATCH 02/10] perf sort: Get rid of unnecessary __maybe_unused
` [PATCH 03/10] perf sort: Fix --sort pid output
` [PATCH 04/10] perf sort: Align cpu column to right
` [PATCH 05/10] perf sort: Calculate parent column width too
` [PATCH 06/10] perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()
` [PATCH 07/10] perf sort: Check return value of strdup()
` [PATCH 08/10] perf sort: Clean up sort__first_dimension setting
` [PATCH 09/10] perf sort: Separate out branch stack specific sort keys
` [PATCH 10/10] perf report: Update documentation for "

[PATCH v2] Add the values related to buddy system for filtering free pages
 2012-12-27  8:35 UTC  (6+ messages)

[PATCH] x86: Default to ARCH=x86 to avoid overriding CONFIG_64BIT
 2012-12-27  8:01 UTC  (15+ messages)
` [tip:x86/build] x86: Default to ARCH= x86 "
    ` [tip] config: Add 'make kvmconfig'

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-27  7:53 UTC  (17+ messages)
` [PATCH v3 01/11] kexec: introduce kexec firmware support
  ` [PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
    ` [PATCH v3 03/11] xen: Introduce architecture independent data for kexec/kdump
      ` [PATCH v3 04/11] x86/xen: Introduce architecture dependent "
        ` [PATCH v3 05/11] x86/xen: Register resources required by kexec-tools
          ` [PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
            ` [PATCH v3 07/11] x86/xen: Add x86_64 "
              ` [PATCH v3 08/11] x86/xen: Add kexec/kdump Kconfig and makefile rules
                ` [PATCH v3 09/11] x86/xen/enlighten: Add init and crash kexec/kdump hooks
                  ` [PATCH v3 10/11] drivers/xen: Export vmcoreinfo through sysfs
                    ` [PATCH v3 11/11] x86: Add Xen kexec control code size check to linker script

[PATCH] drivers/tty/serial: extern function which for release resource, need check pointer, before free it
 2012-12-27  7:51 UTC 

[PATCH] pci-sysfs: replace mutex_lock with mutex_trylock to avoid potential deadlock situation
 2012-12-27  7:42 UTC 

[PATCH 0/8] Thermal Framework Enhancements
 2012-12-27  7:01 UTC  (3+ messages)
` [PATCH 4/8] Thermal: Add Thermal_trip sysfs node

[PATCH] output the cpu number when printking
 2012-12-27  6:49 UTC  (8+ messages)
    ` [PATCH V2] "

[PATCH v2] fadvise: perform WILLNEED readahead asynchronously
 2012-12-27  7:01 UTC  (2+ messages)

[RFC PATCH 0/3] x86,smp: make ticket spinlock proportional backoff w/ auto tuning
 2012-12-27  6:07 UTC  (9+ messages)
` [RFC PATCH 3/3] x86,smp: auto tune spinlock backoff delay factor
  ` [RFC PATCH 3/3 -v2] "

[PATCH 0/4] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2012-12-27  6:02 UTC  (2+ messages)

[PATCH] fb: Rework locking to fix lock ordering on takeover
 2012-12-27  4:53 UTC  (8+ messages)

kvm lockdep splat with 3.8-rc1+
 2012-12-27  4:43 UTC  (3+ messages)

[PATCH] userns: Allow unprivileged reboot
 2012-12-27  4:29 UTC  (2+ messages)

Regression in kernel 3.8-rc1 bisected to commit adfa79d: I now get many "unable to enumerate USB device" messages
 2012-12-27  3:56 UTC  (5+ messages)

[GIT] Networking
 2012-12-27  3:44 UTC 

N/A
 2012-12-22 22:09 UTC 

[PATCH] cma: use unsigned type for count argument
 2012-12-27  2:05 UTC  (6+ messages)

[PATCH v7 1/3] aerdrv: Trace Event for AER
 2012-12-27  1:33 UTC  (6+ messages)
` [PATCH v7 2/3] aerdrv: Enhanced AER logging

[PATCH fix-3.8] video: vt8500: Fix X crash when initializing framebuffer
 2012-12-27  1:08 UTC  (2+ messages)

[GIT PULL] namespace fixes for v3.8-rc2
 2012-12-27  1:04 UTC 

[PATCH] drm: make frame duration time calculation more precise
 2012-12-27  1:01 UTC 

[PATCH 0/4] AER-KVM: Error containment of PCI pass-thru devices assigned to KVM guests
 2012-12-27  0:46 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH fix-3.8] rtc: vt8500: Correct handling of CR_24H bitfield
 2012-12-27  0:21 UTC 

[PATCH 0/3] clk fixes for 3.8
 2012-12-27  0:14 UTC  (4+ messages)
` [PATCH 1/3] clk: vt8500: Fix error in PLL calculations on non-exact match
` [PATCH 2/3] clk: vt8500: Fix device clock divisor calculations
` [PATCH 3/3] clk: vt8500: Fix division-by-0 when requested rate=0

[PATCH 04/26] aio: remove retry-based AIO
 2012-12-26 23:31 UTC  (2+ messages)

[PATCH BUGFIX] pkt_sched: fix little service anomalies and possible crashes of qfq+
 2012-12-26 23:13 UTC  (2+ messages)

drm: Added ppc64 root device getter
 2012-12-26 22:47 UTC  (6+ messages)
    ` [PATCH] drm: fixed access to PCI host bridges

[PATCH] ACPI: Rework acpi_get_child() to be more efficient
 2012-12-26 22:42 UTC  (2+ messages)
` [Update][PATCH] "

[PATCH] netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabled
 2012-12-26 22:16 UTC  (3+ messages)

[PATCH] batman-adv: fix random jitter calculation
 2012-12-26 22:13 UTC  (2+ messages)

[PATCH] netfilter: Don't leak 'exp' in ctnetlink_create_expect()
 2012-12-26 22:09 UTC  (2+ messages)

(no subject)
 2012-12-26 19:31 UTC 

[PATCH] cpufreq: exynos: Add the missing cpufreq_cpu_put function
 2012-12-26 21:35 UTC 

[PATCH] rtlwifi: Don't leak on error in _rtl_usb_receive()
 2012-12-26 21:15 UTC  (2+ messages)

[RFC/RFT] forcedeth: Fix 'device driver failed to check map error' warnings
 2012-12-26 20:45 UTC 

[PATCH] block: Remove should_sort judgement when flush blk_plug
 2012-12-26 20:43 UTC  (2+ messages)

[PATCH] [SCSI] csiostor: Don't leak mem or fail to release firmware in csio_hw_flash_config()
 2012-12-26 20:31 UTC 

[PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal
 2012-12-26 19:32 UTC  (4+ messages)

[PATCH 1/3] arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace
 2012-12-26 18:42 UTC  (2+ messages)

[RFC PATCH Userspace RCU] Discourage use of pthread_atfork() for call_rcu handlers
 2012-12-26 17:33 UTC 

Segfault in perf tool
 2012-12-26 17:38 UTC  (3+ messages)

Fwd: usb issues with 3.6.X and 3.7.X
 2012-12-26 16:48 UTC  (2+ messages)

[PATCH 0/4] signalfd: a kernel interface for dumping/restoring pending signals
 2012-12-26 16:31 UTC  (10+ messages)
` [PATCH 1/4] signalfd: add ability to return siginfo in a raw format
              ` [CRIU] "


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).