messages from 2021-02-09 19:35:44 to 2021-02-09 20:22:49 UTC [more...]
[PATCH v3] checkpatch: do not apply "initialise globals to 0" check to BPF progs
2021-02-09 19:44 UTC (3+ messages)
is BTRFS_IOC_DEFRAG behavior optimal?
2021-02-09 19:45 UTC (6+ messages)
[PATCH bpf 1/2] libbpf: Ignore non function pointer member in struct_ops
2021-02-09 19:31 UTC (2+ messages)
` [PATCH bpf 2/2] bpf: selftests: Add non function pointer test to struct_ops
[PATCH 4.19 00/38] 4.19.175-rc1 review
2021-02-09 18:11 UTC (2+ messages)
[for-4.15][PATCH v2 0/5] xen/iommu: Collection of bug fixes for IOMMU teadorwn
2021-02-09 20:22 UTC (5+ messages)
` [for-4.15][PATCH v2 1/5] xen/x86: p2m: Don't map the special pages in the IOMMU page-tables
` [for-4.15][PATCH v2 2/5] xen/iommu: Check if the IOMMU was initialized before tearing down
[PATCH 0/2] trace: fix "-trace file=...."
2021-02-09 19:36 UTC (5+ messages)
` [PATCH 1/2] trace: fix "-trace file=..."
` [PATCH 2/2] trace: skip qemu_set_log_filename if no "-D" option was passed
[PATCH v3 0/8] mm: memcontrol: switch to rstat
2021-02-09 20:21 UTC (7+ messages)
` [PATCH v3 7/8] mm: memcontrol: consolidate lruvec stat flushing
` [PATCH v3 8/8] kselftests: cgroup: update kmem test for new vmstat implementation
[PATCH v2] xen: workaround missing device_type property in pci/pcie nodes
2021-02-09 20:21 UTC (4+ messages)
[Bridge] [PATCH net-next v3 0/5] bridge: mrp: Extend br_mrp_switchdev_*
2021-02-09 20:21 UTC (6+ messages)
` [Bridge] [PATCH net-next v3 1/5] switchdev: mrp: Extend ring_role_mrp and in_role_mrp
` [Bridge] [PATCH net-next v3 2/5] bridge: mrp: Add 'enum br_mrp_hw_support'
` [Bridge] [PATCH net-next v3 3/5] bridge: mrp: Extend br_mrp_switchdev to detect better the errors
` [Bridge] [PATCH net-next v3 4/5] bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev
` [Bridge] [PATCH net-next v3 5/5] net: mscc: ocelot: Add support for MRP
[PATCH v2 net-next 00/11] Cleanup in brport flags switchdev offload for DSA
2021-02-09 20:20 UTC (4+ messages)
` [Bridge] [PATCH v2 net-next 04/11] net: bridge: offload initial and final port flags through switchdev
[PATCH 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 bindings
2021-02-09 20:19 UTC (2+ messages)
[PATCH 4.4 00/38] 4.4.257-rc1 review
2021-02-09 18:09 UTC (2+ messages)
[PATCH] mm/uaccess: Use 'unsigned long' to placate UBSAN warnings, again
2021-02-09 18:24 UTC (6+ messages)
` [PATCH] ubsan: Require GCC-8+ or Clang to use UBSAN
[PATCH] hw/block/nvme: improve invalid zasl value reporting
2021-02-09 19:39 UTC (2+ messages)
[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
2021-02-09 19:30 UTC (41+ messages)
` [PATCH v2 01/42] esp: checkpatch fixes
` [PATCH v2 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP
` [PATCH v2 04/42] esp: add vmstate_esp version to embedded ESPState
` [PATCH v2 05/42] esp: add trace event when receiving a TI command
` [PATCH v2 06/42] esp: fix esp_reg_read() trace event
` [PATCH v2 07/42] esp: add PDMA trace events
` [PATCH v2 08/42] esp: determine transfer direction directly from SCSI phase
` [PATCH v2 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH v2 10/42] esp: introduce esp_get_stc()
` [PATCH v2 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v2 12/42] esp: remove dma_counter from ESPState
` [PATCH v2 13/42] esp: remove dma_left "
` [PATCH v2 15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions
` [PATCH v2 16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
` [PATCH v2 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PATCH v2 19/42] esp: remove buf parameter from do_cmd()
` [PATCH v2 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PATCH v2 21/42] esp: remove redundant pdma_start from ESPState
` [PATCH v2 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PATCH v2 24/42] esp: use in-built TC to determine PDMA transfer length
` [PATCH v2 25/42] esp: remove CMD pdma_origin
` [PATCH v2 26/42] esp: rename get_cmd_cb() to esp_select()
` [PATCH v2 27/42] esp: fix PDMA target selection
` [PATCH v2 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [PATCH v2 29/42] esp: remove pdma_origin from ESPState
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers
` [PATCH v2 31/42] esp: implement FIFO flush command
` [PATCH v2 32/42] esp: latch individual bits in ESP_RINTR register
` [PATCH v2 33/42] esp: defer command completion interrupt on incoming data transfers
` [PATCH v2 34/42] esp: remove old deferred command completion mechanism
` [PATCH v2 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PATCH v2 36/42] esp: add maxlen parameter to get_cmd()
` [PATCH v2 37/42] esp: transition to message out phase after SATN and stop command
` [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8
` [PATCH v2 39/42] esp: convert cmdbuf "
` [PATCH v2 40/42] esp: add trivial implementation of the ESP_RFLAGS register
` [PATCH v2 41/42] esp: implement non-DMA transfers in PDMA mode
` [PATCH v2 42/42] esp: add support for unaligned accesses
[powerpc:next-test 129/159] arch/powerpc/mm/book3s64/radix_tlb.c:646:6: warning: no previous prototype for function 'exit_lazy_flush_tlb'
2021-02-09 20:15 UTC (2+ messages)
[RFC][PATCH v6 0/7] Generic page pool & deferred freeing for system dmabuf heap
2021-02-09 20:16 UTC (10+ messages)
` [RFC][PATCH v6 1/7] drm: Add a sharable drm page-pool implementation
[PATCH v13 0/5] UFFD write-tracking migration/snapshots
2021-02-09 20:09 UTC (5+ messages)
[Buildroot] [PATCH] boot/uboot: fix uboot build failure with UBOOT_CUSTOM_DTS_PATH on uboot version >= 2020.x
2021-02-09 20:13 UTC
[PATCH ethtool v2 0/5] Extend uAPI with lanes parameter
2021-02-09 19:42 UTC (6+ messages)
` [PATCH ethtool v2 1/5] ethtool: Extend ethtool link modes settings uAPI with lanes
` [PATCH ethtool v2 2/5] netlink: settings: Add netlink support for lanes parameter
[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
2021-02-09 19:56 UTC (3+ messages)
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to base class
[alternative-merged] mm-hugetlb-remove-redundant-vm_bug_on_page-on-putback_active_hugepage.patch removed from -mm tree
2021-02-09 19:45 UTC
[PATCH v2] mm: cma: support sysfs
2021-02-09 20:11 UTC (11+ messages)
[Nouveau] nouveau 1.0.17 and GT-710 (GK208B): graphics stack freezes when turning off display
2021-02-09 20:11 UTC (4+ messages)
[PATCH net-next v3] net-loopback: set lo dev initial state to UP
2021-02-09 19:43 UTC (9+ messages)
[PATCHv5 1/6] common: SCP03 control (enable and provision of keys)
2021-02-09 20:10 UTC (6+ messages)
` [PATCHv5 2/6] cmd: SCP03: enable and provision command
` [PATCHv5 3/6] drivers: tee: sandbox: SCP03 control emulator
` [PATCHv5 4/6] doc: describe the scp03 command
` [PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03
` [PATCHv5 6/6] test: py: add initial coverage for scp03 cmd
[dpdk-dev] [PATCH] eal: fix detection of static or shared DPDK builds
2021-02-09 20:10 UTC (3+ messages)
+ mm-backing-dev-remove-duplicated-macro-definition.patch added to -mm tree
2021-02-09 19:28 UTC
[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
2021-02-09 20:08 UTC (11+ messages)
[linux-nvme:nvme-5.12] BUILD SUCCESS bef623436fdc53642f45a48f54f38e0f78d62e9c
2021-02-09 20:08 UTC
[pull request][net-next V2 00/17] mlx5 updates 2021-02-04
2021-02-09 19:50 UTC (9+ messages)
` [net-next V2 01/17] net/mlx5: E-Switch, Refactor setting source port
[kvm-unit-tests PATCH v1 0/3] s390x: mvpg test
2021-02-09 18:51 UTC (3+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x: introduce leave_pstate to leave userspace
` [kvm-unit-tests PATCH v1 3/3] s390x: mvpg: simple test
[PATCH net-next 0/2] tcp: RFC 6056 induced changes
2021-02-09 19:20 UTC (3+ messages)
` [PATCH net-next 1/2] tcp: change source port randomizarion at connect() time
` [PATCH net-next 2/2] tcp: add some entropy in __inet_hash_connect()
[PATCH RFC rdma-core 0/5] libhns: Add support for Dynamic Context Attachment
2021-02-09 19:53 UTC (5+ messages)
` [PATCH RFC rdma-core 2/5] libhns: Introduce DCA for RC QP
[PATCH rdma-next 0/2] Real time/free running timestamp support
2021-02-09 19:52 UTC (5+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: Add new timestamp mode bits
[Buildroot] [PATCH 1/1] package/libostree: libfuse is optional, not mandatory
2021-02-09 20:07 UTC
eMMC support
2021-02-09 19:39 UTC (9+ messages)
[PATCH v2] thermal: qcom: tsens-v0_1: Add support for MDM9607
2021-02-09 19:21 UTC (2+ messages)
[PATCH 1/2] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR
2021-02-09 19:37 UTC (6+ messages)
` [PATCH 2/2] netdevice.7: Minor fixes to Pali's patch
[PATCH 0/8] MUSE: Userspace backed MTD v3
2021-02-09 20:06 UTC (14+ messages)
` [fuse-devel] "
[PATCH] arm64: dts: ti: Add support for Siemens IOT2050 boards
2021-02-09 20:04 UTC (4+ messages)
[PATCH 0/1] fix circular lockdep when staring SE guest
2021-02-09 19:48 UTC (2+ messages)
` [PATCH 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
[PATCH net] Documentation: networking: ip-sysctl: Document src_valid_mark sysctl
2021-02-09 19:20 UTC (2+ messages)
[PATCH v2 0/9] Tegra186 and Tegra194 audio graph card
2021-02-09 19:19 UTC (5+ messages)
` [PATCH v2 1/9] ASoC: dt-bindings: rt5659: Update binding doc
[Buildroot] [PATCH 1/1] package/postgis: new package
2021-02-09 20:04 UTC (3+ messages)
[Intel-gfx] [PATCH] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
2021-02-09 20:04 UTC (8+ messages)
[GIT PULL 0/3] Samsung for v5.12
2021-02-09 19:19 UTC (5+ messages)
` [GIT PULL 2/3] ARM: dts: samsung: DTS "
[PATCH v2] usage: trace2 BUG() invocations
2021-02-09 19:34 UTC (2+ messages)
[RESEND PATCH v3 0/2] Add a separate DWC3 OF driver for Xilinx platforms
2021-02-09 20:02 UTC (10+ messages)
` [RESEND PATCH v3 2/2] usb: dwc3: Add "
[PATCH 1/2] dt-bindings: phy-imx8mq-usb: add reset-gpios property
2021-02-09 20:01 UTC (2+ messages)
[dpdk-dev] [PATCH] guides: add a testing guide for developing tests
2021-02-09 20:02 UTC (3+ messages)
[dpdk-dev] [PATCH] dpdk-kmods/windows: Add Intel 40GbE Ethernet adapter device IDs to netuio INF
2021-02-09 20:02 UTC (2+ messages)
[Intel-wired-lan] 710/i40e, RSS and 802.1ad (double vlan)
2021-02-09 20:02 UTC (4+ messages)
[PATCH] [RFC] dt-bindings: power: sysc-remobile: Convert to json-schema
2021-02-09 19:20 UTC (2+ messages)
[PATCH v2 0/4] i2c: aspeed: Add buffer and DMA modes support
2021-02-09 19:17 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: aspeed: add buffer and DMA mode transfer support
[PATCH 0/4] Some more lock_page work
2021-02-09 19:09 UTC (11+ messages)
` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)
[PATCH v2 1/2] dma-buf: dma-heap: Provide accessor to get heap name
2021-02-09 19:48 UTC (4+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual "
[meta-freescale] suspicious MACHINE_FIRMWARE for mainline bsp
2021-02-09 19:58 UTC (2+ messages)
[GIT PULL] fscache: I/O API modernisation and netfs helper library
2021-02-09 19:45 UTC (3+ messages)
[PATCH v12 0/7] arm64: ARMv8.5-A: MTE: Add async mode support
2021-02-09 18:25 UTC (6+ messages)
` [PATCH v12 6/7] arm64: mte: Save/Restore TFSR_EL1 during suspend
suspicious MACHINE_FIRMWARE for mainline bsp
2021-02-09 19:58 UTC (2+ messages)
` [meta-freescale] "
synchronize_rcu in munmap?
2021-02-09 19:58 UTC (5+ messages)
[hyperv-linux:hyperv-next 31/32] arch/x86/hyperv/irqdomain.c:27:18: sparse: sparse: incorrect type in initializer (different address spaces)
2021-02-09 19:57 UTC
[PATCH] ath10k: change len of trace_ath10k_log_dbg_dump for large buffer size
2021-02-09 19:55 UTC (4+ messages)
[PATCH alsa-ucm-conf] bytcr-wm5102: Add new UCM profile for BYT boards with a WM5102 codec
2021-02-09 19:56 UTC (2+ messages)
[Buildroot] wpa_supplicant-2.9 - very large static binary size
2021-02-09 19:55 UTC
[PATCH 0/8] sched/fair: misfit task load-balance tweaks
2021-02-09 18:19 UTC (4+ messages)
` [PATCH 7/8] sched/fair: Attempt misfit active balance when migration_type != migrate_misfit
[PATCH 4.14 00/30] 4.14.221-rc1 review
2021-02-09 18:10 UTC (2+ messages)
+ mm-hugetlb-remove-unnecessary-vm_bug_on_page-on-putback_active_hugepage.patch added to -mm tree
2021-02-09 19:45 UTC
[hyperv-linux:hyperv-next 22/32] arch/x86/hyperv/hv_init.c:366:21: sparse: sparse: incorrect type in assignment (different address spaces)
2021-02-09 19:52 UTC (2+ messages)
[PATCH] xen: workaround missing device_type property in pci/pcie nodes
2021-02-09 19:51 UTC (5+ messages)
[PATCH 0/7][Outreachy] Improve the 'fixup [-C | -c]' in interactive rebase
2021-02-09 19:13 UTC (7+ messages)
` [PATCH v2 03/11] rebase -i: clarify and fix 'fixup -c' rebase-todo help
[PATCH] usb: dwc2: change compatible st, stm32mp1-hsotg to st, stm32mp15-hsotg
2021-02-09 19:51 UTC (3+ messages)
` [PATCH] usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg
[android-common:android12-5.4 6/15] lib/kunit/test.c:19:9: error: implicit declaration of function 'vprintk_emit'; did you mean
2021-02-09 19:51 UTC
[PATCH] staging: gdm724x: Fix DMA from stack
2021-02-09 18:19 UTC (2+ messages)
preserve DMA offsets when using swiotlb v2
2021-02-09 19:49 UTC (4+ messages)
[PATCH v2] mm/vmalloc: use rb_tree instead of list for vread() lookups
2021-02-09 19:49 UTC (2+ messages)
[PATCH 1/4] xfrm: interface: enable TSO on xfrm interfaces
2021-02-09 19:40 UTC (2+ messages)
[PATCH v2 for-next 0/5] RDMA/hns: Fix and refactor CMDQ related code
2021-02-09 19:37 UTC (2+ messages)
[GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.12-rc1
2021-02-09 18:30 UTC
[Buildroot] Buildroot Touchscreen goes to coordinates 0 0
2021-02-09 19:47 UTC (3+ messages)
meson: why no target_user_arch in target/xxx/meson.build ?
2021-02-09 19:31 UTC (2+ messages)
[PATCHSET v4 00/10] xfs: add the ability to flag a fs for repair
2021-02-09 19:43 UTC (6+ messages)
` [PATCH 07/10] xfs_repair: set NEEDSREPAIR when we deliberately corrupt directories
pull request (net-next): ipsec-next 2021-02-09
2021-02-09 19:40 UTC (2+ messages)
[PATCH] Fix: Remove racy Subnet Manager sendonly join checks
2021-02-09 19:15 UTC
[PATCH v1] mm, hwpoison: enable error handling on shmem thp
2021-02-09 19:46 UTC (2+ messages)
[PATCH] dt-bindings: mxsfb: Add interconnect bindings for LCDIF path
2021-02-09 19:08 UTC (2+ messages)
[PATCH v4 0/3] Add MIPI rx DPI support
2021-02-09 19:30 UTC (3+ messages)
` [PATCH v4 1/3] dt-bindings:drm/bridge:anx7625:add vendor define flags
[PATCH v4 15/15] dmaengine: dw-edma: Add pcim_iomap_table return checker
2021-02-09 19:40 UTC (5+ messages)
[PATCH v2 0/2] Add Mailbox support for TI K3 AM64x SoCs
2021-02-09 19:36 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: mailbox: omap: Update binding for "
` [PATCH v2 2/2] mailbox: omap: Add support for K3 "
[PATCH net-next 0/8] net: dsa: microchip: DSA driver support for LAN937x switch
2021-02-09 19:35 UTC (3+ messages)
` [PATCH net-next 1/8] dt-bindings: net: dsa: dt bindings for microchip lan937x
[PATCH v5 1/8] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
2021-02-09 19:23 UTC (8+ messages)
` [PATCH v5 2/8] usb: dwc3: of-simple: bail probe if no dwc3 child node
` [PATCH v5 3/8] arm64: dts: rockchip: optimize clks for rk3399 dwc3
` [PATCH v5 4/8] arm64: dts: rockchip: restyle rk3399 usbdrd3_0 node
` [PATCH v5 5/8] arm64: dts: rockchip: restyle rk3399 usbdrd3_1 node
` [PATCH v5 6/8] dt-bindings: usb: dwc3: add description for rk3328
` [PATCH v5 7/8] arm64: dts: rockchip: add rk3328 dwc3 usb controller node
` [PATCH v5 8/8] dts64: rockchip: enable dwc3 usb for A95X Z2
[PATCH libnetfilter_queue v2] src: fix IPv6 header handling
2021-02-09 19:24 UTC
[PATCH] drm/radeon: Simplify bool comparison
2021-02-09 19:41 UTC (3+ messages)
[PATCH] drm/amd/display: Simplify bool comparison
2021-02-09 19:41 UTC (3+ messages)
[PATCH 0/2] Add Mailbox support for TI K3 AM64x SoCs
2021-02-09 19:24 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: mailbox: omap: Update binding for "
[Virtio-fs] [PATCH 00/24] virtiofs dax patches
2021-02-09 19:02 UTC (4+ messages)
` [PATCH 21/24] DAX:virtiofsd: implement FUSE_INIT map_alignment field
` [PATCH 22/24] vhost-user-fs: Extend VhostUserFSSlaveMsg to pass additional info
` [PATCH 24/24] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it
[PATCH v2 00/10] Modernizing the t7001 test script
2021-02-09 19:24 UTC (2+ messages)
[PATCH] erofs-utils: fuse: fix random readlink error
2021-02-09 19:38 UTC (3+ messages)
` [PATCH v2] "
FAILED unresolved symbol vfs_truncate on arm64 with LLVM
2021-02-09 19:22 UTC (11+ messages)
[PATCH v6 0/2] powerpc/32: Implement C syscall entry/exit (complement)
2021-02-09 19:29 UTC (2+ messages)
` [PATCH v6 1/2] powerpc/syscall: Do not check unsupported scv vector on PPC32
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.