linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-03 16:09:53 to 2012-11-04 15:26:57 UTC [more...]

Drivers: scsi
 2012-11-04 15:26 UTC  (3+ messages)

[ACPIHP PATCH part4 0/9] enhance ACPI processor driver to support new hotplug framework
 2012-11-04 15:24 UTC  (9+ messages)
` [ACPIHP PATCH part4 1/9] ACPI/processor: remove dead code from processor_driver.c
` [ACPIHP PATCH part4 3/9] ACPIHP/processor: protect accesses to device->driver_data
` [ACPIHP PATCH part4 4/9] ACPIHP/processor: enhance processor driver to support new hotplug framework
` [ACPIHP PATCH part4 5/9] CPU: introduce busy flag to temporarily disable CPU online sysfs interface
` [ACPIHP PATCH part4 6/9] ACPIHP/processor: reject online/offline requests when doing processor hotplug
` [ACPIHP PATCH part4 7/9] ACPI/processor: cache parsed APIC ID in processor driver data structure
` [ACPIHP PATCH part4 8/9] ACPI/processor: serialize call to acpi_map/unmap_lsapic
` [ACPIHP PATCH part4 9/9] x86: simplify _acpi_map_lsapic() implementation

AMD A10: MCE Instruction Cache Error
 2012-11-04 15:21 UTC  (5+ messages)

[ACPIHP PATCH part3 0/2] enhance ACPI container driver to support hotplug framework
 2012-11-04 15:08 UTC  (3+ messages)
` [ACPIHP PATCH part3 1/2] ACPIHP: enhance ACPI container driver to support new "
` [ACPIHP PATCH part3 2/2] ACPIHP/container: move container.c into drivers/acpi/hotplug

[PATCH 0/8] drop if around WARN_ON
 2012-11-04 14:59 UTC  (10+ messages)
` [PATCH 1/8] fs/btrfs: "
` [PATCH 2/8] drivers/scsi/bfa/bfa_svc.c: "
` [PATCH 3/8] arch/x86/kernel/cpu/mtrr/cleanup.c: "
` [PATCH 4/8] fs/ext3/inode.c: "
` [PATCH 5/8] drivers/scsi/qla2xxx/qla_nx.c: "
` [PATCH 6/8] arch/arm/mach-omap2/dpll3xxx.c: "
` [PATCH 7/8] drivers/scsi/scsi_transport_fc.c: "
` [PATCH 8/8] drivers/net/wireless/ath/ath6kl/hif.c: "

[PATCH] usb: gadget: ncm: correct endianess conversion
 2012-11-04 14:30 UTC  (4+ messages)

[PATCH 1/9] uprobes: move function declarations out of arch
 2012-11-04 14:29 UTC  (12+ messages)
` [PATCH 6/9] uprobes: flush cache after xol write
` [PATCH 8/9] ARM: support uprobe handling

Warning! Your mailbox is almost full
 2012-11-04 14:18 UTC 

[PATCH v3 00/11] common clk drivers migration for DaVinci SoCs
 2012-11-04 14:05 UTC  (7+ messages)
` [PATCH v3 06/11] clk: davinci - add build infrastructure for DaVinci clock drivers
` [PATCH v3 07/11] ARM: davinci - restructure header files for common clock migration
` [PATCH v3 10/11] ARM: davinci - migrate to common clock

The uncatchable jitter, or may the scheduler wars be over?
 2012-11-04 14:04 UTC  (2+ messages)

[RFC PATCH 0/2] - Move AEMIF driver out of DaVinci machine
 2012-11-04 13:52 UTC  (3+ messages)
` [RFC PATCH 1/2] memory: davinci - add aemif controller platform driver

[RFC] Second attempt at kernel secure boot support
 2012-11-04 13:52 UTC  (16+ messages)

lzma targets always get rebuilt
 2012-11-04 13:34 UTC 

[v2 PATCH 0/2] Add UIO device supporting dynamic memory allocation
 2012-11-04 13:20 UTC  (3+ messages)
