All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-04 07:28:52 to 2018-01-04 08:23:35 UTC [more...]

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-04  8:28 UTC  (22+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS

[RFC] pwm-backlight: Allow backlight to remain disabled on boot
 2018-01-04  8:22 UTC  (6+ messages)

[PATCH bpf-next v4 1/3] libbpf: add function to setup XDP
 2018-01-04  8:21 UTC  (5+ messages)
` [PATCH bpf-next v5 1/4] "
  ` [PATCH bpf-next v5 2/4] libbpf: add error reporting in XDP
  ` [PATCH bpf-next v5 3/4] libbpf: add missing SPDX-License-Identifier
  ` [PATCH bpf-next v5 4/4] samples/bpf: use bpf_set_link_xdp_fd

[Buildroot] [PATCH] configs/bananapro: bump Linux and U-Boot version
 2018-01-04  8:21 UTC 

[PATCH] ext4/030: Ext4 online resize tests
 2018-01-04  8:20 UTC  (4+ messages)
` [PATCH v3] ext4/030: Ext4 online resize with bigalloc tests

[PATCH] bonding: Delete an error message for a failed memory allocation in bond_update_slave_arr()
 2018-01-04  8:19 UTC  (6+ messages)
` [PATCH] bonding: Delete an error message for a failed memory allocation in bond_update_slave_arr
  ` bonding: Delete an error message for a failed memory allocation in bond_update_slave_arr()
      ` bonding: Completion of error handling around bond_update_slave_arr()

[PATCH v2 1/5] drm/dp: Add DP DSC DPCD receiver capability size define and missing SHIFT
 2018-01-04  8:23 UTC  (2+ messages)
` [PATCH v2 4/5] drm/dp: Macro for DSC eDP Output BPP

[LTP] [RFC PATCH v2 0/4] Add headers in lapi
 2018-01-04  8:19 UTC  (5+ messages)
` [LTP] [RFC PATCH v2 2/4] lapi/socket.h: Move definitions from netstress.c

[PATCH] mm/fadvise: discard partial pages iff endbyte is also eof
 2018-01-04  8:17 UTC  (9+ messages)

[PATCH v1 09/10] bcache: add io_disable to struct cache_set
 2018-01-04  8:17 UTC  (2+ messages)

[Qemu-devel] CVE-2017-5715: relevant qemu patches
 2018-01-04  8:17 UTC  (4+ messages)

[Buildroot] [PATCH] nilfs-utils: fix build with static toolchains
 2018-01-04  8:14 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/2] Rewrite TCP packet comparison in colo
 2018-01-04  8:13 UTC  (3+ messages)

[PATCH 1/2] ext4: test for DAX + journaling corruption
 2018-01-04  8:11 UTC  (5+ messages)
