All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-04 01:22:23 to 2015-03-04 03:13:06 UTC [more...]

[PATCH] Btrfs: rework qgroup accounting V2
 2015-03-04  3:13 UTC  (2+ messages)

[PATCH] Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
 2015-03-04  3:12 UTC  (4+ messages)

[PATCH v2 0/6] enhance configuring an ITS
 2015-03-04  3:10 UTC  (8+ messages)
` [PATCH v2 5/6] irqchip: gicv3-its: add support for power down

[PATCH 1/3] BSD: Support Port Hotplug function
 2015-03-04  3:11 UTC  (3+ messages)
  ` [PATCH 2/3] eal, ethdev: Remove CONFIG_RTE_LIBRTE_EAL_HOTPLUG
  ` [PATCH 3/3] doc: Remove BSD limitation from hotplug section of programmer's guide

[PATCH] popen.3: ATTRIBUTES: Note functions that are thread-safe
 2015-03-04  3:09 UTC 

Hanging cifsiod / OpLock break problems
 2015-03-04  3:08 UTC  (2+ messages)

Raspberry Pi mailbox drivers
 2015-03-04  3:07 UTC  (10+ messages)
` [PATCH 01/10] dt/bindings: Add binding for BCM2835 mailbox driver
` [PATCH 02/10] mailbox: Enable BCM2835 mailbox support
` [PATCH 04/10] dt/bindings: Add binding for BCM2835 mailbox power channel driver

[Xenomai] gdbserver hangs on rt_task_create()
 2015-03-04  3:07 UTC  (7+ messages)

[PATCH 00/12] PPGTT with 48b addressing
 2015-03-04  3:07 UTC  (5+ messages)
` [PATCH 02/12] drm/i915/bdw: Abstract PDP usage
` [PATCH 05/12] drm/i915/bdw: implement alloc/free for 4lvl

[Qemu-devel] [PATCH v3 00/10] QEMU memory hot unplug support
 2015-03-04  3:03 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 02/10] acpi, mem-hotplug: Add acpi_memory_slot_status() to get MemStatus

[PATCH] c6x: include: asm: Kbuild: Add generic serial.h
 2015-03-04  3:12 UTC 

[PATCH v12 00/21] Enable SRIOV on Power8
 2015-03-04  3:01 UTC  (5+ messages)
` [PATCH v12 17/21] powerpc/powernv: Shift VF resource with an offset

[PATCH] c6x: include: asm: dma-mapping: Add dummy dma_sync_single_range_for_device
 2015-03-04  3:09 UTC 

[PATCH v2] x86: Fix sibling map with NumaChip
 2015-03-04  2:58 UTC 

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-04  2:58 UTC  (5+ messages)
` [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

[PATCH] tools/dpdk_nic_bind: Fix can't bind virtio-pci issue
 2015-03-04  2:55 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2] NFSv4: Fix a race in NFSv4.1 server trunking discovery
 2015-03-04  2:54 UTC  (2+ messages)
