All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-06 22:15:23 to 2010-12-06 23:34:58 UTC [more...]

linux-next: unsigned commits
 2010-12-06 23:34 UTC  (2+ messages)

[RFC PATCH 1/2] fs/vfs/security: pass last path component to LSM on inode creation
 2010-12-06 23:32 UTC  (5+ messages)

Odd "data used" reporting behavior by ceph -w
 2010-12-06 23:30 UTC  (9+ messages)

[PATCH] ASoC: dapm: Add speaker driver widget
 2010-12-06 23:30 UTC  (5+ messages)

[PATCH 1/3] plugins: Implementation of Network Time plugin
 2010-12-06 23:29 UTC  (2+ messages)

[RFC PATCH] Utilize the PCI API in the AGP framework
 2010-12-06 23:24 UTC  (24+ messages)
` [PATCH 01/23] agp: Add bridge argument to [free|alloc]_gatt_pages macro
` [PATCH 02/23] agp: Add dma_addr array in struct agp_memory
` [PATCH 03/23] agp: Introduce two new macros: _agp_[alloc|free]_page
` [PATCH 04/23] agp: Make agp_generic_[alloc|destroy]_pages use the _agp_[alloc|free]_page macro
` [PATCH 05/23] agp: Make agp_generic_[alloc|destroy]_page use "
` [PATCH 06/23] agp/ali: Use the dma_addr instead of page_to_phys for m1541_[alloc|destroy]_page
` [PATCH 07/23] agp/nvidia: Use the dma_addr[] instead of page_to_phys when inserting
` [PATCH 08/23] agp/amd64: Use the dma_addr[] and gatt_bus_addr instead of [page|virt]_to_phys respectivly
` [PATCH 09/23] agp/amd-k7: Utilize the PCI API for creating/inserting pages
` [PATCH 10/23] ati/agp: "
` [PATCH 11/23] agp/serverworks: Utilize the PCI API for allocating/inserting pages
` [PATCH 12/23] agp/intel-gtt: Utilize the PCI DMA for i8xxx,
` [PATCH 13/23] ia64/agp/zx1: Use PCI API for inserting pages in HP's ZX1 AGP device
` [PATCH 14/23] ia64/agp/i460: Use PCI API for inserting pages in DIG (non-VT-d) platforms
` [PATCH 15/23] agp: Make agp_generic_insert_memory use the mem->dma_addr[i]
` [PATCH 16/23] agp: save the size of GATT table
` [PATCH 17/23] agp: Make agp_generic_[create|free]_gatt_table be aware of PCI API
` [PATCH 18/23] agp/x86: Make agp_generic_* use "
` [PATCH 19/23] ia64/sgi: fix compile error
` [PATCH 20/23] ia64: Add DMA_ERROR_CODE define
` [PATCH 21/23] agp/sgi: Use PCI API for inserting/creating pages on SGI Altix
` [PATCH 22/23] ia64/agp: Make agp_generic_* use PCI API
` [PATCH 23/23] agp/generic: Set the dma_addr[i] to DMA_ERROR_CODE

acpi_button: random oops on boot
 2010-12-06 23:26 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 1/1] Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem
 2010-12-06 23:24 UTC  (2+ messages)

Proper recipe naming and PV definition
 2010-12-06 23:24 UTC  (2+ messages)

[Qemu-devel] [RFC][PATCH v5 00/21] virtagent: host/guest RPC communication agent
 2010-12-06 23:23 UTC  (19+ messages)
` [Qemu-devel] [RFC][PATCH v5 03/21] virtagent: common code for managing client/server rpc jobs
  ` [Qemu-devel] "
` [Qemu-devel] [RFC][PATCH v5 04/21] virtagent: transport definitions and job callbacks
  ` [Qemu-devel] "
` [Qemu-devel] [RFC][PATCH v5 07/21] virtagent: add va.getfile RPC
  ` [Qemu-devel] "
` [Qemu-devel] [RFC][PATCH v5 08/21] virtagent: add agent_viewfile qmp/hmp command
  ` [Qemu-devel] "
` [Qemu-devel] [RFC][PATCH v5 09/21] virtagent: add va.getdmesg RPC
  ` [Qemu-devel] "
` [Qemu-devel] [RFC][PATCH v5 19/21] virtagent: add virtagent guest daemon
  ` [Qemu-devel] "

[PATCH] completion: Add PS1 configuration for submodules
 2010-12-06 23:22 UTC 

Misuse of LRO, how widespread
 2010-12-06 23:22 UTC  (8+ messages)

[PATCH 0/9] TI DMM-TILER driver
 2010-12-06 23:21 UTC  (32+ messages)
` [PATCH 1/9] TILER-DMM: DMM-PAT driver for TI TILER
` [PATCH 2/9] TILER-DMM: Container manager interface and utility definitons
` [PATCH 3/9] TILER-DMM: Sample TCM implementation: Simple TILER Allocator (SiTA)
` [PATCH 4/9] TILER-DMM: TILER Memory Manager interface and implementation
` [PATCH 5/9] TILER-DMM: TILER interface file and documentation
` [PATCH 6/9] TILER-DMM: Geometry and view manipulation functions
` [PATCH 7/9] TILER-DMM: Main TILER driver implementation
` [PATCH 8/9] TILER-DMM: Linking TILER driver into the Linux kernel build
` [PATCH 9/9] TILER-DMM: Device support for OMAP