` [PATCH 2/2] ext4: test for inline data + DAX corruption

[PATCH 4.9 00/39] 4.9.75-stable review
 2018-01-04  8:10 UTC  (6+ messages)

[PATCH 4.4 00/37] 4.4.110-stable review
 2018-01-04  8:10 UTC  (3+ messages)

[PATCH v1 05/10] bcache: stop dc->writeback_rate_update if cache set is stopping
 2018-01-04  8:06 UTC  (2+ messages)

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-04  8:05 UTC  (7+ messages)

"bad pmd" errors + oops with KPTI on 4.14.11 after loading X.509 certs
 2018-01-04  8:03 UTC  (10+ messages)

libaio: resurrect aio poll and add io_pgetevents support
 2018-01-04  8:03 UTC  (12+ messages)
` [PATCH 1/6] resurrect aio poll support
` [PATCH 2/6] move _body_io_syscall to the generic syscall.h
` [PATCH 3/6] provide a generic io_syscall6
` [PATCH 4/6] move the aio_ring defintion and empty check into a header
` [PATCH 5/6] add support for io_pgetevents
` [PATCH 6/6] add test for aio poll and io_pgetevents

[PATCH v5 0/4] kaslr: add parameter immovable_mem=nn[KMG]@ss[KMG] to make memory hotplug work well with kaslr
 2018-01-04  8:02 UTC  (5+ messages)
` [PATCH v5 1/4] kaslr: add immovable_mem=nn[KMG]@ss[KMG] to specify extracting memory
` [PATCH v5 2/4] kaslr: calculate the memory region in immovable node
` [PATCH v5 3/4] kaslr: disable memory mirror feature when movable_node
` [PATCH v5 4/4] document: change the document for immovable_mem

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-04  8:00 UTC  (62+ messages)
` [PATCH 01/31] fs: update documentation for __poll_t
` [PATCH 02/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/31] net: add support for ->poll_mask in proto_ops
` [PATCH 05/31] net: remove sock_no_poll
` [PATCH 06/31] net/tcp: convert to ->poll_mask
` [PATCH 07/31] net/unix: "
` [PATCH 08/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 09/31] net/dccp: convert to ->poll_mask
` [PATCH 10/31] net/atm: "
` [PATCH 11/31] net/vmw_vsock: "
` [PATCH 12/31] net/tipc: "
` [PATCH 13/31] net/sctp: "
` [PATCH 14/31] net/bluetooth: "
` [PATCH 15/31] net/caif: "
` [PATCH 16/31] net/nfc: "
` [PATCH 17/31] net/phonet: "
` [PATCH 18/31] net/iucv: "
` [PATCH 19/31] net/rxrpc: "
` [PATCH 20/31] pipe: "
` [PATCH 21/31] eventfd: switch "
` [PATCH 22/31] timerfd: convert "
` [PATCH 23/31] aio: don't print the page size at boot time
` [PATCH 24/31] aio: remove an outdated comment in aio_complete
` [PATCH 25/31] aio: refactor read/write iocb setup
` [PATCH 26/31] aio: sanitize ki_list handling
` [PATCH 27/31] aio: simplify cancellation
` [PATCH 28/31] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 29/31] aio: add delayed cancel support
` [PATCH 30/31] aio: implement IOCB_CMD_POLL
` [PATCH 31/31] aio: implement io_pgetevents

[PATCH v6 00/11] Intel SGX Driver
 2018-01-04  8:02 UTC 

CPU redirect and skb mode
 2018-01-04  7:59 UTC  (3+ messages)

[PATCH] ARM: imx_v6_v7_defconfig: select the CONFIG_CPUFREQ_DT
 2018-01-04 15:36 UTC 

[PATCH v5 00/39] Andes(nds32) Linux Kernel Port
 2018-01-04  7:57 UTC  (5+ messages)
` [PATCH v5 26/39] nds32: Device tree support

[PATCH v3 2/2] net/virtio: support GUEST ANNOUNCE
 2018-01-04 15:59 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] net/virtio: add packet injection method

[U-Boot] [PATCH 1/2] spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option
 2018-01-04  7:56 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM

[PATCH v3 0/2] move RSS to flow API
 2018-01-04  7:46 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] net/e1000: "
  ` [PATCH v4 2/2] net/ixgbe: "

Patch "x86/pti: Make sure the user/kernel PTEs match" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "x86/process: Define cpu_tss_rw in same section as declaration" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "x86/dumpstack: Fix partial register dumps" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

[RFC] mlx5: update NIC documentation on RDMA core version
 2018-01-04  7:54 UTC  (4+ messages)

Patch "x86/dumpstack: Print registers for first stack frame" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "x86/cpu, x86/pti: Do not enable PTI on AMD processors" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "exec: Weaken dumpability for secureexec" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

Patch "capabilities: fix buffer overread on very short xattr" has been added to the 4.14-stable tree
 2018-01-04  7:53 UTC 

[PATCH] common/rc: add overlay support to _require_metadata_journaling
 2018-01-04  7:53 UTC  (3+ messages)

[PATCH] drm/i915/dmc: DMC 1.07 for Cannonlake
 2018-01-04  7:52 UTC  (2+ messages)

