All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-12-23 00:17:15 to 2011-12-23 03:15:12 UTC [more...]

[PATCH 00/35 v4] m68k: ColdFire MMU support
 2011-12-23  3:15 UTC  (28+ messages)
` [PATCH 01/35] m68k: add machine and CPU definitions for ColdFire cores
` [PATCH 02/35] m68k: show ColdFire CPU/FPU/MMU type
` [PATCH 03/35] m68k: definitions for the ColdFire V4e MMU hardware
` [PATCH 04/35] m68k: make interrupt definitions conditional on correct CPU types
` [PATCH 05/35] m68k: add TASK definitions for ColdFires running with MMU
` [PATCH 06/35] m68k: modify user space access functions to support ColdFire CPUs
` [PATCH 07/35] m68k: use addr_limit checking for m68k CPUs that do no support address spaces
` [PATCH 08/35] m68k: init the MMU hardware for the 54xx ColdFire
` [PATCH 09/35] m68k: add ColdFire 54xx CPU MMU memory init code
` [PATCH 10/35] m68k: set register a2 to current if MMU enabled on ColdFire
` [PATCH 11/35] m68k: page table support definitions and code for ColdFire MMU
` [PATCH 12/35] m68k: add page table size definitions for ColdFire V4e MMU
` [PATCH 13/35] m68k: add ColdFire paging exception handling code
` [PATCH 14/35] m68k: add cache support for V4e ColdFire cores running with MMU enabled
` [PATCH 15/35] m68k: modify ColdFire 54xx cache support for "
` [PATCH 16/35] m68k: add TLB flush support for the ColdFire V4e MMU hardware
` [PATCH 17/35] m68k: define PAGE_OFFSET_RAW for ColdFire CPU with MMU enabled
` [PATCH 18/35] m68k: set ColdFire MMU page size
` [PATCH 19/35] m68k: MMU enabled ColdFire needs 8k ELF alignment
` [PATCH 20/35] m68k: ColdFire V4e MMU context support code
` [PATCH 21/35] m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path
` [PATCH 23/35] m68k: use ColdFire MMU read/write bit flags when ioremapping
` [PATCH 25/35] m68k: compile appropriate mm arch files for ColdFire MMU support
` [PATCH 27/35] m68k: use non-MMU entry.S code when compiling for ColdFire CPU
` [PATCH 28/35] m68k: add code to setup a ColdFire 54xx platform when MMU enabled
` [PATCH 30/35] m68k: use non-MMU linker script for ColdFire MMU builds
` [PATCH 32/35] m68k: add ColdFire FPU support for the V4e ColdFire CPU's

[PATCH oe-core] linux-dtb: add dtb into deploy cache package
 2011-12-23  2:52 UTC  (3+ messages)

[patch] x86: Add a delay between INIT & SIPIs for AP bring-up in X2APIC case
 2011-12-23  3:14 UTC  (9+ messages)
              ` [patch] x86: Add a delay between INIT & SIPIs for tboot "

[PATCHSET] block, mempool, percpu: implement percpu mempool and fix blkcg percpu alloc deadlock
 2011-12-23  3:11 UTC  (21+ messages)