` [v2 PATCH 1/2] Add new uio device for "

[PATCH 00/13] A simple hardware detector for latency as well as throughtput ver 0.10
 2012-11-05  1:59 UTC  (14+ messages)
` [PATCH 01/13] HW-latency: hardware latency test 0.10
` [PATCH 02/13] HW-latency: Fix a lockdep warnning
` [PATCH 03/13] HW-latency: Use get_random_bytes_arch
` [PATCH 04/13] HW-latency: Differentiate three modes to use CPU carry out testing
` [PATCH 05/13] HW-latency: Add CPU field in sample output
` [PATCH 06/13] HW-latency: cycle through all online cpus to re-test cpufreq
` [PATCH 07/13] HW-latency: delete too many "Fast TSC calibration using PIT" in cpufreq sampling
` [PATCH 08/13] HW-latency: A stupid memory scanner for raw memory latency test
` [PATCH 09/13] HW-latency: Fix unwanted crash caused by write to dummy debugfs interface
` [PATCH 10/13] HW-latency: add address range for x86-32
` [PATCH 11/13] HW-latency: fix a warnning in previous patch
` [PATCH 12/13] HW-latency: Add sample unit in sample data
` [PATCH 13/13] HW-latency: some sample data format change

[ACPIHP PATCH part2 00/13] introduce ACPI based system device hotplug driver
 2012-11-04 12:50 UTC  (14+ messages)
` [ACPIHP PATCH part2 01/13] ACPIHP: introduce interfaces to scan and walk ACPI devices attached to a slot
` [ACPIHP PATCH part2 02/13] ACPIHP: use klist to manage "
` [ACPIHP PATCH part2 03/13] ACPIHP: add callbacks into acpi_device_ops to support new hotplug framework
` [ACPIHP PATCH part2 04/13] ACPIHP: provide interfaces to manage driver data associated with hotplug slots
` [ACPIHP PATCH part2 05/13] ACPIHP: implement utility interfaces to support system device hotplug
` [ACPIHP PATCH part2 06/13] ACPIHP: implement ACPI system device hotplug driver skeleton
` [ACPIHP PATCH part2 07/13] ACPIHP: analyse dependencies among ACPI hotplug slots
` [ACPIHP PATCH part2 08/13] ACPIHP: provide interface to cancel inprogress hotplug operations
` [ACPIHP PATCH part2 09/13] ACPIHP: configure/unconfigure system devices attached to a hotplug slot
` [ACPIHP PATCH part2 10/13] ACPIHP: implement the core state machine to manage hotplug slots
` [ACPIHP PATCH part2 11/13] ACPIHP: block ACPI device driver from unloading when doing hotplug
` [ACPIHP PATCH part2 12/13] ACPIHP: implement sysfs interfaces for system device hotplug
` [ACPIHP PATCH part2 13/13] ACPIHP: handle ACPI device hotplug events

[PATCH] kernel: panic.c
 2012-11-04 12:47 UTC 

Scheduler queues for less os-jitter?
 2012-11-04 12:41 UTC  (5+ messages)
    ` Fwd: "

3.4.4: disabling irq
 2012-11-04 10:31 UTC  (2+ messages)

kswapd0: wxcessive CPU usage
 2012-11-04 11:26 UTC  (15+ messages)
          ` kswapd0: excessive "

[PATCH 0/9] Fixups for issues when running 'make randconfig'
 2012-11-04 10:57 UTC  (21+ messages)
` [PATCH 1/9] ARM: integrator: Remove unused icst_params lclk_params structure
` [PATCH 2/9] ARM: at91: Remove unused struct at91sam9g45_isi_device and its resources
` [PATCH 3/9] x86: Suppress build warnings in quirks
` [PATCH 4/9] sched: Don't define unthrottle_offline_cfs_rqs when !CONFIG_SMP
` [PATCH 5/9] ASoC: Only compile adav80x codec when a bus is defined
  ` [alsa-devel] "
` [PATCH 6/9] virtio_mmio: Cast &resources[1].start to ‘unsigned int *’ to rid compiler warning
` [PATCH 7/9] quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCK
` [PATCH 8/9] isdn: Remove unused variable causing a compile build warning
    ` [PATCH v2 "
` [PATCH 9/9] Avoid 'statement with no effect' compiler warnings

(no subject)
 2012-11-04 16:25 UTC 

[PATCH 0/16] use WARN
 2012-11-04 11:49 UTC  (9+ messages)
` [PATCH 2/16] fs/hfsplus/bnode.c: "
` [PATCH 10/16] drivers/net/ethernet/ibm/emac/mal.c: "

[PATCH 0/3] ACPI 5 support for GPIO, SPI and I2C
 2012-11-04 10:50 UTC  (11+ messages)
` [PATCH 2/3] spi / ACPI: add ACPI enumeration support
` [PATCH 3/3] i2c "

[PATCH v2 6/9] rcu: use __this_cpu_read helper instead of per_cpu_ptr(p, raw_smp_processor_id())
 2012-11-04 10:38 UTC  (5+ messages)

[PATCH 0/6] cpufreq: add support for Calxeda ECX-1000 (highbank)
 2012-11-04 10:08 UTC  (4+ messages)
