All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-27 03:10:05 to 2020-06-27 04:55:20 UTC [more...]

[PATCH v1] mm:free unused pages in kmalloc_order
 2020-06-27  4:55 UTC 

[PATCH v4 00/23] Add support for Tegra210 Audio
 2020-06-27  4:53 UTC  (36+ messages)
` [PATCH v4 01/23] ASoC: dt-bindings: tegra: Add DT bindings for Tegra210
` [PATCH v4 02/23] ASoC: tegra: Add support for CIF programming
` [PATCH v4 03/23] ASoC: tegra: Add Tegra210 based DMIC driver
` [PATCH v4 04/23] ASoC: tegra: Add Tegra210 based I2S driver
` [PATCH v4 05/23] ASoC: tegra: Add Tegra210 based AHUB driver
` [PATCH v4 06/23] ASoC: tegra: Add Tegra186 based DSPK driver
` [PATCH v4 07/23] ASoC: tegra: Add Tegra210 based ADMAIF driver
` [PATCH v4 08/23] ASoC: soc-core: Fix component name_prefix parsing
` [PATCH v4 09/23] ASoC: simple-card: Use of_node and DAI names for DAI link names
` [PATCH v4 10/23] ASoC: simple-card: Wrong daifmt for CPU end of DPCM DAI link
` [PATCH v4 11/23] ASoC: simple-card: Loop over all children for 'mclk-fs'
` [PATCH v4 15/23] ASoC: soc-core: Identify 'no_pcm' DAI links for DPCM
` [PATCH v4 18/23] ASoC: simple-card: Add support for component chaining
  ` [PATCH v4 12/23] ASoC: simple-card: Support DPCM DAI link with multiple Codecs
  ` [PATCH v4 13/23] ASoC: simple-card: DPCM DAI link direction as per DAI capability
  ` [PATCH v4 14/23] ASoC: soc-core: Probe auxiliary component before others
  ` [PATCH v4 16/23] ASoC: soc-pcm: Get all BEs along DAPM path
  ` [PATCH v4 17/23] ASoC: dt-bindings: simple-card: Add compatible for component chaining
  ` [PATCH v4 19/23] arm64: defconfig: Build AHUB component drivers
  ` [PATCH v4 20/23] arm64: defconfig: Enable CONFIG_TEGRA210_ADMA
  ` [PATCH v4 21/23] arm64: tegra: Add DT binding for AHUB components
  ` [PATCH v4 22/23] arm64: tegra: Enable AHUB components on few Tegra platforms
  ` [PATCH v4 23/23] arm64: tegra: Add support for APE sound card on Jetson Nano and TX1

[PATCH] fbtft-bus.c: Removing that prohibited space before ')'
 2020-06-27  4:51 UTC  (2+ messages)

[atishp04:v5.8-rc2_numa 10/19] arch/riscv/include/asm/pgtable.h:457:25: error: initializer element is not constant
 2020-06-27  4:51 UTC 

[Buildroot] [PATCH] package/dropbear: bump to version 2020.80
 2020-06-27  4:50 UTC 

[PATCH] fbtft-bus.c:
 2020-06-27  4:50 UTC  (2+ messages)

[RFC PATCH 00/10] target: add configfs interface
 2020-06-27  4:45 UTC  (24+ messages)
` [RFC PATCH 01/10] target: add common session id
` [RFC PATCH 02/10] iscsi target: replace module sids with lio's sid
` [RFC PATCH 03/10] target: drop sess_get_index
` [RFC PATCH 04/10] target: fix xcopy sess release leak
` [RFC PATCH 05/10] target: add free_session callout and use cfgfs refcounts
` [RFC PATCH 06/10] tcm_loop: fix nexus races
` [RFC PATCH 07/10] target: add return value to close_session
` [RFC PATCH 08/10] ibm,loop,vhost,xenscsi: add close_session callouts
` [RFC PATCH 09/10] target: add helper to close session synchronously
` [RFC PATCH 10/10] target: export sessions via configfs

[dpdk-dev] [PATCH 00/27] event/dlb Intel DLB PMD
 2020-06-27  4:37 UTC  (28+ messages)
` [dpdk-dev] [PATCH 01/27] eventdev: dlb upstream prerequisites
` [dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro
` [dpdk-dev] [PATCH 03/27] event/dlb: add shared code version 10.7.9
` [dpdk-dev] [PATCH 04/27] event/dlb: add make and meson build infrastructure
` [dpdk-dev] [PATCH 05/27] event/dlb: add DLB documentation
` [dpdk-dev] [PATCH 06/27] event/dlb: add dynamic logging
` [dpdk-dev] [PATCH 07/27] event/dlb: add private data structures and constants
` [dpdk-dev] [PATCH 08/27] event/dlb: add definitions shared with LKM or shared code
` [dpdk-dev] [PATCH 09/27] event/dlb: add inline functions used in multiple files
` [dpdk-dev] [PATCH 10/27] event/dlb: add PFPMD-specific interface layer to shared code
` [dpdk-dev] [PATCH 11/27] event/dlb: add flexible PMD to device interfaces
` [dpdk-dev] [PATCH 12/27] event/dlb: add the PMD's public interfaces
` [dpdk-dev] [PATCH 13/27] event/dlb: add xstats support
` [dpdk-dev] [PATCH 14/27] event/dlb: add PMD self-tests
` [dpdk-dev] [PATCH 15/27] event/dlb: add probe
` [dpdk-dev] [PATCH 16/27] event/dlb: add infos_get and configure
` [dpdk-dev] [PATCH 17/27] event/dlb: add queue_def_conf and port_def_conf
` [dpdk-dev] [PATCH 18/27] event/dlb: add queue setup
` [dpdk-dev] [PATCH 19/27] event/dlb: add port_setup
` [dpdk-dev] [PATCH 20/27] event/dlb: add port_link
` [dpdk-dev] [PATCH 21/27] event/dlb: add queue_release and port_release
` [dpdk-dev] [PATCH 22/27] event/dlb: add port_unlink and port_unlinks_in_progress
` [dpdk-dev] [PATCH 23/27] event/dlb: add eventdev_start
` [dpdk-dev] [PATCH 24/27] event/dlb: add timeout_ticks, dump, xstats, and selftest
` [dpdk-dev] [PATCH 25/27] event/dlb: add enqueue and its burst variants
` [dpdk-dev] [PATCH 26/27] event/dlb: add dequeue, dequeue_burst, and variants
` [dpdk-dev] [PATCH 27/27] event/dlb: add eventdev_stop and eventdev_close