` [PATCH 2/2] NFSv4.1: Clear the old state by our client id before establishing a new lease

node-hotplug: is memset 0 safe in try_offline_node()?
 2015-03-04  2:52 UTC  (6+ messages)

root login broken
 2015-03-04  2:53 UTC 

[PATCH v4 1/2] ARM: at91: sama5d4/dts: add #{address, size}_cells properties for macb0
 2015-03-04  2:51 UTC  (6+ messages)
  ` [PATCH v4 2/2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board

[RFC PATCH 0/2] acpi: video: Allow forcing native backlight on non win8 laptops
 2015-03-04  2:50 UTC  (5+ messages)
` [RFC PATCH 1/2] acpi: video: Allow forcing native backlight on non win8 machines

A smart router for more than one default routes
 2015-03-04  2:49 UTC  (2+ messages)

linux-next: build failure after merge of the md tree
 2015-03-04  2:48 UTC  (6+ messages)

[PATCH] Fix stray --cluster-confrim crash
 2015-03-04  2:46 UTC  (2+ messages)

[PATCH] Communication Framework: fix semicolon.cocci warnings
 2015-03-04  2:42 UTC  (2+ messages)

[md:for-next 14/48] drivers/md/md-cluster.c:190:6: sparse: symbol 'recover_bitmaps' was not declared. Should it be static?
 2015-03-04  2:41 UTC  (3+ messages)
` [PATCH md] recover_bitmaps() can be static

[U-Boot] [RFC PATCH v4 0/23] Add Driver Model support to network stack
 2015-03-04  2:41 UTC  (29+ messages)
` [U-Boot] [PATCH v5 0/27] "
  ` [U-Boot] [PATCH v5 01/27] test: dm: Reorder the objects to build
  ` [U-Boot] [PATCH v5 02/27] common: Make sure arch-specific map_sysmem() is defined
  ` [U-Boot] [PATCH v5 03/27] net: Provide a function to get the current MAC address
  ` [U-Boot] [PATCH v5 04/27] net: Rename helper function to be more clear
  ` [U-Boot] [PATCH v5 05/27] net: Remove unneeded "extern" in net.h
  ` [U-Boot] [PATCH v5 06/27] net: Refactor in preparation for driver model
  ` [U-Boot] [PATCH v5 07/27] net: Change return codes from net/eth.c to use errorno constants
  ` [U-Boot] [PATCH v5 08/27] net: Use int instead of u8 for boolean flag
  ` [U-Boot] [PATCH v5 09/27] net: Remove the bd* parameter from net stack functions
  ` [U-Boot] [PATCH v5 10/27] net: Make netretry actually do something
  ` [U-Boot] [PATCH v5 11/27] net: Access mapped physmem in net functions
  ` [U-Boot] [PATCH v5 12/27] cmd: net: Clean up return codes
  ` [U-Boot] [PATCH v5 13/27] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [PATCH v5 14/27] net: Clean up network stack names used in DM drivers
  ` [U-Boot] [PATCH v5 15/27] dm: eth: Pass the packet pointer as a parameter to recv
  ` [U-Boot] [PATCH v5 16/27] sandbox: eth: Add network support to sandbox
  ` [U-Boot] [PATCH v5 17/27] sandbox: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [PATCH v5 18/27] test: dm: eth: Add tests for the eth dm implementation
  ` [U-Boot] [PATCH v5 19/27] dm: eth: Add support for aliases
  ` [U-Boot] [PATCH v5 20/27] dm: eth: Add support for ethprime env var
  ` [U-Boot] [PATCH v5 21/27] test: dm: eth: Add testing for ethrotate "
  ` [U-Boot] [PATCH v5 22/27] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
  ` [U-Boot] [PATCH v5 23/27] test: dm: net: Add a test of the netretry behavior
  ` [U-Boot] [PATCH v5 24/27] sandbox: eth: Add a bridge to a real network for sandbox
  ` [U-Boot] [PATCH v5 25/27] sandbox: Enable DHCP and IP defrag
  ` [U-Boot] [PATCH v5 26/27] sandbox: eth: Add support for using the 'lo' interface
  ` [U-Boot] [PATCH v5 27/27] net: Improve error handling

[nightly] Distroless meta-ti/master minimal build 2015-03-03_21-00-58
 2015-03-04  2:36 UTC 

[PATCH 1/2] ucm: document some standard values
 2015-03-04  2:35 UTC  (2+ messages)
` [PATCH 2/2] conf/ucm: broadwell-rt286: add ucm config

[PATCH 0/2] cpufreq-dt: support for cluster level clock
 2015-03-04  2:35 UTC  (7+ messages)
` [PATCH 1/2] cpufreq-dt: support "

[PATCH 0/3] fix some CAAM warnings
 2015-03-04  2:32 UTC  (4+ messages)
` [PATCH 1/3] crypto: caam: fix some compile warnings

Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173
 2015-03-04  2:31 UTC  (8+ messages)
` [PATCH 1/3] arm64: mediatek: Add config option for mt8173

[RFC PATCH v4 00/34] Early kprobe: enable kprobes at very early booting stage
 2015-03-04  2:30 UTC  (9+ messages)
` [RFC PATCH v4 27/34] early kprobes on ftrace: kprobe_on_ftrace_get_old_insn()
` [PATCH 0/3] early kprobes: Fix bug in unregistering early kprobe before kprobe is ready
  ` [PATCH 3/3] early kprobes: x86: don't try to recover ftraced instruction before ftrace get ready

[PATCH v3 0/10] split ET_DYN ASLR from mmap ASLR
 2015-03-04  2:10 UTC  (44+ messages)
` [PATCH v3 01/10] arm: factor out mmap ASLR into mmap_rnd
` [PATCH v3 02/10] x86: standardize mmap_rnd() usage
` [PATCH v3 03/10] arm64: "
` [PATCH v3 04/10] mips: extract logic for mmap_rnd()
` [PATCH v3 05/10] powerpc: standardize mmap_rnd() usage
` [PATCH v3 06/10] s390: "
` [PATCH v3 07/10] mm: expose arch_mmap_rnd when available
` [PATCH v3 08/10] s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
` [PATCH v3 09/10] mm: split ET_DYN ASLR from mmap ASLR
` [PATCH v3 10/10] mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE

[oe-commits] Bruce Ashfield : kern-tools: improve patch application performance
 2015-03-04  2:26 UTC  (2+ messages)

[PATCH] Staging: rtl8192u: Fix duplicate conditional branch
 2015-03-04  2:25 UTC  (5+ messages)
  ` [Outreachy kernel] "

[meta-qt5][PATCH] fix build of qtwebengine if qtbase has no accessibility
 2015-03-04  2:25 UTC  (3+ messages)
` [meta-qt5][PATCHv2] "

stat inconsistency with overlayfs
 2015-03-04  2:24 UTC  (7+ messages)

[PATCH] drivers: usb: gadget: udc: Fix NULL dereference
 2015-03-04  1:11 UTC  (2+ messages)

[PATCH v2 00/15] tracing: 'hist' triggers
 2015-03-04  2:22 UTC  (3+ messages)

[PATCH] drm/i915: Changes for calculating dsi clk for CHT
 2015-03-04  2:17 UTC  (2+ messages)

[PATCHv4 net-next 0/3] Improvements for TCP PMTU
 2015-03-04  2:12 UTC  (6+ messages)
` [PATCHv4 net-next 3/3] ipv4: Create probe timer for tcp PMTU as per RFC4821

[PATCH v3 17/17] crypto: talitos - Update DT bindings with SEC1
 2015-03-04  2:17 UTC 

[Qemu-devel] [PATCH v4 0/5] target-i386: Simplify APIC ID initialization, move compat code to pc.c
 2015-03-04  2:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] target-i386: Move topology.h to include/hw/i386
