All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-31 00:24:43 to 2013-05-31 02:26:50 UTC [more...]

[PATCH] Add a help message into man page of makedumpfile for -b option
 2013-05-31  2:26 UTC  (2+ messages)

[PATCH 0/5] Add 'tcp-wrappers' PACKAGECONFIG
 2013-05-31  2:26 UTC  (6+ messages)
` [PATCH 1/5] rpcbind: obey "
` [PATCH 2/5] quota: "
` [PATCH 3/5] systemd: "
` [PATCH 4/5] portmap: "
` [PATCH 5/5] nfs-utils: "

[Qemu-devel] [PATCH V15 0/6] replace QEMUOptionParameter with QemuOpts parser
 2013-05-31  2:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH V15 1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print
` [Qemu-devel] [PATCH V15 3/6] Create four QemuOptsList related functions

[Bug 54867] New: bug in r300 compiler
 2013-05-31  2:22 UTC  (2+ messages)
` [Bug 54867] "

[SPAM] Réduisez vos factures d'énergie jusqu'à 90 pourcent
 2013-05-31  2:20 UTC 

[Qemu-devel] [RFC PATCH v3 00/11] qemu-ga: fsfreeze on Windows using VSS
 2013-05-31  2:20 UTC  (3+ messages)

[regression, bisected] x86: efi: Pass boot services variable info to runtime code
 2013-05-31  2:17 UTC  (12+ messages)

[Qemu-devel] [RFC] Check backing_file chain's loop
 2013-05-31  2:17 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v3 05/11] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze
 2013-05-31  2:15 UTC  (5+ messages)

[wireless-regdb] [PATCH 00/40] crda: reglib enhancements
 2013-05-31  2:09 UTC  (82+ messages)
`  "
` [wireless-regdb] [PATCH 01/40] crda: make reg_rules_intersect() style match Linux
  `  "
` [wireless-regdb] [PATCH 02/40] crda: port over Linux is_valid_reg_rule() change bd05f28e
  `  "
` [wireless-regdb] [PATCH 03/40] crda: remove verbose errors out of regdom_intersect()
  `  "
` [wireless-regdb] [PATCH 04/40] crda: constify usage of struct ieee80211_regdomain
  `  "
` [wireless-regdb] [PATCH 05/40] crda: remove unused BUG_ON() from intersect.c
  `  "
` [wireless-regdb] [PATCH 06/40] crda: move regdom_intersect() to reglib
  `  "
` [wireless-regdb] [PATCH 07/40] crda: fix regression when using reglib_for_each_country()
  `  "
` [wireless-regdb] [PATCH 08/40] crda: move intersection if first attempt failed
  `  "
` [wireless-regdb] [PATCH 09/40] crda: do not double count on reglib_for_each_country()
  `  "
` [wireless-regdb] [PATCH 10/40] crda: annotate intersection worst case scenerio
  `  "
` [wireless-regdb] [PATCH 11/40] crda: fix intersect.c memory management
  `  "
` [wireless-regdb] [PATCH 12/40] crda: explicitly munmap() on reglib_get_rd_alpha2()
  `  "
` [wireless-regdb] [PATCH 13/40] crda: explicitly close file descriptor and munmap() on failures
  `  "
` [wireless-regdb] [PATCH 14/40] crda: separate crda_verify_db_signature() implementations
  `  "
` [wireless-regdb] [PATCH 15/40] crda: use gcry_sexp_release() on crda_verify_db_signature()
  `  "
` [wireless-regdb] [PATCH 16/40] crda: explicitly use close() and munmap() on reglib_get_rd_alpha2()
  `  "
` [wireless-regdb] [PATCH 17/40] crda: use gcry_mpi_release() when using gcry_mpi_scan()
  `  "
` [wireless-regdb] [PATCH 18/40] crda: rename world and prev_world on intersect.c
  `  "
` [wireless-regdb] [PATCH 19/40] crda: remove verbosity out of intersect.c
  `  "
` [wireless-regdb] [PATCH 20/40] crda: rename regdom_intersect() to reglib_intersect_rds()
  `  "
