All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-26 20:15:48 to 2013-02-26 21:05:37 UTC [more...]

[PATCH for 3.7 0/8] compat: many patches with many fixes
 2013-02-26 21:05 UTC 

[ath9k-devel] [RFT] ath9k_htc - please test new images
 2013-02-26 21:05 UTC  (3+ messages)

[PATCH] handsfree-audio: Fix not emitting CardRemoved
 2013-02-26 21:04 UTC 

[PATCH] remove libfdt
 2013-02-26 21:05 UTC  (31+ messages)
` [PATCH 01/29] of: unflatten: allocate root node explicitly
` [PATCH 02/29] of: export of_find_child
` [PATCH 03/29] of: removed unused variables
` [PATCH 04/29] of: Let of_find_node_by_path iterate over tree
` [PATCH 05/29] of: remove allnodes list
` [PATCH 06/29] ARM bootm: Use of_get_fixed_tree
` [PATCH 07/29] of: Add of_set_property and of_create_node
` [PATCH 08/29] of_node command: use of_create_node
` [PATCH 09/29] of: Add root node argument to of_find_node_by_path
` [PATCH 10/29] of: Add missing prototype for of_device_is_compatible
` [PATCH 11/29] of: let of_unflatten_dtb return the unflattened tree
` [PATCH 12/29] of: make unflatten independent of libfdt
` [PATCH 13/29] of: make flatten "
` [PATCH 14/29] of/fdt: use optimized endianess conversion
` [PATCH 15/29] oftree command: Use of_print_nodes
` [PATCH 16/29] of: move OFTREE Kconfig option to drivers/of/
` [PATCH 17/29] of: make OFDEVICE a user selectable option
` [PATCH 18/29] oftree command: retire CMD_OFTREE_PROBE Kconfig option
` [PATCH 19/29] of: move oftree Kconfig to the top of the drivers menu
` [PATCH 20/29] of: Pass barebox internal format devicetree to of_get_fixed_tree
` [PATCH 21/29] bootm: Use of_print_nodes instead of fdt_print
` [PATCH 22/29] of: move flat devicetree functions to separate file
` [PATCH 23/29] of: Add of property write functions for u32
` [PATCH 24/29] of: make value of property in of_new_property optional
` [PATCH 25/29] of: Add missing prototype for size/address counting functions
` [PATCH 26/29] of: fixup unflattened devicetree
` [PATCH 27/29] of: remove unused libfdt
` [PATCH 28/29] of_* commands: print usage when insufficient arguments are given
` [PATCH 29/29] of_property command: Fix crash with empty property value

[PATCH] libertas sdio: remove CMD_FUNC_INIT call
 2013-02-26 20:59 UTC  (8+ messages)

[PATCH for 3.8 0/9] compat: many patches with many fixes
 2013-02-26 21:03 UTC  (10+ messages)
` [PATCH for 3.8 1/9] compat: fix compile errors when assembly is built into modules
` [PATCH for 3.8 2/9] compat: do not access default_ethtool_ops
` [PATCH for 3.8 3/9] compat: ckmake: make return code 2 is error
` [PATCH for 3.8 4/9] compat: ckmake: remove lots of warning spam for the log
` [PATCH for 3.8 5/9] compat: ckmake: do not start all build at the same time
` [PATCH for 3.8 6/9] compat: add efi_enabled()
` [PATCH for 3.8 7/9] compat: netdev_set_default_ethtool_ops() is not in kernel 3.7.5
` [PATCH for 3.8 8/9] compat: check if efi_enabled() was already backported
` [PATCH for 3.8 9/9] compat: deactivate netdev_set_default_ethtool_ops() for some 3.7 kernels

[PATCH] xfstests: use native definition of O_DIRECT flag
 2013-02-26 21:03 UTC  (2+ messages)

[PATCH] Improve QNX support in GIT
 2013-02-26 21:02 UTC  (4+ messages)

[PATCH 00/17] btrfs-progs: More misc fixes & cleanups
 2013-02-26 21:04 UTC  (13+ messages)
` [PATCH 01/17] btrfs-progs: Unify size-parsing
` [PATCH 16/17] btrfs-progs: fix fd leak in cmd_subvol_set_default
` [PATCH 17/17] btrfs-progs: replace strtok_r with strsep
    ` [PATCH 17/17 V2] "

New copyfile system call - discuss before LSF?
 2013-02-26 21:02 UTC  (8+ messages)

[PATCH] xkeyboard-config: this is architecture-indepedent, so set PACKAGE_ARCH
 2013-02-26 20:44 UTC  (7+ messages)

