linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-17 19:03:08 to 2018-01-17 21:00:55 UTC [more...]

linux-next: Signed-off-by missing for commit in the pci tree
 2018-01-17 21:00 UTC  (2+ messages)

[PATCH v6 00/99] XArray version 6
 2018-01-17 20:22 UTC  (73+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 25/99] page cache: Convert page deletion to XArray
` [PATCH v6 26/99] page cache: Convert page cache lookups "
` [PATCH v6 28/99] page cache: Remove stray radix comment
` [PATCH v6 32/99] mm: Convert truncate to XArray
` [PATCH v6 33/99] mm: Convert add_to_swap_cache "
` [PATCH v6 34/99] mm: Convert delete_from_swap_cache "
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead "
` [PATCH v6 36/99] mm: Convert page migration "
` [PATCH v6 37/99] mm: Convert huge_memory "
` [PATCH v6 38/99] mm: Convert collapse_shmem "
` [PATCH v6 39/99] mm: Convert khugepaged_scan_shmem "
` [PATCH v6 40/99] pagevec: Use xa_tag_t
` [PATCH v6 41/99] shmem: Convert replace to XArray
` [PATCH v6 42/99] shmem: Convert shmem_confirm_swap "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 44/99] shmem: Convert shmem_tag_pins "
` [PATCH v6 45/99] shmem: Convert shmem_wait_for_pins "
` [PATCH v6 46/99] shmem: Convert shmem_add_to_page_cache "
` [PATCH v6 47/99] shmem: Convert shmem_alloc_hugepage "
` [PATCH v6 48/99] shmem: Convert shmem_free_swap "
` [PATCH v6 49/99] shmem: Convert shmem_partial_swap_usage "
` [PATCH v6 50/99] shmem: Comment fixups
` [PATCH v6 51/99] btrfs: Convert page cache to XArray
` [PATCH v6 52/99] fs: Convert buffer "
` [PATCH v6 53/99] fs: Convert writeback "
` [PATCH v6 54/99] nilfs2: Convert "
` [PATCH v6 55/99] f2fs: "
` [PATCH v6 56/99] lustre: "
` [PATCH v6 57/99] dax: Convert dax_unlock_mapping_entry "
` [PATCH v6 58/99] dax: Convert lock_slot "
` [PATCH v6 59/99] dax: More XArray conversion
` [PATCH v6 60/99] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v6 61/99] dax: Convert dax_writeback_one "
` [PATCH v6 62/99] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v6 63/99] dax: Convert dax_insert_mapping_entry "
` [PATCH v6 64/99] dax: Convert grab_mapping_entry "
` [PATCH v6 65/99] dax: Fix sparse warning
` [PATCH v6 66/99] page cache: Finish XArray conversion
` [PATCH v6 67/99] mm: Convert cgroup writeback to XArray
` [PATCH v6 68/99] vmalloc: Convert "
` [PATCH v6 69/99] brd: "
` [PATCH v6 70/99] xfs: Convert m_perag_tree "
` [PATCH v6 71/99] xfs: Convert pag_ici_root "
` [PATCH v6 72/99] xfs: Convert xfs dquot "
` [PATCH v6 73/99] xfs: Convert mru cache "
` [PATCH v6 74/99] usb: Convert xhci-mem "
` [PATCH v6 75/99] md: Convert raid5-cache "
` [PATCH v6 76/99] irqdomain: Convert "
` [PATCH v6 77/99] fscache: "
` [PATCH v6 78/99] sh: intc: "
` [PATCH v6 79/99] blk-cgroup: "
` [PATCH v6 80/99] blk-ioc: "
` [PATCH v6 81/99] i915: Convert handles_vma "
` [PATCH v6 82/99] s390: Convert gmap "
` [PATCH v6 83/99] hwspinlock: Convert "
` [PATCH v6 84/99] btrfs: Convert fs_roots_radix "
` [PATCH v6 85/99] btrfs: Remove unused spinlock
` [PATCH v6 86/99] btrfs: Convert reada_zones to XArray
` [PATCH v6 87/99] btrfs: Convert reada_extents "
` [PATCH v6 88/99] btrfs: Convert reada_tree "
` [PATCH v6 89/99] btrfs: Convert buffer_radix "
` [PATCH v6 90/99] btrfs: Convert delayed_nodes_tree "
` [PATCH v6 91/99] btrfs: Convert name_cache "
` [PATCH v6 92/99] f2fs: Convert pids radix tree "
` [PATCH v6 93/99] f2fs: Convert ino_root "
` [PATCH v6 94/99] f2fs: Convert extent_tree_root "
` [PATCH v6 95/99] f2fs: Convert gclist.iroot "
` [PATCH v6 96/99] dma-debug: Convert "
` [PATCH v6 97/99] xen: Convert pvcalls-back "
` [PATCH v6 98/99] qrtr: Convert "
` [PATCH v6 99/99] null_blk: "

[RFC PATCH v3 00/13] Kernel based bootsplash
 2018-01-17 20:54 UTC  (14+ messages)
` [RFC PATCH v3 01/13] bootsplash: Initial implementation showing black screen
` [RFC PATCH v3 02/13] bootsplash: Add file reading and picture rendering
` [RFC PATCH v3 03/13] bootsplash: Flush framebuffer after drawing
` [RFC PATCH v3 04/13] bootsplash: Add corner positioning
` [RFC PATCH v3 05/13] bootsplash: Add animation support
` [RFC PATCH v3 06/13] vt: Redraw bootsplash fully on console_unblank
` [RFC PATCH v3 07/13] vt: Add keyboard hook to disable bootsplash
` [RFC PATCH v3 08/13] sysrq: Disable bootsplash on SAK
` [RFC PATCH v3 09/13] fbcon: Disable bootsplash on oops
` [RFC PATCH v3 10/13] Documentation: Add bootsplash main documentation
` [RFC PATCH v3 11/13] bootsplash: sysfs entries to load and unload files
` [RFC PATCH v3 12/13] tools/bootsplash: Add a basic splash file creation tool
` [RFC PATCH v3 13/13] tools/bootsplash: Add script and data to create sample file

