All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-08-05 13:13:00 to 2010-08-05 14:39:52 UTC [more...]

[GIT PULL] kgdb,kdb for 2.6.36 (1 of 2)
 2010-08-05 14:37 UTC  (18+ messages)
` [PATCH 01/17] kgdb: remove custom hex_to_bin()implementation
  ` [PATCH 02/17] gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol
    ` [PATCH 03/17] kgdb,kdb: individual register set and and get API
      ` [PATCH 04/17] kgdb,x86: Individual register get/set for x86
        ` [PATCH 05/17] kgdb,mips: Individual register get/set for mips
          ` [PATCH 06/17] kgdb,arm: Individual register get/set for arm
            ` [PATCH 07/17] gdbstub: Implement gdbserial 'p' and 'P' packets
              ` [PATCH 08/17] gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()
                ` [PATCH 09/17] arm, kgdb: Add ability to trap into debugger on notify_die
                  ` [PATCH 10/17] kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE
                    ` [PATCH 11/17] ftrace,kdb: Extend kdb to be able to dump the ftrace buffer
                      ` [PATCH 12/17] ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump
                        ` [PATCH 13/17] KGDB: Remove set but unused newPC
                          ` [PATCH 14/17] mm,kdb,kgdb: Add a debug reference for the kdb kmap usage
                            ` [PATCH 15/17] kgdb,mips: remove unused kgdb_cpu_doing_single_step operations
                              ` [PATCH 16/17] kgdb,x86: use macro HBP_NUM to replace magic number 4

[PATCH v6 1/3] export __get_user_pages_fast() function
 2010-08-05 14:38 UTC  (4+ messages)
` [PATCH v6 2/3] KVM: MMU: introduce hva_to_pfn_atomic function
  ` [PATCH v6 3/3] KVM: MMU: prefetch ptes when intercepted guest #PF

linux-next: Tree for August 4
 2010-08-05 14:37 UTC  (3+ messages)
  ` linux-next: Tree for August 4, add a new git tree please?

Attempted summary of suspend-blockers LKML thread
 2010-08-05 14:34 UTC  (15+ messages)

[U-Boot] Getting started with uboot
 2010-08-05 14:34 UTC  (6+ messages)

Attempted summary of suspend-blockers LKML thread
 2010-08-05 14:33 UTC  (32+ messages)

[PATCH 4/6] TI816X: Create board support for TI816X_EVM
 2010-08-05 14:32 UTC  (2+ messages)

[PATCHv3 00/16] pps: several fixes and improvements
 2010-08-05 14:31 UTC  (6+ messages)
` [PATCHv3 03/16] pps: fix race in PPS_FETCH handler

[PATCH v2 2/3] genhd, efi: add efi partition metadata to hd_structs
 2010-08-05 14:29 UTC  (5+ messages)
` [PATCH v3 3/3] init: add support for root devices specified by partition UUID

[PATCH 2/6] TI816X: Update common omap platform files
 2010-08-05 14:28 UTC  (3+ messages)

[U-Boot] [PATCH V7 0/4] Add disk support to orion5x and edminiv2
 2010-08-05 14:28 UTC  (5+ messages)

[PATCH 01/15] arch: mips: kernel: Fix a typo
 2010-08-05 14:27 UTC  (8+ messages)
` [PATCH 05/15] drivers: gpu: drm: i915: "
` [PATCH 06/15] drivers: ide: ide-tape.c removed duplicated #include
` [PATCH 11/15] net: mac80211: Fix a typo
` [PATCH 12/15] net: sunrpc: removed duplicated #include
` [PATCH 13/15] sound: oss: au1550_ac97.c "

[PATCH 0/2 V2 resend] Driver for Ricoh cardreader + few fixes
 2010-08-05 14:25 UTC  (4+ messages)
` [PATCH 1/3] memstick: init sysfs attributes
` [PATCH 2/3] MEMSTICK: fix hangs on unexpected device removal in mspro_blk
` [PATCH 3/3] MEMSTICK: Add driver for Ricoh R5C592 Card reader

HDMI audio: TV vs. codec supported sample rates
 2010-08-05 14:23 UTC  (6+ messages)

[PATCH 0/8] ACPI / PCI / PCIe: Rework _OSC handling (v2)
 2010-08-05 14:25 UTC  (5+ messages)
` [linux-pm] [PATCH 7/8] ACPI / PCI: Do not preserve _OSC control bits returned by a query (v2)
    `  "

[PATCH] nfsd41: Fix a crash when a callback is retried
 2010-08-05 14:22 UTC  (3+ messages)
` [PATCH version2] "

