All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-14 20:58:18 to 2015-01-14 22:03:35 UTC [more...]

[PATCH 00/48] hpsa driver updates
 2015-01-14 22:02 UTC  (37+ messages)
` [PATCH 01/48] hpsa: correct endian sparse warnings
` [PATCH 02/48] hpsa: fix memory leak in kdump hard reset
` [PATCH 03/48] hpsa: turn off interrupts when kdump starts
` [PATCH 04/48] hpsa: change how SA controllers are reset
` [PATCH 05/48] hpsa: correct change_queue_depth
` [PATCH 06/48] hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
` [PATCH 07/48] hpsa: rename free_irqs to hpsa_free_irqs
` [PATCH 08/48] hpsa: Fix -Wunused-but-set-variable warning
` [PATCH 09/48] hpsa: notice all request_irq errors
` [PATCH 10/48] hpsa: remove 0x from queue depth print which is in decimal
` [PATCH 11/48] hpsa: propagate hard_reset failures in reset_devices mode
` [PATCH 12/48] hpsa: propagate return value from board ID lookup
` [PATCH 13/48] hpsa: downgrade the Waiting for no-op print to dev_info
` [PATCH 14/48] hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
` [PATCH 15/48] hpsa: trivial message and comment clean ups
` [PATCH 16/48] hpsa: report failure to ioremap config table
` [PATCH 17/48] hpsa: rename hpsa_request_irq to hpsa_request_irqs
` [PATCH 18/48] hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
` [PATCH 19/48] hpsa: report allocation failures while allocating SG chain blocks
` [PATCH 20/48] hpsa: fix memory leak in hpsa_alloc_cmd_pool
` [PATCH 21/48] hpsa: avoid unneccesary calls to resource freeing functions
` [PATCH 22/48] hpsa: reserve some commands for use by driver
` [PATCH 23/48] hpsa: get rid of cmd_special_alloc and cmd_special_free
` [PATCH 24/48] hpsa: do not queue commands internally in driver
` [PATCH 25/48] hpsa: do not request device rescan on every ioaccel path error
` [PATCH 26/48] hpsa: factor out hpsa_ciss_submit function
` [PATCH 27/48] hpsa: use workqueue to resubmit failed ioaccel commands
` [PATCH 28/48] hpsa: use per-controller work queue
` [PATCH 29/48] hpsa: honor queue depth of physical devices
` [PATCH 30/48] hpsa: fix race between abort handler and main i/o path
` [PATCH 31/48] hpsa: optimize cmd_alloc function by remembering last allocation
` [PATCH 32/48] hpsa: count passthru cmds with atomics, not a spin locked int
` [PATCH 33/48] hpsa: slightly optimize SA5_performant_completed
` [PATCH 34/48] hpsa: do not check for msi(x) in interrupt_pending
` [PATCH 35/48] hpsa: remove incorrect BUG_ONs checking for raid offload enable
` [PATCH 36/48] hpsa: do not ack controller events on controllers that do not support it

[PATCH] t1050-large: replace dd by test-genrandom
 2015-01-14 21:59 UTC  (10+ messages)
          ` [PATCH v2] t1050-large: generate large files without dd

Does I210 NIC support Flow director filters?
 2015-01-14 21:59 UTC  (3+ messages)

[PATCH] packagegroup-self-hosted: package all of Python
 2015-01-14 21:58 UTC 

sporadic git failures on interactive rebase
 2015-01-14 21:57 UTC  (10+ messages)

TAP interface and iptables forwarding/nat/masquerading
 2015-01-14 21:56 UTC  (2+ messages)

[Qemu-devel] [Bug 1410288] Re: qemu-img conversion to qcow2 hangs with blank image less than 100kiB
 2015-01-14 21:49 UTC 

[patch net-next v4 1/2] tc: add BPF based action
 2015-01-14 21:55 UTC  (3+ messages)

[RFC PATCH 0/5] Second attempt at contained helper execution
 2015-01-14 21:55 UTC  (2+ messages)

[patch net] team: avoid possible underflow of count_pending value for notify_peers and mcast_rejoin
 2015-01-14 21:55 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/913x: Add config flag for bootdelay
 2015-01-14 21:55 UTC  (8+ messages)

v0.80.8 Firefly released
 2015-01-14 21:54 UTC 

[PATCH] blame.c: fix garbled error message
 2015-01-14 21:54 UTC  (10+ messages)

[net-next PATCH v2 00/12] Flow API
 2015-01-14 21:52 UTC  (3+ messages)
` [net-next PATCH v2 03/12] net: flow: implement flow cache for get routines

