All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-29 14:29:39 to 2018-05-29 14:52:44 UTC [more...]

[PATCH v2 4/6] Btrfs: remove unused check of skip_locking
 2018-05-29 14:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] mm: Change return type to vm_fault_t
 2018-05-29 14:50 UTC  (2+ messages)

[Qemu-devel] storing machine data in qcow images?
 2018-05-29 14:51 UTC  (6+ messages)

check_disk_size_change tidyups
 2018-05-29 14:51 UTC  (4+ messages)
` [PATCH 1/2] block: unexport check_disk_size_change
` [PATCH 2/2] block: don't print a message when the device went away

[PATCH -next 0/6] rhashtable: guarantee first allocation
 2018-05-29 14:51 UTC  (5+ messages)
` [PATCH 3/6] lib/bucket_locks: use kvmalloc_array()

[PATCH] gpio: davinci: fix build warning when !CONFIG_OF
 2018-05-29 14:51 UTC  (2+ messages)

[PATCH] iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
 2018-05-29 14:50 UTC  (3+ messages)

[vfs:hch.aio 7/40] include/linux/syscalls.h:233:18: warning: 'sys_io_pgetevents' alias between functions of incompatible types 'long int(aio_context_t, long int, long int, struct io_event *, struct timespec *, const struct __aio_sigset *)' and 'long int(long int, long int, long int, long int, long int, long int)'
 2018-05-29 14:59 UTC  (8+ messages)
    ` [kbuild-all] "

[PATCH] x86, random: Fix get_random_bytes() warning in x86 start_kernel
 2018-05-29 14:49 UTC  (2+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-05-29 14:49 UTC  (20+ messages)

[PATCH linux dev-4.13 1/3] hwmon: occ: Display info about the OCC code level and sensors found
 2018-05-29 14:48 UTC  (4+ messages)
` [PATCH linux dev-4.13 2/3] hwmon: occ: Avoid displaying an error when host is down

[PATCH v2 net-next] tcp: use data length instead of skb->len in tcp_probe
 2018-05-29 14:46 UTC  (5+ messages)

[PATCH v2 0/8] Make deferring probe forever optional
 2018-05-29 14:46 UTC  (7+ messages)
` [PATCH v2 1/8] driver core: make deferring probe after init optional

[PATCH 00/19 v3] Refactor fixed and GPIO regulators
 2018-05-29 14:47 UTC  (5+ messages)
` [PATCH 10/19 v3] regulator: s2mps11: Pass descriptor instead of GPIO number

[PATCH 1/6] powerpc/64s: Add barrier_nospec
 2018-05-29 14:46 UTC  (5+ messages)
` [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

[PATCH v5 00/15] ARM Spectre variant 2 fixes
 2018-05-29 14:55 UTC  (16+ messages)
` [PATCH v5 01/15] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH v5 02/15] ARM: bugs: prepare processor bug infrastructure
` [PATCH v5 03/15] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH v5 04/15] ARM: bugs: add support for per-processor bug checking
` [PATCH v5 05/15] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH v5 06/15] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH v5 07/15] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH v5 08/15] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH v5 09/15] ARM: spectre-v2: add firmware based hardening
` [PATCH v5 10/15] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH v5 11/15] ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH v5 12/15] ARM: KVM: invalidate icache on guest exit for Cortex-A15
` [PATCH v5 13/15] ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
` [PATCH v5 14/15] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v5 15/15] ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-29 14:45 UTC  (8+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[PATCH v5 0/2] usb: dwc2: fix isoc split in transfer issue
 2018-05-29 14:44 UTC  (5+ messages)

[PATCH 00/28] overlayfs: Delayed copy up of data
 2018-05-29 14:46 UTC  (29+ messages)
` [PATCH 01/28] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH 02/28] ovl: Move the copy up helpers to copy_up.c
` [PATCH 03/28] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 04/28] ovl: During copy up, first copy up metadata and then data
` [PATCH 05/28] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 06/28] ovl: Add helper ovl_already_copied_up()
` [PATCH 07/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH 08/28] ovl: Use out_err instead of out_nomem
` [PATCH 09/28] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH 10/28] ovl: Copy up meta inode data from lowest data inode
` [PATCH 11/28] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH 12/28] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 13/28] ovl: Store lower data inode in ovl_inode
` [PATCH 14/28] ovl: Add helper ovl_inode_realdata()
` [PATCH 15/28] ovl: Open file with data except for the case of fsync
` [PATCH 16/28] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH 17/28] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH 18/28] ovl: Check redirects for metacopy files
` [PATCH 19/28] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH 20/28] ovl: Add an inode flag OVL_CONST_INO
` [PATCH 21/28] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH 22/28] ovl: Set redirect on metacopy files upon rename
` [PATCH 23/28] ovl: Set redirect on upper inode when it is linked
` [PATCH 24/28] ovl: Check redirect on index as well
` [PATCH 25/28] ovl: Disbale metacopy for MAP_SHARED mmap()
` [PATCH 26/28] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH 27/28] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH 28/28] ovl: Enable metadata only feature

[PATCH 0/2] *** gcc cross compile dpdk ***
 2018-05-29 14:45 UTC  (4+ messages)
` [PATCH v2 1/2] mk: fix cross build errors
    ` [dpdk-stable] "

[PATCH 1/2] runc: allow enabling seccomp
 2018-05-29 14:45 UTC  (4+ messages)

[PATCH] usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
 2018-05-29 14:45 UTC  (3+ messages)
  `  "

[Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API
 2018-05-29 14:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 01/14] vdi: Fix vdi_co_do_create() return value
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 02/14] vhdx: Fix vhdx_co_create() "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 03/14] job: Add error message for failing jobs
  ` [Qemu-devel] [Qemu-block] "

[PATCH net-next v2 0/7] net: bridge: Notify about bridge VLANs
 2018-05-29 14:44 UTC  (7+ messages)
` [PATCH net-next v2 3/7] rocker: rocker_main: Ignore bridge VLAN events
      ` [Bridge] "

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-05-29 14:44 UTC  (4+ messages)
` [PATCH v3 3/3] x86/mm: add TLB purge to free pmd/pte page interfaces

Query for running Xen on ARM
 2018-05-29 14:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/2] Fix ARM KVM GICv3 get/put data shift bug
 2018-05-29 14:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 2/2] arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR
  ` [Qemu-devel] [Qemu-arm] "

[PATCH 00/39] overlayfs: stack file operations
 2018-05-29 14:43 UTC  (40+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
` [PATCH 02/39] vfs: dedupe: rationalize args
` [PATCH 03/39] vfs: dedupe: extract helper for a single dedup
` [PATCH 04/39] vfs: add path_open()
` [PATCH 05/39] vfs: optionally don't account file in nr_files
` [PATCH 06/39] vfs: add f_op->pre_mmap()
` [PATCH 07/39] vfs: export vfs_ioctl() to modules
` [PATCH 08/39] vfs: export vfs_dedupe_file_range_one() "
` [PATCH 09/39] ovl: copy up times
` [PATCH 10/39] ovl: copy up inode flags
` [PATCH 11/39] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH 12/39] ovl: copy up file size as well
` [PATCH 13/39] ovl: deal with overlay files in ovl_d_real()
` [PATCH 14/39] ovl: stack file ops
` [PATCH 15/39] ovl: add helper to return real file
` [PATCH 16/39] ovl: add ovl_read_iter()
` [PATCH 17/39] ovl: add ovl_write_iter()
` [PATCH 18/39] ovl: add ovl_fsync()
` [PATCH 19/39] ovl: add ovl_mmap()
` [PATCH 20/39] ovl: add ovl_fallocate()
` [PATCH 21/39] ovl: add lsattr/chattr support
` [PATCH 22/39] ovl: add ovl_fiemap()
` [PATCH 23/39] ovl: add O_DIRECT support
` [PATCH 24/39] ovl: add reflink/copyfile/dedup support
` [PATCH 25/39] vfs: don't open real
` [PATCH 26/39] ovl: copy-up on MAP_SHARED
` [PATCH 27/39] ovl: obsolete "check_copy_up" module option
` [PATCH 28/39] ovl: fix documentation of non-standard behavior
` [PATCH 29/39] vfs: simplify dentry_open()
` [PATCH 30/39] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH 31/39] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH 32/39] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH 33/39] Revert "ovl: fix relatime for directories"
` [PATCH 34/39] Revert "vfs: update ovl inode before relatime check"
` [PATCH 35/39] Revert "vfs: add flags to d_real()"
` [PATCH 36/39] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH 37/39] Partially revert "locks: fix file locking on overlayfs"
` [PATCH 38/39] Revert "fsnotify: support overlayfs"
` [PATCH 39/39] vfs: remove open_flags from d_real()

