All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-22 08:54:39 to 2016-04-22 09:50:07 UTC [more...]

[RFC][PATCH 00/31] implement atomic_fetch_$op
 2016-04-22  9:44 UTC  (18+ messages)
` [RFC][PATCH 01/31] locking: Flip arguments to atomic_fetch_or
` [RFC][PATCH 02/31] locking,alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 09/31] locking,h8300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 11/31] locking,ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 12/31] locking,m32r: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 13/31] locking,m68k: "
` [RFC][PATCH 16/31] locking,mn10300: "
` [RFC][PATCH 19/31] locking,s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 23/31] locking,x86: "
` [RFC][PATCH 24/31] locking,xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 25/31] locking: Fix atomic64_relaxed bits
` [RFC][PATCH 27/31] locking: Remove linux/atomic.h:atomic_fetch_or
` [RFC][PATCH 28/31] locking: Remove the deprecated atomic_{set,clear}_mask() functions
` [RFC][PATCH 29/31] locking,alpha: Convert to _relaxed atomics
` [RFC][PATCH 30/31] locking,mips: "
` [RFC][PATCH 31/31] locking,qrwlock: Employ atomic_fetch_add_acquire()

[Qemu-devel] [PATCH v3 0/4] tcg: Misc clean-up patches
 2016-04-22  9:49 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 4/4] tcg: rework tb_invalidated_flag

[PATCH] x86/xen: suppress hugetlbfs in PV guests
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/asm] x86/mm/xen: Suppress "

[PATCH] media: vb2: Fix regression on poll() for RW mode
 2016-04-22  9:49 UTC  (3+ messages)

[PATCH] mm: move huge_pmd_set_accessed out of huge_memory.c
 2016-04-22  9:48 UTC  (6+ messages)

[linux-lvm] Why LVM metadata locations are not properly aligned
 2016-04-22  9:49 UTC  (4+ messages)

[PATCH] doc: correct Documentation/x86/x86_64/mm.txt
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/asm] x86/doc: Correct limits in Documentation/x86/x86_64/mm.txt

[PATCH kernel 0/2] speed up live migration by skipping free pages
 2016-04-22  9:48 UTC  (8+ messages)
` [PATCH kernel 1/2] mm: add the related functions to build the free page bitmap
          ` [Qemu-devel] "

[PATCH V2 00/14] Add support for Tegra210 AGIC
 2016-04-22  9:48 UTC  (9+ messages)
` [PATCH V2 06/14] irqdomain: Don't set type when mapping an IRQ
` [PATCH V2 13/14] dt-bindings: arm-gic: Add documentation for Tegra210 AGIC

[PATCH net v2 0/9] macsec: a few fixes
 2016-04-22  9:48 UTC  (12+ messages)
` [PATCH net v2 1/9] macsec: add missing NULL check after kmalloc
` [PATCH net v2 2/9] macsec: take rtnl lock before for_each_netdev
` [PATCH net v2 3/9] macsec: don't put a NULL rxsa
` [PATCH net v2 4/9] macsec: fix rx_sa refcounting with decrypt callback
` [PATCH net v2 5/9] macsec: add consistency check to netlink dumps
` [PATCH net v2 6/9] macsec: fix memory leaks around rx_handler (un)registration
` [PATCH net v2 7/9] macsec: fix SA leak if initialization fails
` [PATCH net v2 8/9] macsec: add missing macsec prefix in uapi
` [PATCH net v2 9/9] macsec: fix netlink attribute validation

[PATCH 4/5] x86, boot: Make memcpy handle overlaps
 2016-04-22  9:46 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Make memcpy() "

[PATCH 5/5] x86, KASLR: Warn when KASLR is disabled
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/boot] x86/KASLR: "

[PATCH for-4.7] x86/hvm: Correct emulation of invlpg instruction
 2016-04-22  9:48 UTC  (3+ messages)

[PATCH 3/5] x86, boot: Clean up things used by decompressors
 2016-04-22  9:46 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: "

[PATCH 0/5] x86, boot: clean up KASLR code (step 2)
 2016-04-22  9:45 UTC  (7+ messages)
` [PATCH 2/5] x86, KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
  ` [tip:x86/boot] x86/KASLR: "

[PATCH 1/5] x86, KASLR: Update description for decompressor worst case size
 2016-04-22  9:45 UTC  (2+ messages)
` [tip:x86/boot] x86/KASLR: "

