All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-05 22:53:46 to 2014-09-06 00:47:31 UTC [more...]

[PATCH net-next v2 0/3] Drop get_headlen functions in favor of generic function
 2014-09-06  0:47 UTC  (8+ messages)
` [PATCH net-next v2 1/3] net: Add function for parsing the header length out of linear ethernet frames
` [PATCH net-next v2 2/3] igb: use new eth_get_headlen interface
` [PATCH net-next v2 3/3] ixgbe: "

[PATCHv2 00/20] scsi logging update
 2014-09-06  0:46 UTC  (22+ messages)
` [PATCH 02/20] aha152x: Debug output update and whitespace cleanup
` [PATCH 04/20] scsi: introduce sdev_prefix_printk()
` [PATCH 06/20] scsi: stop decoding if scsi_normalize_sense() fails
` [PATCH 07/20] scsi: do not decode sense extras
` [PATCH 08/20] scsi: use 'bool' as return value for scsi_normalize_sense()
` [PATCH 09/20] scsi: remove scsi_print_status()
` [PATCH 11/20] scsi: Use scsi_print_command() where possible
` [PATCH 12/20] scsi: merge print_opcode_name()
` [PATCH 13/20] scsi: consolidate opcode lookup in scsi_opcode_sa_name()
` [PATCH 20/20] scsi_error: format abort error message

[PATCH] security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c
 2014-09-06  0:45 UTC  (3+ messages)

[PATCH net-next v4 0/3] Series short description
 2014-09-06  0:44 UTC  (2+ messages)

[PATCH net-next] ipv4: harden fnhe_hashfun()
 2014-09-06  0:40 UTC  (2+ messages)

[PATCH 1/1] libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu
 2014-09-06  0:36 UTC  (2+ messages)

[PATCH] net: treewide: Fix typo found in DocBook/networking.xml
 2014-09-06  0:35 UTC  (3+ messages)
` [PATCH/v2] "

[PATCH 00/22] scsi logging update
 2014-09-06  0:35 UTC  (9+ messages)
` [PATCH 20/22] scsi: align logging messages
` [PATCH 21/22] scsi: reduce messages for command failure

[PATCH net-next] be2net: Learn and program mac to avoid packet replication in nPAR mode
 2014-09-06  0:34 UTC  (2+ messages)

[GIT PULL] bcache changes for 3.17
 2014-09-06  0:33 UTC  (11+ messages)

[PATCH v6 0/4] APM X-Gene PCIe host controller
 2014-09-06  0:25 UTC  (14+ messages)
` [PATCH v6 1/4] pci:host: APM X-Gene PCIe controller driver
` [PATCH v6 2/4] arm64: dts: APM X-Gene PCIe device tree nodes
` [PATCH v6 3/4] dt-bindings: pci: xgene pcie device tree bindings
` [PATCH v6 4/4] MAINTAINERS: entry for APM X-Gene PCIe host driver

[PATCH net-next] net-timestamp: fix allocation error in test
 2014-09-06  0:31 UTC  (2+ messages)

[patch -next] hyperv: NULL dereference on error
 2014-09-06  0:29 UTC  (3+ messages)

[PATCH net] bnx2x: Fix link problems for 1G SFP RJ45 module
 2014-09-06  0:28 UTC 

[Qemu-devel] Supporting multiple CPU AddressSpaces and memory transaction attributes
 2014-09-06  0:26 UTC  (2+ messages)

[PATCH] packagegroup-self-hosted: move graphics packages to graphics group
 2014-09-06  0:25 UTC 