[PATCH v2 0/2] Add efuse driver for Ingenic JZ4780 SoC
 2018-01-17 20:54 UTC  (3+ messages)
` [PATCH v2 2/2] dts: Probe efuse for CI20

divide error in ___bpf_prog_run
 2018-01-17 20:47 UTC  (5+ messages)
` dangers of bots on the mailing lists was "

[PATCH] net: fs_enet: do not call phy_stop() in interrupts
 2018-01-17 20:44 UTC  (2+ messages)

[PATCH v2 0/3] tty: Make __do_SAK() less greedy in regard to tasklist_lock
 2018-01-17 20:43 UTC  (8+ messages)
` [PATCH v2 1/3] Revert "do_SAK: Don't recursively take the tasklist_lock"

[PATCH RFC v1] arm64: Handle traps from accessing CNTVCT/CNTFRQ for CONFIG_COMPAT
 2018-01-17 20:41 UTC  (8+ messages)

[PATCH v2] r8152: disable RX aggregation on Dell TB16 dock
 2018-01-17 20:39 UTC  (2+ messages)

[PATCH net-next V3 0/2] tun: allow to attach eBPF filter
 2018-01-17 20:38 UTC  (2+ messages)

[PATCH] arm64: dts: hikey: Enable HS200 mode on eMMC
 2018-01-17 20:35 UTC 

[REGRESSION][v4.14.y][v4.15] x86/intel_rdt/cqm: Improve limbo list processing
 2018-01-17 20:35 UTC  (8+ messages)

[GIT PULL] x86 fixes
 2018-01-17 20:35 UTC  (2+ messages)

[RFC 1/2] softirq: Defer net rx/tx processing to ksoftirqd context
 2018-01-17 20:30 UTC  (4+ messages)

[PATCH v5 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-17 20:27 UTC  (4+ messages)

[net-next: PATCH v3 0/7] Armada 7k/8k PP2 ACPI support
 2018-01-17 20:20 UTC  (4+ messages)

[PATCH v2 0/4] drivers: firmware: xilinx: Add firmware driver support
 2018-01-17 20:20 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: firmware: Add bindings for ZynqMP firmware
` [PATCH v2 2/4] drivers: firmware: xilinx: Add ZynqMP firmware driver
` [PATCH v2 3/4] drivers: firmware: xilinx: Add sysfs interface
` [PATCH v2 4/4] drivers: firmware: xilinx: Add debugfs interface

[PATCH v3 00/12] drm/sun4i: Add A83T HDMI support
 2018-01-17 20:14 UTC  (13+ messages)