test case no.256 in xfs test suite, makes gnome 3 to fall back to emergency mode
 2013-02-26 21:01 UTC  (2+ messages)

[PATCH 1/2] ARM: tegra: pmc: add specific compatible DT string for Tegra30 and Tegra114
 2013-02-26 21:00 UTC  (3+ messages)

[RFC PATCH v2 0/4] Add support for LZ4-compressed kernel
 2013-02-26 20:59 UTC  (5+ messages)

[PATCH 2/2] ARM: dts: tegra: fix the PMC compatible string
 2013-02-26 20:59 UTC  (3+ messages)

[PATCH 3.9] libertas: fix crash for SD8688
 2013-02-26 20:58 UTC 

[PATCH 00/23] compat: many patches with many fixes
 2013-02-26 20:59 UTC  (24+ messages)
` [PATCH 01/23] compat: fix compile errors when assembly is built into modules
` [PATCH 02/23] compat: do not access default_ethtool_ops
` [PATCH 03/23] compat: update kernel versions in bin/get-compat-kernels
` [PATCH 04/23] compat: ckmake: make return code 2 is error
` [PATCH 05/23] compat: ckmake: remove lots of warning spam for the log
` [PATCH 06/23] compat: ckmake: do not start all build at the same time
` [PATCH 07/23] compat: backport nla_put_be{16,32,64}()
` [PATCH 08/23] compat: add efi_enabled()
` [PATCH 09/23] compat: adapt signature change of tty_flip_buffer_push() and tty_insert_flip_string()
` [PATCH 10/23] compat: backport BUILD_BUG_ON from recent kernel
` [PATCH 11/23] compat: netdev_set_default_ethtool_ops() is not in kernel 3.7.5
` [PATCH 12/23] compat: backport idr_alloc() usage
` [PATCH 13/23] compat: backport drop of node parameter from iterators
` [PATCH 14/23] compat: check if efi_enabled() was already backported
` [PATCH 15/23] compat: add kernel 3.8-rc7 and update others
` [PATCH 16/23] compat: move tty_flip_buffer_push() and tty_insert_flip_string()
` [PATCH 17/23] compat: add PCI_EXP_LNKCAP_SLS_2_5GB and PCI_EXP_LNKCAP_SLS_5_0GB
` [PATCH 18/23] compat: add missing platform devid constants
` [PATCH 19/23] compat: add empty struct watchdog_device
` [PATCH 20/23] compat: backport of lock_map_acquire_read()
` [PATCH 21/23] compat: backport of lock_map_acquire() and lock_map_release()
` [PATCH 22/23] compat: deactivate netdev_set_default_ethtool_ops() for some 3.7 kernels
` [PATCH 23/23] compat: update kernel versions in bin/get-compat-kernels

[PATCH] x86: remove the x32 syscall bitmask from syscall_get_nr()
 2013-02-26 20:58 UTC  (2+ messages)

[DISCUSSION] Hexagon code inside kernel
 2013-02-26 20:57 UTC  (8+ messages)

[PATCH 0/6] HSW PM - RC6 clean up and fixes
 2013-02-26 20:57 UTC  (5+ messages)
` [PATCH 1/6] drm/i915: creating Haswell rc6 function
` [PATCH 2/6] drm/i915: HSW PM Frequency bits fix

linux-3.9-rc0 regression from 3.8 SATA controller not detected under xen
 2013-02-26 20:56 UTC  (3+ messages)

3.4.4/amd64 full interrupt hangs under big nfs copies
 2013-02-26 20:54 UTC  (12+ messages)
      ` 3.7.8/amd64 full interrupt hangs due to iwlwifi under big nfs copies out

FYI: better workaround for updating 'df' info after 'rm' on xfs-vols
 2013-02-26 20:54 UTC  (4+ messages)

OOM triggered with plenty of memory free
 2013-02-26 20:54 UTC  (7+ messages)

[PATCH 3.9] mac80211: fix monitor mode channel reporting
 2013-02-26 20:54 UTC  (2+ messages)

[PATCH 3.9] mac80211: fix idle handling in monitor mode
 2013-02-26 20:53 UTC  (2+ messages)

[Buildroot] [pull request] Pull request for branch yem-misc
 2013-02-26 20:52 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/tzdata: new package

[PATCH] xfs: Fix possible truncation of log data in xlog_bread_noalign()
 2013-02-26 20:52 UTC  (9+ messages)

