All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-22 21:58:03 to 2017-05-22 23:41:33 UTC [more...]

[Qemu-devel] [PATCH 0/2] hw/adc: Implement a basic Aspeed ADC model
 2017-05-22 23:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] hw/arm: Integrate ADC model into Aspeed SoC

[PATCH net-next 0/2] perf, bpf: add support for HW_CACHE and RAW events
 2017-05-22 23:40 UTC  (6+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] samples/bpf: add samples for HW_CACHE / "

[PATCH 0/3] gpio: move include files out of include/linux/i2c
 2017-05-22 23:40 UTC  (3+ messages)
` [PATCH 3/3] gpio: adp5588: move header file out of I2C realm

[PATCH v9 00/28] arm64: Dom0 ITS emulation
 2017-05-22 23:39 UTC  (13+ messages)
` [PATCH v9 05/28] ARM: GICv3: forward pending LPIs to guests
` [PATCH v9 11/28] ARM: VGIC: add vcpu_id to struct pending_irq
` [PATCH v9 12/28] ARM: vGIC: advertise LPI support
` [PATCH v9 13/28] ARM: vITS: add command handling stub and MMIO emulation
` [PATCH v9 21/28] ARM: vITS: handle MAPTI command

[PATCH v4 next 0/3] modules: automatic module loading restrictions
 2017-05-22 23:38 UTC  (26+ messages)
` [PATCH v4 next 1/3] modules:capabilities: allow __request_module() to take a capability argument
    ` [kernel-hardening] "
` [PATCH v4 next 2/3] modules:capabilities: automatic module loading restriction
    ` [kernel-hardening] "
` [kernel-hardening] [PATCH v4 next 0/3] modules: automatic module loading restrictions

[PATCH 1/2] ext4 crypto: don't let data integrity writebacks fail with ENOMEM
 2017-05-22 23:37 UTC  (2+ messages)
` [PATCH 2/2] ext4 crypto: fix some error handling

[PATCH] pci: Handle the case when PCI_COMMAND register hasn't changed in INTx masking test
 2017-05-22 23:38 UTC  (2+ messages)

[PATCH 0/3] mfd: move include files out of include/linux/i2c
 2017-05-22 23:37 UTC  (11+ messages)
` [PATCH 1/3] mfd: dm355evm_msp: move header file out of I2C realm
    ` [rtc-linux] "
` [PATCH 3/3] mfd: twl: "
    ` [rtc-linux] "

[refpolicy] [PATCH 0/4] X Desktop Group location support and reduced user content access privileges
 2017-05-22 23:38 UTC  (5+ messages)
` [refpolicy] [PATCH 1/4] freedesktop location support
` [refpolicy] [PATCH 2/4] Allow users to manage all xdg resources

[PATCH 1/2]pstore: Move timestamp collection code to common pstore place
 2017-05-22 23:37 UTC  (2+ messages)

Documenting sigaltstack SS_AUTODISRM
 2017-05-22 23:36 UTC  (2+ messages)

[PATCHv2 00/20] Diff machine: highlight moved lines
 2017-05-22 23:36 UTC  (5+ messages)
` [PATCHv3 "
  ` [PATCHv3 04/20] diff.c: teach emit_line_0 to accept sign parameter