[PATCH v2] 3c59x: avoid panic in boomerang_start_xmit when finding page address:
 2014-09-06  0:24 UTC  (2+ messages)
  ` [PATCH v3] "

[PATCH] netfilter: add explicit Kconfig for NETFILTER_XT_NAT
 2014-09-06  0:23 UTC 

[net-next v2 00/15][pull request] Intel Wired LAN Driver Updates 2014-09-04
 2014-09-06  0:23 UTC 

[PATCH iproute2] ip: support of usec rtt in tcp_metrics
 2014-09-06  0:22 UTC  (3+ messages)

[PATCH] kbuild, LLVMLinux: Add better clang cross build support
 2014-09-06  0:21 UTC 

[net-next v4 0/3] Refactor vxlan and l2tp to use common UDP tunnel APIs
 2014-09-06  0:19 UTC 

[PATCH] PCI: Increase BAR size quirk for IBM ipr SAS Crocodile adapters
 2014-09-06  0:18 UTC  (3+ messages)

[PATCH] net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe()
 2014-09-06  0:17 UTC  (2+ messages)

[PATCH net-next] ipv4: fix a race in update_or_create_fnhe()
 2014-09-06  0:16 UTC  (2+ messages)

rte_lpm_add in librte_lpm
 2014-09-06  0:14 UTC 

Linux kernel 3.16.2 released
 2014-09-06  0:14 UTC 

[PATCH net 1/2] ipv6: fix a refcnt leak with peer addr
 2014-09-06  0:13 UTC  (4+ messages)
` [PATCH net 2/2] ipv6: use addrconf_get_prefix_route() to remove "

[PATCH net v6 0/4] tg3: tx_pending fixes
 2014-09-06  0:13 UTC  (5+ messages)
` [PATCH net v6 4/4] tg3: Fix tx_pending checks for tg3_tso_bug

[xen-unstable test] 30124: regressions - FAIL
 2014-09-06  0:11 UTC 

[PATCH v2 0/7] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-09-06  0:06 UTC  (16+ messages)
` [PATCH v2 1/7] arm: LLVMLinux: Add global named register current_stack_pointer for ARM
` [PATCH v2 2/7] arm: LLVMLinux: Use current_stack_pointer to calculate pt_regs address
` [PATCH v2 3/7] arm: LLVMLinux: Use current_stack_pointer for return_address
` [PATCH v2 4/7] arm: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
` [PATCH v2 5/7] arm: LLVMLinux: Calculate current_thread_info from current_stack_pointer
` [PATCH v2 6/7] arm: LLVMLinux: Use current_stack_pointer in unwind_backtrace
` [PATCH v2 7/7] arm: LLVMLinux: Use global stack register variable for percpu

Linux 3.16.2
 2014-09-06  0:09 UTC  (2+ messages)

Linux 3.14.18
 2014-09-06  0:09 UTC  (2+ messages)

Linux 3.10.54
 2014-09-06  0:08 UTC  (2+ messages)

[PATCH 1/4] Documentation: use subdir-y to avoid unnecessary built-in.o files
 2014-09-06  0:07 UTC  (10+ messages)

[GIT PULL] xfs: fixes for 3.17-rc3
 2014-09-06  0:07 UTC  (2+ messages)

[PATCH] PCIe: Designware: Extract struct pcie_port_info elements into struct pcie_port
 2014-09-06  0:03 UTC  (2+ messages)

ccf vs iommu vs drm locking fun
 2014-09-06  0:00 UTC  (4+ messages)
` [PATCH v2] clk: Don't hold prepare_lock across debugfs creation

[PATCH] crypto: ccp - Check for CCP before registering crypto algs
 2014-09-05 23:49 UTC  (2+ messages)

[GIT PULL] MTD fixes for 3.17-rc4
 2014-09-05 23:52 UTC  (2+ messages)

linux-next: Tree for Sep 1
 2014-09-05 23:48 UTC  (7+ messages)

+ memfd_test-add-missing-argument-to-printf.patch added to -mm tree
 2014-09-05 23:47 UTC 

Linux kernel 3.14.18 released
 2014-09-05 23:46 UTC 

Linux kernel 3.10.54 released
 2014-09-05 23:46 UTC 

Question reg. asm/qrwlock.h
 2014-09-05 23:45 UTC 

[PATCHv4 0/4] Initial SMR drive support
 2014-09-05 23:44 UTC  (5+ messages)
` [PATCH 1/4] libata: consolidate ata_dev_classify()
` [PATCH 3/4] libata-scsi: Update SATL for ZAC drives

[PATCH 0/2] sb_edac: i2c_imc staging submission prep
 2014-09-05 23:42 UTC  (4+ messages)
` [PATCH 1/2] Move Intel SNB device ids from sb_edac to pci_ids.h

