All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-02 00:33:59 to 2014-10-02 03:29:10 UTC [more...]

[U-Boot] Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 broke mpc85xx
 2014-10-02  3:29 UTC  (5+ messages)

[PATCH] Support DOS paths in dash
 2014-10-02  3:18 UTC  (3+ messages)

[PATCH v4 0/4] regulator support for pmbus and ltc2978
 2014-10-02  3:25 UTC  (3+ messages)
  ` [lm-sensors] "

[PATCH net-next 2/2] sunvnet: vnet_start_xmit() must hold a refcnt on port
 2014-10-02  3:23 UTC  (5+ messages)

[PATCH v2 08/17] powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts
 2014-10-02  3:16 UTC  (3+ messages)

[PATCH for-next 0/9] Peer-Direct support
 2014-10-02  3:14 UTC  (4+ messages)
` [PATCH for-next 9/9] Samples: Peer memory client example

[PATCH v2 05/17] powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize
 2014-10-02  3:13 UTC  (3+ messages)

[PATCHSET 0/5] perf tools: Speed up dwarf callchain post-unwinding for libunwind (v3)
 2014-10-02  3:12 UTC  (7+ messages)
` [PATCH 1/5] perf report: Set callchain_param.record_mode for future use
  ` [PATCH v3.1 "
` [PATCH 2/5] perf callchain: Create an address space per thread
` [PATCH 3/5] perf callchain: Use global caching provided by libunwind
` [PATCH 4/5] perf kvm: Use thread_{,_set}_priv helpers
` [PATCH 5/5] perf trace: "

[GIT] Networking
 2014-10-02  3:03 UTC 

[PATCH 00/20] powerpc: Convert power off logic to pm_power_off
 2014-10-02  2:51 UTC  (11+ messages)

[Bug 74294] New: Awesomenauts can't launch with R600_LLVM=1
 2014-10-02  3:00 UTC  (3+ messages)
` [Bug 74294] "

[PATCH net-next v6 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-10-02  2:56 UTC  (5+ messages)

[PATCH 1/3] ext4: fix over-defensive complain after journal abort
 2014-10-02  2:52 UTC  (7+ messages)
` [PATCH 2/3] ext4: get rid of code duplication
` [PATCH 3/3] ext4: optimize block allocation on grow indepth

[PATCH] Fix linking errors when CONFIG_RTE_BUILD_SHARED_LIB is enabled
 2014-10-02  2:48 UTC  (6+ messages)

[PATCH] Fixed all coding style issues for drivers/staging/media/lirc/
 2014-10-02  2:46 UTC  (2+ messages)

[U-Boot] [PATCH 0/2 v3] arm: socfpga: Add Cadence QSPI support
 2014-10-02  2:47 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 4/4 v3] mtd: sf: Add CONFIG_SPI_N25Q256A_RESET for software-reset

cron job: media_tree daily build: WARNINGS
 2014-10-02  2:42 UTC 

[memnic PATCH v2 6/7] pmd: add branch hint in recv/xmit
 2014-10-02  2:42 UTC  (10+ messages)

[PATCH v4]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-10-02  2:40 UTC  (7+ messages)
` [PATCH v4 02/10] PCI: imx6: add imx6sx pcie support
` [PATCH v4 10/10] ARM: imx6sx: enable pcie on imx6sx sdb board

[U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches
 2014-10-02  2:37 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] usb: gadget: fastboot: add max-download-size variable

1.0.51 released
 2014-10-02  2:37 UTC 

linux-next: build failure after merge of the arm-soc tree
 2014-10-02  2:36 UTC  (5+ messages)

inconsistent handling of unaligned hash inputs
 2014-10-02  2:35 UTC  (8+ messages)

Transaction patch series overview
 2014-10-02  2:35 UTC  (31+ messages)
        ` [PATCH v21 0/19] rs/ref-transaction (Re: Transaction patch series overview)
          ` [PATCH v22 0/24] rs/ref-transaction
            ` [PATCH 01/24] mv test: recreate mod/ directory instead of relying on stale copy
            ` [PATCH 02/24] wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
            ` [PATCH 03/24] wrapper.c: add a new function unlink_or_msg
            ` [PATCH 04/24] refs.c: add an err argument to delete_ref_loose
            ` [PATCH 05/24] refs.c: pass the ref log message to _create/delete/update instead of _commit
            ` [PATCH 06/24] rename_ref: don't ask read_ref_full where the ref came from
            ` [PATCH 07/24] refs.c: refuse to lock badly named refs in lock_ref_sha1_basic
            ` [PATCH 08/24] refs.c: call lock_ref_sha1_basic directly from commit
            ` [PATCH 09/24] refs.c: pass a list of names to skip to is_refname_available
            ` [PATCH 10/24] refs.c: ref_transaction_commit: distinguish name conflicts from other errors
            ` [PATCH 11/24] fetch.c: change s_update_ref to use a ref transaction
            ` [PATCH 12/24] refs.c: make write_ref_sha1 static
            ` [PATCH 13/24] refs.c: change resolve_ref_unsafe reading argument to be a flags field
            ` [PATCH 14/24] reflog test: test interaction with detached HEAD
            ` [PATCH 15/24] branch -d: avoid repeated symref resolution
            ` [PATCH 16/24] branch -d: simplify by using RESOLVE_REF_READING flag
            ` [PATCH 17/24] packed-ref cache: forbid dot-components in refnames
            ` [PATCH 18/24] test: put tests for handling of bad ref names in one place
            ` [PATCH 19/24] refs.c: allow listing and deleting badly named refs
            ` [PATCH 20/24] for-each-ref.c: improve message before aborting on broken ref
            ` [PATCH 21/24] remote rm/prune: print a message when writing packed-refs fails
            ` [PATCH 22/24] refs.c: do not permit err == NULL
            ` [PATCH 23/24] lockfile: remove unable_to_lock_error
            ` [PATCH 24/24] ref_transaction_commit: bail out on failure to remove a ref

[PATCH] Btrfs-progs: rebuild the crc tree with --init-csum-tree
 2014-10-02  2:35 UTC  (2+ messages)

[PATCH] staging: Add Xilinx Clocking Wizard driver
 2014-10-02  2:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drivers:ethernet:davinci_emac.c:Fixes flaw in mac address handling
 2014-10-02  2:32 UTC 

[PATCH v2]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-10-02  2:26 UTC  (6+ messages)
` [PATCH v2 2/5] PCI: imx6: wait the clocks to stabilize after ref_en

[linux-next test] 30523: tolerable FAIL
 2014-10-02  2:22 UTC 

[PATCH] ext4: fix return value of ext4_do_update_inode
 2014-10-02  2:22 UTC  (2+ messages)

[PATCH v2 2/4] gpu/radeon: Move 64-bit MSI quirk from arch to driver
 2014-10-02  2:18 UTC  (4+ messages)

[PATCH 4/4] ALSA: hda - Limit 40bit DMA for AMD HDMI controllers
 2014-10-02  2:16 UTC  (4+ messages)

[PATCH] ext4: ensure LARGE_FILE feature when mounting delalloc
 2014-10-02  2:15 UTC  (3+ messages)

[net-next 1/1] bna: Update Maintainer Email
 2014-10-02  2:13 UTC 

[PATCH v2 3/4] sound/radeon: Move 64-bit MSI quirk from arch to driver
 2014-10-02  2:13 UTC  (6+ messages)

[PATCH v2 net-next] net: phy: add BCM7425 and BCM7429 PHYs
 2014-10-02  2:12 UTC  (2+ messages)

[PATCH net-next] net: bcmgenet: fix bcmgenet_put_tx_csum()
 2014-10-02  2:12 UTC  (2+ messages)

[PATCH v2 net-next] net: pktgen: packet bursting via skb->xmit_more
 2014-10-02  2:08 UTC  (2+ messages)

[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
 2014-10-02  2:06 UTC  (6+ messages)
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize

[PATCH net-next] net: bridge: add a br_set_state helper function
 2014-10-02  2:05 UTC  (3+ messages)
` [Bridge] "

[PATCH v2 04/17] powerpc/msi: Improve IRQ bitmap allocator
 2014-10-02  2:01 UTC  (3+ messages)

[Patch net-next] net_sched: fix another crash in cls_tcindex
 2014-10-02  2:01 UTC  (4+ messages)
` [Patch net-next] net_sched: avoid calling tcf_unbind_filter() in call_rcu callback

[U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards
 2014-10-02  2:01 UTC  (5+ messages)

[PATCH] dm-raid: add RAID discard support
 2014-10-02  2:00 UTC  (12+ messages)
              `  "

[U-Boot] [PATCH v4 0/9] dm: imx: Add driver model support for GPIO and serial on cm_fx6
 2014-10-02  1:59 UTC  (11+ messages)
` [U-Boot] [PATCH v4 1/9] dm: linker_lists: Add a way to declare multiple objects
` [U-Boot] [PATCH v4 2/9] dm: core: Allow a list of devices to be declared in one step
` [U-Boot] [PATCH v4 3/9] initcall: Display error number when an error occurs
` [U-Boot] [PATCH v4 4/9] dm: serial: Put common code into separate functions
` [U-Boot] [PATCH v4 5/9] imx: Add error checking to setup_i2c()
` [U-Boot] [PATCH v4 6/9] dm: imx: Use gpio_request() to request GPIOs
` [U-Boot] [PATCH v4 7/9] dm: imx: gpio: Support driver model in MXC gpio driver
` [U-Boot] [PATCH v4 8/9] dm: imx: serial: Support driver model in the MXC serial driver
` [U-Boot] [PATCH v4 9/9] dm: imx: Move cm_fx6 to use driver model for serial and GPIO

Soft lockup in 3.17-rc7 when using PPP over L2TP over IPSEC
 2014-10-02  1:59 UTC  (3+ messages)

[PATCH v2 06/17] powerpc/powernv: Split out set MSI IRQ chip code
 2014-10-02  1:57 UTC  (3+ messages)

[PATCH net-next] enic: add client name to port profile
 2014-10-02  1:55 UTC  (2+ messages)

[PATCH v2 net 0/3] bridge: Add vlan filtering support for default pvid
 2014-10-02  1:53 UTC  (3+ messages)
` [Bridge] "

[Buildroot] [PATCH 1/1] protobuf: bump version to 2.6.0
 2014-10-02  1:52 UTC 

[PATCH v2 2/4] gpu/radeon: Move 64-bit MSI quirk from arch to driver
 2014-10-02  1:52 UTC  (4+ messages)

[nightly] Distroless meta-ti/master minimal build 2014-10-01_21-00-21
 2014-10-02  1:29 UTC 

[Xenomai] nucleus/sched.h: No such file or directory
 2014-10-02  1:49 UTC  (6+ messages)

[PATCH v2 1/4] pci/msi: Move "no_64bit_msi" flag from powerpc to generic pci_dev
 2014-10-02  1:48 UTC  (6+ messages)

[PATCH v2 net-next 0/5] udp: Generalize GSO for UDP tunnels
 2014-10-02  1:36 UTC  (2+ messages)

[U-Boot] [PATCH] nitrogen6x: Update DDR timings for 2G memory arrangement
 2014-10-02  1:33 UTC 

[PATCH net-next 0/2] bpf: add search pruning optimization and tests
 2014-10-02  1:31 UTC  (2+ messages)

3.17-rc6 on ODROID: ERROR: Bad of_node_put() on /ehci@12580000/port@1
 2014-10-02  1:20 UTC  (5+ messages)

[PATCH v3 1/1] net: fec: implement rx_copybreak to improve rx performance
 2014-10-02  1:28 UTC  (2+ messages)

[PATCH net-next] net: avoid one atomic operation in skb_clone()
 2014-10-02  1:27 UTC  (2+ messages)

Samsung N150 Plus LID status changes half the time after S3 sleep
 2014-10-02  1:20 UTC 

[PATCH v4 4/4] pmbus: ltc2978: add regulator support
 2014-10-02  1:26 UTC  (4+ messages)
    ` [lm-sensors] "

[PATCH] stagging : rtl8821ae : Fixed sparse warning
 2014-10-02  1:22 UTC  (3+ messages)

[Qemu-devel] [Bug 1376533] [NEW] Copyright year should be updated in vl.c
 2014-10-02  1:14 UTC 

[PATCH 4/4] sounds/hda/radeon: Disable 64-bit DMA on radeon
 2014-10-02  1:19 UTC  (9+ messages)

[U-Boot] [PATCH v1 00/10] arm, at91, spl: add spl support for the taurus and corvus boards
 2014-10-02  1:17 UTC  (3+ messages)
` [U-Boot] [PATCH v1 06/10] spl, nand, atmel_nand: add erase one block function

$GIT_CONFIG should either apply to all commands, or none at all
 2014-10-02  1:15 UTC 

[RFC PATCH 0/2] EFI/arm64 updates
 2014-10-02  1:11 UTC  (3+ messages)
` [RFC PATCH 1/2] EFI: Update documentation for arm64
` [RFC PATCH 2/2] arm64: Create xen.efi binary "

Assalammu'alaikum
 2014-10-01 23:45 UTC 

[PATCH v2 00/10] ath9k patches
 2014-10-02  1:03 UTC  (11+ messages)
` [PATCH v2 01/10] ath: Add support for tracing
` [PATCH v2 02/10] ath9k: Print RoC expiration
` [PATCH v2 03/10] ath9k: Check pending frames properly
` [PATCH v2 04/10] ath9k: Fix pending frame check
` [PATCH v2 05/10] ath9k: Remove duplicate code
` [PATCH v2 06/10] ath9k: Fix queue handling in flush()
` [PATCH v2 07/10] ath9k: Pass context to ath9k_chanctx_wake_queues()
` [PATCH v2 08/10] ath9k: Add ath9k_chanctx_stop_queues()
` [PATCH v2 09/10] ath9k: Fix queue handling for channel contexts
` [PATCH v2 10/10] ath9k: Fix flushing in MCC mode

linux /dev and normal files
 2014-10-02  1:03 UTC  (8+ messages)

v0.80.6 Firefly released
 2014-10-02  0:59 UTC  (2+ messages)

linux-next: error trying to fetch the mpc5xxx tree
 2014-10-02  0:58 UTC  (3+ messages)

[PATCH v2 0/17] POWER8 Coherent Accelerator device driver
 2014-10-02  0:58 UTC  (5+ messages)
` [PATCH v2 02/17] powerpc/cell: Move data segment faulting code out of cell platform

[PATCH 0/3] configuration overhaul and overrides section
 2014-10-02  0:55 UTC  (4+ messages)
` [PATCH 1/3] libmultipath: rewrite dict.c with function generation macros
` [PATCH 2/3] libmultipath: cleanup propsel.c with macros for common actions
` [PATCH 3/3] libmultipath: add overrides section to multipath.conf

Reward
 2014-10-02  0:45 UTC 

Reward
 2014-10-02  0:45 UTC 

[PATCH] ARM: dts: add board dts file for Exynos3250-based Monk board
 2014-10-02  0:50 UTC  (2+ messages)

<Reply>
 2014-10-01  1:50 UTC 

[PATCH v2 02/17] powerpc/cell: Move data segment faulting code out of cell platform
 2014-10-02  0:42 UTC  (3+ messages)

[meta-oe][PATCH] openldap: update version to 2.4.39
 2014-10-02  0:37 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.