[PATCHv6/RFC 00/24] gitweb: Simple file based output caching
 2010-12-06 23:11 UTC  (25+ messages)
` [PATCH 01/24] t/test-lib.sh: Export also GIT_BUILD_DIR in test_external
` [PATCH 02/24] gitweb: Prepare for splitting gitweb
` [PATCH 03/24] gitweb/lib - Very simple file based cache
` [PATCH 04/24] gitweb/lib - Stat-based cache expiration
` [PATCH 05/24] gitweb/lib - Regenerate entry if the cache file has size of 0
` [PATCH 06/24] gitweb/lib - Simple output capture by redirecting STDOUT
` [PATCH 07/24] gitweb/lib - Cache captured output (using get/set)
` [PATCH 08/24] gitweb: Add optional output caching
` [PATCH 09/24] gitweb/lib - Adaptive cache expiration time
` [PATCH 10/24] gitweb/lib - Use CHI compatibile (compute method) caching interface
` [PATCH 11/24] gitweb/lib - capture output directly to cache entry file
` [PATCH 12/24] gitweb/lib - Use locking to avoid 'cache miss stampede' problem
` [PATCH 13/24] gitweb/lib - No need for File::Temp when locking
` [PATCH 14/24] gitweb/lib - Serve stale data when waiting for filling cache
` [PATCH 15/24] gitweb/lib - Regenerate (refresh) cache in background
` [PATCH 16/24] gitweb: Introduce %actions_info, gathering information about actions
` [PATCH 17/24] gitweb: Show appropriate "Generating..." page when regenerating cache
` [PATCH 18/24] gitweb/lib - Configure running 'generating_info' when generating data
` [PATCH 19/24] gitweb: Add startup delay to activity indicator for cache
` [PATCH/RFC 20/24] gitweb/lib - Add support for setting error handler in cache
` [PATCH/RFC 21/24] gitweb: Wrap die_error to use as error handler for caching engine
` [PATCH/RFC 22/24] gitweb: Support legacy options used by kernel.org "
` [RFC/PATCH 23/24] gitweb/lib - Add clear() and size() methods to caching interface
` [RFC PATCH 24/24] gitweb: Add beginnings of cache administration page (proof of concept)

Intel DRM driver for SNB
 2010-12-06 23:18 UTC 

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 22:47 UTC  (16+ 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)

[Buildroot] [pull request v2] Pull request for branch for-2011.02/fix-ccache-support
 2010-12-06 23:14 UTC  (3+ messages)

[PATCH] binutils_git.bb: Bump SRCREV to latest 2.21 branch
 2010-12-06 23:12 UTC 

[PATCH] logging branch deletion to help recovering from mistakes
 2010-12-06 23:14 UTC  (2+ messages)

[PATCH v6] SA Busy code
 2010-12-06 23:14 UTC  (2+ messages)

[PATCH] Correcting timeout interruption of virtio_console test
 2010-12-06 23:13 UTC  (2+ messages)

[U-Boot] [PATCH] ppc: transform init_sequence into a function
 2010-12-06 23:13 UTC  (12+ messages)

[PATCH 2/2] ASoC: sdp4430: Add Jack support
 2010-12-06 23:13 UTC  (3+ messages)

[PATCH 0/2] svn-fe: recognize v3 dumps
 2010-12-06 23:12 UTC  (5+ messages)
` [RFC/PATCH 0/15] svn-fe: support for property deltas (but not text deltas yet)
  ` [PATCH 11/15] vcs-svn: More dump format sanity checks
    ` [PATCH jn/svn-fe] vcs-svn: Allow change nodes for root of tree (/)

[U-Boot] [PATCH 1/2] Add support for XZ decompression algorithm
 2010-12-06 23:12 UTC  (5+ messages)

[Buildroot] [PATCH 0/5] toolchain rework, part 1
 2010-12-06 23:07 UTC  (2+ messages)

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

PREEMPT_RT support
 2010-12-06 23:06 UTC 

[U-Boot] Please pull u-boot-atmel/for2010.12
 2010-12-06 23:05 UTC  (2+ messages)

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

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

2.6.35.5: hibernation broken... AGAIN
 2010-12-06 22:57 UTC  (4+ messages)

[BUGFIX] memcg: avoid deadlock between move charge and try_charge()
 2010-12-06 22:46 UTC  (6+ messages)
    ` [stable][BUGFIX] "
      ` [stable] [BUGFIX] "

[PATCH 3/3] input: mt: Move tracking and pointer emulation to input-mt (rev2)
 2010-12-06 22:56 UTC  (6+ messages)

libcdaudio license issue
 2010-12-06 22:52 UTC  (5+ messages)
` [poky] "
    ` [oe] "

carl9170 connect/disconnect loop
 2010-12-06 22:44 UTC 

[lm-sensors] [PATCH] sync via-cputemp with coretemp/pkgtemp
 2010-12-06 22:48 UTC  (2+ messages)

[PATCH 1/2] ASoC: sdp4430: Enable FM stereo pins
 2010-12-06 22:47 UTC  (2+ messages)

[PATCH 2/2] ASoC: omap: Stop DMA re enabling in self linkage mode
 2010-12-06 22:47 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2010-12-06 22:46 UTC  (2+ messages)

[PATCH 1/2] ASoC: omap: Add hardware constraint for HDMI and ABE
 2010-12-06 22:46 UTC  (2+ messages)

cifs client timeouts and hard/soft mounts
 2010-12-06 22:45 UTC  (15+ messages)
                            ` [cifs-protocol] "