cpu_get_pgd()
 2010-08-05 14:23 UTC 

Transparent Hugepage Support #29
 2010-08-05 14:22 UTC  (5+ messages)

[PATCH 1/2] lp3971: remove unnecessary ret value checking in lp3971_i2c_write()
 2010-08-05 14:22 UTC  (3+ messages)

[U-Boot] Firmware upgrade possibilites technikes in uboot
 2010-08-05 14:22 UTC  (2+ messages)

[PATCH 01/11] ARM: cam60: move cam60_spi_devices to .init.data
 2010-08-05 14:21 UTC  (23+ messages)
` [PATCH 00/19] More section fixes [Was: Re: [PATCH 01/11] ARM: cam60: move cam60_spi_devices to .init.data]
  ` [PATCH 01/19] wip: enable DEBUG_SECTION_MISMATCH
  ` [PATCH 02/19] ARM: sa1111: move __sa1111_probe() to .devinit.text
  ` [PATCH 03/19] ARM: omap: move omap_init_fb to .init.text
  ` [PATCH 04/19] ARM: omap1: nokia770: move mipid_dev_init() "
  ` [PATCH 05/19] ARM: omap: move get_fbmem_region() "
  ` [PATCH 06/19] ARM: omap: move omap_get_config et al. "
  ` [PATCH 07/19] wip: ARM: omap: move omap_board_config_kernel to .init.data
  ` [PATCH 08/19] ARM: omap: ams-delta: move config "
  ` [PATCH 09/19] MTD: pxa2xx: move pxa2xx_flash_probe to .devinit.text
  ` [PATCH 10/19] VIDEO: sa1100fb: register driver using platform_driver_probe
  ` [PATCH 11/19] ARM: cam60: move cam60_spi_devices to .init.data
  ` [PATCH 12/19] ARM: cam60: don't use __init for cam60_spi_{flash_platform_data, partitions}
  ` [PATCH 13/19] usb gadget: don't save bind callback in struct usb_gadget_driver
  ` [PATCH 14/19] usb gadget: don't save bind callback in struct usb_configuration
  ` [PATCH 15/19] SPI: amba-pl022: move probe and remove to .devinit and .devexit resp
  ` [PATCH 16/19] ARM: nomadik: register nmk_gpio_driver using platform_driver_probe
  ` [PATCH 17/19] ARM: s3c64xx: don't put smartq5_leds in .init.data
  ` [PATCH 18/19] ARM: s3c64xx: don't put smartq7_leds "
  ` [PATCH 19/19] ARM: s3c64xx: don't put smartq_bl_init in .init.text

PM branch updated to v2.6.35, SRF dropped
 2010-08-05 14:21 UTC  (2+ messages)

[PATCH] [RFC] notify userspace about time changes
 2010-08-05 14:10 UTC  (5+ messages)

Receive processing stops when dev->poll returns 1
 2010-08-05 14:20 UTC 

[PATCH 1/2] ext3: Fix buffer dirtying in data=journal mode (fwd)
 2010-08-05 14:19 UTC  (2+ messages)

[PATCH 0/3] cifs: error handling cleanups
 2010-08-05 14:18 UTC  (4+ messages)
  ` [PATCH 1/3] cifs: clean up error handling in cifs_mknod
  ` [PATCH 2/3] cifs: consolidate error handling in several functions
  ` [PATCH 3/3] cifs: eliminate redundant xdev check in cifs_rename

[PATCH 0/5] Committed to the nfs-for-2.6.36 branch
 2010-08-05 14:17 UTC  (6+ messages)
` [PATCH 1/5] NFSv4: Remember to clear NFS_DELEGATED_STATE in nfs_delegation_claim_opens
  ` [PATCH 2/5] NFS: Fix the locking in nfs4_callback_getattr
    ` [PATCH 3/5] NFS: Fix /proc/mount for legacy binary interface
      ` [PATCH 4/5] NFS: NFS_V4 is no longer an EXPERIMENTAL feature
        ` [PATCH 5/5] NFS: NFSv4.1 is no longer a "developer only" feature

file corruption with highmem kernel
 2010-08-05 13:43 UTC  (2+ messages)

[Buildroot] [PATCH]: Added splashy package
 2010-08-05 14:17 UTC  (5+ messages)

[PATCH 0/3] A few nes fixes and cleanups
 2010-08-05 14:17 UTC  (2+ messages)