039f56b399 ("make rcutorture always dump ftrace"): WARNING: CPU: 1 PID: 121 at kernel/trace/trace.c:3509 trace_find_next_entry
 2020-06-27  4:41 UTC  (2+ messages)

[PATCH v3 0/3] Add OpenSBI dynamic firmware support
 2020-06-27  4:37 UTC  (7+ messages)
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-06-27  4:38 UTC  (3+ messages)
` [Bug 207383] [Regression] 5.7 "

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-27  4:36 UTC  (12+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
          ` [PATCH 05/14] umh: Separate the user mode driver and the user mode helper support

[atishp04:v5.8-rc2_numa 10/19] arch/riscv/mm/init.c:501:6: warning: no previous prototype for 'disable_pgtable_l4'
 2020-06-27  4:35 UTC 

[PATCH 00/17] arch: remove do_fork() and HAVE_COPY_THREAD_TLS
 2020-06-27  3:10 UTC  (8+ messages)
` [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()
    ` [OpenRISC] "

[net-next 00/13][pull request] 1GbE Intel Wired LAN Driver Updates 2020-06-26
 2020-06-27  4:30 UTC  (3+ messages)
` [net-next 05/13] igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb

[PATCH] coredump: Add %f for executable file name
 2020-06-27  4:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next 0/3] cxgb4: add mirror action support for TC-MATCHALL
 2020-06-27  4:18 UTC  (8+ messages)
` [PATCH net-next 1/3] cxgb4: add mirror action to TC-MATCHALL offload

[leon-rdma:rdma-next 57/58] drivers/infiniband/sw/rxe/rxe_recv.c:363:24: error: use of undeclared identifier 'pkt'
 2020-06-27  4:15 UTC 