[ath9k-devel] [PATCHv2 1/3] mac80211: move mesh sync beacon handler into neighbour_update
 2013-02-26 20:52 UTC  (6+ messages)
` [ath9k-devel] [PATCHv2 2/3] mac80211: mesh power save doze scheduling
        `  "

ticks_disappear option in circular_progress has no default value
 2013-02-26 20:50 UTC  (2+ messages)

[Xen-changelog] [xen stable-4.2] QEMU_UPSTREAM_REVISION update
 2013-02-26 20:50 UTC 

[U-Boot] [PATCH 1/2] am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPL
 2013-02-26 20:50 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] am335x_evm: Add am335x_evm_usbspl build target

[PATCH 1/6] cfg80211: disconnect on suspend
 2013-02-26 20:49 UTC  (6+ messages)
` [PATCH 2/6] mac80211: sync suspend and stop interface
` [PATCH 3/6] mac80211: cleanup generic suspend/resume procedures

[RFC PATCH] core: Add ioctls to control device unicast hw addresses
 2013-02-26 20:48 UTC  (5+ messages)

[PATCH] diff: Fix rename pretty-print when suffix and prefix overlap
 2013-02-26 20:47 UTC  (2+ messages)
` [PATCH] diff: prevent pprint_rename from underrunning input

X video extensions
 2013-02-26 20:46 UTC  (6+ messages)

[PATCH for 3.7 0/6] compat-drivers: fixes for linux-3.7.y
 2013-02-26 20:47 UTC  (7+ messages)
` [PATCH for 3.7 1/6] compat-drivers: rename drm config symbols
` [PATCH for 3.7 2/6] compat-drivers: refresh patches
` [PATCH for 3.7 3/6] compat-drivers: add disable_drm to driver-select
` [PATCH for 3.7 4/6] compat-drivers: disable DRM drivers for 802.11 drivers
` [PATCH for 3.7 5/6] compat-drivers: refresh patches
` [PATCH for 3.7 6/6] compat-drivers: move disable_drm

[U-Boot] [PATCH 0/5] Tegra30: MMC: Add DT-based MMC driver for Tegra30/Cardhu
 2013-02-26 20:46 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
` [U-Boot] [PATCH 2/5] Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
` [U-Boot] [PATCH 3/5] Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
` [U-Boot] [PATCH 4/5] mmc: Tegra: Add SD bus power/voltage function and MMC pad init call
` [U-Boot] [PATCH 5/5] Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards

[PATCH for 3.8 0/8] compat-drivers: fixes for linux-3.8.y
 2013-02-26 20:42 UTC  (9+ messages)
` [PATCH for 3.8 1/8] compat-drivers: remove devinit and devexit from alx driver
` [PATCH for 3.8 2/8] compat-drivers: deactivate loopback testing for older kernels
` [PATCH for 3.8 3/8] compat-drivers: do not treat a warning as error
` [PATCH for 3.8 4/8] compat-drivers: refresh patches
` [PATCH for 3.8 5/8] compat-drivers: update genlog-3.8 for rc5
` [PATCH for 3.8 6/8] compat-drivers: refresh patches
` [PATCH for 3.8 7/8] compat-drivers: move disable_drm
` [PATCH for 3.8 8/8] compat-drivers: refresh patches

[PATCH] xfstests: handle new mkfs.btrfs -f option cleanly
 2013-02-26 20:42 UTC  (2+ messages)

[GIT PULL] ext4 updates for 3.9
 2013-02-26 20:39 UTC 

[PATCH 00/24] compat-drivers: patches from last month
 2013-02-26 20:38 UTC  (25+ messages)
` [PATCH 01/24] compat-drivers: remove devinit and devexit from alx driver
` [PATCH 02/24] compat-drivers: refresh patches
` [PATCH 03/24] compat-drivers: do not treat a warning as error
` [PATCH 04/24] compat-drivers: deactivate loopback testing for older kernels
` [PATCH 05/24] compat-drivers: refresh alx patches
` [PATCH 06/24] compat-drivers: deactivate mac80211_hwsim for kernel < 2.6.31
` [PATCH 07/24] compat-drivers: use backport for second workqueue
` [PATCH 08/24] compat-drivers: update genlog-3.8 for rc5
` [PATCH 09/24] compat-drivers: make patches apply again
` [PATCH 10/24] compat-drivers: add the iwlwifi MVM driver
` [PATCH 11/24] compat-drivers: add include for net/if_inet6.h to net/mac80211.h
` [PATCH 12/24] compat-drivers: add missing include for export
` [PATCH 13/24] compat-drivers: refresh patches on next-20130202
` [PATCH 14/24] compat-drivers: refresh patches
` [PATCH 15/24] compat-drivers: make drm patches apply again
` [PATCH 16/24] compat-drivers: add missing include linux/export.h
` [PATCH 17/24] compat-drivers: do not include videomode headers when this feature is deactivated
` [PATCH 18/24] compat-drivers: refresh patches:
` [PATCH 19/24] compat-drivers: backport threaded IRQ for iwlwifi
` [PATCH 20/24] compat-drivers: move disable_drm
` [PATCH 21/24] compat-drivers: refresh patches:
` [PATCH 22/24] compat-drivers: rename GPL file to COPYING
` [PATCH 23/24] compat-drivers: do not use __sock_create()
` [PATCH 24/24] compat-drivers: refresh patches

[PATCH] recipe: u-boot: update recipe for more images
 2013-02-26 20:38 UTC  (10+ messages)

[RFC 0/1] avrcp: Add support for multiple players on the CT side
 2013-02-26 20:34 UTC  (3+ messages)
` [RFC 1/1] "