[RFC][PATCH 0/7] low latency synchrounous lumpy reclaim
 2010-08-05 14:17 UTC  (7+ messages)
` [PATCH 2/7] vmscan: synchronous lumpy reclaim don't call congestion_wait()
` [PATCH 3/7] vmscan: synchrounous lumpy reclaim use lock_page() instead trylock_page()

[PATCH] Revert "rootfs_ipk.bbclass: install the package manager in a separate pass from the other packages"
 2010-08-05 14:16 UTC  (3+ messages)

[PATCH] Remove redundant dependencies upon opkg and opkg-collateral
 2010-08-05 14:15 UTC  (2+ messages)

[PATCH 0/6] Reduce writeback from page reclaim context V6
 2010-08-05 14:15 UTC  (9+ messages)
` [PATCH 5/6] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 6/6] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[PATCH] package_ipk.bbclass: add lists_dir to sysroots' /etc/opkg.conf
 2010-08-05 14:14 UTC  (3+ messages)

[Xenomai-core] [PULL REQUEST] fixes for 2.5.4
 2010-08-05 14:15 UTC  (5+ messages)
  ` [Xenomai-help] "

Raid0 with btrfs
 2010-08-05 14:15 UTC 

[PATCH 0/2] Fix 32-bit CPU hotplug issue on AMD
 2010-08-05 14:14 UTC  (5+ messages)
` [PATCH 1/2] x86-32: Fix crashes with CPU hotplug on AMD machines

Capturing packets with bad FCS in monitor mode
 2010-08-05 14:14 UTC 

[PATCH 1/2] misc: introduce string_to_bin
 2010-08-05 14:13 UTC  (5+ messages)

Add bb.data.flagAppend
 2010-08-05 14:12 UTC  (2+ messages)
` [Bitbake-dev] "

[PATCH] asoc/multi-component: fsl: add support for variable SSI FIFO depth
 2010-08-05 14:10 UTC  (5+ messages)

[Bug 16490] "Assuming drive cache: write through" messages probably have wrong loglevel
 2010-08-05 14:09 UTC 

Poor read performance on high-end server
 2010-08-05 14:05 UTC 

[refpolicy] [ system layer patch 1/1] System layer xml fixes
 2010-08-05 14:04 UTC  (2+ messages)

[refpolicy] [ services layer patch 1/1] Services layer xml files
 2010-08-05 14:04 UTC  (2+ messages)

[refpolicy] [ admin layer patch 2/2] Kernel layer xml fixes
 2010-08-05 14:04 UTC  (2+ messages)

[refpolicy] [ admin layer patch 1/1] Admin layer xml fixes
 2010-08-05 14:03 UTC  (2+ messages)

[refpolicy] [ apps layer patch 1/1] apps: domain { allowed to transition, allowed access, to not audit }
 2010-08-05 14:03 UTC  (2+ messages)

[patch RFC]: userspace crypto auditing
 2010-08-05 14:02 UTC 

[PATCH 3/6] TI816X: Update common OMAP machine specific sources
 2010-08-05 14:00 UTC  (3+ messages)

[PATCH 1/3] Add ioctl FITRIM
 2010-08-05 14:00 UTC  (4+ messages)
` [PATCH 2/3] Add batched discard support for ext3

[patch] isdn: fix information leak
 2010-08-05 13:59 UTC  (13+ messages)

[ath9k]: Beaconing process in ad-hoc mode
 2010-08-05 13:45 UTC  (2+ messages)

[PATCH] Fix not deleting stored keys when a new one is created
 2010-08-05 13:58 UTC 

bdm 4353 802.11n monitor mode you can?
 2010-08-05 13:54 UTC  (2+ messages)

[PATCH] path_id: Handle SAS and SATA devices
 2010-08-05 13:53 UTC  (4+ messages)

[PATCH] asoc/multi-component: fsl: fix exit and error paths in DMA and SSI drivers
 2010-08-05 13:52 UTC  (2+ messages)

[Bug 29226] New: on r600 3d applications are rendered too bright
 2010-08-05 13:52 UTC  (2+ messages)
` [Bug 29226] on r600 3d applications are rendered in too bright colors

[PATCH] asoc/multi-component: fsl: add support for disabled SSI nodes
 2010-08-05 13:51 UTC  (3+ messages)

Commit 3da34aa brakes MSI support on MPC8308 (possibly all MPC83xx) [REPOST]
 2010-08-05 13:50 UTC  (5+ messages)