` [wireless-regdb] [PATCH 21/40] crda: rename crda_get_file_ptr() to reglib_get_file_ptr()
  `  "
` [wireless-regdb] [PATCH 22/40] crda: rename crda_verify_db_signature() to reglib_verify_db_signature()
  `  "
` [wireless-regdb] [PATCH 23/40] crda: rename print_regdom() to reglib_print_regdom()
  `  "
` [wireless-regdb] [PATCH 24/40] crda: add regdb_dfs_regions
  `  "
` [wireless-regdb] [PATCH 25/40] crda: make print-regdom use internal flags
  `  "
` [wireless-regdb] [PATCH 26/40] crda: move reg print helpers to reglib
  `  "
` [wireless-regdb] [PATCH 27/40] crda: rename is_world_regdom() to reglib_is_world_regdom()
  `  "
` [wireless-regdb] [PATCH 28/40] crda: rename isalpha_upper() to reglib_isalpha_upper()
  `  "
` [wireless-regdb] [PATCH 29/40] crda: rename is_alpha2() to reglib_is_alpha2()
  `  "
` [wireless-regdb] [PATCH 30/40] crda: rename is_valid_regdom() to reglib_is_valid_regdom()
  `  "
` [wireless-regdb] [PATCH 31/40] crda: rename max() to reglib_max()
  `  "
` [wireless-regdb] [PATCH 32/40] crda: rename min() to reglib_min()
  `  "
` [wireless-regdb] [PATCH 33/40] crda: fix spacing on reglib_for_each_country()
  `  "
` [wireless-regdb] [PATCH 34/40] crda: clarify intersect.c only computes an intersection
  `  "
` [wireless-regdb] [PATCH 35/40] crda: separate intersecting a full db into a helper
  `  "
` [wireless-regdb] [PATCH 36/40] crda: move reglib_intersect_regdb() to reglib
  `  "
` [wireless-regdb] [PATCH 37/40] crda: move regdbprint to its own helper
  `  "
` [wireless-regdb] [PATCH 38/40] crda: add reglib regdb context helpers: reglib_(malloc|free)_regdb_ctx()
  `  "
` [wireless-regdb] [PATCH 39/40] crda: pass struct reglib_regdb_ctx to country2rd()
  `  "
` [wireless-regdb] [PATCH 40/40] crda: make reglib_for_each_country() use the reglib context
  `  "

[GIT PULL] Renesas ARM based r8a7779 SoC updates for v3.11
 2013-05-31  2:07 UTC  (6+ messages)
` [PATCH 2/2] ARM: shmobile: r8A7779: fix Ether device name

[Qemu-devel] [PATCH v7 0/4] KVM flash memory support
 2013-05-31  2:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 1/4] isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)

Speed up 'rbd rm'
 2013-05-31  2:04 UTC  (6+ messages)

[PATCH] findutils: backport more fixes for documentation build errors
 2013-05-31  2:15 UTC 

[PATCH 00/18] KVM/MIPS32: Support for the new Virtualization ASE (VZ-ASE)
 2013-05-31  1:56 UTC  (6+ messages)
` [PATCH 06/18] KVM/MIPS32-VZ: VZ-ASE related callbacks to handle guest exceptions that trap to the Root context

One question about the pci_assign_unassign_resources()
 2013-05-31  1:52 UTC 

[RFC] reflog: show committer date in verbose mode
 2013-05-31  1:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] fw_cfg: misc fixes
 2013-05-31  1:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/3] fw_cfg: add API to find FW cfg object

[PATCH v7 00/11] ASoC: fsl-ssi: ac97-slave support
 2013-05-31  1:51 UTC  (4+ messages)
` [PATCH v7 08/11] ASoC: phycore-ac97: Add DT support

[PATCHv12 0/4] zswap: compressed swap caching
 2013-05-31  1:48 UTC  (13+ messages)
` [PATCHv12 2/4] zbud: add to mm/

[Xenomai] freescale(imx53) with xenomai patch
 2013-05-31  1:50 UTC 