[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
 2017-05-22 23:35 UTC  (12+ messages)
              `  "

linux-next: build warning after merge of the drm tree
 2017-05-22 23:35 UTC  (5+ messages)
` [PATCH v2] gpu: drm: gma500: remove dead code

[PATCH] ib/core: not to set page dirty bit if it's already set
 2017-05-22 23:32 UTC  (3+ messages)

[PATCH net-next 00/20] net: dsa: distribute switch events
 2017-05-22 23:31 UTC  (3+ messages)

[PATCH] drm/i915: Disable decoupled mmio for GEN9LP
 2017-05-22 23:29 UTC 

[PATCH v2 netdev] net: phy: marvell: Limit errata to 88m1101
 2017-05-22 23:28 UTC 

[PATCH] drm/i915/psr: disable psr2 for resolution greater than 32X20
 2017-05-22 23:28 UTC 

e2fsck bug? - Sparse files corrupt after "e2fsck -E bmap2extent"
 2017-05-22 23:20 UTC 

4.11.1: cannot btrfs check --repair a filesystem, causes heavy memory stalls
 2017-05-22 23:26 UTC  (5+ messages)

[refpolicy] [PATCH] gpg: manage user runtime socket files and directories
 2017-05-22 23:24 UTC  (2+ messages)

[PATCH v3] add the option of fortified string.h functions
 2017-05-22 23:24 UTC  (4+ messages)
` [kernel-hardening] "
  ` [kernel-hardening] "

[PATCH v3 0/5] Add support for the ARMv8.2 Statistical Profiling Extension
 2017-05-22 23:24 UTC  (8+ messages)
` [PATCH v3 4/5] drivers/perf: Add support for "

[PATCH v2 00/11] x86 TLB flush cleanups, moving toward PCID support
 2017-05-22 23:24 UTC  (27+ messages)
` [PATCH v2 01/11] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [PATCH v2 02/11] x86/mm: Reduce indentation in flush_tlb_func()
` [PATCH v2 03/11] x86/mm: Make the batched unmap TLB flush API more generic
` [PATCH v2 04/11] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [PATCH v2 05/11] x86/mm: Change the leave_mm() condition for local TLB flushes
` [PATCH v2 06/11] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
` [PATCH v2 07/11] x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
` [PATCH v2 08/11] x86/mm: Remove the UP tlbflush code; always use the formerly SMP code
` [PATCH v2 09/11] x86/mm: Rework lazy TLB to track the actual loaded mm
` [PATCH v2 10/11] x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
` [PATCH v2 11/11] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

[PATCH 1/7] DWARF: add option to preserve unwind info
 2017-05-22 23:23 UTC  (17+ messages)
` [PATCH 7/7] DWARF: add the config option

[Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp
 2017-05-22 23:23 UTC  (5+ messages)

[refpolicy] [PATCH 1/3] userdomain: new dbus chat interface
 2017-05-22 23:21 UTC  (4+ messages)
` [refpolicy] [PATCH 2/3] openoffice: minor update

[PATCH] x86/ioapic: Remove unused function IO_APIC_irq_trigger()
 2017-05-22 23:20 UTC 

[PATCH 1/2] staging: vt6655: replace NULL comparison with '!' operator
 2017-05-22 23:19 UTC  (2+ messages)
` [PATCH 2/2] staging: vt6655: remove unnecessary blank lines

[Fuego] Testing BOF - updated time! (was RE: Testing BOF at OSSJ - June 2)
 2017-05-22 23:17 UTC 

[refpolicy] [PATCH] refpolicy: Define and allow map permission
 2017-05-22 23:15 UTC  (2+ messages)

Where are the branches for stable/v1.0 and unstable/devel?
 2017-05-22 23:14 UTC  (3+ messages)
  ` Aw: "

Scuttlemonkey signing off
 2017-05-22 23:13 UTC  (2+ messages)

[PATCH] i40evf: Use le32_to_cpu before evaluating HW desc fields
 2017-05-22 23:13 UTC  (5+ messages)
` [Intel-wired-lan] "

Shutdown filesystem when a thin pool become full
 2017-05-22 23:09 UTC  (2+ messages)

[PATCH] intltool: Adds gettext as a DEPENDS
 2017-05-22 23:08 UTC  (3+ messages)

[PATCH] gpu: drm: gma500: remove two more dead variable
 2017-05-22 22:44 UTC  (2+ messages)

[refpolicy] [PATCH 0/4] Miscellaneous fixes for systemd in strict mode
 2017-05-22 23:06 UTC  (5+ messages)
` [refpolicy] [PATCH 2/3] Label systemd-tmpfiles static configuration files

[PATCH 00/23] bnxt patchset
 2017-05-22 23:02 UTC  (3+ messages)

[PATCH v2 0/7] Enable queued rwlock and queued spinlock for SPARC
 2017-05-22 23:00 UTC  (6+ messages)
` [PATCH v2 1/7] kernel/locking: Fix compile error with qrwlock.c

btrfs metadata reclaim behavior/performance characteristics
 2017-05-22 22:57 UTC  (8+ messages)

[refpolicy] [PATCH 1/1] refpolicy: Infiniband pkeys and endports
 2017-05-22 22:59 UTC  (4+ messages)

Patch "drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one" has been added to the 4.9-stable tree
 2017-05-22 22:57 UTC  (2+ messages)

Test
 2017-05-22 22:57 UTC 

[U-Boot] [PATCH v2 0/3] spi: cadence_spi: Adopt Linux DT bindings
 2017-05-22 22:56 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] spi: cadence_spi: Sync DT bindings with Linux
` [U-Boot] [PATCH v2 2/3] dts: "
` [U-Boot] [PATCH v2 3/3] config: cadence_spi: Remove defines read from DT

[PATCH 0/5] kernfs: add exportfs operations
 2017-05-22 22:53 UTC  (6+ messages)
` [PATCH 1/5] kernfs: implement i_generation
` [PATCH 2/5] kernfs: use idr instead of ida to manage inode number
` [PATCH 3/5] kernfs: add an API to get kernfs node from "
` [PATCH 4/5] kernfs: don't set dentry->d_fsdata
` [PATCH 5/5] kernfs: add exportfs operations

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-22 22:52 UTC  (5+ messages)
` [PATCH v2 "

Haven't been paying attention: Gperf missing
 2017-05-22 22:52 UTC  (4+ messages)

[PATCH] pci: iov: use device lock to protect IOV sysfs accesses
 2017-05-22 22:50 UTC 

[PATCH] crypto: rng: Remove unused function __crypto_rng_cast()
 2017-05-22 22:49 UTC 

[PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule
 2017-05-22 22:48 UTC  (4+ messages)
` [PATCH v2 0/2] Update sha1dc from upstream & optionally make it "

[LTP] tst_atomic_add_return() implementation for sparc
 2017-05-22 22:47 UTC  (3+ messages)

+ sysctl-add-unsigned-int-range-support.patch added to -mm tree
 2017-05-22 22:44 UTC 

+ sysctl-simplify-unsigned-int-support.patch added to -mm tree
 2017-05-22 22:44 UTC 

+ sysctl-fold-sysctl_writes_strict-checks-into-helper.patch added to -mm tree
 2017-05-22 22:44 UTC 

+ sysctl-kdocify-sysctl_writes_strict.patch added to -mm tree
 2017-05-22 22:44 UTC 

+ sysctl-fix-lax-sysctl_check_table-sanity-check.patch added to -mm tree
 2017-05-22 22:44 UTC 

[PATCH] CodingStyle: delete "kmalloc(sizeof(*var))" as preferred allocation form
 2017-05-22 22:41 UTC  (4+ messages)

[PATCH v2 0/9] sysctl: add and fix proper unsigned int support
 2017-05-22 22:40 UTC  (4+ messages)
` [PATCH v3 0/5] sysctl: few fixes
  ` [PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check

[Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode
 2017-05-22 22:38 UTC  (2+ messages)

[PATCH] mnt: Protect the mountpoint hashtable with mount_lock
 2017-05-22 22:34 UTC  (11+ messages)
` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
            ` [REVIEW][PATCH] mnt: In umount propagation reparent in a separate pass

master - format_text: More internal errors if given invalid internal metadata
 2017-05-22 22:34 UTC 

[PATCH v2 1/8] drm/i915: Remove misleading comment in request_alloc
 2017-05-22 22:33 UTC  (9+ messages)
` [PATCH 2/8] drm/i915/guc: Skip port assign on first iteration of GuC dequeue
` [PATCH v3 3/8] drm/i915/guc: Submit GuC workitems containing coalesced requests
` [PATCH v3 4/8] drm/i915/guc: Remove GuC wq reservation
` [PATCH v2 5/8] drm/i915/scheduler: Remember request priority throughout its lifetime
` [PATCH v2 6/8] drm/i915/scheduler: Split insert_request
` [PATCH v3 7/8] drm/i915/scheduler: Use priorities when resubmitting after reset
` [PATCH 8/8] HAX: Enable GuC submission for CI
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/8] drm/i915: Remove misleading comment in request_alloc

[PATCH 0/2] misc: move include files out of include/linux/i2c
 2017-05-22 22:33 UTC  (6+ messages)
` [PATCH 1/2] misc: apds990x: move header file out of I2C realm

(unknown),
 2017-05-22 22:32 UTC 

SSD Test Recommendation
 2017-05-22 22:32 UTC 

[PATCH] starterware-rtos: added recipe for RTOS starterware
 2017-05-22 22:32 UTC 

[PATCH v3 0/3] outstanding nvme_fc/nvmet_fc fixes
 2017-05-22 22:28 UTC  (4+ messages)
` [PATCH v3 1/3] nvme_fc: replace ioabort msleep loop with completion
` [PATCH v3 2/3] nvmet_fc: Reduce work_q count
` [PATCH v3 3/3] nvme_fcloop: fix port deletes and callbacks

[VFS] b3bd180696: BUG:stack_guard_page_was_hit_at#(stack_is#..#)
 2017-05-22 22:25 UTC  (2+ messages)

[PATCH v3 net-next 3/5] dsa: add DSA switch driver for Microchip KSZ9477
 2017-05-22 22:26 UTC  (5+ messages)

[PATCH] gpu: drm: nouveau: add null check before pointer dereference
 2017-05-22 22:24 UTC  (3+ messages)

[RFC][PATCH 0/9] Make containers kernel objects
 2017-05-22 22:22 UTC  (9+ messages)

[Bug 89664] New: Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970
 2017-05-22 22:18 UTC  (2+ messages)
  ` [Bug 89664] "

[PATCH] drm/i915: Serialize GTT Updates on BXT
 2017-05-22 22:18 UTC  (3+ messages)

[PATCH] kernel: mark all struct k_clock instances const
 2017-05-22 22:17 UTC  (2+ messages)

[PATCH] mpathpersist.8: add missing documentation for -K, -C, -l
 2017-05-22 22:16 UTC 

[U-Boot] [PATCH 00/26] dm: tegra: Move nyan-big to livetree
 2017-05-22 22:15 UTC  (2+ messages)

[PATCH 00/25] qla2xxx: Bug fixes and cleanups
 2017-05-22 22:14 UTC  (6+ messages)
` [PATCH 20/25] qla2xxx: Remove redundant code

Race between cgroup core and the cpuset controller
 2017-05-22 22:14 UTC 

[PATCH] PCI: imx6: fix downstream bus scanning
 2017-05-22 22:13 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 1961d5caf39f31277f51a2253a8cf951b2dddbfd
 2017-05-22 22:12 UTC 

[PATCH] zlib: Put get_unaligned16() inside #ifdef block
 2017-05-22 22:12 UTC  (3+ messages)

How to build initramfs with modules but without bzImage
 2017-05-22 22:11 UTC  (2+ messages)

[PATCH -next] drm/pl111: Fix return value check in pl111_amba_probe()
 2017-05-22 22:11 UTC  (3+ messages)

[ovmf baseline-only test] 71392: tolerable FAIL
 2017-05-22 22:10 UTC 

[PATCH] drm/pl111: add ARM_AMBA dependency
 2017-05-22 22:08 UTC  (5+ messages)

[Buildroot] [PATCH] toolchain: disable PIE for static build with musl
 2017-05-22 22:07 UTC 

[PATCH v3 00/10] Hyper-V: praravirtualized remote TLB flushing and hypercall improvements
 2017-05-22 22:04 UTC  (5+ messages)
` [PATCH v3 04/10] x86/hyper-v: fast hypercall implementation

[PATCH] xfs: use atomic to provide buffer I/O accounting serialization
 2017-05-22 22:04 UTC  (3+ messages)

understanding Ubuntu's package version numbers for Ceph
 2017-05-22 22:04 UTC 

[PATCH] pci: dwc: dra7xx: Depend on appropriate SoC or compile test
 2017-05-22 22:00 UTC  (2+ messages)

[U-Boot] litesom.c: Board stuff in SOC ?
 2017-05-22 22:00 UTC  (8+ messages)

[Bug 100437] IO_PAGE_FAULT is spammed in dmesg
 2017-05-22 22:00 UTC 

[PATCH v2 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-22 21:57 UTC  (2+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries


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.