[PATCH 1/2] net/macb: Adding comments to various #defs to make interpretation easier
 2015-01-14 21:52 UTC  (10+ messages)
  ` [PATCH 2/2] net/macb: improved ethtool statistics support
      ` [PATCH 1/2] fixup! net/macb: Adding comments to various #defs to make interpretation easier

[GIT PULL] rtl28xxu / rtl2830 / rtl2832 / rtl2832_sdr changes
 2015-01-14 21:52 UTC 

+ kernfs-remove-kernfs_static_name.patch added to -mm tree
 2015-01-14 21:51 UTC 

[PATCH] nfsd: nfs4state: Remove unused function
 2015-01-14 21:50 UTC  (2+ messages)

+ mm-memcontrol-fold-move_anon-and-move_file-fix.patch added to -mm tree
 2015-01-14 21:50 UTC 

[Buildroot] [PATCH 1/3] modem-manager: bump to 1.4.2
 2015-01-14 21:50 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] libqmi: bump to 1.12.0
` [Buildroot] [PATCH 3/3] libmbim: "

[PATCH 01/11] x86: entry_64.S: always allocate complete "struct pt_regs"
 2015-01-14 21:48 UTC  (11+ messages)
` [PATCH 02/11] x86: code shrink in paranoid_exit
` [PATCH 03/11] x86: mass removal of ARGOFFSET
` [PATCH 04/11] x86: rename some macros and labels, no code changes
` [PATCH 05/11] x86: add comments about various syscall instructions, "
` [PATCH 06/11] x86: entry_64.S: move save_paranoid and ret_from_fork closer to their users
` [PATCH 07/11] x86: entry_64.S: rename save_paranoid to paranoid_entry, no code changes
` [PATCH 08/11] x86: entry_64.S: fold test_in_nmi macro into its only user
` [PATCH 09/11] x86: get rid of KERNEL_STACK_OFFSET
` [PATCH 10/11] x86: ia32entry.S: fold IA32_ARG_FIXUP macro into its callers
` [PATCH 11/11] x86: entry_64.S: use more understandable constants

3.19-rc4: BUG: unable to handle kernel paging request at ffff880055f15000 ovs_packet_cmd_execute+0x1f/0x229
 2015-01-14 21:49 UTC  (6+ messages)
    ` [PATCH net] openvswitch: packet messages need their own probe attribtue

[net] i40e: adds FCoE configure option
 2015-01-14 21:49 UTC  (2+ messages)

[PATCH net] cxgb4vf: Fix queue allocation for 40G adapter
 2015-01-14 21:48 UTC  (2+ messages)

[PATCH] xen/xtime: remove incorrect preemption enabled assert
 2015-01-14 21:48 UTC  (2+ messages)

[Buildroot] [PATCHv2] docs/manual: add FAQ entry about speeding up the build process
 2015-01-14 21:48 UTC 

[PATCH_V4] dm9000: Add regulator and reset support to dm9000
 2015-01-14 21:47 UTC  (3+ messages)

[PATCH 00/24] radeon audio rework
 2015-01-14 21:47 UTC  (3+ messages)

[PATCH v2] usb: dwc2: call dwc2_is_controller_alive() under spinlock
 2015-01-14 21:46 UTC  (5+ messages)

net: prevent of emerging cross-namespace symlinks patches for 3.14
 2015-01-14 21:46 UTC  (3+ messages)

[PATCH net-next] socket: use iov_length()
 2015-01-14 21:45 UTC  (2+ messages)

net: prevent of emerging cross-namespace symlinks patches for 3.14?
 2015-01-14 21:45 UTC 

[RFC PATCH 0/5] Overhaul the audit filename handling
 2015-01-14 21:45 UTC  (12+ messages)
