All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-18 05:00:13 to 2021-06-18 06:21:38 UTC [more...]

[PATCH -V8 00/10] Migrate Pages in lieu of discard
 2021-06-18  6:15 UTC  (11+ messages)
` [PATCH -V8 01/10] mm/numa: node demotion data structure and lookup
` [PATCH -V8 02/10] mm/numa: automatically generate node migration order
` [PATCH -V8 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH -V8 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH -V8 05/10] mm/migrate: demote pages during reclaim
` [PATCH -V8 06/10] mm/vmscan: add page demotion counter
` [PATCH -V8 07/10] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH -V8 08/10] mm/vmscan: Consider anonymous pages without swap
` [PATCH -V8 09/10] mm/vmscan: never demote for memcg reclaim
` [PATCH -V8 10/10] mm/migrate: add sysfs interface to enable reclaim migration

corsair-cpro and hidraw
 2021-06-18  6:18 UTC  (7+ messages)

[PATCH 0/2] trace/kprobe: Two fixes for kretprobes
 2021-06-18  6:17 UTC  (7+ messages)
` [PATCH 2/2] trace/kprobe: Remove limit on kretprobe maxactive

[PATCH 00/69] mxser: cleanup
 2021-06-18  6:15 UTC  (71+ messages)
` [PATCH 01/70] mxser: drop ISA support
` [PATCH 02/70] mxser: renumber mxser_cards
` [PATCH 03/70] mxser: remove info printout from init
` [PATCH 04/70] mxser: integrate mxser.h into .c
` [PATCH 05/70] mxser: cleanup Gpci_uart_info struct
` [PATCH 06/70] mxser: rename CheckIsMoxaMust to mxser_get_must_hwid
` [PATCH 07/70] mxser: rename mxser_board::chip_flag to must_hwid
` [PATCH 08/70] mxser: introduce enum mxser_must_hwid
` [PATCH 09/70] mxser: drop constant board::uart_type
` [PATCH 10/70] mxser: move max_baud from port to board
` [PATCH 11/70] mxser: remove nonsense from ISR
` [PATCH 12/70] mxser: cleanup LSR handling in mxser_receive_chars
` [PATCH 13/70] mxser: extract port ISR
` [PATCH 14/70] mxser: simplify mxser_interrupt and drop mxser_board::vector_mask
` [PATCH 15/70] mxser: extract mxser_receive_chars_new
` [PATCH 16/70] mxser: extract mxser_receive_chars_old
` [PATCH 17/70] mxser: remove else from LSR bits checks
` [PATCH 18/70] mxser: correct types for uart variables
` [PATCH 19/70] mxser: make xmit ring buffer variables unsigned
` [PATCH 20/70] mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines
` [PATCH 21/70] mxser: drop unused MOXA_DIAGNOSE macro
` [PATCH 22/70] mxser: remove MOXA_GET_MAJOR deprecated ioctl
` [PATCH 23/70] mxser: remove MOXA_SET_BAUD_METHOD ioctl
` [PATCH 24/70] mxser: remove MOXA_ASPP_MON and friends
` [PATCH 25/70] mxser: remove MOXA_ASPP_LSTATUS ioctl
` [PATCH 26/70] mxser: remove MOXA_CHKPORTENABLE ioctl
` [PATCH 27/70] mxser: remove MOXA_GETDATACOUNT ioctl
` [PATCH 28/70] mxser: remove MOXA_GETMSTATUS ioctl
` [PATCH 29/70] mxser: remove MOXA_ASPP_OQUEUE ioctl
` [PATCH 30/70] mxser: remove MOXA_HighSpeedOn ioctl
` [PATCH 31/70] mxser: remove cnt from mxser_receive_chars
` [PATCH 32/70] mxser: don't allocate MXSER_PORTS + 1
` [PATCH 33/70] mxser: drop unused mxser_port::normal_termios
` [PATCH 34/70] mxser: remove unused mxser_port::stop_rx
` [PATCH 35/70] mxser: drop mxser_port::baud_base
` [PATCH 36/70] mxser: drop mxser_port::custom_divisor
` [PATCH 37/70] mxser: cleanup mxser_change_speed
` [PATCH 38/70] mxser: extract mxser_ioctl_op_mode
` [PATCH 39/70] mxser: simplify mxser_ioctl_op_mode
` [PATCH 40/70] mxser: dedup mxser_must_set_enhance_mode
` [PATCH 41/70] mxser: introduce mxser_must_select_bank and use it
` [PATCH 42/70] mxser: clean up the rest of MUST helpers
` [PATCH 43/70] mxser: move board init into mxser_initbrd
` [PATCH 44/70] mxser: inline mxser_board_remove into mxser_remove
` [PATCH 45/70] mxser: pci, switch to managed resources
` [PATCH 46/70] mxser: move request irq to probe and switch to managed
` [PATCH 47/70] mxser: remove info message from probe
` [PATCH 48/70] mxser: remove mxser_cardinfo
` [PATCH 49/70] mxser: cleanup mxser_process_txrx_fifo
` [PATCH 50/70] mxser: rework and simplify mxser_open
` [PATCH 51/70] mxser: make mxser_board::idx really an index
` [PATCH 52/70] mxser: alloc struct mxser_board dynamically
` [PATCH 53/70] mxser: alloc only needed # of ports
` [PATCH 54/70] mxser: remove pointless ioaddr checks
` [PATCH 55/70] mxser: cleanup mxser_rs_break
` [PATCH 56/70] mxser: cleanup mxser_dtr_rts
` [PATCH 57/70] mxser: don't start TX from tty_operations::put_char
` [PATCH 58/70] mxser: extract and dedup CTS handling
` [PATCH 59/70] mxser: introduce and use start/stop_tx helpers
` [PATCH 60/70] mxser: remove xmit_cnt < 0 tests
` [PATCH 61/70] mxser: decrypt FCR values
` [PATCH 62/70] mxser: fix typos around enhanced mode
` [PATCH 63/70] mxser: access info->MCR under info->slock
` [PATCH 64/70] mxser: use port variable in mxser_set_serial_info
` [PATCH 65/70] mxser: rename flags to old_speed "
` [PATCH 66/70] mxser: introduce mxser_16550A_or_MUST helper
` [PATCH 67/70] mxser: Documentation, remove traces of callout device
` [PATCH 68/70] mxser: Documentation, make the docs up-to-date
` [PATCH 69/70] mxser: Documentation, fix typos
` [PATCH 70/70] MAINTAINERS: add me back as mxser maintainer

