linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-01-15 18:53:14 to 2010-01-16 08:50:18 UTC [more...]

[PATCH] ipv4/ip_sockglue.c: copy msg_control optval from user to kernel space
 2010-01-16  8:50 UTC  (3+ messages)

Ubuntu 32-bit, 32-bit PAE, 64-bit Kernel Benchmarks
 2010-01-16  8:46 UTC  (10+ messages)

[PATCH] compat_ioctl: Supress "unknown cmd" message on serial /dev/console
 2010-01-16  8:02 UTC  (2+ messages)

serial_cs: oxsemi quirk breaks resume
 2010-01-16  7:38 UTC  (5+ messages)

[patch] kbuild: improve version string logic
 2010-01-16  7:34 UTC  (5+ messages)

[PATCH] enhanced reimplemented of the kfifo API
 2010-01-16  7:25 UTC  (7+ messages)

[PATCH] Section mismatch: acpi_early_processor_set_pdc()
 2010-01-16  7:07 UTC  (2+ messages)

[PATCH 01/11] ACPI: processor: call _PDC early
 2010-01-16  7:01 UTC  (4+ messages)
` [PATCH] Fix section mismatch error for acpi_early_processor_set_pdc()

[PATCH 0/8][GIT PULL][v2.6.33] tracing: fixes
 2010-01-16  6:56 UTC  (2+ messages)

[PATCH] ACPICA: don't cond_resched() when irq_disabled or in_atomic
 2010-01-16  6:46 UTC  (18+ messages)
  ` [PATCH -V2] acpi: don't cond_resched if irq is disabled

flash_platform_data namespace collision
 2010-01-16  6:03 UTC  (2+ messages)

[PATCH 00/11] pci: update pci bridge resources
 2010-01-16  5:22 UTC  (21+ messages)
` [PATCH 01/11] pci: add pci_bridge_release_unused_res and pci_bus_release_unused_bridge_res
` [PATCH 02/11] pci: add failed_list to record failed one for pci_bus_assign_resources
` [PATCH 03/11] pci: reject mmio range start from 0 on pci_bridge read
` [PATCH 04/11] pci: don't shrink bridge resources
` [PATCH 05/11] pci: update bridge res to get more big range in pci assign unssign
` [PATCH 06/11] pci: introduce pci_assign_unassigned_bridge_resources
` [PATCH 07/11] pci: pciehp clean flow in pciehp_configure_device
` [PATCH 08/11] pci: pciehp second try to get big range for pcie devices
` [PATCH 09/11] pci: pci_bridge_release_res
` [PATCH 10/11] pciehp: add support for bridge resource reallocation
` [PATCH 11/11] pci: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges

SATA_SIL on IXP425 workaround
 2010-01-16  5:03 UTC  (6+ messages)

[PATCH 2.6.32.3] ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDs
 2010-01-16  4:57 UTC  (17+ messages)

[PATCH] drivers/acpi: Remove unnecessary cast
 2010-01-16  4:06 UTC  (2+ messages)

Driver-Core: devtmpfs - reset inode permissions before unlinking
 2010-01-16  3:31 UTC  (7+ messages)

[00/02] msi-laptop patches for N034 laptop
 2010-01-16  3:30 UTC  (5+ messages)
` [01/02] msi-laptop: Support standard ec 66/62 command on MSI notebook and nebook
` [02/02] msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command

[PATCH -v4 0/37] x86: not use bootmem for x86
 2010-01-16  3:07 UTC  (38+ messages)
` [PATCH 01/37] x86: move range related operation to one file
` [PATCH 02/37] x86: check range in update range
` [PATCH 03/37] x86/pci: use u64 instead of size_t in amd_bus.c
` [PATCH 04/37] x86/pci: add cap_resource
` [PATCH 05/37] x86/pci: enable pci root res read out for 32bit too
` [PATCH 06/37] x86: call early_res_to_bootmem one time
` [PATCH 07/37] x86: introduce max_early_res and early_res_count
` [PATCH 08/37] x86: dynamic increase early_res array size
` [PATCH 09/37] x86: print bootmem free before pci_iommu_alloc and free_all_bootmem -v2
` [PATCH 10/37] x86: make early_node_mem get mem > 4g if possible
` [PATCH 11/37] x86: only call dma32_reserve_bootmem 64bit !CONFIG_NUMA
` [PATCH 12/37] x86: make 64 bit use early_res instead of bootmem before slab
` [PATCH 13/37] sparsemem: put usemap for one node together
` [PATCH 14/37] sparsemem: put mem map "
` [PATCH 15/37] x86: change range end to start+size
` [PATCH 16/37] x86: move bios page reserve early to head32/64.c
` [PATCH 17/37] x86: seperate early_res related code from e820.c
` [PATCH 18/37] x86: add find_early_area_size
` [PATCH 19/37] x86: move back find_e820_area to e820.c
` [PATCH 20/37] early_res: enhance check_and_double_early_res
` [PATCH 21/37] x86: make 32bit support NO_BOOTMEM
` [PATCH 22/37] move round_up/down to kernel.h
` [PATCH 23/37] x86: add find_fw_memmap_area
` [PATCH 24/37] core: move early_res
` [PATCH 25/37] ram_buffer_extend_print
` [PATCH 26/37] x86: remove bios data range from e820
` [PATCH 27/37] irq: remove not need bootmem code
` [PATCH 28/37] radix: move radix init early
` [PATCH 29/37] sparseirq: change irq_desc_ptrs to static
` [PATCH 30/37] sparseirq: use radix_tree instead of ptrs array
` [PATCH 31/37] x86: remove arch_probe_nr_irqs
` [PATCH 32/37] x86, apic: Use logical flat on intel with <= 8 logical cpus
` [PATCH 33/37] use nr_cpus= to set nr_cpu_ids early
` [PATCH 34/37] x86: using logical flat for amd cpu too
` [PATCH 35/37] x86: according to nr_cpu_ids to decide if need to leave logical flat
` [PATCH 36/37] x86: make 32bit apic flat to physflat switch like 64bit
` [PATCH 37/37] x86: use num_processors for possible cpus

