All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-08 00:59:41 to 2015-02-08 09:55:04 UTC [more...]

[PATCH 1/1] Staging: rtl8192u: Coding Style Improvements
 2015-02-08  9:54 UTC  (2+ messages)

[PATCH] rt6_probe_deferred: Do not depend on struct ordering
 2015-02-08  9:14 UTC 

[PATCH 0/5] virtio 1.0 cleanups and one fix
 2015-02-08  9:52 UTC  (2+ messages)

exynos4412: misc issues on Hardkernel Odroid boards
 2015-02-08 15:00 UTC  (2+ messages)

[PATCH V1 net-next 0/3] bonding and mlx4 fixes for the HA/LAG support and mlx4 reset flow
 2015-02-08  9:49 UTC  (4+ messages)
` [PATCH V1 net-next 1/3] net/bonding: Fix potential bad memory access during bonding events
` [PATCH V1 net-next 2/3] IB/mlx4: Always use the correct port for mirrored multicast attachments
` [PATCH V1 net-next 3/3] IB/mlx4: Reset flow support for IB kernel ULPs

[dm-crypt] truecrypt - what's the real story behind it?
 2015-02-08  9:45 UTC 

[PATCH:libdrm] Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h
 2015-02-08  9:32 UTC  (2+ messages)

[PATCH RFT] brcmfmac: respect reason when deleting (deauthenticating) STA
 2015-02-08  9:39 UTC  (2+ messages)

[PATCH] at86rf230: assign wait_for_completion_timeout to appropriately typed var
 2015-02-08  9:34 UTC  (2+ messages)

[PATCH 0/2] dma: at_hdmac: Fix residue calculation and add mem to mem sg support
 2015-02-08  9:29 UTC  (3+ messages)
` [PATCH 1/2] dma: at_hdmac: Fix calculation of the residual bytes
` [PATCH 2/2] dma: at_hdmac: Add support for memory to memory sg transfers

[PATCHv6 0/5] USB: gadget: atmel_usba_udc: Driver improvements
 2015-02-08  9:24 UTC  (6+ messages)
` [PATCHv6 4/5] USB: gadget: atmel_usba_udc: Prepare for IRQ single edge support

[dm-crypt] plain: opening with a wrong password
 2015-02-08  9:23 UTC  (16+ messages)

[PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting
 2015-02-08  9:10 UTC  (3+ messages)

[PATCH] HID: sony: Enable Gasia third-party PS3 controllers, v2
 2015-02-08  9:11 UTC 

[PATCH v3] kernel: Conditionally support non-root users, groups and capabilities
 2015-02-08  9:05 UTC  (3+ messages)

[PATCH 00/21] nd/list-files updates
 2015-02-08  9:01 UTC  (22+ messages)
` [PATCH 01/21] ls_colors.c: add $LS_COLORS parsing code
` [PATCH 02/21] ls_colors.c: parse color.ls.* from config file
` [PATCH 03/21] ls_colors.c: add a function to color a file name
` [PATCH 04/21] ls_colors.c: highlight submodules like directories
` [PATCH 05/21] ls-files: buffer full item in strbuf before printing
` [PATCH 06/21] ls-files: add --color to highlight file names
` [PATCH 07/21] ls-files: add --column
` [PATCH 08/21] ls-files: support --max-depth
` [PATCH 09/21] list-files: a user friendly version of ls-files and more
` [PATCH 10/21] list-files: make alias 'ls' default to 'list-files'
` [PATCH 11/21] list-files: -u does not imply showing stages
` [PATCH 12/21] list-files: add -R/--recursive short for --max-depth=-1
` [PATCH 13/21] list-files: add -1 short for --no-column
` [PATCH 14/21] list-files: add -t back
` [PATCH 15/21] list-files: sort output and remove duplicates
` [PATCH 16/21] list-files: do not show duplicate cached entries
` [PATCH 17/21] list-files: show directories as well as files
` [PATCH 18/21] list-files: add -F/--classify
` [PATCH 19/21] list-files -F: show submodules with the new indicator '&'
` [PATCH 20/21] list-files: -M aka diff-cached
` [PATCH 21/21] t3080: tests for git-list-files

[PATCH net-next 0/4] tcp: mitigate TCP ACK loops due to out-of-window validation dupacks
 2015-02-08  9:03 UTC  (2+ messages)

[PATCH 00/24] nd/untracked-cache updates
 2015-02-08  8:55 UTC  (25+ messages)
` [PATCH 01/24] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 02/24] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 03/24] untracked cache: initial untracked cache validation
` [PATCH 04/24] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 05/24] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH 06/24] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 07/24] untracked cache: mark what dirs should be recursed/saved
` [PATCH 08/24] untracked cache: don't open non-existent .gitignore
` [PATCH 09/24] ewah: add convenient wrapper ewah_serialize_strbuf()
` [PATCH 10/24] untracked cache: save to an index extension
` [PATCH 11/24] untracked cache: load from UNTR "
` [PATCH 12/24] untracked cache: invalidate at index addition or removal
` [PATCH 13/24] read-cache.c: split racy stat test to a separate function
` [PATCH 14/24] untracked cache: avoid racy timestamps
` [PATCH 15/24] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH 16/24] untracked cache: mark index dirty if untracked cache is updated
` [PATCH 17/24] untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
` [PATCH 18/24] status: enable untracked cache
` [PATCH 19/24] update-index: manually enable or disable "
` [PATCH 20/24] update-index: test the system before enabling "
` [PATCH 21/24] t7063: tests for "
` [PATCH 22/24] mingw32: add uname()
` [PATCH 23/24] untracked cache: guard and disable on system changes
` [PATCH 24/24] git-status.txt: advertisement for untracked cache

[PATCH net-next v2] openvswitch: Initialize unmasked key and uid len
 2015-02-08  8:51 UTC  (2+ messages)

[PATCH v8 0/2] mtd: hisilicon: add a new driver for NAND controller of hisilicon hip04 Soc
 2015-02-08  8:42 UTC  (8+ messages)
` [PATCH v8 1/2] mtd: hisilicon: add a new NAND controller driver for "