` [Qemu-devel] [PATCH v4 2/5] target-i386: Remove unused APIC ID default code
` [Qemu-devel] [PATCH v4 3/5] target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
` [Qemu-devel] [PATCH v4 4/5] target-i386: Move APIC ID compatibility code to pc.c
` [Qemu-devel] [PATCH v4 5/5] target-i386: Require APIC ID to be explicitly set before CPU realize

[PATCH 1/2] drm/i915: Don't require primary->fb in intel_crtc_active()
 2015-03-04  2:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Don't assume primary & cursor are always on for wm calculation

Issues w/ Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG
 2015-03-04  2:12 UTC  (8+ messages)

[PATCH 0/2] ath5k: reset path fixes
 2015-03-04  2:12 UTC  (3+ messages)
` [PATCH 1/2] ath5k: channel change fix
` [PATCH 2/2] ath5k: fix reset race

[PATCH 3.2 00/24] 3.2.68-rc1 review
 2015-03-04  2:09 UTC  (3+ messages)

[PATCH v4 0/8] xen/arm: Resync the SMMU driver with the Linux one
 2015-03-04  2:08 UTC  (4+ messages)
` [PATCH v4 6/8] xen/iommu: smmu: Add Xen specific code to be able to use the driver

panic on 4.20 server exporting xfs filesystem
 2015-03-04  2:08 UTC  (4+ messages)

[PATCH] A fix to work around strict-aliasing rules breaking
 2015-03-04  2:07 UTC  (3+ messages)

[PATCH 0/3] perf tools: Adding xz decompression support
 2015-03-04  2:05 UTC  (4+ messages)
` [PATCH 09/14] perf tools: Use kmod_path__parse in decompress_kmodule

