All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-05 20:45:09 to 2018-03-05 21:29:45 UTC [more...]

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

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-05 21:26 UTC  (32+ messages)
` [PATCH v12 02/11] mm, swap: Add infrastructure for saving page metadata on swap
` [PATCH v12 09/11] mm: Allow arch code to override copy_highpage()
` [PATCH v12 10/11] sparc64: Add support for ADI (Application Data Integrity)

(no subject)
 2018-03-05 21:24 UTC  (5+ messages)
` [PATCH 2/2] docs: add Co-Developed-by docs

[PATCH V2 net] qed: Free RoCE ILT Memory on rmmod qedr
 2018-03-05 21:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] s390x: vfio-ap: guest dedicated crypto adapters
 2018-03-05 21:22 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 5/5] s390x/cpumodel: Set up CPU model for AP device support

[PATCH] btrfs: Remove root argument from cow_file_range_inline
 2018-03-05 21:20 UTC  (2+ messages)

[Bug 198883] New: amdgpu: carrizo: Screen stalls after starting X
 2018-03-05 21:22 UTC  (2+ messages)
` [Bug 198883] "

[PATCH 0/6] tpm: timeouts revamp
 2018-03-05 21:21 UTC  (6+ messages)
` [PATCH 1/6] tpm: sort objects in the Makefile

[PATCH RFC v9 0/7] Introduce the STACKLEAK feature and a test for it
 2018-03-05 21:21 UTC  (12+ messages)
` [PATCH RFC v9 2/7] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
` [PATCH RFC v9 4/7] x86/entry: Erase kernel stack in syscall_trace_enter()

[net-next 4/4] e1000e: allocate ring descriptors with dma_zalloc_coherent
 2018-03-05 21:20 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: qemu-arm: Increase CONFIG_SYS_CBSIZE
 2018-03-05 21:20 UTC 

[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
 2018-03-05 20:58 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2 00/22] remove i386/pc dependency: generic SuperIO
 2018-03-05 21:19 UTC  (23+ messages)
` [Qemu-devel] [RFC PATCH v2 01/22] hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
` [Qemu-devel] [RFC PATCH v2 02/22] hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
` [Qemu-devel] [RFC PATCH v2 03/22] hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
` [Qemu-devel] [RFC PATCH v2 04/22] hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
` [Qemu-devel] [RFC PATCH v2 05/22] hw/isa/pc87312: Use uint16_t for the ISA I/O base address
` [Qemu-devel] [RFC PATCH v2 06/22] hw/isa/pc87312: Use 'unsigned int' for the irq value
` [Qemu-devel] [RFC PATCH v2 07/22] hw/isa/superio: Add a Super I/O template based on the PC87312 device
` [Qemu-devel] [RFC PATCH v2 08/22] hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO
` [Qemu-devel] [RFC PATCH v2 09/22] hw/isa/superio: Factor out the parallel code from pc87312.c
` [Qemu-devel] [RFC PATCH v2 10/22] hw/isa/superio: Factor out the serial "
` [Qemu-devel] [RFC PATCH v2 11/22] hw/isa/superio: Factor out the floppy disc controller "
` [Qemu-devel] [RFC PATCH v2 12/22] hw/isa/superio: Add a keyboard/mouse controller (8042)
` [Qemu-devel] [RFC PATCH v2 13/22] hw/isa/superio: Factor out the IDE code from pc87312.c
` [Qemu-devel] [RFC PATCH v2 14/22] hw/mips/malta: Code movement
` [Qemu-devel] [RFC PATCH v2 15/22] hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
` [Qemu-devel] [RFC PATCH v2 16/22] hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()
` [Qemu-devel] [RFC PATCH v2 17/22] hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
` [Qemu-devel] [RFC PATCH v2 18/22] hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
` [Qemu-devel] [RFC PATCH v2 19/22] hw/isa/superio: Add the SMC FDC37C669 Super I/O
` [Qemu-devel] [RFC PATCH v2 20/22] hw/alpha/dp264: Add the ISA DMA controller
` [Qemu-devel] [RFC PATCH v2 21/22] hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
` [Qemu-devel] [RFC PATCH v2 22/22] hw/i386/pc: Factor out the superio code

[U-Boot] Default CONFIG_SYS_CBSIZE too low
 2018-03-05 21:20 UTC 