[PATCH] fs, LLVMLinux: Remove warning from COMPATIBLE_IOCTL
 2014-09-05 23:36 UTC 

[Patch iproute2] iplink: forbid negative ifindex and modifying ifindex
 2014-09-05 23:36 UTC 

[PATCH] i2c-rcar: fix RCAR_IRQ_ACK_{RECV|SEND}
 2014-09-05 23:34 UTC  (2+ messages)

[RESEND 0/5] PCIe, AER: Misc cleanup
 2014-09-05 23:34 UTC  (5+ messages)
` [RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver
` [RESEND RFC 5/5] PCIe, AER: Update initial value of UC error mask

[PATCH v10] ARM: brcmstb: reintroduce SMP support
 2014-09-05 23:31 UTC  (2+ messages)

[RFC] memory cgroup: my thoughts on memsw
 2014-09-05 23:15 UTC  (7+ messages)

[PATCH v2 1/9] xen: arm: rename p2m->first_level to p2m->root
 2014-09-05 23:32 UTC  (3+ messages)
` [PATCH v2 7/9] xen: arm: handle variable p2m levels in apply_p2m_changes

[RFC v2 0/6] driver-core: add asynch probe support
 2014-09-05 23:32 UTC  (25+ messages)
` [RFC v2 3/6] kthread: warn on kill signal if not OOM

use IORESOURCE_REG resource type for non-translatable addresses in DT
 2014-09-05 23:29 UTC  (4+ messages)
` [PATCH] RFC: add function for localbus address

[Qemu-devel] [PATCH 0/7] s390-ccw.img: block size and DASD format support
 2014-09-05 23:26 UTC  (3+ messages)

[PATCH] ARM: brcmstb: Kconfig: drop unneeded symbol selections
 2014-09-05 23:25 UTC  (2+ messages)

[PATCH v12 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-09-05 23:25 UTC  (5+ messages)
` [PATCH v12 11/14] flask/policy: allow domU to use previously-mapped I/O-memory

[PATCH V2 1/1] Drivers: hv: vmbus: Enable interrupt driven flow control
 2014-09-06  0:29 UTC 

[PATCH] arm64: LLVMLinux: Fix inline arm64 assembly for use with clang
 2014-09-05 23:24 UTC  (2+ messages)

error returns of pm_runtime_get()
 2014-09-05 23:42 UTC  (2+ messages)

[PATCH] arm64: LLVMLinux: Provide __aeabi_* symbols which are needed for clang
 2014-09-05 23:23 UTC  (2+ messages)

[PATCH] bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c
 2014-09-05 23:22 UTC  (3+ messages)

[PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64
 2014-09-05 23:21 UTC  (2+ messages)

[RFC][patch 0/6] pci pass-through support for qemu/KVM on s390
 2014-09-05 23:19 UTC  (11+ messages)
        ` [Qemu-devel] "

[RFC PATCHv3 0/4] am: patch-format
 2014-09-05 23:18 UTC  (8+ messages)
` [RFC PATCHv3 1/4] am: avoid re-directing stdin twice

[PATCH] arm: LLVMLinux: Provide __aeabi_* symbols which are needed for clang
 2014-09-05 23:18 UTC  (2+ messages)

[PATCH net v1 0/2] amd-xgbe: AMD XGBE driver fixes 2014-09-05
 2014-09-05 23:02 UTC  (3+ messages)
` [PATCH net v1 1/2] amd-xgbe: Treat certain counter registers as 64 bit
` [PATCH net v1 2/2] amd-xgbe: Enable interrupts for all management counters

[PATCH] mm: Apply the section attribute to the variable, not its type
 2014-09-05 23:16 UTC 

[PATCH net-next 0/3] Drop get_headlen functions in favor of generic funciton
 2014-09-05 23:15 UTC  (4+ messages)
` [PATCH net-next 1/3] net: Add function for parsing the header length out of linear ethernet frames

[Patch v4 1/2] freezer: check OOM kill while being frozen
 2014-09-05 23:32 UTC  (4+ messages)

[Patch net] ipv6: restore the behavior of ipv6_sock_ac_drop()
 2014-09-05 23:07 UTC  (4+ messages)

[PATCH v2] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c
 2014-09-05 23:06 UTC 

+ binfmt_misc-touch-up-documentation-a-bit.patch added to -mm tree
 2014-09-05 23:06 UTC 

+ binfmt_misc-expand-the-register-format-limit-to-1920-bytes.patch added to -mm tree
 2014-09-05 23:06 UTC 

[PATCH 00/11] clk: rockchip: add a cpu clock-type
 2014-09-05 23:06 UTC  (12+ messages)
` [PATCH 01/11] clk: rockchip: fix rk3066 pll status register location
` [PATCH 02/11] clk: rockchip: fix rk3288 "
` [PATCH 03/11] clk: rockchip: reparent aclk_cpu_pre to the gpll
` [PATCH 04/11] clk: rockchip: make tightly bound armclk child-clocks read-only
` [PATCH 05/11] clk: rockchip: add new clock-type for the cpuclk
` [PATCH 06/11] clk: rockchip: add binding id for ARMCLK
` [PATCH 07/11] clk: rockchip: switch to using the new cpuclk type for armclk
` [PATCH 08/11] ARM: dts: rockchip: add operating points and armclk references
` [PATCH 09/11] ARM: dts: rockchip: add cpu supplies to boards
` [PATCH 10/11] ARM: rockchip: enable cpufreq-related options
` [PATCH 11/11] ARM: rockchip: add a cpufreq-cpu0 device

[Qemu-devel] [patch 0/3] kvmclock: Ensure time in migration never goes backward (v3)
 2014-09-05 23:05 UTC  (7+ messages)

Is XFS suitable for 350 million files on 20TB storage?
 2014-09-05 23:05 UTC  (4+ messages)

[PATCH v2] crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c
 2014-09-05 23:03 UTC 

A few questions about soc/alsa
 2014-09-05 23:02 UTC 

[PATCH v2] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c
 2014-09-05 23:02 UTC 

[PATCH v2] crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
 2014-09-05 23:02 UTC  (2+ messages)

[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
 2014-09-05 23:01 UTC 

[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c
 2014-09-05 23:01 UTC 

[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c
 2014-09-05 23:00 UTC 

[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c
 2014-09-05 22:59 UTC 

[RFC] merge seekwatcher into the blktrace repository?
 2014-09-05 22:59 UTC  (2+ messages)

[PATCH] crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c
 2014-09-05 22:59 UTC 

[PATCH v2] btrfs: LLVMLinux: Remove VLAIS
 2014-09-05 22:58 UTC 

+ ocfs2-remove-unused-code-in-dlm_new_lockres.patch added to -mm tree
 2014-09-05 22:57 UTC 

+ checkpatch-remove-unnecessary-after-88.patch added to -mm tree
 2014-09-05 22:56 UTC 

[PATCH] slab: implement kmalloc guard
 2014-09-05 22:54 UTC  (2+ messages)

[PATCH v2 00/15] Krait clocks + Krait CPUfreq
 2014-09-05 22:47 UTC  (2+ messages)
` [PATCH v2 05/15] clk: Add safe switch hook


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.