[PATCH -next v3] dmaengine: ste_dma40: fix error return code in d40_probe()
 2013-05-31  1:50 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h
 2013-05-31  1:48 UTC  (5+ messages)

TLB and PTE coherency during munmap
 2013-05-31  1:40 UTC  (13+ messages)

[PATCH] pinctrl: sh-pfc: r8a7779: Fix missing MOD_SEL2 entry
 2013-05-31  1:37 UTC  (2+ messages)

[Xenomai] freescale(imx53) with xenomai patch
 2013-05-31  1:36 UTC  (4+ messages)

can't access PCIe card under sbc8548
 2013-05-31  1:34 UTC  (2+ messages)

[nightly] Distroless meta-ti/master minimal build 2013-05-30_21-01-44
 2013-05-31  1:24 UTC 

[PATCH] PCI: set correct value for iov device before device
 2013-05-31  1:29 UTC  (6+ messages)

Kernel panic in IPv6 ndisc/redirect in kernel 3.9.4
 2013-05-31  1:27 UTC  (2+ messages)
` [PATCH net/3.9] ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb

[PATCH 0/4] clk, mfd: u8540 clock tree definition
 2013-05-31  1:25 UTC  (3+ messages)

[PATCH] clk: use platform_{get,set}_drvdata()
 2013-05-31  1:20 UTC  (2+ messages)

[PATCH v2] ata: increase retry count but shorten duration for Calxeda controller
 2013-05-31  1:20 UTC  (2+ messages)

[RFC/PATCH v2 0/2] R-Car GPIO DT bindings
 2013-05-31  1:20 UTC  (6+ messages)
` [RFC/PATCH v2 2/2] gpio-rcar: Add DT support

[RFC] Comparison of power-efficient scheduling patch sets
 2013-05-31  1:17 UTC  (2+ messages)

[PATCH 1/2] ahci: make ahci_transmit_led_message into a function pointer
 2013-05-31  1:17 UTC  (3+ messages)
` [PATCH 2/2] sata highbank: add bit-banged SGPIO driver support

[PATCH 0/5] scsi: use platform helper macro and wrapper functions
 2013-05-31  1:15 UTC  (4+ messages)

[PATCH v2 1/3] video: xilinxfb: Fix OF probing on little-endian systems
 2013-05-31  1:16 UTC  (5+ messages)
` [PATCH v2 2/3] video: xilinxfb: Do not use out_be32 IO function

[RFC PATCHv4 0/6] arm: Initial TI-Nspire support
 2013-05-31  1:16 UTC  (4+ messages)
` [RFC PATCHv4 3/6] clk: TI-Nspire clock drivers

[PATCH] git.txt: remove stale comment regarding GIT_WORK_TREE
 2013-05-31  1:11 UTC 

[Qemu-devel] [PATCH RFC 0/7] pass cpu online/offline event bewteen QEMU and linux kernel by ACPI Embedded Controller
 2013-05-31  0:13 UTC  (3+ messages)

[PATCH] mutex: do not unnecessarily deal with waiters
 2013-05-31  1:12 UTC  (2+ messages)

[PATCH] net: skbuff: use _RET_IP_
 2013-05-31  1:11 UTC  (4+ messages)

[U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge
 2013-05-31  1:08 UTC  (5+ messages)

[PATCH -next v2] dmaengine: ste_dma40: fix error return code in d40_probe()
 2013-05-31  1:07 UTC  (5+ messages)

[PATCH 1/4 net-next] tcp: consolidate PRR packet accounting
 2013-05-31  1:07 UTC  (8+ messages)
` [PATCH 2/4 net-next] tcp: refactor undo functions
` [PATCH 3/4 net-next] tcp: fix undo on partial ack in recovery
` [PATCH 4/4 net-next] tcp: undo on DSACK during recovery

[PATCH RFC v3 0/3] added managed media/v4l2 initialization
 2013-05-31  1:10 UTC  (7+ messages)