` [PATCH 7/7] block: fix deadlock through percpu allocation in blk-cgroup

init_kprobes() takes too much time during boot up
 2011-12-23  3:06 UTC 

[LSF/MM TOPIC] linux servers as a storage server - what's missing?
 2011-12-23  3:06 UTC  (5+ messages)

Linux 3.1.0 Xen RAS rebase
 2011-12-23  3:06 UTC  (2+ messages)

kernel memory allocation
 2011-12-23  3:02 UTC  (2+ messages)

[RFC PATCH] Exporting ACPI Pxx/Cxx states to other kernel subsystems (v1)
 2011-12-23  3:01 UTC  (9+ messages)
` [PATCH 3/8] ACPI: processor: add __acpi_processor_[un]register_driver helpers
      ` [Xen-devel] "

[PATCH v2 00/28] libsas: eh reworks (ata-eh vs discovery, races, ...)
 2011-12-23  3:00 UTC  (29+ messages)
` [PATCH v2 01/28] libsas: remove unused ata_task_resp fields
` [PATCH v2 02/28] libsas: kill sas_slave_destroy
` [PATCH v2 03/28] libsas: fix domain_device leak
` [PATCH v2 04/28] libsas: fix leak of dev->sata_dev.identify_[packet_]device
` [PATCH v2 05/28] libsas: replace event locks with atomic bitops
` [PATCH v2 06/28] libsas: convert ha->state to flags
` [PATCH v2 07/28] libsas: introduce sas_drain_work()
` [PATCH v2 08/28] libsas: remove ata_port.lock management duties from lldds
` [PATCH v2 09/28] libsas: prevent domain rediscovery competing with ata error handling
` [PATCH v2 10/28] libsas: use ->set_dmamode to notify lldds of NCQ parameters
` [PATCH v2 11/28] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_done
` [PATCH v2 12/28] libsas: close error handling vs sas_ata_task_done() race
` [PATCH v2 13/28] libsas: prevent double completion of scmds from eh
` [PATCH v2 14/28] libsas: fix timeout vs completion race
` [PATCH v2 15/28] libsas: let libata handle command timeouts
` [PATCH v2 16/28] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata
` [PATCH v2 17/28] libsas: use libata-eh-reset for sata rediscovery fis transmit failures
` [PATCH v2 18/28] libsas: perform sas-transport resets in shost->workq context
` [PATCH v2 19/28] libsas: execute transport link resets with libata-eh via host workqueue
` [PATCH v2 20/28] libsas: sas_phy_enable via transport_sas_phy_reset
` [PATCH v2 21/28] libsas: Remove redundant phy state notification calls
` [PATCH v2 22/28] libsas: add mutex for SMP task execution
` [PATCH v2 23/28] libsas: async ata-eh
` [PATCH v2 24/28] libsas: poll for ata device readiness after reset
` [PATCH v2 25/28] libsas: don't mark expanders as gone when a child device is removed
` [PATCH v2 26/28] libsas: check for 'gone' expanders in smp_execute_task()
` [PATCH v2 27/28] libsas: fix sas_find_local_phy(), take phy references
` [PATCH v2 28/28] libsas: don't recover 'gone' devices in sas_ata_hard_reset()

[PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  2:52 UTC  (6+ messages)
` [PATCH 2/2] cgroup: remove extra calls to find_existing_css_set

[PATCH] staging:iio: ak8975: add of_match table for device-tree probing
 2011-12-23  2:46 UTC  (2+ messages)

[PATCH] staging:iio: isl29018: add of_match table for device-tree probing
 2011-12-23  2:44 UTC  (2+ messages)

issue with PLE and/or scheduler
 2011-12-23  2:44 UTC  (2+ messages)

[PATCH 1/3] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  2:41 UTC  (24+ messages)
` [PATCH 2/3] cgroup: remove double-checking locking from attach_task_by_pid
` [PATCH 3/3] cgroup: remove extra calls to find_existing_css_set

[PATCH v2] rpcbind: add support for systemd socket activation
 2011-12-23  2:40 UTC  (4+ messages)
` [PATCH] "

[PATCH] Input: mpu3050: add of_match table for device-tree probing
 2011-12-23  2:39 UTC 

[PATCH] bq20z75: fix devicetree match table
 2011-12-23  2:37 UTC 

[RFC] hda - is_jack_detectable()
 2011-12-23  2:37 UTC  (12+ messages)

Patch to support proxy authentication through NTLM?
 2011-12-23  2:34 UTC  (3+ messages)

[PATCH] dt/tegra: seaboard: add i2c devices
 2011-12-23  2:33 UTC 

[PATCH] dt/tegra: seaboard: add i2c devices
 2011-12-23  2:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] w32: Build windows and console executables
 2011-12-23  2:31 UTC  (2+ messages)

[PATCH v2] ARM: net: JIT compiler for packet filters
 2011-12-23  2:26 UTC  (3+ messages)

Intercepting system calls
 2011-12-23  2:25 UTC  (7+ messages)

Very sparse and high interrupt map with SPARSE_IRQ
 2011-12-23  2:11 UTC  (4+ messages)

pcm timer resolution out of range (rate = 0, period_size = 1), Division by zero in kernel
 2011-12-23  2:06 UTC  (2+ messages)

[patch] intel_idle: Delete meaningless local_irq_disable() call in intel_idle.c
 2011-12-23  1:57 UTC 

[PATCH v2] ASoC: au1x: Add .owner to struct snd_soc_card
 2011-12-23  1:53 UTC 

[PATCH] ASoC: Allocate PCM operations dynamically to support multiple DAIs
 2011-12-23  0:26 UTC 

[patch 1/2]scsi: scsi_run_queue() doesn't use local list to handle starved sdev
 2011-12-23  1:53 UTC  (5+ messages)

[PATCH] ASoC: Allocate PCM operations dynamically to support multiple DAIs
 2011-12-23  1:37 UTC 

Fix files with checkpatch errors/warnings
 2011-12-23  1:33 UTC  (2+ messages)

API documentation making progress
 2011-12-23  1:24 UTC 

TTM and AGP conflicts
 2011-12-23  1:19 UTC  (3+ messages)

[PATCH] fs/ext4: add missing ext4_resize_end
 2011-12-23  1:14 UTC  (4+ messages)

[PATCH] wl12xx: trigger recovery for failures in sched scan stop
 2011-12-23  1:11 UTC  (3+ messages)

[PATCH v3 00/34] Create PCI root buses with correct resources
 2011-12-23  1:10 UTC  (3+ messages)
` [PATCH v3 09/34] arm/PCI: convert to pci_scan_root_bus() for correct root bus resources