[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS 587b839de733a8cdef3cbb805014e05229e7c96b
 2021-06-18  6:19 UTC 

[PATCH bpf v1] bpf: fix libelf endian handling in resolv_btfids
 2021-06-18  6:14 UTC  (2+ messages)
` [PATCH bpf v2] "

[PATCH 0/2] bus: mhi: Fix MHI on big endian architectures
 2021-06-18  6:12 UTC  (4+ messages)
` [PATCH 1/2] bus: mhi: Fix pm_state conversion to string

[staging:staging-testing] BUILD SUCCESS 8c51c9b59a103fe7f4ab0c81ce9a202af7f1ece1
 2021-06-18  6:11 UTC 

arch/x86/net/bpf_jit_comp.c:1647:5: warning: no previous prototype for 'arch_prepare_bpf_dispatcher'
 2021-06-18  6:11 UTC  (2+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-18  6:08 UTC  (7+ messages)
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header

[PATCH v3 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller
 2021-06-18  6:06 UTC  (3+ messages)

[PATCH for-next v2] RDMA/cma: Remove unnecessary INIT->INIT transition
 2021-06-18  6:07 UTC 

[PATCH net 0/3] bnxt_en: Bug fixes
 2021-06-18  6:07 UTC  (4+ messages)
` [PATCH net 1/3] bnxt_en: Rediscover PHY capabilities after firmware reset
` [PATCH net 2/3] bnxt_en: Fix TQM fastpath ring backing store computation
` [PATCH net 3/3] bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path

[PATCH v3 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-18  6:05 UTC  (3+ messages)

[PATCH 1/1] btrfs: tests: remove unnecessary oom message
 2021-06-18  6:05 UTC  (5+ messages)

[PATCH] Documentation: PCI: pci-error-recovery: rearrange the general sequence
 2021-06-18  6:04 UTC  (2+ messages)

[PATCH] ARM: dts: rainier: Enable KCS channels 2 and 3
 2021-06-18  6:03 UTC  (2+ messages)

[PATCH] octeontx: do not require cavium BDK node to be present
 2021-06-18  6:04 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/79] Stop depending on context mutation (v4)
 2021-06-18  6:04 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 35/79] tests/i915/gem_shrink: Convert to intel_ctx_t (v4)

[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched
 2021-06-18  6:03 UTC  (4+ messages)

[PATCH v3] drm/amdkfd: Fix some double free when destroy queue fails
 2021-06-18  6:02 UTC 

[PATCH v2 0/3] PM / Domains: Add support for assigned-performance-states
 2021-06-18  6:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property

[PATCH] nvme: Remove the redundant aqa value setting
 2021-06-18  6:01 UTC  (2+ messages)

[PATCH] nvme: Correct the prps per page calculation method
 2021-06-18  6:00 UTC  (2+ messages)

[PATCH] KVM: Use previously computed array_size()
 2021-06-18  6:00 UTC  (4+ messages)
` [PATCH] KVM: Use vmemdup_user()

log write cleanups
 2021-06-18  5:59 UTC  (5+ messages)
` [PATCH 1/8] xfs: change the type of ic_datap
` [PATCH 2/8] xfs: list entry elements don't need to be initialized

[pm:bleeding-edge] BUILD SUCCESS 6277862d7f8d62a7fc643cd69b207302a17d7320
 2021-06-18  5:57 UTC  (2+ messages)
` [Devel] "

[PATCH v2] usb: xhci-mtk: allow multiple Start-Split in a microframe
 2021-06-18  5:46 UTC  (3+ messages)

[mcgrof-next:20210427-vfio-pcie-trylock-dev 1/1] drivers/vfio/pci/vfio_pci.c:480:27: error: implicit declaration of function 'pci_dev_trylock'; did you mean 'inode_trylock'?
 2021-06-18  5:57 UTC 

Only 27% of reviewed-by tags are explicit, and much more
 2021-06-18  5:56 UTC  (3+ messages)

[PATCH 0/2] *** altera-msgdma: make response port optional ***
 2021-06-18  5:54 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: dma: altera-msgdma: make response port optional
` [PATCH 2/2] dmaengine: "

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-18  5:52 UTC  (11+ messages)

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-18  5:52 UTC  (14+ messages)

[PATCH v2 0/4] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-06-18  5:52 UTC  (4+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes

[PATCH] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values
 2021-06-18  5:51 UTC  (2+ messages)

[PATCH v1] mtd: spi-nor-ids: Add support for XMC XM25QH64C
 2021-06-18  5:50 UTC  (2+ messages)

[PATCH] mips: mt7688: gardena-smart-gateway: Adjust to production values
 2021-06-18  5:49 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-06-17
 2021-06-18  5:48 UTC 

[PATCH] nvme: don't create block device for inactive namespace
 2021-06-18  5:47 UTC 

[CIFS][PATCH]
 2021-06-18  5:46 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 915e4af59f0b6a9e72dd9ef0fda853b87ae556c5
 2021-06-18  5:43 UTC 

[PATCH] drm/bridge: ti-sn65dsi83: Fix null pointer dereference in remove callback
 2021-06-18  5:40 UTC  (5+ messages)

Empty source package when using devtool
 2021-06-18  5:41 UTC  (2+ messages)

[BlueZ PATCH v1] adv_monitor: Avoid skipping non-discoverable dev on Monitor match
 2021-06-18  5:40 UTC  (2+ messages)
` [BlueZ,v1] "

[PATCH 0/3] *** Support ASPEED AST2600 I2C ***
 2021-06-18  3:53 UTC  (4+ messages)
` [PATCH 3/3] i2c:support new register set for ast2600

sound/virtio/virtio_ctl_msg.c:70: warning: expecting prototype for virtsnd_ctl_msg_request(). Prototype was for virtsnd_ctl_msg_response() instead
 2021-06-18  5:35 UTC  (2+ messages)

Intermittent stalling of all MD IO, Debian buster (4.19.0-16)
 2021-06-18  5:35 UTC  (4+ messages)

Short process stall after assigning it to a cgroup
 2021-06-18  5:32 UTC  (2+ messages)

[PATCH v2] drm/meson: fix potential NULL pointer exception in meson_drv_unbind()
 2021-06-18  5:28 UTC  (4+ messages)

[PATCH v2 3/3] clk: qcom: mmcc-msm8994: Add MSM8992 support
 2021-06-18  5:29 UTC  (2+ messages)

[bug report] scsi: elx: efct: LIO backend interface routines
 2021-06-18  5:28 UTC 

net/rxrpc/server_key.c:128 rxrpc_server_keyring() warn: passing a valid pointer to 'PTR_ERR'
 2021-06-18  5:26 UTC 

arch/arm64/kvm/hyp/nvhe/hyp-main.c:18:6: warning: no previous prototype for function 'handle_trap'
 2021-06-18  5:25 UTC  (2+ messages)

Plan for /dev/ioasid RFC v2
 2021-06-18  5:21 UTC  (7+ messages)

[luto:sched/lazymm 7/9] kernel/sched/membarrier.c:9:10: fatal error: 'asm/membarrier.h' file not found
 2021-06-18  5:22 UTC 

[PATCH v4 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-18  5:18 UTC  (4+ messages)
` [PATCH v4 2/9] btrfs: introduce compressed_bio::pending_sectors to trace compressed bio more elegantly

[PATCH] usb: xhci-mtk: allow multiple Start-Split in a microframe
 2021-06-18  5:15 UTC  (5+ messages)

[PATCH] x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
 2021-06-18  5:15 UTC  (6+ messages)

[PATCH -next] cifsd: fix WARNING: convert list_for_each to entry variant in smb2pdu.c
 2021-06-18  5:14 UTC  (4+ messages)

[xlnx:xlnx_rebase_v5.4 1296/1762] drivers/gpio/gpio-xilinx.c:314:25: sparse: sparse: cast truncates bits from constant value (ffffffff7fffffff becomes 7fffffff)
 2021-06-18  5:10 UTC  (2+ messages)

[PATCH v3 00/24] modules: add meta-data database
 2021-06-18  4:53 UTC  (18+ messages)
` [PATCH v3 03/24] modules: generate modinfo.c
` [PATCH v3 05/24] modules: add virtio-gpu module annotations
` [PATCH v3 06/24] modules: add chardev "
` [PATCH v3 09/24] modules: add ccid "
` [PATCH v3 10/24] modules: add ui "
` [PATCH v3 11/24] modules: add s390x "
` [PATCH v3 12/24] modules: add block "
` [PATCH v3 13/24] modules: use modinfo for dependencies
` [PATCH v3 14/24] modules: use modinfo for qom load
` [PATCH v3 15/24] modules: use modinfo for qemu opts load
` [PATCH v3 16/24] modules: add tracepoints
` [PATCH v3 17/24] modules: check arch and block load on mismatch
` [PATCH v3 20/24] accel: autoload modules
` [PATCH v3 21/24] accel: add qtest module annotations
` [PATCH v3 22/24] accel: build qtest modular
` [PATCH v3 23/24] accel: add tcg module annotations
` [PATCH v3 24/24] accel: build tcg modular

[PATCH 0/8] membarrier cleanups
 2021-06-18  5:04 UTC  (11+ messages)
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit
              ` [RFC][PATCH] sched: Use lightweight hazard pointers to grab lazy mms

[next] [clang] x86_64-linux-gnu-ld: mm/mremap.o: in function `move_pgt_entry': mremap.c:(.text+0x763): undefined reference to `__compiletime_assert_342'
 2021-06-18  5:02 UTC  (5+ messages)

[PATCH for-next 0/6] Fix extra/redundant copies
 2021-06-18  4:57 UTC  (7+ messages)
` [PATCH for-next 1/6] RDMA/rxe: Fix useless copy in send_atomic_ack
` [PATCH for-next 2/6] RDMA/rxe: Fix redundant call to ip_send_check
` [PATCH for-next 3/6] RDMA/rxe: Fix extra copies in build_rdma_network_hdr
` [PATCH for-next 4/6] RDMA/rxe: Fix over copying in get_srq_wqe
` [PATCH for-next 5/6] RDMA/rxe: Fix extra copy in prepare_ack_packet
` [PATCH for-next 6/6] RDMA/rxe: Fix redundant skb_put_zero

[dpdk-dev] [PATCH] fix Marvell maintainer email for atlantic
 2021-06-18  4:59 UTC  (3+ 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.