` [PATCH v3 01/12] clk: sunxi-ng: Mask nkmp factors when setting register
` [PATCH v3 02/12] clk: sunxi-ng: Change formula for NKMP PLLs
` [PATCH v3 03/12] drm/bridge/synopsys: dw-hdmi: Enable workaround for v1.32a
` [PATCH v3 04/12] drm/bridge/synopsys: dw-hdmi: Export some PHY related functions
` [PATCH v3 05/12] drm/bridge/synopsys: dw-hdmi: don't clobber drvdata
` [PATCH v3 06/12] dt-bindings: display: sun4i-drm: Add A83T HDMI pipeline
` [PATCH v3 07/12] drm/sun4i: Add has_channel_0 TCON quirk
` [PATCH v3 08/12] drm/sun4i: Add support for A83T second TCON
` [PATCH v3 09/12] drm/sun4i: Add support for A83T second DE2 mixer
` [PATCH v3 10/12] drm/sun4i: Implement A83T HDMI driver
` [PATCH v3 11/12] ARM: dts: sun8i: a83t: Add HDMI display pipeline
` [PATCH v3 12/12] ARM: dts: sun8i: a83t: Enable HDMI on BananaPi M3

[PATCH v3 0/9] core, x86: prevent bounds-check bypass via speculative execution
 2018-01-17 20:14 UTC  (15+ messages)
` [PATCH v3 8/9] x86: use __uaccess_begin_nospec and ASM_IFENCE in get_user paths

[PATCH v4] input: pxrc: new driver for PhoenixRC Flight Controller Adapter
 2018-01-17 20:12 UTC  (4+ messages)

Regression: kexec/kdump boot hangs with x86/vector commits
 2018-01-17 20:10 UTC  (8+ messages)
      ` kexec reboot fails with extra wbinvd introduced for AME SME

[PATCH] IIO: ADC: stm32-dfsdm: remove unused variable
 2018-01-17 20:09 UTC  (3+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-17 20:05 UTC  (11+ messages)

[PATCH v3 00/10] perf tools: Add support for CoreSight trace decoding
 2018-01-17 20:04 UTC  (2+ messages)

[PATCH v2 00/31] Replacing net_mutex with rw_semaphore
 2018-01-17 20:04 UTC  (3+ messages)
` [PATCH v2 03/31] net: Introduce net_sem for protection of pernet_list

[PATCH] MIPS: fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
 2018-01-17 19:55 UTC  (2+ messages)

aio fsync revisited
 2018-01-17 19:47 UTC  (2+ messages)
` [PATCH] aio: resurrect IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC support

[PATCH] [RESEND] drm/gma500: initialize gma_clock_t structures
 2018-01-17 19:44 UTC  (5+ messages)

[PATCH] [RESEND] drm: i915: remove timeval users
 2018-01-17 19:42 UTC  (2+ messages)

[PATCH] lib: Remove select of inexistant GENERIC_IO
 2018-01-17 19:42 UTC  (2+ messages)

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-17 19:27 UTC  (37+ 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] Kbuild: suppress packed-not-aligned warning for default setting only
 2018-01-17 19:40 UTC  (3+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-17 19:33 UTC  (6+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

[PATCH v5 00/11] FUSE mounts from non-init user namespaces
 2018-01-17 19:31 UTC  (6+ messages)
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns

ipv6 redefinition build issue with 4.15-rc8
 2018-01-17 19:31 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: suppress MSI allocation failure message
 2018-01-17 19:23 UTC  (4+ messages)

AIO operation and CMSG
 2018-01-17 19:22 UTC  (2+ messages)

Back from my parental leave
 2018-01-17 19:20 UTC 

[patch v17 0/4] JTAG driver introduction
 2018-01-17 19:14 UTC  (3+ messages)
` [patch v17 1/4] drivers: jtag: Add JTAG core driver

[PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON
 2018-01-17 19:14 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] pci: Do not read INTx PIN and LINE registers for virtual functions
 2018-01-17 19:12 UTC  (4+ messages)

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-17 19:08 UTC  (6+ messages)
` [PATCH v5 12/44] clk: davinci: Add platform information for TI DA850 PSC

[PATCH] usbip: list: don't list devices attached to vhci_hcd
 2018-01-17 19:08 UTC 

[PATCH] usbip: prevent bind loops on devices attached to vhci_hcd
 2018-01-17 19:07 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).