[PATCH 0/2] Add device_create_files() and device_remove_files() helpers
 2015-02-08  8:41 UTC  (11+ messages)

[PATCH perf/core 0/2] perf-probe: bugfix and update
 2015-02-08  8:37 UTC  (4+ messages)
` [PATCH perf/core 1/2] [BUGFIX] perf-probe: Fix to handle optimized not-inlined but has no instance
    `  "

[PATCH] i2c: axxia: match var to return type of wait_for_completion_timeout
 2015-02-08  8:33 UTC 

[RFC] implementing tape statistics single file vs multi-file in sysfs
 2015-02-08  8:32 UTC  (7+ messages)

[PATCH 2/2] serial: add device tree binding documentation for ETRAX FS UART
 2015-02-08  8:31 UTC 

[Buildroot] [PATCH] legacy: add missing option for util-linux' wdctl
 2015-02-08  8:20 UTC  (2+ messages)

[Buildroot] [git commit] legacy: add missing option for util-linux' wdctl
 2015-02-08  8:20 UTC 

[rumpuserxen test] 34275: regressions - FAIL
 2015-02-08  8:10 UTC 

[PATCH] mprotect(2): mention effect of READ_IMPLIES_EXEC personality flag
 2015-02-08  8:08 UTC  (4+ messages)

[PATCH v2 0/3] More Line 6 cleanup
 2015-02-08  8:08 UTC  (2+ messages)

[PATCH 1/1] Staging: iio: Coding Style Correction
 2015-02-08  8:04 UTC  (2+ messages)

[PATCH] i2c: ismt: fix type of return var of wait_for_completion_timeout
 2015-02-08  8:03 UTC 

Inplace upgrading 4.4.x -> 4.5.0
 2015-02-08  7:59 UTC 

civetweb upstream
 2015-02-08  7:54 UTC  (3+ messages)

[PATCH] bind: upgrade to version 9.10.1
 2015-02-08  7:52 UTC  (2+ messages)

fdisk -l hits floppy drive
 2015-02-08  7:52 UTC  (3+ messages)

arm: warning at virt/kvm/arm/vgic.c:1468
 2015-02-08  7:48 UTC 

[PATCH 1/1] Staging: iio: Coding style correction
 2015-02-08  7:40 UTC  (2+ messages)

[PATCH] pci: spear: Drop __initdata from struct platform_driver spear13xx_pcie_driver
 2015-02-08  7:37 UTC 

BUG: non-zero nr_pmds on freeing mm: 1
 2015-02-08  7:32 UTC  (8+ messages)

"virtual" C++ keyword used in rte_devargs.h and causes compilation error in C++
 2015-02-08  7:31 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-02-07
 2015-02-08  7:30 UTC 