` [RFC PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames
` [RFC PATCH 2/5] fs: create proper filename objects using getname_kernel()
` [RFC PATCH 3/5] audit: enable filename recording via getname_kernel()
` [RFC PATCH 4/5] audit: fix filename matching in __audit_inode() and __audit_inode_child()
` [RFC PATCH 5/5] audit: replace getname()/putname() hacks with reference counters

[PATCH] drm/radeon/radeon_fb: Remove unused function
 2015-01-14 21:44 UTC  (3+ messages)

[PATCH] drm/radeon/radeon_i2c: Remove unused function
 2015-01-14 21:44 UTC  (3+ messages)

[PATCH] Bluetooth: Show device address type for L2CAP debugfs entries
 2015-01-14 21:44 UTC 

[PATCH] drm/radeon/rv515: Remove unused function
 2015-01-14 21:44 UTC  (3+ messages)

[PATCH] gpu: drm: radeon: radeon_object: Remove unused function
 2015-01-14 21:43 UTC  (3+ messages)

[PATCH] staging: davinci_vpfe: fix space prohibited before semicolon warning
 2015-01-14 21:46 UTC 

[Buildroot] Help on pending mesa related patches
 2015-01-14 21:42 UTC 

[Buildroot] [PATCH] xorriso: new package
 2015-01-14 21:41 UTC  (2+ messages)

[PATCH 0/4] toshiba_acpi: Add support for USB Sleep functions
 2015-01-14 21:40 UTC  (5+ messages)
` [PATCH 1/4] toshiba_acpi: Add support for USB Sleep and Charge function
` [PATCH 2/4] toshiba_acpi: Add support for USB Sleep functions under battery
` [PATCH 3/4] toshiba_acpi: Add support for USB Rapid Charge
` [PATCH 4/4] toshiba_acpi: Add support for USB Sleep and Music

[GIT PULL] please pull file-locking related bugfix for v3.19 (and v3.18 stable)
 2015-01-14 21:40 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"
 2015-01-14 21:39 UTC 

[PATCH RESEND] pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories
 2015-01-14 21:33 UTC  (4+ messages)

[Buildroot] [git commit] xorriso: new package
 2015-01-14 21:38 UTC 

[PATCH 1/1] ipv6:icmp:remove unnecessary brackets
 2015-01-14 21:36 UTC  (2+ messages)

[PATCH] netdevice: Add missing parentheses in macro
 2015-01-14 21:34 UTC  (2+ messages)

[PATCHv3 net-next] openvswitch: Introduce ovs_tunnel_route_lookup
 2015-01-14 21:34 UTC  (2+ messages)

BSP guide refers to meta-fri2 as example for binary/ data, it has none
 2015-01-14 21:33 UTC  (4+ messages)

[PATCH] kernel: avoid overflow in cmp_range
 2015-01-14 20:31 UTC 

[Buildroot] [PATCH 1/2] rsyslog: remove pointless umask from sysv initscript
 2015-01-14 21:31 UTC  (5+ messages)

[PATCH net-next 0/2] cxgb4/cxgb4i : Update & use ipv6 handling api
 2015-01-14 21:29 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4: Update ipv6 address "

[LSF/MM TOPIC ATTEND]
 2015-01-14 21:27 UTC  (4+ messages)

btrfs scrub status reports not running when it is
 2015-01-14 21:26 UTC  (3+ messages)

[PATCH v2] ARM: config: multi_v7: Update it for Keystone defconfig
 2015-01-14 21:25 UTC  (3+ messages)

[PATCH] ARM: dts: exynos5422-odroidxu3: add INA2xx sensors
 2015-01-14 21:25 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192ee: New firmware from Realtek
 2015-01-14 21:24 UTC 

[PATCH] Bluetooth: Fix valid Identity Address check
 2015-01-14 21:22 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/next
 2015-01-14 21:20 UTC 

Question about partitioning shared cache in Xen
 2015-01-14 21:19 UTC  (7+ messages)

[Buildroot] [PATCH 1/3] package/mesa3d: bump version to 10.4.2
 2015-01-14 21:17 UTC  (2+ messages)

t5539 broken under Mac OS X
 2015-01-14 21:17 UTC  (4+ messages)

[Buildroot] [git commit] package/exim: bump version to 4.85, add hash
 2015-01-14 21:16 UTC 

[RFC][PATCH] procfs: Add /proc/<pid>/mapped_files
 2015-01-14 21:16 UTC  (9+ messages)

[Buildroot] [git commit] package/kodi-pvr-addons: bump version to helix branch
 2015-01-14 21:16 UTC 

[Buildroot] [git commit] package/mesa3d: bump version to 10.4.2
 2015-01-14 21:16 UTC 

[Buildroot] Using a local kernel tarball?
 2015-01-14 21:15 UTC  (2+ messages)

[ 2375.793397] WARNING: CPU: 0 PID: 1149 at net/netlink/genetlink.c:1037 genl_unbind+0xc0/0xd0()
 2015-01-14 21:13 UTC 

[PATCH] scsi: Avoid crashing if device uses DIX but adapter does not support it
 2015-01-14 21:13 UTC 

[PATCH] rtmutex.c: Fix incorrect waiter check
 2015-01-14 21:11 UTC  (3+ messages)
` [re: PATCH] "