[Qemu-devel] [PATCH 2/2] monitor: implement x86 info mem for PAE and long modes
 2010-12-06 22:44 UTC 

[Qemu-devel] [PATCH 1/2] monitor: implement x86 info tlb for PAE and long modes
 2010-12-06 22:44 UTC 

[PATCH] ASoC: mcbsp: Add McBSP support for OMAP4
 2010-12-06 22:44 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ubi/master (update)
 2010-12-06 22:44 UTC  (2+ messages)

please revert 869184a675662bddcdf76c5b95665272facff2b8 ASAP
 2010-12-06 22:35 UTC  (4+ messages)

Fwd: Patch for Fintek F71869 watchdoh
 2010-12-06 22:42 UTC  (4+ messages)
  `  "

[U-Boot] Please pull u-boot-mpc85xx.git
 2010-12-06 22:41 UTC  (2+ messages)

[RFC v2 0/3] ASoC: Option to reorder widget power sequence
 2010-12-06 22:40 UTC  (2+ messages)

[ANNOUNCE]: OpenEmbedded 2010.12 released
 2010-12-06 22:40 UTC  (3+ messages)

Bug? iptables-save dumps resolved uids/gids for owner matches
 2010-12-06 22:37 UTC  (7+ messages)

[Qemu-devel] Displaying serial terminals on qemu
 2010-12-06 22:37 UTC 

[linux-lvm] A hint on a process
 2010-12-06 22:36 UTC 

Announcing Yocto Project 1.0 roadmap and working schedule
 2010-12-06 22:36 UTC 

I/O error
 2010-12-06 22:33 UTC 

[PATCH v5 resend] OLPC: Add XO-1 suspend/resume support
 2010-12-06 22:31 UTC  (3+ messages)

working around a Marvell wifi SDIO bug
 2010-12-06 22:31 UTC  (4+ messages)

2.6.37-rc4-git1: Reported regressions from 2.6.36
 2010-12-06 22:28 UTC  (8+ messages)
` [Bug #23762] kernel 2.6.37-rc2 breaks i915 graphics
` [Bug #23902] [BUG] 2.6.37-rc3 massive interactivity regression on ARM

[PATCH] regulator: debugfs: Adding debugfs functions into regulator framework
 2010-12-06 22:29 UTC  (2+ messages)

[Buildroot] [PATCH] xz: version bump to 5.0.0
 2010-12-06 22:28 UTC  (2+ messages)

[PATCH] x86: UV kdump reboot fix
 2010-12-06 22:28 UTC 

[Buildroot] [PATCH] m4: version bump to 1.4.15
 2010-12-06 22:28 UTC  (3+ messages)
` [Buildroot] [PATCH v2] "

crash when mounting subvolume in a subdirectory
 2010-12-06 22:27 UTC 

[PATCH] e2fsck: journal-replay-only
 2010-12-06 22:27 UTC  (2+ messages)

parisc tree maintainer
 2010-12-06 22:26 UTC  (3+ messages)

2.6.37-rc4-git4: Reported regressions 2.6.35 -> 2.6.36
 2010-12-06 22:24 UTC  (5+ messages)
` [Bug #19392] WARNING: at drivers/net/wireless/ath/ath5k/base.c:3475 ath5k_bss_info_changed+0x44/0x168 [ath5k]()

[Buildroot] [git commit master 1/1] m4: version bump to 1.4.15
 2010-12-06 22:24 UTC 

[Buildroot] [git commit master 1/1] xz: version bump to 5.0.0
 2010-12-06 22:24 UTC 

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

[PATCH v2] PCI: Disable ASPM if BIOS asks us to
 2010-12-06 22:20 UTC  (2+ messages)

[PATCH v3 00/12] staging: tidspbridge: various cleanups
 2010-12-06 22:18 UTC  (3+ messages)

[PATCH/RFC] git-gui: disable (un)staging for files with typechange flags
 2010-12-06 22:17 UTC  (3+ messages)

[PATCH] wmi: use memcmp instead of strncmp to compare GUIDs
 2010-12-06 22:17 UTC  (4+ messages)


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.