[PATCH] devtools: add test script for meson builds
 2018-05-29 14:42 UTC  (2+ messages)
` [PATCH v5] "

Missing "nametype" field in audit PATH records
 2018-05-29 14:42 UTC 

[PATCH 00/11] overlayfs fixes
 2018-05-29 14:41 UTC  (12+ messages)
` [PATCH 01/11] ovl: update documentation for unionmount-testsuite
` [PATCH 02/11] ovl: remove WARN_ON() real inode attributes mismatch
` [PATCH 03/11] ovl: strip debug argument from ovl_do_ helpers
` [PATCH 04/11] ovl: struct cattr cleanups
` [PATCH 05/11] ovl: return dentry from ovl_create_real()
` [PATCH 06/11] ovl: create helper ovl_create_temp()
` [PATCH 07/11] ovl: make ovl_create_real() cope with vfs_mkdir() safely
` [PATCH 08/11] ovl: clean up copy-up error paths
` [PATCH 09/11] vfs: factor out inode_insert5()
` [PATCH 10/11] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH 11/11] ovl: use inode_insert5() to hash a newly created inode

help with bitbake-metadata2doc
 2018-05-29 14:41 UTC 

[PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
 2018-05-29 14:41 UTC 

[qemu-mainline test] 123308: regressions - FAIL
 2018-05-29 14:40 UTC 

[PATCH v4 0/6] Driver for at91 usart in spi mode
 2018-05-29 14:36 UTC  (10+ messages)
` [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

[PATCH 1/8] drm/sun4i: mark PM functions as __maybe_unused
 2018-05-29 14:38 UTC  (5+ messages)
` [PATCH 8/8] drm/bridge: cdns: "

[PATCH v4 net-next 1/2] tcp: use data length instead of skb->len in tcp_probe
 2018-05-29 14:37 UTC  (4+ messages)
` [PATCH v4 net-next 2/2] tcp: minor optimization around tcp_hdr() usage in tcp receive path

[Buildroot] [PATCH v2] glibc: security bump to latest 2.27 branch
 2018-05-29 14:37 UTC 

[PATCH v5 0/8] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-05-29 14:37 UTC  (4+ messages)
` [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845

[PATCHSET 0/3] Submit ->readpages() IO as read-ahead
 2018-05-29 14:36 UTC  (4+ messages)
` [PATCH 1/3] mpage: mpage_readpages() should submit "

Tracepoints for pthreads conditional variables
 2018-05-29 14:36 UTC 

[PATCH] ARM: tegra: fix compile-testing PCI host driver
 2018-05-29 14:35 UTC  (2+ messages)

csum failed root raveled during balance
 2018-05-29 14:35 UTC  (10+ messages)

[PATCH 3.18 000/185] 3.18.111-stable review
 2018-05-29 14:34 UTC  (3+ messages)
` [PATCH 3.18 093/185] microblaze: switch to NO_BOOTMEM

[PATCH] PCI: allow drivers to limit the number of VFs to 0
 2018-05-29 14:34 UTC  (9+ messages)

renesas-drivers-2018-05-29-v4.17-rc7
 2018-05-29 14:33 UTC 

[Qemu-devel] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer
 2018-05-29 14:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH for 2.10 21/35] arm/sysbus-fdt: fix null pointer dereference

[Qemu-devel] [PATCH 0/5] Acceptance/functional tests
 2018-05-29 14:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/5] Acceptance tests: add quick VNC tests

[U-Boot] [PATCH v2 1/2] mmc: sdhci: Update sdhci_send_command() to handle HS200
 2018-05-29 14:33 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] mmc: zynqmp: Add HS200 modes support for ZynqMP

Golang agent for LTTng-ust
 2018-05-29 14:32 UTC 

[PATCH] [meta-cloud-services][PATCH] python-glanceclient: 2.8.0 -> 2.11.0
 2018-05-29 14:32 UTC  (3+ messages)

[PATCH v5 00/14] media: ov772x: support media controller, device tree probing, etc
 2018-05-29 14:32 UTC  (5+ messages)
` [PATCH v5 03/14] media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLING

[PATCH] Enable /dev/mapper/dm-[0-9]-* scanning
 2018-05-29 14:31 UTC  (8+ messages)

[PATCH] net: davinci: fix building davinci mdio code without CONFIG_OF
 2018-05-29 14:31 UTC  (3+ messages)

[oe-virtualization][meta-cloud-services][PATCH] python-manilaclient: Fix build error as following:
 2018-05-29 14:31 UTC  (2+ messages)

[PATCH] KVM: VMX: Optimize tscdeadline timer latency
 2018-05-29 14:31 UTC  (3+ messages)

[PATCH] display: panel: Add KOE tx14d24vm1bpa display support (320x240)
 2018-05-29 14:30 UTC  (6+ messages)
` [PATCH RESEND] "

[PATCH v1 00/20] signal: refactor some functions
 2018-05-29 14:30 UTC  (3+ messages)
` [PATCH v1 06/20] signal: drop else branch in do_signal_stop()

[PATCH v2 0/6] staging: lustre: llite: remaining xattr patches
 2018-05-29 14:21 UTC  (3+ messages)
` [PATCH v2 1/6] staging: lustre: llite: create acl.c file
` [PATCH v2 4/6] staging: lustre: acl: increase ACL entries limitation

[PATCH] irqbalance: uprev to v1.4.0
 2018-05-29 14:29 UTC  (2+ messages)

[Buildroot] [PATCH] package/clang: fix for host-clang binaries
 2018-05-29 14:29 UTC 

[lustre-devel] [PATCH 05/13] staging: lustre: no need to check debugfs return values
 2018-05-29 14:29 UTC  (9+ messages)
` [lustre-devel] [PATCH 06/13] staging: lustre: remove ldebugfs_add_simple() wrapper
` [lustre-devel] [PATCH 07/13] staging: lustre: remove ldebugfs_register_stats() wrapper function
` [lustre-devel] [PATCH 08/13] staging: lustre: remove ldebugfs_seq_create() "
` [lustre-devel] [PATCH 09/13] staging: lustre: remove ldebugfs_obd_seq_create() "
` [lustre-devel] [PATCH 10/13] staging: lustre: unwrap some ldebugfs_register() calls
` [lustre-devel] [PATCH 11/13] staging: lustre: remove last two users of ldebugfs_register()
` [lustre-devel] [PATCH 12/13] staging: lustre: make ldebugfs_add_vars a void function
` [lustre-devel] [PATCH 13/13] staging: lustre: get rid of ldebugfs_remove()

[PATCH v3 0/2] Add R8A77980/Condor I2C support
 2018-05-29 13:05 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r8a77980: add "

[PATCH] arm64: dts: renesas: r8a77965: Add all HSCIF nodes
 2018-05-29 12:41 UTC  (2+ messages)

[PATCH v2] dt-bindings: media: rcar_vin: fix style for ports and endpoints
 2018-05-29 13:12 UTC  (2+ messages)


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.