[PATCH] librte_eal/common: Fix cast from pointer to integer of different size
 2015-03-04  1:58 UTC  (6+ messages)
` [PATCH v2] "

[linux-next test] 35809: regressions - FAIL
 2015-03-04  1:56 UTC 

[PATCH] ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml
 2015-03-04  1:56 UTC  (3+ messages)
` [alsa-devel] "
  ` [PATCH/v2] "

[PATCH 1/2] acpi/video: Load the module even if ACPI is disabled
 2015-03-04  1:55 UTC  (2+ messages)

[RFC/PATCH 0/3] protocol v2
 2015-03-04  1:54 UTC  (13+ messages)

[RFC PATCH 0/7] Btrfs: qgroup: part-4: Add type to btrfs qgroup
 2015-03-04  1:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] target-i386: Simplify APIC ID initialization, move compat code to pc.c
 2015-03-04  1:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/5] target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id

[PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation
 2015-03-04  1:47 UTC  (2+ messages)

[net-next v2 00/17][pull request] Intel Wired LAN Driver Updates 2015-03-03
 2015-03-04  1:47 UTC  (2+ messages)

[PATCH 1/3] drm/layerscape: Add fsl dcu DRM driver
 2015-03-04  1:32 UTC  (7+ messages)

[RFC PATCH] vfs: Use 12:20 bit major:minor in stat everywhere
 2015-03-04  1:47 UTC  (6+ messages)

[PATCH] ARM: at91: pm: change at91_pm_set_standby() to static
 2015-03-04  1:44 UTC  (2+ messages)

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-04  1:43 UTC  (5+ messages)

[PATCH 0/3] powerpc/pseries: Fixes and cleanup of suspend/migration code
 2015-03-04  1:41 UTC  (7+ messages)
` [PATCH 2/3] powerpc/pseries: Little endian fixes for post mobility device tree update

[PATCH 1/5] ARM: shmobile: r8a7794 SYSC setup code
 2015-03-04  1:40 UTC  (2+ messages)

[PATCH 2/5] ARM: shmobile: Add r8a7794 reset code for SMP
 2015-03-04  1:36 UTC  (2+ messages)

How to handle TIF_MEMDIE stalls?
 2015-03-04  1:33 UTC  (12+ messages)

[PATCH] phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure path
 2015-03-04  1:33 UTC 

[Qemu-devel] [PATCH] target-ppc: Add versions to server CPU descriptions
 2015-03-04  1:31 UTC 

j-release name
 2015-03-04  1:31 UTC 

[PATCH] HID: wacom: ask for a in-prox report when it was missed
 2015-03-04  1:30 UTC  (3+ messages)

from: Adam Richter
 2015-03-04  1:29 UTC 

Patch "x86: Store a per-cpu shadow copy of CR4" gives VirtualBox 4.3.24 indigestion
 2015-03-04  1:28 UTC  (3+ messages)

[PATCH] btrfs/disk-io: Use '%zu' to print 'sizeof'
 2015-03-04  1:23 UTC 

[PATCH] f2fs: relocate Kconfig from misc filesystems
 2015-03-04  1:22 UTC 

[PATCH 0/4] hugetlbfs: optionally reserve all fs pages at mount time
 2015-03-04  1:21 UTC  (5+ messages)
` [PATCH 2/4] hugetlbfs: coordinate global and subpool reserve accounting
` [PATCH 3/4] hugetlbfs: accept subpool reserved option and setup accordingly
` [PATCH 4/4] hugetlbfs: document reserved mount option


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.