[PATCH v1 0/5] IB/core: extended query device caps cleanup for v3.19
 2015-02-08  7:27 UTC  (11+ messages)
` [PATCH v1 1/5] IB/uverbs: ex_query_device: answer must not depend on request's comp_mask

Limit transfer speed rate by Iptables Rules
 2015-02-08  7:21 UTC 

[PATCH] staging: wlan-ng: Use setup_timer
 2015-02-08  7:20 UTC 

[PATCH] staging: dgnc: Use setup_timer
 2015-02-08  7:14 UTC 

[PATCH iproute2] ss: Show stats from specified network namespace
 2015-02-08  6:58 UTC 

[meta-security][PATCH] suricata: update to 2.0.6
 2015-02-08  7:03 UTC 

[PATCH] mtd: avoid registering reboot notifier twice
 2015-02-08  6:59 UTC  (3+ messages)

[PATCH] staging: comedi: Use setup_timer
 2015-02-08  6:55 UTC 

Why Xen Use Ocaml language?
 2015-02-08  6:54 UTC 

[PATCHv2 net-next 0/5] Add support to dump some hw debug info
 2015-02-08  6:54 UTC  (2+ messages)

[PATCH] x86/xen: Cleanup file path in a comment
 2015-02-08  6:53 UTC 

[PATCH net-next 0/9] be2net: patch set
 2015-02-08  6:52 UTC  (2+ messages)

[U-Boot] MACB TX timeout
 2015-02-08  6:52 UTC 

[Bridge] [PATCH net-next] bridge: add missing bridge port check for offloads
 2015-02-08  6:50 UTC  (3+ messages)
`  "

[net-next v2 00/16][pull request] Intel Wired LAN Driver Updates 2015-02-05
 2015-02-08  6:49 UTC  (2+ messages)

[xen-unstable test] 34257: regressions - FAIL
 2015-02-08  6:47 UTC 

[PATCH net-next 0/7] r8152: adjust the code
 2015-02-08  6:46 UTC  (3+ messages)
` [PATCH net-next v2 "

[PATCH net] amd-xgbe: Check per channel DMA interrupt use in main ISR
 2015-02-08  6:45 UTC  (2+ messages)

[PATCH net] net: use netif_rx_ni() from process context
 2015-02-08  6:44 UTC  (2+ messages)

[PATCH] rds: Make rds_message_copy_from_user() return 0 on success
 2015-02-08  6:42 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH] net: rds: Remove repeated function names from debug output
 2015-02-08  6:42 UTC  (2+ messages)

[PATCH v3] net: openvswitch: Support masked set actions
 2015-02-08  6:40 UTC  (2+ messages)

[PATCH net-next 0/2] net: dsa: bcm_sf2: GPHY power down
 2015-02-08  6:39 UTC  (2+ messages)

[GIT] [3.20] 2nd NFC update
 2015-02-08  6:22 UTC  (2+ messages)

[PATCH 4/4] drm/i915: Announce support for framebuffer modifiers
 2015-02-08  6:00 UTC  (2+ messages)

[PATCH net] ipv6: addrconf: add missing validate_link_af handler
 2015-02-08  6:13 UTC  (2+ messages)

[PATCH] dsa: correctly determine the number of switches in a system
 2015-02-08  6:08 UTC  (2+ messages)

[PATCH] dsa: do not dereference non-existing routing table
 2015-02-08  6:08 UTC  (2+ messages)

[PATCH v2 1/3] bridge: Base the BR_PROXYARP decision on the target port flag
 2015-02-08  5:59 UTC  (2+ messages)

[PATCH net-next 0/3] Add support in ethtool to get expansion ROM version
 2015-02-08  5:57 UTC  (3+ messages)
` [PATCH net-next 1/3] ethtool: rename reserved1 memeber in ethtool_drvinfo for "

PROBLEM: Bnx2x Checksum/Length Error Over GRE Tunnel
 2015-02-08  5:51 UTC  (6+ messages)

[U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S
 2015-02-08  5:42 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] sunxi: Switch to using soc_init hook for setting the ACTLR.SMP bit

[PATCH next 2/6] bonding: implement bond_poll_controller()
 2015-02-08  5:38 UTC  (4+ messages)