[zen-kernel-zen-kernel:5.7/muqss-rebase 22/23] aarch64-linux-ld: kernel/sysctl.o:undefined reference to `hrtimer_granularity_us'
 2020-06-27  4:11 UTC 

[RESEND, v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-06-27  4:06 UTC  (5+ messages)
` [RESEND, v11 2/2] "

[PATCH 0/6] watchdog: Add millisecond-level capabilities
 2020-06-27  4:08 UTC  (5+ messages)
` [PATCH 1/6] watchdog: Allow a driver to use milliseconds instead of seconds

[PATCH net-next 0/4] tcp: improve delivered counts in SCM_TSTAMP_ACK
 2020-06-27  4:05 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()
` [PATCH net-next 2/4] tcp: add ece_ack flag to reno sack functions
` [PATCH net-next 3/4] tcp: count sacked packets in tcp_sacktag_state
` [PATCH net-next 4/4] tcp: update delivered_ce with delivered

[PATCH net-next 4/5] ipv6: ioam: Generic Netlink to configure IOAM
 2020-06-27  4:04 UTC  (6+ messages)
` [PATCH net-next] Fix unchecked dereference

[PATCH v3 00/20] dts/dt-bindings: Fix Arm Ltd. ARMv8 "boards"
 2020-06-27  3:57 UTC  (6+ messages)
` [PATCH v3 04/20] arm64: dts: arm: vexpress: Move fixed devices out of bus node

+ slab-add-naive-detection-of-double-free-fix.patch added to -mm tree
 2020-06-27  3:50 UTC 

+ mmhwpoison-rework-soft-offline-for-free-pages-fix.patch added to -mm tree
 2020-06-27  3:49 UTC 

[Patch] mm: Increase pagevec size on large system
 2020-06-27  3:47 UTC  (3+ messages)

linusw/for-next baseline: 79 runs, 2 regressions (v5.8-rc1-17-gac261a8a6ff6)
 2020-06-27  3:46 UTC 

[PATCH] dt-bindings: thermal: rcar-thermal: Improve schema validation
 2020-06-27  3:44 UTC  (2+ messages)

linusw/fixes baseline: 79 runs, 1 regressions (v5.8-rc1-8-g93e0272a4395)
 2020-06-27  3:44 UTC 

blktests nvme/004 failed on linux-stable 5.7.y
 2020-06-27  3:41 UTC 

cron job: media_tree daily build: ERRORS
 2020-06-27  3:42 UTC 

mmotm 2020-06-25-20-36 uploaded
 2020-06-27  3:41 UTC  (3+ messages)