` [PATCH RFC v3 2/3] media: added managed v4l2 control initialization

[U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support
 2013-05-31  1:02 UTC  (3+ messages)
` [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

[PATCH 2/2] xtensa: Flat DeviceTree copy not future-safe
 2013-05-31  1:01 UTC  (3+ messages)
` Fwd: "

[PATCH net-next 0/6] net/core, bonding: dev_uc_sync fixes, bonding update
 2013-05-31  0:55 UTC  (7+ messages)
` [PATCH net-next 1/6] net/core: __hw_addr_create_ex does not initialize sync_cnt
` [PATCH net-next 2/6] net/core: __hw_addr_unsync_one refcount leak synced
` [PATCH net-next 3/6] net/core: __hw_addr_sync_one / _multiple broken
` [PATCH net-next 4/6] net/core: dev_mc_sync_multiple calls wrong helper
` [PATCH net-next 5/6] bonding: Convert hw addr handling to sync/unsync, support ucast addresses
` [PATCH net-next 6/6] bonding: disallow change of MAC if fail_over_mac enabled

[PATCH v4 00/12] net: mv643xx_eth DT support and fixes
 2013-05-31  0:55 UTC  (5+ messages)
` [PATCH v5 00/13] "

[PATCH 1/2] sha1_file: silence sha1_loose_object_info
 2013-05-31  0:52 UTC  (4+ messages)
` [PATCH 2/2] lookup_commit_reference_gently: do not read non-{tag,commit}

BQL-related tg3 transmit timeout on 5720 / Dell R720
 2013-05-31  0:51 UTC  (4+ messages)

[PATCH 3.9-stable] ASoC: wm8994: Fix reporting of accessory removal on
 2013-05-31  0:48 UTC 

[PATCH 3.9-stable] ASoC: wm8994: use the correct pointer to get the control
 2013-05-31  0:47 UTC 

nfsd fixes for 3.10
 2013-05-31  0:47 UTC 

[PATCH v2 0/3] Add DP related DT and Display-timing Node to exynos5250 based Arndale Board
 2013-05-31  0:40 UTC  (2+ messages)

[GIT PULL] x86 fixes for v3.10-rc4
 2013-05-31  0:39 UTC 

can't access PCIe card under sbc8548
 2013-05-31  0:40 UTC  (3+ messages)

[PATCH 00/14] Random LPAE-related patches
 2013-05-31  0:38 UTC  (4+ messages)

[PATCH v8 00/11] KVM: MMU: fast zap all shadow pages
 2013-05-31  0:36 UTC  (12+ messages)
` [PATCH v8 01/11] KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall
` [PATCH v8 02/11] KVM: MMU: drop unnecessary kvm_reload_remote_mmus
` [PATCH v8 03/11] KVM: MMU: fast invalidate all pages
` [PATCH v8 04/11] KVM: x86: use the fast way to "
` [PATCH v8 05/11] KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
` [PATCH v8 06/11] KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
` [PATCH v8 07/11] KVM: MMU: do not reuse the obsolete page
` [PATCH v8 08/11] KVM: MMU: zap pages in batch
` [PATCH v8 09/11] KVM: MMU: collapse TLB flushes when zap all pages
` [PATCH v8 10/11] KVM: MMU: reclaim the zapped-obsolete page first
` [PATCH v8 11/11] KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped

[Qemu-devel] [PATCH v2 1/2] net: introduce MAC_TABLE_CHANGED event
 2013-05-31  0:35 UTC  (11+ messages)

[PATCH 0/5] HSCIF support
 2013-05-31  0:33 UTC  (2+ messages)

[PATCHv3 0/2] xen: maintain an accurate persistent clock in more cases
 2013-05-31  0:30 UTC  (4+ messages)
` [PATCH 1/2] x86/xen: sync the wallclock when the system time changes

[PATCH 0/5] netfilter fixes for 3.10-rc3
 2013-05-31  0:24 UTC  (3+ messages)
` [PATCH 1/5] netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6

3.10.0-rc2 mlx4 not receiving packets for some multicast groups
 2013-05-31  0:23 UTC  (10+ 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.