All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-29 21:58:58 to 2011-06-29 23:49:08 UTC [more...]

[PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed
 2011-06-29 23:48 UTC  (87+ messages)
` [PATCH 001/119] staging: brcm80211: fix checkpatch errors in types.h
` [PATCH 002/119] staging:brcm80211:brcmfmac: CONNECTING status bit is set at appropriate location
` [PATCH 003/119] staging: brcm80211: remove flash related code from initvars_srom_pci()
` [PATCH 004/119] staging: brcm80211: minor cleanup in initvars_srom_pci()
` [PATCH 005/119] staging: brcm80211: make use of linux error codes in srom.c
` [PATCH 006/119] staging: brcm80211: remove unused sdtxlock from fullmac
` [PATCH 007/119] staging: brcm80211: remove empty sdrxqlock "
` [PATCH 008/119] staging: brcm80211: move sdtxqlock codes to dhd_sdio.c
` [PATCH 009/119] staging: brcm80211: remove unused files from fullmac
` [PATCH 010/119] staging: brcm80211: remove code for unsupported chipsets from brcmsmac
` [PATCH 011/119] staging: brcm80211: remove unsupported chipset code from brcmsmac phy
` [PATCH 012/119] staging: brcm80211: remove otp power control functions
` [PATCH 013/119] staging: brcm80211: remove code from pmu.c related to unsupported chipsets
` [PATCH 014/119] staging: brcm80211: remove unused macro definitions from pmu.c
` [PATCH 015/119] staging: brcm80211: remove chip simulation specific code
` [PATCH 016/119] staging: brcm80211: remove macro FOREACH_AS_STA
` [PATCH 017/119] staging: brcm80211: change FOREACH_BSS macro to remove checkpatch error
` [PATCH 018/119] staging: brcm80211: remove macro definition DRV_MODULE_NAME
` [PATCH 019/119] staging: brcm80211: get rid on IS_CFG80211_FAVORITE macro
` [PATCH 020/119] staging: brcm80211: move assert function to dhd_linux.c
` [PATCH 021/119] staging: brcm80211: parsed ADDBA response ack window parameter
` [PATCH 024/119] staging: brcm80211: Changed comments
` [PATCH 025/119] staging: brcm80211: removed unneeded 'if' statement
` [PATCH 026/119] staging: brcm80211: delete empty brcmfmac/README file
` [PATCH 027/119] staging: brcm80211: run scripts/cleanfile to remove whitespace errors
` [PATCH 028/119] staging: brcm80211: cleanup "
` [PATCH 029/119] staging: brcm80211: add missing KERN_ facility level to printk()
` [PATCH 031/119] staging: brcm80211: remove unnecessary null check
` [PATCH 032/119] staging: brcm80211: reorg brcms_c_validboardtype for clarity
` [PATCH 033/119] staging: brcm80211: correct bcmsdh_recv_buf() calls
` [PATCH 036/119] staging: brcm80211: remove dhd_set_timer function prototype
` [PATCH 037/119] staging: brcm80211: remove unused globals from dhd_common.c
` [PATCH 039/119] staging: brcm80211: rename functions and variables in dhd_common.c
` [PATCH 040/119] staging: brcm80211: rename ioctl command codes in dhd.h
` [PATCH 041/119] staging: brcm80211: remove unused definitions from dhd.h
` [PATCH 042/119] staging: brcm80211: replace macro BCM_MSG_IFNAME_MAX with IFNAMSIZ
` [PATCH 045/119] staging: brcm80211: remove unnecessary abstraction for scheduler
` [PATCH 046/119] staging: brcm80211: rename fullmac functions
` [PATCH 047/119] staging: brcm80211: remove unused prototypes from dhd.h
` [PATCH 048/119] staging: brcm80211: removed BDC defines
` [PATCH 052/119] staging: brcm80211: remove conditional SIMPLE_ISCAN code
` [PATCH 053/119] staging: brcm80211: rename netdevice related functions in fullmac
` [PATCH 054/119] staging: brcm80211: rename static functions in dhd_linux.c
` [PATCH 055/119] staging: brcm80211: rename more brcmfmac module parameters
` [PATCH 056/119] staging: brcm80211: replaced typedef sdioh_info_t by struct sdioh_info
` [PATCH 057/119] staging: brcm80211: replaced typedef bcmsdh_info_t by struct brcmf_sdio
` [PATCH 058/119] staging: brcm80211: replaced typedef by struct for several sdio types
` [PATCH 059/119] staging: brcm80211: replaced typedef SDIOH_API_RC by int
` [PATCH 060/119] staging: brcm80211: replaced more sdio related typedefs by structs
` [PATCH 061/119] staging: brcm80211: further renaming in fullmac sources
` [PATCH 062/119] staging: brcm80211: remove ARP_OFFLOAD_SUPPORT macro definition
` [PATCH 064/119] staging: brcm80211: remove BCMLXSDMMC "
` [PATCH 066/119] staging: brcm80211: remove DHD_SCHED "
` [PATCH 067/119] staging: brcm80211: remove EMBEDDED_PLATFORM "
` [PATCH 068/119] staging: brcm80211: remove MMC_SDIO_ABORT "
` [PATCH 069/119] staging: brcm80211: remove TOE "
` [PATCH 070/119] staging: brcm80211: define SHOW_EVENTS macro only for debugging
` [PATCH 073/119] staging: brcm80211: remove custom gpio support code
` [PATCH 075/119] staging: brcm80211: rename EPI_VERSION_STR macro
` [PATCH 076/119] staging: brcm80211: use linux native ethertype iso ETH_P_BRCM
` [PATCH 077/119] staging: brcm80211: move sdio related suspend/resume code to bus interface layer
` [PATCH 078/119] staging: brcm80211: move waitqueue code to dhd_sdio.c
` [PATCH 079/119] staging: brcm80211: move fullmac watchdog timer "
` [PATCH 080/119] staging: brcm80211: move debug console related "
` [PATCH 082/119] staging: brcm80211: move sdio resource lock "
` [PATCH 084/119] staging: brcm80211: rename function variables
` [PATCH 087/119] staging: brcm80211: rename macro definitions in dhd.h
` [PATCH 088/119] staging: brcm80211: remove unused macro definitions from dhd.h
` [PATCH 090/119] staging: brcm80211: rename structure definitions in dhd_linux.c
` [PATCH 094/119] staging: brcm80211: removed last occurrences of bcmsdh/BCMSDH
` [PATCH 096/119] staging: brcm80211: removed brcmf_sdioh_interrupt_pending()
` [PATCH 097/119] staging: brcm80211: removed brcmf_sdioh_reset()
` [PATCH 100/119] staging: brcm80211: further cleaned fullmac header files
` [PATCH 101/119] staging: brcm80211: removed last global function declaration in .c file
` [PATCH 103/119] staging: brcm80211: remove unused macros from dhd_dbg.h
` [PATCH 105/119] staging: brcm80211: rename static functions in wl_cfg80211.c
` [PATCH 106/119] staging: brcm80211: removed last typedefs from fullmac
` [PATCH 107/119] staging: brcm80211: removed unused code and definitions "
` [PATCH 108/119] staging: brcm80211: fullmac register access macro's take u32 instead of pointers
` [PATCH 111/119] staging: brcm80211: got rid of redundant member 'regs' of struct dhd_bus
` [PATCH 112/119] staging: brcm80211: removed last amd64 compiler warnings
` [PATCH 113/119] staging: brcm80211: W_REG macro cleanup in fullmac SDIO
` [PATCH 115/119] staging: brcm80211: rename structures and variables in wl_cfg80211.c
` [PATCH 116/119] staging: brcm80211: rename pointer conversion macros in wl_cfg80211.h
` [PATCH 117/119] staging: brcm80211: rename external function in wl_cfg80211.c
` [PATCH 119/119] staging: brcm80211: updated TODO file

[PATCH v4 0/6] NFC subsystem
 2011-06-29 23:46 UTC  (8+ messages)
` [PATCH v4 1/6] NFC: add nfc subsystem core

[PATCH] crypto: caam - fix operator precedence in shared descriptor allocation
 2011-06-29 23:44 UTC  (4+ messages)

[PATCH] eglibc-locale: add missing 2.12 version
 2011-06-29 23:39 UTC  (2+ messages)

[PATCH v7 00/16] EVM
 2011-06-29 23:42 UTC  (3+ messages)

[PATCH v3] futex: Fix regression with read only mappings
 2011-06-29 23:38 UTC  (3+ messages)
` [PATCH v4] "

USBIP protocol documentation?
 2011-06-29 23:34 UTC  (8+ messages)
          ` [PATCH, RFC] USBIP protocol documentation

[PATCH] bridge: Forward EAPOL Kconfig option BRIDGE_PAE_FORWARD
 2011-06-29 23:34 UTC  (16+ messages)
                    ` [PATCH 1/2] bridge: ignore pause & bonding frames
                      ` [PATCH 2/2] bridge: pass through 802.1X & co. in 'dumb' mode

[GIT PULL] perf tools updates
 2011-06-29 23:34 UTC  (7+ messages)
` [PATCH 1/6] perf tools: Add inverted call graph report support
` [PATCH 2/6] perf tools: Make sort operations static
` [PATCH 3/6] perf tools: Remove sort print helpers declarations
` [PATCH 4/6] perf tools: Don't display ignored entries on stdio ui
` [PATCH 5/6] perf tools: Allow sort dimensions to be registered more than once
` [PATCH 6/6] perf tools: Only display parent field if explictly sorted

[PATCH] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"
 2011-06-29 23:35 UTC  (3+ messages)

[U-Boot] Pull request u-boot-blackfin.git (post branch)
 2011-06-29 23:30 UTC  (3+ messages)

[PATCH] OMAP3: run the ASM sleep code from DDR
 2011-06-29 23:30 UTC  (7+ messages)

[ANNOUNCE] iproute2 2.6.39
 2011-06-29 23:27 UTC 

Consistent MAC on Beagleboard xM
 2011-06-29 23:11 UTC  (3+ messages)

[PATCH] linux-firmware: add cxgb4 firmware file
 2011-06-29 22:54 UTC  (2+ messages)
` [PATCH] linux-firmware: update cxgb4 firmware

[PATCH] OMAP4: I2C: Enable FIFO usage for OMAP4
 2011-06-29 23:23 UTC  (2+ messages)

[U-Boot] [PATCH/RFC] unify version_string
 2011-06-29 23:18 UTC  (3+ messages)
` [U-Boot] [PATCH/RFC v4] "

[PATCH/RFC] Encapsulating isatty(2) calls into new progress_is_desired()
 2011-06-29 23:17 UTC  (2+ messages)

High CPU Utilization When Copying to Ext4
 2011-06-29 23:16 UTC  (4+ messages)

+ mm-nommuc-fix-remap_pfn_range-update.patch added to -mm tree
 2011-06-29 23:16 UTC 

[B.A.T.M.A.N.] [PATCHv2] batman-adv: pass a unique flag arg instead of a sequence of bool ones
 2011-06-29 23:14 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: split tt_local/global_entry flags field for local and remote computations
` [B.A.T.M.A.N.] [PATCHv3 2/2] batman-adv: pass a unique flag arg instead of a sequence of bool ones

IOMMU Domain for Dom0
 2011-06-29 23:11 UTC  (3+ messages)

[PATCH] pass ELD to HDMI/DP audio driver
 2011-06-29 23:11 UTC  (3+ messages)
` [PATCH v2] "

How to reuse code in oe-core environment
 2011-06-29 23:02 UTC 

Audit rotate vs log rotate questions
 2011-06-29 23:10 UTC 

[PATCH 1/1] nfs-utils: Don't hard code source and destination args
 2011-06-29 23:09 UTC  (3+ messages)

[PATCH] bridge: Forward EAPOL when sysfs bridge/pae_forward is set
 2011-06-29 23:02 UTC 

htpasswd file outside of standard Apache location
 2011-06-29 23:01 UTC  (3+ messages)
  ` context of files not adapted to new directory when moved (was: htpasswd file outside of standard Apache location)

i2c-ocores timeout bug
 2011-06-29 22:55 UTC  (2+ messages)

[PATCH 0/1] Add env setting to support libtool2.4 m4 macro
 2011-06-29 23:09 UTC  (2+ messages)
` [PATCH 1/1] Add OECORE_ACLOCAL_OPTS to env setup scripts for autotool project using correct libtool 2.4

+ notifiers-pm-move-pm-notifiers-into-suspendh-update.patch added to -mm tree
 2011-06-29 22:52 UTC 

Linux pNFS status meeting 06/02/11
 2011-06-29 22:52 UTC  (2+ messages)
` Linux pNFS status meeting - NO MEETING THIS WEEK

[PATCH 1/1] net/fec: iMX53 needs gasket for both MII and RMII
 2011-06-29 22:50 UTC 

+ kernel-configsc-include-module_-when-config_ikconfig_proc=n.patch added to -mm tree
 2011-06-29 22:48 UTC 

[U-Boot] Is somebody workin on getting the AT91SAM9G45EKES working on the latest build?
 2011-06-29 22:47 UTC 

+ mach-ux500-add-lm3530-als-platform-data-for-u5500.patch added to -mm tree
 2011-06-29 22:46 UTC 

+ leds-lm3530-calibrate-als-input-voltage.patch added to -mm tree
 2011-06-29 22:46 UTC 

[PATCH 11/11] gprs: Add API to set a 'detach'notification callback
 2011-06-29 22:46 UTC  (2+ messages)

[Bug 36327] New: fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend
 2011-06-29 22:43 UTC  (2+ messages)
` [Bug 36327] "

[PATCH 02/11] stk: Add support for the proactive command 'Open channel'
 2011-06-29 22:38 UTC  (2+ messages)

[PATCH 08/15] bfa: Extend BSG interface
 2011-06-29 22:38 UTC  (3+ messages)

[PATCH] KEYS: Fix error handling in construct_key_and_link()
 2011-06-29 22:36 UTC  (2+ messages)

[PATCH] eglibc-locale: fix localedef packaging
 2011-06-29 22:31 UTC  (3+ messages)

MPS table vs ACPI
 2011-06-29 22:32 UTC 

mds sync wrlock
 2011-06-29 22:33 UTC  (5+ messages)

[U-Boot] [PATCH] ehci-hcd: Allow cleanups to happen on an EHCI timeout
 2011-06-29 22:32 UTC  (2+ messages)

[PATCH] virt: Cleaning up debug messages
 2011-06-29 22:31 UTC 

+ checkpatchpl-add-ability-to-ignore-various-messages.patch added to -mm tree
 2011-06-29 22:29 UTC 

+ acpi-remove-nid_inval.patch added to -mm tree
 2011-06-29 22:24 UTC 

+ oom-remove-references-to-old-badness-function.patch added to -mm tree
 2011-06-29 22:24 UTC 

Building behind a firewall/proxy
 2011-06-29 22:19 UTC  (5+ messages)

+ notifiers-vt-move-vt-notifiers-into-vth.patch added to -mm tree
 2011-06-29 22:23 UTC 

+ notifiers-sys-move-reboot-notifiers-into-rebooth.patch added to -mm tree
 2011-06-29 22:23 UTC 

+ notifiers-pm-move-pm-notifiers-into-suspendh.patch added to -mm tree
 2011-06-29 22:23 UTC 

+ notifiers-net-move-netdevice-notifiers-into-netdeviceh.patch added to -mm tree
 2011-06-29 22:23 UTC 

+ notifiers-cpu-move-cpu-notifiers-into-cpuh.patch added to -mm tree
 2011-06-29 22:23 UTC 

[PATCH 01/11] gprs: Add private APIs to activate/deactivate private contexts
 2011-06-29 22:22 UTC  (2+ messages)

[PATCH v2] powerpc/book3e-64: use a separate TLB handler when linear map is bolted
 2011-06-29 22:20 UTC  (4+ messages)

LVM2/daemons/common daemon-client.c daemon-ser 
 2011-06-29 22:20 UTC 

[PATCH] fs, dlm: Don't leak, don't do pointless NULL checks and use kzalloc
 2011-06-29 22:17 UTC  (5+ messages)
` [Cluster-devel] "

+ ipc-introduce-shm_rmid_forced-sysctl-testing.patch added to -mm tree
 2011-06-29 22:15 UTC 

+ ipc-introduce-shm_rmid_forced-sysctl.patch added to -mm tree
 2011-06-29 22:14 UTC 

+ ipc-introduce-shm_rmid_forced-sysctl-cleanup.patch added to -mm tree
 2011-06-29 22:15 UTC 

+ ipc-introduce-shm_rmid_forced-sysctl-fix.patch added to -mm tree
 2011-06-29 22:14 UTC 

[kernel-hardening] [RFC] ipc: introduce shm_rmid_forced sysctl
 2011-06-29 22:14 UTC  (3+ messages)
`  "
  ` [kernel-hardening] "

Compile error in carl9170 on Debian Squeeze
 2011-06-29 22:14 UTC  (4+ messages)

[PATCH 00/27] patch queue for Linux 3.1
 2011-06-29 22:13 UTC  (9+ messages)
` [PATCH 04/27] xfs: cleanup xfs_add_to_ioend
` [PATCH 05/27] xfs: work around bogus gcc warning in xfs_allocbt_init_cursor
` [PATCH 06/27] xfs: split xfs_setattr
` [PATCH 08/27] xfs: kill xfs_itruncate_start

[RFC v3 00/13] bcma: add support for embedded devices like bcm4716
 2011-06-29 22:11 UTC  (14+ messages)
` [RFC v3 01/13] bcma: move parsing of EEPROM into own function
` [RFC v3 02/13] bcma: move initializing of struct bcma_bus to "
` [RFC v3 03/13] bcma: add functions to scan cores needed on SoCs
` [RFC v3 04/13] bcma: add SOC bus
` [RFC v3 05/13] bcma: add mips driver
` [RFC v3 06/13] bcma: add serial console support
` [RFC v3 07/13] bcma: get CPU clock
` [RFC v3 08/13] bcma: add pci(e) host mode
` [RFC v3 09/13] bcma: add check if sprom is available before accessing it
` [RFC v3 10/13] bcm47xx: prepare to support different buses
` [RFC v3 11/13] bcm47xx: make it possible to build bcm47xx without ssb
` [RFC v3 12/13] bcm47xx: add support for bcma bus
` [RFC v3 13/13] bcm47xx: fix irq assignment for new SoCs

[PATCH] xfs: Remove the second parameter to xfs_sb_count()
 2011-06-29 22:10 UTC 

linux-2.6_2.6.39-1_amd64.changes ACCEPTED into unstable
 2011-06-29 21:59 UTC  (12+ messages)
                ` [m68k] Patches for 3.0 (was Re: linux-2.6_2.6.39-1_amd64.changes ACCEPTED into unstable)
                    ` [m68k] Patches for 3.0

[RFC 0/2] Sanity check network connectivity
 2011-06-29 22:00 UTC  (4+ messages)
` [RFC 1/2] sanity.bbclass: pass the data object to the less frequent test harnesses
` [RFC 2/2] sanity: implement network connectivity test

[PATCH] xfs: replace bp->flags usage with predefined macros
 2011-06-29 22:02 UTC  (6+ messages)

[PATCH] powerpc/mm: add devmem_is_allowed() for STRICT_DEVMEM checking
 2011-06-29 22:01 UTC  (4+ messages)

+ arch-x86-kernel-e820c-eliminate-bubble-sort-from-sanitize_e820_map.patch added to -mm tree
 2011-06-29 22:00 UTC 

[PATCH] compat: define irq_set_probe() and irq_set_noprobe() only on Linux 2.6.25+
 2011-06-29 22:01 UTC 

[GSoC 11 submodule] Status update
 2011-06-29 21:58 UTC  (5+ 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.