` [PATCH 0/6 v2] "
  ` [PATCH 1/6 v2] arm: use devicetree to get smp_twd clock

[PATCH] ARM: quiet down the non make -s output
 2012-11-04  9:55 UTC  (2+ messages)

Warning! Your mailbox is almost full
 2012-11-04  9:18 UTC 

[PATCH v2 RESEND] leds: add led_trigger_rename function
 2012-11-04  9:54 UTC 

[PATCH net-next] r8169: enable internal ASPM and clock request settings
 2012-11-04  9:17 UTC  (4+ messages)
` [PATCH v2 "

WEBMAIL ACTIVE ACCOUNT PROBLEM SERVICE UPGRADE AGAINST SPAM, SPY AND VIRUS
 2012-11-04  9:29 UTC 

[PATCH] wireless: iwlwifi - add dma_mapping_error() checks to avoid warnings
 2012-11-04  9:16 UTC  (2+ messages)

web mail active account problem service upgrade against spam and virus
 2012-11-04  8:48 UTC 

[PATCH 1/1] percpu_rw_semaphore: reimplement to not block the readers unnecessarily
 2012-11-04  8:47 UTC 

[PATCH 4/4] HID: roccat: Cleanup of koneplus module
 2012-11-04  8:39 UTC 

[PATCH 3/4] HID: roccat: Enabling Koneplus device reset
 2012-11-04  8:39 UTC 

[PATCH 2/4] HID: roccat: Enabling Savu device reset
 2012-11-04  8:38 UTC 

[PATCH 1/4] HID: roccat: Added support for KoneXTD
 2012-11-04  8:38 UTC 

[PATCH 0/4] HID: roccat: New functionalities and cleanup
 2012-11-04  8:38 UTC 

[PATCH] snd-es1968: remove pm_whitelist
 2012-11-04  8:29 UTC  (4+ messages)
    ` [alsa-devel] "

Warning! Your mailbox is almost full
 2012-11-04  8:03 UTC 

[PATCH] [trivial] sound: Fix typo in drivers sound
 2012-11-04  8:23 UTC  (2+ messages)
` [alsa-devel] "

[PATCH 1/2] HDA: Fix digital microphone on CS420x
 2012-11-04  8:16 UTC  (3+ messages)
` [PATCH 2/2] HDA: Mark CS260x immutable structures const

[PATCH] kconfig: fix the failure of `make rpm-pkg` after localversion file changed
 2012-11-04  7:32 UTC 

[ 00/54] 3.4.17-stable review
 2012-11-04  6:17 UTC  (3+ messages)
` [ 35/54] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

drm i915 hangs on heavy io load
 2012-11-04  6:08 UTC  (12+ messages)

{Spam?} web mail active account problem service upgrade against spam and virus
 2012-11-04  1:06 UTC 

[PATCH 0/8] PCI, ACPI, x86: Reserve fw allocated resource for hot-add root bus
 2012-11-04  4:39 UTC  (9+ messages)
  ` [PATCH 1/8] PCI, x86: Separate out pcibios_allocate_bridge_resources()
  ` [PATCH 2/8] PCI, x86: Separate out pcibios_allocate_dev_resources()
  ` [PATCH 3/8] PCI, x86: Let pcibios_allocate_bus_resources() take bus instead
  ` [PATCH 4/8] PCI, x86: Separate out rom resource claim
  ` [PATCH 5/8] PCI, x86: Add pcibios_fw_addr_done
  ` [PATCH 6/8] PCI, x86: Remove __init for hw/fw allocated functions
  ` [PATCH 7/8] PCI, x86: Claim FW allocated resources in hot add path
  ` [PATCH 8/8] PCI, ACPI: reserve fw allocated resource for hot added root bus

[BUGFIX 1/2] PCI/PM: Fix deadlock when unbind device if its parent in D3cold
 2012-11-04  3:44 UTC  (10+ messages)
` [BUGFIX 2/2] PCI/PM: Resume device before shutdown

{Spam?} web mail active account problem service upgrade against spam and virus
 2012-11-04  0:20 UTC 

[PATCH] h8300: add missing L1_CACHE_SHIFT
 2012-11-04  2:15 UTC 

WARNING
 2012-11-04  0:46 UTC 

[PATCH 00/21] TTY buffer in tty_port and other stuff
 2012-11-04  0:53 UTC  (14+ messages)