[PATCH v2] run-command: add hint when a hook is ignored
 2018-03-05 21:19 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] btrfs: drop nonvaring variable, instead define it
 2018-03-05 21:16 UTC  (2+ messages)

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-03-05 21:18 UTC  (3+ messages)

Adding custom scripts to home directory and /etc/init.d/*
 2018-03-05 21:18 UTC 

[igt-dev] [PATCH i-g-t 1/2] lib/sysfs: Fix fbcon unbind, again
 2018-03-05 21:16 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] "

[PATCH] nfs: nfs_commit_inode should redirty inode if the inode has outstanding requests
 2018-03-05 21:16 UTC  (2+ messages)

[PATCH] drm/vc4: Ignore alpha on primary plane
 2018-03-05 21:15 UTC  (2+ messages)

[PATCH 1/3] drm: Make sure at least one plane supports the fb format
 2018-03-05 21:15 UTC  (3+ messages)
` [Intel-gfx] "

[ANNOUNCE] libdrm 2.4.91
 2018-03-05 21:14 UTC 

[next-queue PATCH v2 0/8] igb: offloading of receive filters
 2018-03-05 21:13 UTC  (4+ messages)
` [next-queue PATCH v2 8/8] igb: Add support for adding offloaded clsflower filters
    ` [Intel-wired-lan] "

[PATCH 0/6] Various multipath-tools patches
 2018-03-05 21:13 UTC  (8+ messages)
` [PATCH 5/6] libmultipath: Fix sgio_get_vpd()

[PATCH lttng-ust] Fix: ustfork: save and restore errno in syscall wrappers
 2018-03-05 21:13 UTC 

[PATCH 0/2] hwrng: mxc-rnga - add driver support on boards with device tree
 2018-03-05 21:12 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: rng: Document Freescale i.MX31 RNGA compatible

[PATCH v2 1/1] HID: Logitech K290: Add driver for the Logitech K290 USB keyboard
 2018-03-05 21:11 UTC  (3+ messages)

[PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints
 2018-03-05 21:11 UTC  (3+ messages)

[virtio] [PATCH] introduction: document bitfield notation
 2018-03-05 21:11 UTC  (5+ messages)
` [virtio] "

[PATCH] thermal: of: Allow selection of thermal governor in DT
 2018-03-05 21:11 UTC  (2+ messages)

[PATCH] net/mlx4_en: fix potential use-after-free with dma_unmap_page
 2018-03-05 21:10 UTC  (3+ messages)

[PATCH v4 0/2] drivers/qcom: add Command DB support
 2018-03-05 21:10 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: introduce Command DB for QCOM SoCs

[PATCH 0/8] R-Car M3-N: Enable EtherAVB device node
 2018-03-05 21:09 UTC  (5+ messages)
` [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)

[PATCH lttng-ust] Fix: ustfork: save and restore errno in syscall wrappers
 2018-03-05 21:09 UTC 

[RESEND PATCH] clk: rockchip: Prevent calculating mmc phase if clock rate is zero
 2018-03-05 21:08 UTC  (3+ messages)

[PATCH] dt-bindings: irqchip: renesas-irqc: Document R-Car M3-N support
 2018-03-05 21:08 UTC  (2+ messages)

[PATCH] ARM: dts: rockchip: Add dp83867 CLK_OUT muxing
 2018-03-05 21:08 UTC  (4+ messages)

[PATCH v2 0/2] Introduce DW AXI DMAC driver
 2018-03-05 21:07 UTC  (8+ messages)
` [v2,2/2] dt-bindings: Document the Synopsys DW AXI DMA bindings
        ` [PATCH v2 2/2] "

[pull request][for-next 00/14] Mellanox, mlx5 IPSec updates 2018-02-28-1
 2018-03-05 21:07 UTC  (21+ messages)
` [for-next 01/14] net/mlx5: Fixed sparse issues
` [for-next 02/14] IB/mlx5: Removed not used parameters
` [for-next 03/14] net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabled
` [for-next 04/14] net/mlx5e: Wait for FPGA command responses with a timeout
` [for-next 05/14] net/mlx5e: Fixed sleeping inside atomic context
` [for-next 06/14] net/mlx5e: Removed not need synchronize_rcu
` [for-next 07/14] net/mlx5: FPGA and IPSec initialization to be before flow steering
` [for-next 08/14] IB/mlx5: Pass mlx5_flow_act struct instead of multiple arguments
` [for-next 09/14] {net,IB}/mlx5: Add has_tag to mlx5_flow_act
` [for-next 10/14] net/mlx5: Add shim layer between fs and cmd
` [for-next 11/14] net/mlx5: Add empty egress namespace to flow steering core
` [for-next 12/14] net/mlx5: Embed mlx5_flow_act into fs_fte
` [for-next 13/14] {net,IB}/mlx5: Add flow steering helpers
` [for-next 14/14] net/mlx5: Flow steering cmd interface should get the fte when deleting

Use of uninitialized value $line in pattern match
 2018-03-05 21:06 UTC 

Hangs in balance_dirty_pages with arm-32 LPAE + highmem
 2018-03-05 21:04 UTC  (4+ messages)

[PATCH] staging: irda: Replace printk() with appropriate net_*macro_ratelimited()
 2018-03-05 21:03 UTC  (5+ messages)
    ` [Outreachy kernel] "

[PATCH v2 0/2] check I2C device id for pca984x chips
 2018-03-05 20:58 UTC  (3+ messages)
` [PATCH v2 1/2] i2c: add i2c_get_device_id() to get the standard i2c device id
` [PATCH v2 2/2] i2c: mux: pca954x: verify the device id of the pca984x chips

[PATCH v2] regmap: irq: fix ack-invert
 2018-03-05 20:57 UTC 

Would you help to tell why async printk solution was not taken to upstream kernel ?
 2018-03-05 20:58 UTC  (6+ messages)

[LTP] [RFC PATCH 1/1] rpc: Use libtirpc instead of Sun RPC from glib
 2018-03-05 20:58 UTC 

[PATCH] pci-iov: Add support for unmanaged SR-IOV
 2018-03-05 20:57 UTC  (8+ messages)

[U-Boot] [PATCH] Cleanup Whitelist entries
 2018-03-05 20:57 UTC 

Bug report: "Use of uninitialized value $_ in print"
 2018-03-05 20:56 UTC  (4+ messages)
` [PATCH 2/2] add--interactive: detect bogus diffFilter output

[PATCH 1/7] perf mmap: Store mmap scope and type in struct perf_mmap
 2018-03-05 20:55 UTC  (3+ messages)

[PATCH v2] nvme-fabrics: Ignore nr_io_queues option for discovery controllers
 2018-03-05 20:55 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/13] LS1012A PFE driver patch series
 2018-03-05 20:55 UTC  (7+ messages)
` [U-Boot] [PATCH v3 09/13] board: freescale: ls1012a2g5rdb: enable network support on ls1012a2g5rdb
` [U-Boot] [PATCH v3 10/13] armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure
` [U-Boot] [PATCH v3 13/13] configs: ls1012a: add pfe configuration for LS1012A

[PATCH 1/5] drm/prime: fix potential race in drm_gem_map_detach
 2018-03-05 20:55 UTC  (5+ messages)
` [PATCH 4/5] drm/ttm: add ttm_sg_tt_init

[PATCH v2 00/27] protocol version 2
 2018-03-05 20:52 UTC  (8+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 12/35] serve: introduce git-serve

[PATCH 0/5] VCHI DT bindings
 2018-03-05 20:51 UTC  (4+ messages)
` [PATCH 3/5] dt-bindings: soc: Add a binding for the Broadcom VCHI services

[PATCH 00/34 v3] PTI support for x32
 2018-03-05 20:50 UTC  (8+ messages)
` [PATCH 07/34] x86/entry/32: Restore segments before int registers

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-05 20:50 UTC  (9+ messages)
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB

[PATCH] Fixes for selftest tm-unavailable
 2018-03-05 20:48 UTC  (2+ messages)
` [PATCH] selftests/powerpc: Skip tm-unavailable if TM is not enabled

[PATCH] mmc: renesas_sdhi: fix WP detection
 2018-03-05 20:48 UTC 

Any known soft lockup issue with vfs_write()->fsnotify()?
 2018-03-05 20:48 UTC  (2+ messages)

[PATCH 00/80] net/sfc/base: update base driver
 2018-03-05 20:47 UTC  (3+ messages)
` [PATCH 01/80] net/sfc: add missing defines for SAL annotation

[U-Boot] [PATCH] watchdog: omap_wdt: improve watchdog reset path
 2018-03-05 20:45 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.