[Bug 75985] New: HDMI audio device only visible after rescan
 2018-01-04  7:51 UTC  (2+ messages)
  ` [Bug 75985] [NVC1] "

[PATCH v1 0/6] add "simple-mfd" support for MediaTek audio subsystem
 2018-01-04  7:44 UTC  (21+ messages)
  ` [PATCH v1 1/6] ASoC: mediatek: add some core clocks for MT2701 AFE
` [PATCH v1 2/6] ASoC: mediatek: modify MT2701 AFE driver to adapt mfd device
` [PATCH v1 3/6] ASoC: mediatek: update MT2701 AFE documentation "
` [PATCH v1 4/6] dt-bindings: clock: mediatek: add "simple-mfd" in audsys documentation
` [PATCH v1 5/6] clk: mediatek: update missing clock data for MT7622 audsys
` [PATCH v1 6/6] clk: mediatek: add audsys support for MT2701

[PATCH net-next v2 00/10] net: qualcomm: rmnet: Enable csum offloads
 2018-01-04  7:44 UTC  (5+ messages)
` [PATCH net-next v2 05/10] net: qualcomm: rmnet: Set pacing rate

[PATCH -next] serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
 2018-01-04  7:42 UTC  (4+ messages)

[PATCH] ethdev: fix setting of MAC address
 2018-01-04  7:39 UTC  (3+ messages)
` [PATCH v2] net/i40e: fix setting of MAC address on i40evf

[PATCH 0/9] scsi: Use zeroing allocators than allocator/memset
 2018-01-04  7:38 UTC  (4+ messages)
` [PATCH 7/9] scsi: bnx2fc: Use zeroing allocator rather "

[PATCH 4.9 29/39] x86/kaiser: Check boottime cmdline params
 2018-01-04  7:38 UTC  (3+ messages)

[PATCH 1/2] f2fs: show precise # of blocks that user/root can use
 2018-01-04  7:21 UTC  (4+ messages)
` [PATCH 2/2] f2fs: add reserved blocks for root user
  ` [PATCH 2/2 v2] "
    ` [f2fs-dev] "

[U-Boot] [PATCH v2 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver
 2018-01-04  7:37 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] zynqmp: zcu102: Add qspi driver support for ZynqMP zcu102 boards

[PATCH 1/2] jump_label: export static_key_slow_inc/dec_cpuslocked()
 2018-01-04  7:36 UTC  (3+ messages)

[V2] dmaengine: fsl-qdma: add NXP Layerscape qDMA engine driver support
 2018-01-04  7:36 UTC 

[patch iproute2 v6 0/3] tc: Add -bs option to batch mode
 2018-01-04  7:34 UTC  (4+ messages)
` [patch iproute2 v6 1/3] lib/libnetlink: Add a function rtnl_talk_msg
` [patch iproute2 v6 2/3] tc: Add -bs option to batch mode
` [patch iproute2 v6 3/3] man: Add -bs option to tc manpage

[PATCH v3 1/2] net/mlx5: load libmlx5 and libibverbs in run-time
 2018-01-04  7:36 UTC  (5+ messages)
` [PATCH v4] "

[Qemu-devel] [PATCH v1 00/21] RISC-V QEMU Port Submission v1
 2018-01-04  7:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 03/21] RISC-V CPU Core Definition

[PATCH 0/1] coreutils: upgrade to 8.29
 2018-01-04  7:35 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/6] mm, hugetlb: allocation API and migration improvements
 2018-01-04  7:32 UTC  (4+ messages)

[patch iproute2 v5 0/3] tc: Add -bs option to batch mode
 2018-01-04  7:32 UTC  (4+ messages)
` [patch iproute2 v5 2/3] "

[PATCH net] tipc: fix missing rtnl lock protection during setting link properties
 2018-01-04  7:30 UTC  (3+ messages)

[PATCH net-next 0/2] tun: allow to attach eBPF filter
 2018-01-04  7:28 UTC  (6+ messages)
` [PATCH net-next 2/2] tun: allow to attach ebpf socket filter


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.