[U-Boot] [u-boot-mips] gp init and -pie option
 2013-02-26 20:34 UTC  (4+ messages)

[PATCH] ima: prevent dead lock when a file is opened for direct io
 2013-02-26 20:34 UTC  (4+ messages)

Regression introduced with 14e568e78f6f80ca1e27256641ddf524c7dbdc51 (stop_machine: Use smpboot threads)
 2013-02-26 20:33 UTC  (6+ messages)
  ` [Xen-devel] "

SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)
 2013-02-26 20:32 UTC  (4+ messages)

Hung in D state during fclose
 2013-02-26 20:31 UTC  (11+ messages)

gc does not clean up after itself when not enough disk space
 2013-02-26 20:31 UTC  (3+ messages)

[PATCH] cfg80211: Extend support for IEEE 802.11r Fast BSS Transition
 2013-02-26 20:31 UTC  (4+ messages)
  ` [PATCHv2] "

Audit Viewer no horizontal scroll bar
 2013-02-26 20:30 UTC 

[Buildroot] [PATCH v6] wireshark: new package
 2013-02-26 20:29 UTC  (2+ messages)

maintanance on osd host
 2013-02-26 20:27 UTC  (6+ messages)

Crash and strange things on MDS
 2013-02-26 20:26 UTC  (12+ messages)

[PATCH 00/13] Git help option to list user guides
 2013-02-26 20:24 UTC  (6+ messages)
` [PATCH 12/13] Documentation/Makefile: update git guide links

[PATCH, RFC] btrfs-progs: require mkfs -f force option to overwrite filesystem or partition table
 2013-02-26 20:23 UTC  (3+ messages)

[PATCH V2] systemd: set the location of the kill binary
 2013-02-26 20:05 UTC  (5+ messages)

[PATCH] doc: Add possible handsfree-audio API errors
 2013-02-26 20:21 UTC  (2+ messages)

[PATCH] nfs-utils: Add scratch directory for NFS upcall state storage
 2013-02-26 20:02 UTC  (3+ messages)

two-way merge corner case bug
 2013-02-26 20:18 UTC  (2+ messages)

[Buildroot] [pull request v2] Pull request for branch for-master/doc
 2013-02-26 20:18 UTC  (3+ messages)
` [Buildroot] [PATCH 05/11] support: add kconfiglib python module

[PATCH] staging/zcache: Fix/improve zcache writeback code, tie to a config option
 2013-02-26 20:17 UTC  (6+ messages)

[meta-fsl-arm-extra][PATCH 1/3] Add kernel support for Wandboard Dual
 2013-02-26 20:17 UTC  (5+ messages)
` [meta-fsl-arm-extra][PATCH 2/3] Add U-boot "

regression with kernel 3.8
 2013-02-26 20:16 UTC  (3+ messages)
` [PATCH] mac80211: Ensure off-channel frames don't get queued

[PATCH] bluez4: Increase Bluez 4 D-Bus timeouts to 60 seconds
 2013-02-26 20:16 UTC  (2+ messages)

[RFC/WIP PATCH 0/3] fetch moved submodules on-demand
 2013-02-26 20:15 UTC  (8+ messages)
` [RFC/WIP PATCH 1/3] teach config parsing to read from strbuf
    ` [PATCH 0/4] allow more sources for config values
      ` [PATCH 1/4] config: factor out config file stack management


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.