[PATCH v2 1/4] perf tools: Fix segfault for symbol annotation on TUI
 2015-01-14 21:08 UTC  (3+ messages)

[patch] mcb: request_mem_region() returns NULL on error
 2015-01-14 21:08 UTC  (2+ messages)

git ignores /~/.config/git/
 2015-01-14 21:07 UTC  (2+ messages)

[PATCH 0/6] AT91 cleanup for 3.20 #2
 2015-01-14 21:07 UTC  (7+ messages)
` [PATCH 1/6] ARM: at91: pm: rework cpu detection

[Buildroot] [git commit] rsyslog: add 'else' clause to mysql and postgresql support
 2015-01-14 21:07 UTC 

[PATCH 5/5] drm/i915: Tidy batch pool logic
 2015-01-14 20:54 UTC  (2+ messages)

[patch 6/6] usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macro
 2015-01-14 21:06 UTC 

[Buildroot] [git commit] rsyslog: use the more traditional --{enable, disable}
 2015-01-14 21:06 UTC 

[Buildroot] [git commit] rsyslog: fix indentation
 2015-01-14 21:05 UTC 

[Buildroot] [git commit] rsyslog: enable sql support
 2015-01-14 21:05 UTC 

[Buildroot] [git commit] rsyslog: remove pointless umask from sysv initscript
 2015-01-14 21:05 UTC 

[Buildroot] [PATCH] python-pyinotify: new package
 2015-01-14 21:05 UTC  (2+ messages)

[Buildroot] [git commit] python-pyinotify: new package
 2015-01-14 21:03 UTC 

[patch 5/6] usb: gadget: uvc: make a bunch of stuff static
 2015-01-14 21:03 UTC 

[PATCH] ARM: dts: OMAP: Add hwlock-base-id property to hwspinlock nodes
 2015-01-14 21:03 UTC  (2+ messages)

[Buildroot] [PATCH V2] dvdauthor : new package
 2015-01-14 21:03 UTC  (2+ messages)

[patch 4/6] usb: gadget: uvc: memory leak in uvcg_frame_make()
 2015-01-14 21:03 UTC 

[PATCH] sitara-linux-ti-staging: Create recipe for Sitara 3.14 kernel tree
 2015-01-14 21:02 UTC  (2+ messages)

[patch 3/6] usb: gadget: uvc: remove an impossible condition
 2015-01-14 21:02 UTC 

[PATCH] lib/string.c: Improve strrchr
 2015-01-14 21:01 UTC 

Why nothing since 1.8.0?
 2015-01-14 21:01 UTC  (2+ messages)

[PATCH] Documentation/init-db.txt: minor style and synopsys fixes
 2015-01-14 21:01 UTC  (3+ messages)

[U-Boot] [PATCH] MIPS: use common code from lib/time.c
 2015-01-14 21:01 UTC  (2+ messages)

[Buildroot] [git commit] dvdauthor : new package
 2015-01-14 21:01 UTC 

[patch 2/6] usb: gadget: uvc: cleanup __uvcg_fill_strm()
 2015-01-14 21:01 UTC 

[patch 1/6] usb: gadget: uvc: fix some error codes
 2015-01-14 20:59 UTC 

[PATCH v7 0/4] hwspinlock core & omap dt support
 2015-01-14 20:58 UTC  (14+ messages)
` [PATCH v7 1/4] Documentation: dt: add common bindings for hwspinlock
` [PATCH v7 2/4] Documentation: dt: add the omap hwspinlock bindings document
` [PATCH v7 3/4] hwspinlock/core: add common OF helpers
` [PATCH v7 4/4] hwspinlock/omap: add support for dt nodes


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.