` [PATCH 21/21] TTY: move tty buffers to tty_port

[PATCH] hid-apple.c: Set APPLE_ISO_KEYBOARD at USB_DEVICE_ID_APPLE_GEYSER4_HF_ISO
 2012-11-04  0:43 UTC  (2+ messages)

[PATCH] [RFC] regmap: Add no-"bus" configuration possibility
 2012-11-04  0:18 UTC 

[PATCH] Call perf_event_comm under task_lock
 2012-11-03 23:57 UTC 

[PATCH] Staging: rtl8187se: Fixed coding style issues
 2012-11-03 23:40 UTC 

[RFC] Second attempt at kernel secure boot support
 2012-11-03 23:09 UTC  (12+ messages)

WARNING: at arch/x86/kernel/apic/ipi.c:109 default_send_IPI_mask_logical+0xaa/0xe0()
 2012-11-03 23:02 UTC 

[PATCH] dma-debug: fix to not have dependency on get_dma_ops() interface
 2012-11-03 23:00 UTC 

[PATCH v2 9/9] net: batman-adv: use per_cpu_add helper
 2012-11-03 22:39 UTC  (4+ messages)
` [B.A.T.M.A.N.] "
    `  "

[PATCH -v3 0/7] x86: Use BRK to pre mapping page table to make xen happy
 2012-11-03 21:37 UTC  (7+ messages)

[PATCH] printk: drop ambiguous LOG_CONT flag
 2012-11-03 21:12 UTC  (2+ messages)
` [PATCH resend] "

web mail active account problem service upgrade against spam and virus
 2012-11-03  9:21 UTC 

[ 000/262] 3.5.5-stable review
 2012-11-03 20:12 UTC  (3+ messages)
` [ 243/262] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate

[PATCH] [perf] Remove the node from rblist in strlist__remove
 2012-11-03 20:07 UTC  (3+ messages)
` [tip:perf/core] perf tools: "

[ANNOUNCE] 3.6.5-rt14
 2012-11-03 19:04 UTC  (2+ messages)

[PATCH] scripts/coccinelle/misc/warn.cocci: use WARN
 2012-11-03 20:02 UTC 

[GIT PULL] Please pull NFS client bugfixes
 2012-11-03 19:48 UTC 

[PATCH] atp: remove set_rx_mode_8012()
 2012-11-03 19:43 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: AM33XX: clock data: fix mcasp entries
 2012-11-03 19:32 UTC  (5+ messages)

[PATCH] [trivial] net: bnx2x: Fix typo in bnx2x driver
 2012-11-03 19:32 UTC  (2+ messages)

[PATCH] r8169: Fix WoL on RTL8168d/8111d
 2012-11-03 19:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drivers/net: use tasklet_kill in device remove/close process
 2012-11-03 19:16 UTC  (2+ messages)

[PATCH 1/3] input: do not use tasklet_disable before tasklet_kill
 2012-11-03 19:15 UTC  (3+ messages)
` [PATCH 3/3] tipc: "

[PATCH v3 06/10] net/macb: clean up ring buffer logic
 2012-11-03 19:04 UTC  (3+ messages)
` [PATCH] net/at91_ether: fix the use of macb structure

[PATCH v4 0/10] Cleanup & new features for compiler*.h and bug.h
 2012-11-03 18:10 UTC  (6+ messages)
` [PATCH v4 6/9] compiler.h, bug.h: Prevent double error messages with BUILD_BUG{,_ON}

[REGRESSION] i915: failure to interoperate with HP ZR30w using an X230
 2012-11-03 18:07 UTC  (7+ messages)

**Alert Notification!!!
 2012-11-03  9:32 UTC 

**Alert Notification!!!
 2012-11-03  9:07 UTC 

[PATCH] Staging: Android: logger: module_exit implementation
 2012-11-03 17:45 UTC  (3+ messages)
` [PATCH] Staging: Android: logger: module_exit implementationg

[RFC] Second attempt at kernel secure boot support
 2012-11-03 16:42 UTC  (15+ messages)

[patch,v2 00/10] make I/O path allocations more numa-friendly
 2012-11-03 16:37 UTC  (7+ messages)
` [patch,v2 01/10] scsi: add scsi_host_alloc_node
` [patch,v2 04/10] scsi: allocate scsi_cmnd-s from the device's local numa node
` [patch,v2 05/10] sd: use alloc_disk_node

Linux 3.7-rc3
 2012-11-03 16:35 UTC  (2+ messages)

[PATCH 0/3] cputime: Generic virtual based cputime accounting v4
 2012-11-03 16:09 UTC  (4+ messages)
` [PATCH 1/3] context_tracking: New context tracking susbsystem
` [PATCH 2/3] cputime: Allow dynamic switch between tick/virtual based cputime accounting
` [PATCH 3/3] cputime: Generic on-demand virtual "


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