[PATCH v9 0/3] Add I2C support to Broadcom iProc
 2015-02-08  5:25 UTC  (12+ messages)
  ` [PATCH v9 1/3] i2c: iProc: define Broadcom iProc I2C binding
  ` [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver
  ` [PATCH v9 3/3] ARM: dts: add I2C device nodes for Broadcom Cygnus

[PATCH] net:ethernet:intel:Remove outdated fix me comment in the function, gb_acquire_swfw_sync_i210
 2015-02-08  5:21 UTC 

[PATCH v8 0/3] Add I2C support to Broadcom iProc
 2015-02-08  5:08 UTC  (6+ messages)
` [PATCH v8 2/3] i2c: iproc: Add Broadcom iProc I2C Driver

[U-Boot] [PATCH] tools: mksunxiboot: Fix problems on big endian systems
 2015-02-08  5:05 UTC 

[PATCH] xfs: move the comment on log device near the right log dev check in xfs_mount_validate_sb
 2015-02-08  4:45 UTC 

[nightly] Core TISDK 2015.02 build 2015-02-07_22-00-57
 2015-02-08  4:14 UTC 

[PATCH] llist: Fix missing lockless_dereference()
 2015-02-08  4:25 UTC  (8+ messages)

[PATCH Resend] staging: speakup: Fix warning of line over 80 characters
 2015-02-08  4:19 UTC 

[PATCHv2] input: rotary encoder: Add wake up support
 2015-02-08  4:07 UTC  (3+ messages)

[PATCH] brd: detect zero writes for saving ram
 2015-02-08  4:03 UTC  (3+ messages)

RAID1, SSD+non-SSD
 2015-02-08  3:51 UTC  (9+ messages)
  ` RAID1, SSD+non-SSD (RAID 5/6 question)

[U-Boot] [PATCH v2 1/3] arm: Allow lr to be saved by board code
 2015-02-08  3:48 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] arm: spl: Provide for a board-specific loader
` [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

cron job: media_tree daily build: WARNINGS
 2015-02-08  3:45 UTC 

[PATCH next 5/6] bonding: Allow userspace to set macaddr on bonding-dev
 2015-02-08  3:32 UTC  (3+ messages)

How to write a recipe whose source code will generate host and target output at the same build?
 2015-02-08  3:21 UTC 

Overlapping regions in DT
 2015-02-08  3:17 UTC  (2+ messages)

[problem] mpt2sas load fails with LSISAS2008
 2015-02-08  3:11 UTC  (10+ messages)

[RFC PATCH 0/8] v3 contained usermode helper execution
 2015-02-08  3:07 UTC  (4+ messages)
` [RFC PATCH 3/8] kmod - teach call_usermodehelper() to use a namespace

IP27: Random hard locks after ~16hrs uptime
 2015-02-08  2:58 UTC 

[PATCH] mm: actually remap enough memory
 2015-02-08  2:55 UTC 

[PATCH v2] staging: speakup: Fix warning of line over 80 characters
 2015-02-08  2:43 UTC  (4+ messages)

read() MAX_IO_SIZE bytes, more than SSIZE_MAX?
 2015-02-08  2:32 UTC  (8+ messages)

[nightly] Distroless meta-ti/master minimal build 2015-02-07_21-00-58
 2015-02-08  2:07 UTC 

[PATCH] Staging: fbtft: Fix Sparse warnings
 2015-02-08  2:15 UTC  (2+ messages)
` [PATCH v2] "

[Lustre-devel] Removal of SOM code
 2015-02-08  1:56 UTC  (2+ messages)
  ` [Lustre-devel] [HPDD-discuss] "

[PATCH] keystone: stop backfilling rtc
 2015-02-08  1:45 UTC  (2+ messages)

[linux-next test] 34252: regressions - trouble: broken/fail/pass
 2015-02-08  1:44 UTC 

[PATCH v2] branding-mcsdk: Adding MCSDK branding include file
 2015-02-08  1:39 UTC 

Fwd: PCH fifo underrun in 3.18
 2015-02-08  1:27 UTC  (2+ messages)
` Fwd: "

[Xenomai] Compatibility of PCAN PCI Express Four Channel
 2015-02-08  1:23 UTC 

[PATCH 0/2] [GIT PULL] tracing: Fix tlb_flush TP called in RCU ignored location
 2015-02-08  0:58 UTC  (3+ messages)
` [PATCH 1/2] tracing: Add condition check to RCU lockdep checks
` [PATCH 2/2] x86/tlb/trace: Do not trace on CPU that is offline


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.