[PATCH 2.6.33 3/3] net: Makefile change for Micrel KSZ884X driver
 2010-01-16  3:07 UTC 

[PATCH 2.6.33 1/3] net: Micrel KSZ8841/2 PCI Ethernet driver
 2010-01-16  2:57 UTC 

[PATH 2.6.33 2/3] net: Kconfig change for Micrel KSZ884X driver
 2010-01-16  3:04 UTC 

userspace notification from module
 2010-01-16  3:00 UTC  (12+ messages)
` [suspend/resume] "
` [linux-pm] "

PLEASE ACT QUICK
 2010-01-16  3:23 UTC 

[RFC PATCH] introduce sys_membarrier(): process-wide memory barrier (v6)
 2010-01-16  2:40 UTC  (4+ messages)

[PATCH] s3c-fb: Fix mixed code and variable declaration
 2010-01-16  2:34 UTC  (2+ messages)

hang on 2.6.33-rc4
 2010-01-16  2:30 UTC  (3+ messages)
` [ipw3945-devel] "

[staging/hv] why it not follow kernel codingstyle?
 2010-01-16  2:32 UTC 

[PATCH] hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
 2010-01-16  2:02 UTC  (5+ messages)
  ` [lm-sensors] "

Re:
 2010-01-16  1:54 UTC 

[PATCH] scripts/get_maintainer.pl: Add --sections, print entire matched subsystem
 2010-01-16  1:52 UTC  (7+ messages)
  ` [PATCH V2 (changelog update only)] "
          ` [PATCH] scripts/get_maintainer.pl: Change --sections to print in the same style as MAINTAINERS

[PATCH-RESEND v4] memory-hotplug: create /sys/firmware/memmap entry for new memory
 2010-01-16  1:08 UTC  (3+ messages)

[PATCH] staging/rtl8187se: use %p[Mm] to show MAC addresses
 2010-01-16  1:05 UTC 

[PATCH] video: Add VIDEO_DEV dependency as needed in drivers/media/video/Kconfig
 2010-01-16  0:49 UTC 

[RFC] [PATCH 0/7] UBP, XOL and Uprobes
 2010-01-16  0:58 UTC  (36+ messages)
` [RFC] [PATCH 1/7] User Space Breakpoint Assistance Layer (UBP)
` [RFC] [PATCH 3/7] Execution out of line (XOL)
` [RFC] [PATCH 4/7] Uprobes Implementation

[PATCH 00/14] pci: update pci bridge resources
 2010-01-16  0:32 UTC  (30+ messages)
` [PATCH 01/14] pci: separate pci_setup_bridge to small functions
` [PATCH 02/14] resource: add release_child_resources
` [PATCH 03/14] pci: add pci_bridge_release_unused_res and pci_bus_release_unused_bridge_res
` [PATCH 04/14] pci: don't dump it when bus resource flags is not used
` [PATCH 05/14] pci: add failed_list to record failed one for pci_bus_assign_resources
` [PATCH 06/14] pci: reject mmio range start from 0 on pci_bridge read
` [PATCH 07/14] pci: don't shrink bridge resources
` [PATCH 08/14] pci: update bridge res to get more big range in pci assign unssign
` [PATCH 10/14] pci: pciehp clean flow in pciehp_configure_device

[PATCH 09/52] SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()
 2010-01-16  0:15 UTC  (11+ messages)
` [PATCH 10/52] SUNRPC: Fix the return value in gss_import_sec_context()
  ` [PATCH 11/52] sunrpc: on successful gss error pipe write, don't return error
    ` [PATCH 12/52] drm/i915: Update LVDS connector status when receiving ACPI LID event
      ` [PATCH 13/52] drm/i915: fix order of fence release wrt flushing
        ` [PATCH 14/52] drm/i915: Permit pinning whilst the device is 'suspended'
          ` [PATCH 15/52] drm: remove address mask param for drm_pci_alloc()
            ` [Stable-review] "

[git pull] drm-intel fixes for 2.6.33rc4
 2010-01-16  0:23 UTC 

SystemTap release 1.1
 2010-01-16  0:17 UTC 

[PATCH 00/03] mmc: A few trivial changes for tmio-mmc
 2010-01-16  0:06 UTC  (3+ messages)
` [PATCH 03/03] mmc: Balance tmio-mmc cell enable()/disable() calls