netem: Gilbert, Simple Gilbert, Bernouli loss model broken
 2011-12-23  1:10 UTC  (2+ messages)

[PATCH 1/1] input: sentelic: Releasing mutex upon register writing failure
 2011-12-23  1:08 UTC  (3+ messages)

[PATCH] usb/uas: one only one status URB/host on stream-less connection
 2011-12-23  1:07 UTC  (6+ messages)
  ` [PATCH v2] "

please add datasheet URL to dri.freedesktop.org/wiki/SMedia
 2011-12-23  0:42 UTC 

[PATCH 0/7] Misc fixes and cleanups
 2011-12-23  1:01 UTC  (8+ messages)
` [PATCH 1/7] package.bbclass: Adjust RPM call to use dynamic location for magic files
` [PATCH 2/7] package_rpm.bbclass: Add RPMSPEC_PREAMBLE
` [PATCH 3/7] rpm_5.4.0: Fix configuration issue with native/nativesdk
` [PATCH 4/7] udev: Remove linux-libc-headers dependency
` [PATCH 5/7] gperf: Add missing SRC checksum
` [PATCH 6/7] which: Add missing SRC checksums
` [PATCH 7/7] base.bbclass: Allow buildstats to be optionally supplied

[PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc
 2011-12-23  0:58 UTC  (9+ messages)
` [PATCH 2/2] cgroup: remove extra calls to find_existing_css_set

[Multipath] Round-robin performance limit
 2011-12-23  0:54 UTC  (11+ messages)

[PATCH v5] ARM: net: JIT compiler for packet filters
 2011-12-23  0:53 UTC  (2+ messages)

[U-Boot] [PATCH] USB: add CONFIG_USB_INIT to autoinitialize USB before main_loop
 2011-12-23  0:52 UTC 

[GIT PULL] ibft fix for 3.2-rc6
 2011-12-23  0:45 UTC  (7+ messages)

linux-next: Tree for Dec 21
 2011-12-23  0:42 UTC  (9+ messages)

UFW logging
 2011-12-23  0:38 UTC  (3+ messages)

[Xenomai-help] Interrupt numbers
 2011-12-23  0:38 UTC 

linux-next: Tree for Dec 22
 2011-12-23  1:37 UTC  (2+ messages)
` linux-next: Tree for Dec 22 (netdev/stmmac)

[PATCH] fix for a bash issue regarding a variable in update-pciids
 2011-12-23  0:33 UTC 

[RFC] iproute2: split up ip man page?
 2011-12-23  0:29 UTC  (4+ messages)

linux-next: build failure after merge of the final tree (pm tree related)
 2011-12-23  0:32 UTC  (2+ messages)

Bug #1047 reproduced
 2011-12-23  0:27 UTC  (5+ messages)

[Bug 43993] New: 3d game in vmware workstation cause X hang up (ati Gallium r600)
 2011-12-23  0:21 UTC  (4+ messages)
` [Bug 43993] "

[PATCH] locks: fix null dereference on lease-break failure path
 2011-12-23  0:19 UTC  (2+ messages)

[PATCH 0/9] arm/tegra: fuse cleanup and emc device tree support
 2011-12-23  0:17 UTC  (20+ messages)
` [PATCH 1/9] arm/tegra: Don't WARN_ON() for too early dma channel allocations
` [PATCH 2/9] arm/tegra: use APB DMA for accessing APB devices
` [PATCH 3/9] arm/tegra: fuse: use apbio dma for register access
` [PATCH 4/9] arm/tegra: fuse: add functions to access chip revision
` [PATCH 5/9] arm/tegra: fuse: add bct strapping reading
` [PATCH 6/9] arm/tegra: emc: convert tegra2_emc to a platform driver
` [PATCH 7/9] arm/tegra: emc: device tree bindings
` [PATCH 8/9] arm/tegra: seaboard: add EMC table to device tree
` [PATCH 9/9] arm/tegra: emc: device tree support

[PATCH 0/3] possible privilege escalation via SG_IO ioctl (CVE-2011-4127)
 2011-12-23  0:17 UTC  (10+ messages)
` [PATCH 2/3] block: fail SCSI passthrough ioctls on partition devices


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.