` mmotm 2020-06-25-20-36 uploaded (mm/memory-failure.c)

[PATCH] libuv: update to the last version in meta-oe
 2020-06-27  3:41 UTC 

KASAN: use-after-free Read in tipc_nl_node_dump_monitor_peer (2)
 2020-06-27  3:38 UTC  (2+ messages)

incoming
 2020-06-27  3:34 UTC  (37+ messages)
` + linux-next-git-rejects.patch added to -mm tree
` [merged] dma-remap-align-the-size-in-dma_common__remap.patch removed from "
` [merged] openrisc-fix-boot-oops-when-debug_vm-is-enabled.patch "
` [merged] mm-do_swap_page-fix-up-the-error-code-instantiation.patch "
` [merged] mm-compaction-make-capture-control-handling-safe-wrt-interrupts.patch "
` [merged] kexec-do-not-verify-the-signature-without-the-lockdown-or-mandatory-signature.patch "
` [merged] ocfs2-avoid-inode-removed-while-nfsd-access-it.patch "
` [merged] ocfs2-load-global_inode_alloc.patch "
` [merged] ocfs2-fix-panic-on-nfs-server-over-ocfs2.patch "
` [merged] ocfs2-fix-value-of-ocfs2_invalid_slot.patch "
` [merged] lib-fix-test_hmmc-reference-after-free.patch "
` [merged] mm-slab-fix-sign-conversion-problem-in-memcg_uncharge_slab.patch "
` [merged] mm-slab-use-memzero_explicit-in-kzfree.patch "
` [merged] slub-cure-list_slab_objects-from-double-fix.patch "
` [merged] mm-fix-swap-cache-node-allocation-mask.patch "
` [merged] mm-memoryc-properly-pte_offset_map_lock-unlock-in-vm_insert_pages.patch "
` [merged] mm-debug_vm_pgtable-fix-build-failure-with-powerpc-8xx.patch "
` [merged] make-asm-generic-cacheflushh-more-standalone.patch "
` [merged] media-omap3isp-remove-cacheflushh.patch "
` [merged] mm-fix-a-warning-while-make-xmldocs.patch "
` [merged] mm-memcontrol-handle-div0-crash-race-condition-in-memorylow.patch "
` [merged] mm-memcontrol-fix-do-not-put-the-css-reference.patch "
` [merged] mm-memcg-prevent-missed-memorylow-load-tears.patch "
` [merged] docs-mm-gup-minor-documentation-update.patch "
` [merged] doc-thp-cow-fault-no-longer-allocate-thp.patch "
` [merged] mm-workingset-age-nonresident-information-alongside-anonymous-pages.patch "
` [merged] mm-swap-fix-for-mm-workingset-age-nonresident-information-alongside-anonymous-pages.patch "
` [merged] mm-memory-fix-io-cost-for-anonymous-page.patch "
` [merged] x86-hyperv-allocate-the-hypercall-page-with-only-read-and-execute-bits.patch "
` [merged] arm64-use-page_kernel_rox-directly-in-alloc_insn_page.patch "
` [merged] mm-remove-vmalloc_exec.patch "
` [merged] mm-fix-false-softlockup-during-pfn-range-removal.patch "
` [merged] maintainers-update-info-for-sparse.patch "

[dpdk-dev] [PATCH v1 0/5] fix promisc and tcam problem
 2020-06-27  3:55 UTC  (6+ messages)
` [dpdk-dev] [PATCH v1 1/5] net/hinic/base: add out parameter for mgmt sync channel
` [dpdk-dev] [PATCH v1 2/5] net/hinic/base: remove unused parameter
` [dpdk-dev] [PATCH v1 3/5] net/hinic: fix setting promiscuous mode problem
` [dpdk-dev] [PATCH v1 4/5] net/hinic: add tcam filter switch for FDIR
` [dpdk-dev] [PATCH v1 5/5] net/hinic/base: modify return errors

How to use btrfs raid5 successfully(ish)
 2020-06-27  3:24 UTC 

[PATCH] drm: gma500: Drop surplus include
 2020-06-27  3:20 UTC  (3+ messages)

ERROR: "min_low_pfn" undefined!
 2020-06-27  3:19 UTC  (2+ messages)

[PATCH 1/2] iommu: Add iommu_group_get/set_domain()
 2020-06-27  3:15 UTC  (4+ messages)
` [PATCH 2/2] vfio/type1: Update group->domain after aux attach and detach

[PATCH] cmd: add clone command
 2020-06-27  3:15 UTC 

[bp:tip-x86-fpu 2/2] test_fpu.c:undefined reference to `__sanitizer_cov_trace_cmpd'
 2020-06-27  3:15 UTC 

Regarding Git and Branch Naming
 2020-06-27  3:14 UTC  (7+ messages)

[PATCH v2] scsi: ufs: Disable WriteBooster capability in non-supported UFS device
 2020-06-27  3:09 UTC  (2+ messages)

[PATCH] scsi: cumana_2: Fix different dev_id between 'request_irq()' and 'free_irq()'
 2020-06-27  3:09 UTC  (3+ messages)

[PATCH 1/1] scsi: storvsc: fix spelling mistake
 2020-06-27  3:09 UTC  (2+ messages)

[PATCH -next] scsi: ufs: ufs-exynos: Fix build warning
 2020-06-27  3:09 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()
 2020-06-27  3:09 UTC  (2+ messages)

[RFC PATCH android-common] ANDROID: arm64: smp: ipi_custom_irq_domain can be static
 2020-06-27  3:10 UTC 


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.