[PATCH] objtool: Fix Makefile to properly see if libelf is supported
 2016-04-22  9:45 UTC  (2+ messages)
` [tip:core/urgent] "

[PATCH 10/11] x86, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, x86: Provide __down_write_killable()

[PATCH] x86: add frame annotation for call_rwsem_down_write_failed_killable
 2016-04-22  9:44 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_killable()

[PATCH 11/11] locking, rwsem: provide down_write_killable
 2016-04-22  9:44 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem: Provide down_write_killable()

[PATCH] mm: make fault_around_bytes configurable
 2016-04-22  9:44 UTC  (5+ messages)

[PATCH 09/11] s390, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, s390: Provide __down_write_killable()

[PATCH 08/11] ia64, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, ia64: Provide __down_write_killable()

[PATCH 07/11] alpha, rwsem: provide __down_write_killable
 2016-04-22  9:42 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, alpha: Provide __down_write_killable()

[PATCH v2] arm-ccn: Fix building as a module
 2016-04-22  9:43 UTC 

[PATCH V2 00/11] mtd: nand: get rid of NAND_ECC_SOFT_BCH
 2016-04-22  9:42 UTC  (5+ messages)
` [PATCH V3 "

master - libdm-stats: check for empty region and area lists
 2016-04-22  9:42 UTC 

[PATCH v3 0/5] xentrace/xenalyze Support on ARM
 2016-04-22  9:42 UTC  (8+ messages)
` [PATCH v3 2/5] xentrace: Memory/Page Mapping support for DOMID_XEN "

[PATCH v2 0/5] Add support for rk818
 2016-04-22  9:41 UTC  (8+ messages)
` [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code
    ` [rtc-linux] "

[PATCH 0/5] MIPS: KVM: A few misc fixes
 2016-04-22  9:38 UTC  (15+ messages)
  ` [PATCH 1/5] MIPS: KVM: Fix timer IRQ race when freezing timer
  ` [PATCH 2/5] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
  ` [PATCH 3/5] MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() calls
  ` [PATCH 4/5] MIPS: KVM: Fix preemption warning reading FPU capability
  ` [PATCH 5/5] MIPS: KVM: Add missing disable FPU hazard barriers

[PATCH v7 4/8] dt-bindings: Add a binding for Mediatek Video Encoder
 2016-04-22  9:38 UTC  (3+ messages)

MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
 2016-04-22  9:38 UTC 

MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
 2016-04-22  9:38 UTC 

MIPS: KVM: Fix timer IRQ race when freezing timer
 2016-04-22  9:38 UTC 

MIPS: KVM: Fix timer IRQ race when freezing timer
 2016-04-22  9:38 UTC 

[PATCH v2] usb: host: xhci-rcar: Avoid long wait in xhci_reset()
 2016-04-22  9:36 UTC  (2+ messages)

KERNEL PANIC + CORRUPTED BTRFS?
 2016-04-22  9:37 UTC  (11+ messages)
                    ` Fwd: "

[Qemu-devel] [PATCH for-2.6 0/3] block: Fix assertion failure at mirror exit
 2016-04-22  9:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.6 2/3] mirror: Skip BH for mirror_exit if in main loop

[meta-java][PATCH] icedtea7-native: skip the already-stripped test
 2016-04-22  9:36 UTC 

[Qemu-devel] [PATCH v3 00/11] tb hash improvements
 2016-04-22  9:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 01/11] compiler.h: add QEMU_ALIGNED() to enforce struct alignment
` [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()

[PATCH 0/5] pull: couple clang scan-build fixes
 2016-04-22  9:35 UTC  (4+ messages)
` [PATCH 5/5] getopt: fix memory leaks and integer overflows [ASAN & valgrind]

[PATCH v1 0/5] perf: Introduce address range filtering
 2016-04-22  9:34 UTC  (7+ messages)
` [PATCH v1 2/5] perf/x86/intel/pt: IP filtering register/cpuid bits

[U-Boot] [PATCH] mtd, ubi: set free_count to zero before walking through erase list
 2016-04-22  9:34 UTC  (7+ messages)

HowTo use spdk as Bluestore block device in v10.2.0
 2016-04-22  9:28 UTC  (3+ messages)

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-04-22  9:33 UTC  (7+ messages)
    ` [Qemu-devel] "

[U-Boot] [PATCH] sunxi: Enable LDO3 at 3.3V on A13-OLinuXino board
 2016-04-22  9:32 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: mctl_mem_matches: Add missing memory barrier
 2016-04-22  9:32 UTC  (4+ messages)

[meta-raspberrypi][PATCH V2 1/4] firmware.inc: Update firmware to include various serial fixes
 2016-04-22  9:31 UTC  (2+ messages)

[PATCH] binfmt_misc: Return a specific error in case of register failed
 2016-04-22  5:57 UTC 

[PATCH v4 0/2] let archs decide for vcpu ids
 2016-04-22  9:30 UTC  (12+ messages)
` [PATCH v4 2/2] KVM: move vcpu id checking to archs

[Qemu-devel] [PATCH for-2.6?] nbd: Don't mishandle unaligned client requests
 2016-04-22  9:29 UTC  (4+ messages)

[meta-fsl-ppc][PATCH] ipsec-demo: Fix host contamination and build warning
 2016-04-22  9:26 UTC 

drm reference counter connectors and fix lifetimes
 2016-04-22  9:24 UTC  (7+ messages)
` [PATCH 12/15] drm/modes: add connector reference counting
` [PATCH 14/15] drm/i915/mst: use reference counted connectors
` [PATCH 15/15] drm/radeon/dp_mst: use connector ref counting

[PATCH 0/3] Add support simple-card parse jack detection via external codec
 2016-04-22  9:22 UTC  (6+ messages)
` [PATCH 2/3] ASoC: simple-card: Add support jack detection via codec

[U-Boot] [PATCH] usb: mass storage: Initialize ret variable to zero
 2016-04-22  9:23 UTC 

[PATCH 2/2] overlay: notrun if upper fs does not support d_type
 2016-04-22  9:21 UTC  (2+ messages)
` [PATCH v2] "

linux-next: build failure after merge of the sound-asoc tree
 2016-04-22  9:21 UTC  (4+ messages)

[PATCH] xen/time: fix system_time for vtsc=1 PV guests
 2016-04-22  9:21 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2016-04-22  9:20 UTC  (3+ messages)

v10.2.0 Jewel released
 2016-04-22  9:18 UTC  (2+ messages)
` [ceph-users] "

[PATCH 0/7] Make debugobjects fixup functions return bool type
 2016-04-22  9:16 UTC  (7+ messages)
` [PATCH 1/7] debugobjects: make fixup functions return bool instead of int
` [PATCH 2/7] debugobjects: correct the usage of fixup call results

[PATCH 1/2] xen: arm64: doc: Add the requirement that SCR_EL3.HCE is enabled
 2016-04-22  9:16 UTC  (4+ messages)

[PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()
 2016-04-22  9:14 UTC  (4+ messages)

[RFC PATCH] gro: Partly revert "net: gro: allow to build full sized skb"
 2016-04-22  9:13 UTC  (3+ messages)

[PATCH 0/4] add __init attribute
 2016-04-22  9:13 UTC  (4+ messages)
` [PATCH 4/4] mtd: nandsim: "

[Buildroot] [RPi3] Trying to test WiFi On Raspberr Pi 3
 2016-04-22  9:13 UTC  (3+ messages)

[nightly] Core TISDK (krogoth/2.1) 2016.04 build 2016-04-21_23-00-32
 2016-04-22  9:12 UTC 

[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
 2016-04-22  9:12 UTC  (2+ messages)

[RFC PATCH] avail idx update optimizations
 2016-04-21 17:18 UTC 

[PATCH v2 00/13] ARM: dts: Add DB600c support
 2016-04-22  9:11 UTC  (5+ messages)
` [PATCH v2 05/13] ARM: dts: db600c: add pmic regulator supplies

[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-22  9:10 UTC  (7+ messages)
` [PATCH v2 4/4] PCI: Add runtime PM support for "

[PATCH i-g-t] lib: Actually use provided size when creating BO
 2016-04-22  9:08 UTC 

[PATCH] ASoC: tidyup alphabetical order for SND_SOC_Bxx
 2016-04-22  9:09 UTC  (3+ messages)
  ` [PATCH v2] "

fsck -l: fix racing between unlock/unlink and open
 2016-04-22  9:09 UTC  (2+ messages)

[wireless-regdb] [PATCH] Update the regulatory rules for Bulgaria (BG)
 2016-04-22  9:07 UTC  (5+ messages)
` [wireless-regdb] [PATCH v2] "
  ` [wireless-regdb] [PATCH v3] "

[PATCH v1] travis-ci: build documentation
 2016-04-22  9:07 UTC  (2+ messages)

[PATCH v3] sched/cpufreq: optimize cpufreq update kicker to avoid update multiple times
 2016-04-22  9:07 UTC 

[PATCH resend 0/3] mm: allow arch to override lowmem_page_address
 2016-04-22  9:07 UTC  (4+ messages)

[PATCH v6 00/12] ARM/arm64: dts: rcar: Add SYSC PM domains
 2016-04-22  9:07 UTC  (19+ messages)
` [PATCH v6 01/12] arm64: dts: r8a7795: Add SYSC PM Domains
` [PATCH v6 02/12] arm64: dts: r8a7795: Use SYSC "always-on" PM Domain
` [PATCH v6 03/12] ARM: dts: r8a7779: Add SYSC PM Domains
` [PATCH v6 04/12] ARM: dts: r8a7790: "
` [PATCH v6 05/12] ARM: dts: r8a7791: "
` [PATCH v6 06/12] ARM: dts: r8a7793: "
` [PATCH v6 07/12] ARM: dts: r8a7794: "
` [PATCH v6 08/12] ARM: dts: r8a7779: Use SYSC "always-on" PM Domain
` [PATCH v6 09/12] ARM: dts: r8a7790: "
` [PATCH v6 10/12] ARM: dts: r8a7791: "
` [PATCH v6 11/12] ARM: dts: r8a7793: "
` [PATCH v6 12/12] ARM: dts: r8a7794: "

[PATCH 0/2] Drop obsolete 'experimental' annotations
 2016-04-22  9:06 UTC  (3+ messages)
` [PATCH 1/2] videodev2.h: remove "
` [PATCH 2/2] DocBook media: drop "

[PATCH v5 00/11] qcom: Add support for TSENS driver
 2016-04-22  9:07 UTC  (4+ messages)

[Xenomai] Assertion failed on "test posix_clock" on some executions of xeno-test
 2016-04-22  9:06 UTC  (2+ messages)

[PATCH v7 0/9] Add clock support for Mediatek MT2701
 2016-04-22  9:06 UTC  (7+ messages)
` [PATCH v7 1/9] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH v7 3/9] clk: mediatek: Add dt-bindings for MT2701 clocks

DaVinci NAND: disable subpage write (28c015)
 2016-04-22  9:05 UTC  (2+ messages)

[PATCH] nsenter: fix ability to enter unprivileged containers
 2016-04-22  9:05 UTC  (7+ messages)

[PATCH] MAINTAINERS: ARM docs to be maintained by ARM maintainers
 2016-04-22  9:04 UTC  (2+ messages)

[PATCH v2] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42
 2016-04-22  9:03 UTC  (3+ messages)

[Bug 94984] XCom2 crashes with SIGSEGV on radeonsi
 2016-04-22  9:02 UTC  (2+ messages)

[PATCH 0/7] mfd: Use devm_mfd_add_devices and devm_regmap_add_irq_chip
 2016-04-22  8:50 UTC  (4+ messages)
` [PATCH 2/7] mfd: lp8788: "

[PATCH v5] irqchip, gicv3-its, numa: Enable workaround for Cavium thunderx erratum 23144
 2016-04-22  9:00 UTC  (5+ messages)

[PATCH] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
 2016-04-22  9:00 UTC  (3+ messages)

Xen does not work after changing scheduler's code
 2016-04-22  8:59 UTC  (5+ messages)

[PATCHv3 00/12] vb2: replace allocation context by device pointer
 2016-04-22  8:54 UTC  (5+ messages)
` [PATCHv3 01/12] vb2: add a dev field to use for the default allocation context
` [PATCHv3 06/12] media/platform: convert drivers to use the new vb2_queue dev field

mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
 2016-04-22  8:54 UTC  (7+ messages)
  ` [kbuild-all] "


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.