messages from 2020-02-17 18:17:58 to 2020-02-17 18:46:56 UTC [more...]
[Cluster-devel] [PATCH v6 00/19] Change readahead API
2020-02-17 18:46 UTC (106+ messages)
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 01/19] mm: Return void from various readahead functions
` "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 04/19] mm: Rearrange readahead loop
` [f2fs-dev] "
` "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [f2fs-dev] "
` "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 06/16] mm: Add readahead address space operation
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 08/19] mm: Add readahead address space operation
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [f2fs-dev] "
` "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 11/16] erofs: Convert compressed files "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 12/19] erofs: Convert uncompressed "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 12/16] ext4: Convert "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 13/19] erofs: Convert compressed files "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 13/16] f2fs: Convert "
` [f2fs-dev] "
` "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 14/19] ext4: "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 14/16] fuse: "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 15/19] f2fs: "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 15/16] iomap: "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 16/19] fuse: "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` "
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [f2fs-dev] "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path
` [f2fs-dev] "
` [Ocfs2-devel] "
[PATCH v5 00/79] refactor main RAM allocation to use hostmem backend
2020-02-17 18:45 UTC (19+ messages)
` [PATCH v5 01/79] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v5 02/79] machine: introduce memory-backend property
` [PATCH v5 04/79] machine: introduce convenience MachineState::ram
` [PATCH v5 29/79] arm/raspi: use memdev for RAM
` [PATCH v5 41/79] hppa: "
` [PATCH v5 72/79] remove no longer used memory_region_allocate_system_memory()
` [PATCH v5 73/79] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH v5 74/79] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH v5 75/79] make mem_path local variable
[PATCH 01/10] core-image-sato-sdk-ptest: do not pull in ptest-pkgs
2020-02-17 18:44 UTC (18+ messages)
` [PATCH 02/10] procps: upstream has switched to gitlab
` [PATCH 05/10] weston-init: use the drm backend rather than fbdev one
[PATCH v4 0/2] mtd: spi-nor: use spi-mem dirmap API
2020-02-17 18:43 UTC (4+ messages)
` [PATCH v4 2/2] "
[Xen-devel] [PATCH v2 0/6] x86: fixes/improvements for scratch cpumask
2020-02-17 18:43 UTC (7+ messages)
` [Xen-devel] [PATCH v2 1/6] x86/smp: unify header includes in smp.h
` [Xen-devel] [PATCH v2 2/6] x86: introduce a nmi_count tracking variable
` [Xen-devel] [PATCH v2 3/6] x86: track when in #MC context
` [Xen-devel] [PATCH v2 4/6] x86: track when in #NMI context
` [Xen-devel] [PATCH v2 5/6] x86/smp: use a dedicated scratch cpumask in send_IPI_mask
` [Xen-devel] [PATCH v2 6/6] x86: add accessors for scratch cpu mask
[Buildroot] [PATCH] package/openFPGALoader: new package
2020-02-17 18:44 UTC (4+ messages)
` [Buildroot] [PATCH] propose myself as maintainer for package/openFPGALoader
[GIT PULL] Btrfs fix for 5.6-rc2
2020-02-17 18:43 UTC
[CFT 0/8] rework phylink interface for split MAC/PCS support
2020-02-17 17:23 UTC (3+ messages)
` [CFT 1/8] net: phylink: propagate resolved link config via mac_link_up()
` [CFT 2/8] net: dsa: "
[PATCH] bitbake: fetch2: svn: care for path_spec
2020-02-17 18:43 UTC
[PATCH 0/3] docs: Create a 'tools' manual
2020-02-17 18:41 UTC (4+ messages)
` [PATCH 3/3] docs: Move tools documentation to tools manual
[zeus/master][PATCH] multiprocmgr: update to latest, drop upstreamed patches
2020-02-17 18:42 UTC
[Intel-gfx] [PATCH] drm/i915/gem: use spinlock_t instead of struct spinlock
2020-02-17 18:42 UTC
[PATCH] check-ignore: fix handling with negated patterns
2020-02-17 18:41 UTC (3+ messages)
[PATCH v2 00/42] KVM: s390: Add support for protected VMs
2020-02-17 18:40 UTC (4+ messages)
` [PATCH v2 23/42] KVM: s390: protvirt: Write sthyi data to instruction data area
[PATCH v5 0/3] add support for co-processor loaded and booted before kernel
2020-02-17 18:40 UTC (5+ messages)
` [PATCH v5 1/3] remoteproc: "
[RFC PATCH] security: <linux/lsm_hooks.h>: fix all kernel-doc warnings
2020-02-17 18:39 UTC (2+ messages)
[PATCH v2] x86/cpu: Move prototype for get_umwait_control_msr() to global location
2020-02-17 18:38 UTC (2+ messages)
` [tip: x86/cleanups] x86/cpu: Move prototype for get_umwait_control_msr() to a "
[PATCH v3] extcon: palmas: hide error messages if gpio returns -EPROBE_DEFER
2020-02-17 18:38 UTC (4+ messages)
[PATCH tip/core/rcu 0/3] Tasks-RCU updates for v5.7
2020-02-17 18:38 UTC (5+ messages)
` [PATCH tip/core/rcu 1/3] rcu-tasks: *_ONCE() for rcu_tasks_cbs_head
[PATCH] arm: mvebu: clearfog: add scsi target to distro-boot
2020-02-17 18:37 UTC
[PATCH v2] ipc: use a work queue to free_ipc
2020-02-17 18:36 UTC
[PATCH 0/2] KVM: arm/arm64: Fixes for scheudling htimer of emulated timers
2020-02-17 18:35 UTC (5+ messages)
` "
stable-rc/linux-4.4.y build: 106 builds: 0 failed, 106 passed, 7 warnings (v4.4.214)
2020-02-17 18:35 UTC
[PATCH 1/6] frame-xchg: Try to call a handler only once per frame
2020-02-17 18:34 UTC (2+ messages)
[PATCH 01/10] fstools: add zfs-auto-snapshot
2020-02-17 18:31 UTC (16+ messages)
` [PATCH 02/10] udev: Add watch perms
` [PATCH 03/10] accountsd: "
` [PATCH 04/10] cron: watch cron spool
` [PATCH 05/10] colord: add watch perms
` [PATCH 06/10] policykit devicekit: Add "
` [PATCH 07/10] userdomain: Add watch on home dirs
` [PATCH 08/10] dbus: add watch perms
[RFC] regset ->get() API
2020-02-17 18:33 UTC
kernel panic in SPI rt driver interrupt
2020-02-17 18:33 UTC (4+ messages)
[PATCH] drivers: connector: cn_proc: allow limiting certain messages
2020-02-17 18:32 UTC (5+ messages)
[PATCH tip/core/rcu 0/4] SRCU updates for v5.7
2020-02-17 18:32 UTC (7+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Fix __call_srcu()/process_srcu() datarace
` [PATCH tip/core/rcu 4/4] srcu: Add READ_ONCE() to srcu_struct ->srcu_gp_seq load
[dpdk-dev] [PATCH] mempool/octeontx2: fix compile issue
2020-02-17 18:29 UTC (6+ messages)
[khilman-linux-amlogic:v5.7/drivers 3/3] meson-secure-pwrc.c:undefined reference to `meson_sm_call'
2020-02-17 18:29 UTC
[PATCH v2] iommu/arm-smmu-v3: Batch ATC invalidation commands
2020-02-17 18:29 UTC (3+ messages)
[Intel-gfx] [PATCH] Add support for Color encoding YCBCR_BT2020
2020-02-17 18:28 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Linux-kernel-mentees] [PATCH RESEND] lockdep: Pass lockdep expression to RCU lists
2020-02-17 18:28 UTC (4+ messages)
` "
[MPTCP] [PATCH 7/7] selftests: add PM netlink functional tests
2020-02-17 18:28 UTC
[MPTCP] [PATCH 6/7] mptcp: add netlink based PM
2020-02-17 18:28 UTC
[MPTCP] [PATCH 5/7] Squash-to: "mptcp: Implement path manager interface commands"
2020-02-17 18:28 UTC
[MPTCP] [PATCH 4/7] Squash-to: "mptcp: Add handling of outgoing MP_JOIN requests"
2020-02-17 18:28 UTC
[MPTCP] [PATCH 3/7] Squash-to: "mptcp: Add handling of incoming MP_JOIN requests"
2020-02-17 18:28 UTC
[MPTCP] [PATCH 2/7] Squash-to: "mptcp: Add path manager interface"
2020-02-17 18:28 UTC
[MPTCP] [PATCH 1/7] Squash-to: "mptcp: Add ADD_ADDR handling"
2020-02-17 18:28 UTC
[MPTCP] [PATCH 0/7] add locking to PM APis, implement PM netlink
2020-02-17 18:28 UTC
[frank-w-bpi-r2-4.14:5.6-wifi 6/11] drivers/misc/mediatek/connectivity/common/common_detect/wmt_gpio.h:24:10: fatal error: osal.h: No such file or directory
2020-02-17 18:27 UTC
[MPTCP] Re: [RFC 4/5] mptcp: update mptcp ack sequence from work queue
2020-02-17 18:27 UTC
[RFC v2 0/6] vTPM for aarch64
2020-02-17 18:26 UTC (4+ messages)
` [RFC v2 6/6] hw/arm/virt: vTPM support
[PATCH] bpf: Avoid function casting when calculating immediate
2020-02-17 18:25 UTC (3+ messages)
[PATCH 0/5] arm64: add the time namespace support
2020-02-17 18:25 UTC (4+ messages)
[PATCH 0/3] builtin/commit-graph.c: new split/merge options
2020-02-17 18:24 UTC (3+ messages)
` [PATCH v3 "
Maybe inappropriate use BUG_ON() in CONFIG_SLAB_FREELIST_HARDENED
2020-02-17 18:23 UTC (3+ messages)
[virtio-dev] [RFC] Upstreaming virtio-wayland (or an alternative)
2020-02-17 18:21 UTC (3+ messages)
` [virtio-dev] "
Still some lockups when enabling ftrace
2020-02-17 18:21 UTC (9+ messages)
[Bug 1855072] [NEW] ARM: HCR.TVM traps are not implemented
2020-02-17 17:50 UTC (2+ messages)
` [Bug 1855072] "
[Intel-gfx] [PATCH 1/2] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
2020-02-17 18:19 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "
[PATCH 1/2] dt-bindings: display: sun4i-tcon: Add LVDS Dual Link property
2020-02-17 18:10 UTC (6+ messages)
[PATCH v2] power-domain: fix hang in endless loop on i.MX8
2020-02-17 18:19 UTC (3+ messages)
[PATCH 0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394
2020-02-17 17:37 UTC (3+ messages)
` [PATCH 2/4] hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)
stable-rc/linux-4.19.y build: 131 builds: 0 failed, 131 passed, 7 warnings (v4.19.104)
2020-02-17 18:18 UTC
[PATCH net-next 0/5] add xdp ethtool stats to mvneta driver
2020-02-17 18:17 UTC (8+ messages)
` [PATCH net-next 4/5] net: mvneta: introduce xdp counters to ethtool
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.