mmotm 2010-01-15-15-34 uploaded
 2010-01-15 23:34 UTC 

[PATCH] Allow linker to eliminate unused functions in lib/*
 2010-01-15 23:44 UTC  (4+ messages)

[PATCH][CORRECTED] section mismatch: pcibios_scan_specific_bus()
 2010-01-15 23:40 UTC  (2+ messages)

[patch] slub: remove impossible condition
 2010-01-15 23:38 UTC  (2+ messages)

mmotm 2010-01-13-12-17 uploaded
 2010-01-15 23:38 UTC  (3+ messages)
  ` oops in uevent_helper [was: mmotm 2010-01-13-12-17 uploaded]

[PATCH 1/2] option.c: Add blacklisting infrastructure for special device handling
 2010-01-15 22:48 UTC  (2+ messages)

[PATCH] enhanced reimplemention of the kfifo API
 2010-01-15 23:20 UTC 

[PATCH] init/main.c: remove extern declarations for subsys_initcall functions
 2010-01-15 22:48 UTC 

[PATCH 1/4] fanotify: create_fd cleanup
 2010-01-15 21:21 UTC  (5+ messages)
` [PATCH 2/4] fanotify: Add pids to events

Regression: Wake on LAN doesn't work in sky2 with 2.6.33-rc4-git2
 2010-01-15 22:23 UTC  (3+ messages)

[patch 0/4] Only use HPET MSI timers on systems with deep C-state support
 2010-01-15 21:53 UTC  (2+ messages)

[PATCH 0/7] General sysfs enhancements
 2010-01-15 21:37 UTC  (2+ messages)

[PATCH 2/7] x86/pci: use resource_size_t in update_res -v2
 2010-01-15 21:39 UTC  (10+ messages)
` [PATCH 4/7] x86/pci: use u64 instead of size_t in amd_bus.c -v2
` [PATCH 7/7] x86/pci: don't check mmconf again if it is from MSR with amd faml0h

[PATCH] idr: fix idr corruption when id crosses a layer boundary
 2010-01-15 21:32 UTC  (3+ messages)

Driver-Core: devtmpfs - remove EXPERIMENTAL and enable it by default
 2010-01-15 20:57 UTC  (4+ messages)

High cpu temperature with 2.6.32, bisection shows commit 69d258 (fwd)
 2010-01-15 20:40 UTC  (7+ messages)
          ` -O0 kernel "

kernel BUG at kernel/timer.c:951!
 2010-01-15 20:36 UTC  (5+ messages)
      ` [PATCH net-2.6] ax25: netrom: rose: Fix timer oopses

cfq-iosched: tiobench regression
 2010-01-15 20:26 UTC  (14+ messages)
` [PATCH]cfq-iosched: don't take requests with long distence as close

[PATCH 1/1] atmel uaba : Adding invert vbus_pin
 2010-01-15 18:54 UTC  (2+ messages)

[PATCH 00/14] USB: serial: fix DMA buffers on stack and endianess bugs
 2010-01-15 18:50 UTC  (6+ messages)
` [PATCH 09/14] USB: mct_u232: fix DMA buffers on stack
` [PATCH 00/13][v2] USB: serial: fix DMA buffers on stack and endianess bugs

[PATCH 1/2] perf record: Intercept all events
 2010-01-15 20:08 UTC  (2+ messages)
` [PATCH 2/2] perf symbols: Accept an alias when looking for "_text"

[PATCH v2 5/8] net/ipv4/netfilter/nf_nat_ftp.c: Remove (*mangle[]) array and functions, use %pI4
 2010-01-15 20:03 UTC  (11+ messages)
  ` [PATCH] MAINTAINERS: netfilter - Remove netfilter and netfilter-core lists
      ` [PATCH V2] MAINTAINERS: netfilter - Document netfilter and netfilter-core lists purposes
          ` [PATCH V3] MAINTAINERS: Document list types, add "A:" section type, update NETFILTER

[2.6.30 and later] file corruption on ext3 filesystem
 2010-01-15 20:01 UTC  (7+ messages)

[BUGFIX] x86, UV: ensure hub revision set for all ACPI modes
 2010-01-15 19:24 UTC  (2+ messages)
` [tip:x86/urgent] x86, uv: Ensure "

[PATCH] x86, UV: Add function retrieving node controller revision number
 2010-01-15 19:24 UTC  (2+ messages)
` [tip:x86/urgent] x86, uv: "

query: tcp_sock tcp_header_len calculations (re-sent)
 2010-01-15 19:20 UTC  (4+ messages)
` [PATCH] tcp: input header length, prediction, and timestamp bugs
` [PATCH v2] "


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