GPU lockup+blackout on 2.6.35 with r600
 2010-08-05 13:50 UTC  (2+ messages)

Changes in HDP API
 2010-08-05 13:49 UTC  (2+ messages)
` [PATCH] "

[Qemu-devel] Anyone seeing huge slowdown launching qemu with Linux 2.6.35?
 2010-08-05 13:43 UTC  (17+ messages)
                    `  "

[RFC PATCH 0/2] Prioritise inodes and zones for writeback required by page reclaim
 2010-08-05 13:42 UTC  (4+ messages)

Attempted summary of suspend-blockers LKML thread
 2010-08-05 13:37 UTC  (6+ messages)
` Attempted summary of suspend-blockers LKML thread, take two

problem nvidia driver 256.44 and linux 2.6.33.7-rt29
 2010-08-05 13:39 UTC 

[PATCH v5 0/1] A codec driver for the TI WL1273 FM Radio
 2010-08-05 13:39 UTC  (4+ messages)
` [PATCH v5 1/1] ASoC: TI WL1273 FM Radio Codec

[PATCH 9/9] drivers/infiniband/hw/ehca: Drop unnecessary null test
 2010-08-05 13:38 UTC  (4+ messages)
    ` [PATCH 9/9] drivers/infiniband/hw/ehca: Drop unnecessary null

RFC: How to improve packaged-staging and setscene
 2010-08-05 13:38 UTC  (5+ messages)
` [Bitbake-dev] "

error!: "/dev/ubi0" is not a character device ?!?
 2010-08-05 13:36 UTC  (9+ messages)

[LTP] just another make-3.80 bug
 2010-08-05 13:53 UTC  (3+ messages)

MMC: [PATCH 0/2 v2] Two fixes for mmc system
 2010-08-05 13:36 UTC  (2+ messages)

[RFC] relaxed barrier semantics
 2010-08-05 13:32 UTC  (11+ messages)

[KVM-AUTOTEST PATCH 1/9] KVM test: kvm_vm.py: make -drive index optional for both images and cdrom ISOs
 2010-08-05 13:32 UTC  (8+ messages)
` [KVM-AUTOTEST PATCH 2/9] KVM test: allow definition of multiple cdroms
  ` [KVM-AUTOTEST PATCH 3/9] KVM test: rss_file_transfer.py: add convenience functions upload() and download()
    ` [KVM-AUTOTEST PATCH 4/9] [RFC] KVM test: DTM automation program for WHQL tests
      ` [KVM-AUTOTEST PATCH 5/9] [RFC] KVM test: DTM machine deletion tool "
        ` [KVM-AUTOTEST PATCH 6/9] [RFC] KVM test: add utility functions start_windows_service() and stop_windows_service()

[LTP] Install failure when cross compiling for ARM
 2010-08-05 13:31 UTC  (4+ messages)

[PATCH] powerpc: ONLINE to OFFLINE CPU state transition during removal
 2010-08-05 13:31 UTC  (4+ messages)

[PATCH] rebase -i: add exec command to launch a shell command
 2010-08-05 13:31 UTC  (2+ messages)

[PATCH] test: Add realmode test for stc instruction
 2010-08-05 13:30 UTC  (2+ messages)

[PATCH] usb: musb: host: Issue a memory barrier before staring the DMA
 2010-08-05 13:27 UTC  (5+ messages)

[PATCH 0/2] libxl, Handle the command line options of qemu 0.12
 2010-08-05 13:25 UTC  (4+ messages)
` [PATCH 1/2] libxl, Introduce the command line handler for the new qemu

Attempted summary of suspend-blockers LKML thread
 2010-08-05 13:21 UTC  (6+ messages)

[PATCH] cifs: update README to include details about 'fsc' option
 2010-08-05 13:22 UTC 

[U-Boot] ATMEL Custodians == /dev/null ??
 2010-08-05 13:21 UTC  (4+ messages)

[git pull] FireWire updates post 2.6.35
 2010-08-05 13:14 UTC 

[PATCH] push: mention "git pull" in error message for non-fast forwards
 2010-08-05 13:14 UTC  (4+ messages)

[PATCH v6 0/3] Merge renormalization, config renamed
 2010-08-05 13:11 UTC  (10+ messages)
` [PATCH/RFC eb/double-convert-before-merge 0/6] merge -Xrenormalize
  ` [PATCH 5/6] rerere: let caller decide whether to renormalize
      ` [PATCH/RFC v2 0/12] "
        ` [PATCH 07/12] ll-merge: make flag easier to populate


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.