linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 14:16:41 to 2020-10-23 16:38:04 UTC [more...]

[PATCH v3 00/56] Fix several bad kernel-doc markups
 2020-10-23 16:33 UTC  (47+ messages)
` [PATCH v3 03/56] amdgpu: fix a few kernel-doc markup issues
` [PATCH v3 04/56] drm: drm_print.h: fix kernel-doc markups
` [PATCH v3 05/56] s390: "
` [PATCH v3 06/56] x86: mtrr: fix a kernel-doc markup
` [PATCH v3 07/56] block: blk-mq: "
` [PATCH v3 09/56] drivers: base: fix some kernel-doc markups
` [PATCH v3 12/56] drm: "
` [PATCH v3 14/56] IB: fix "
` [PATCH v3 15/56] media: "
` [PATCH v3 16/56] mei: bus: fix a kernel-doc markup
` [PATCH v3 19/56] net: datagram: fix some kernel-doc markups
` [PATCH v3 22/56] parport: fix a kernel-doc markup
` [PATCH v3 23/56] PCI: fix kernel-doc markups
` [PATCH v3 24/56] PNP: "
` [PATCH v3 25/56] rapidio: fix kernel-doc a markup
` [PATCH v3 26/56] regulator: fix a kernel-doc markup
` [PATCH v3 27/56] scsi: fix some kernel-doc markups
` [PATCH v3 28/56] slimbus: fix a kernel-doc markup
` [PATCH v3 29/56] spi: fix a typo inside "
` [PATCH v3 30/56] uio: fix some kernel-doc markups
` [PATCH v3 31/56] usb: dwc3: fix "
` [PATCH v3 32/56] video: fix some "
` [PATCH v3 33/56] vme: fix two "
` [PATCH v3 34/56] fs: fix "
` [PATCH v3 35/56] jbd2: "
` [PATCH v3 36/56] locks: fix a typo at a kernel-doc markup
` [PATCH v3 37/56] pstore/zone: fix "
` [PATCH v3 38/56] clk: "
` [PATCH v3 39/56] completion: fix kernel-doc markups
` [PATCH v3 40/56] firmware: stratix10-svc: "
` [PATCH v3 41/56] connector: fix a kernel-doc markup
` [PATCH v3 42/56] lib/crc7: "
` [PATCH v3 43/56] hrtimer: fix kernel-doc markups
` [PATCH v3 44/56] genirq: "
` [PATCH v3 45/56] iio: fix a kernel-doc markup
` [PATCH v3 46/56] list: fix a typo at the "
` [PATCH v3 47/56] memblock: fix kernel-doc markups
` [PATCH v3 48/56] sound: "
` [PATCH v3 49/56] refcount.h: fix a kernel-doc markup
` [PATCH v3 50/56] w1: "
` [PATCH v3 51/56] audit: "
` [PATCH v3 52/56] resource: fix kernel-doc markups
` [PATCH v3 53/56] shed: fix kernel-doc markup
` [PATCH v3 54/56] mm: fix kernel-doc markups
` [PATCH v3 55/56] selftests: kselftest_harness.h: partially "
` [PATCH v3 56/56] scrpits: kernel-doc: validate kernel-doc markup with the actual names

[PATCH v8 0/4] userspace MHI client interface driver
 2020-10-23 16:37 UTC  (2+ messages)

[PATCH] tcp: fix race condition when creating child sockets from syncookies
 2020-10-23 16:36 UTC  (7+ messages)

mmstress[1309]: segfault at 7f3d71a36ee8 ip 00007f3d77132bdf sp 00007f3d71a36ee8 error 4 in libc-2.27.so[7f3d77058000+1aa000]
 2020-10-23 16:32 UTC  (13+ messages)
          ` [LTP] "

[PATCH v6 0/3] Add Novatek NT36xxx touchscreen driver
 2020-10-23 16:32 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: Add vendor prefix for Novatek Microelectronics Corp
` [PATCH v6 2/3] Input: Add Novatek NT36xxx touchscreen driver
` [PATCH v6 3/3] dt-bindings: touchscreen: Add binding for Novatek NT36xxx series driver

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-23 16:33 UTC  (17+ messages)

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-23 16:30 UTC  (10+ messages)

[RFCv2 00/16] KVM protected memory extension
 2020-10-23 16:32 UTC  (4+ messages)
` [RFCv2 15/16] KVM: Unmap protected pages from direct mapping

[PATCH 00/22] Introduce the TDP MMU
 2020-10-23 16:30 UTC  (23+ messages)
` [PATCH 01/22] kvm: mmu: Separate making non-leaf sptes from link_shadow_page
` [PATCH 02/22] kvm: x86/mmu: Separate making SPTEs from set_spte
` [PATCH 03/22] KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
` [PATCH 04/22] KVM: mmu: extract spte.h and spte.c
` [PATCH 05/22] kvm: x86/mmu: Introduce tdp_iter
` [PATCH 06/22] kvm: x86/mmu: Init / Uninit the TDP MMU
` [PATCH 07/22] kvm: x86/mmu: Allocate and free TDP MMU roots
` [PATCH 08/22] kvm: x86/mmu: Add functions to handle changed TDP SPTEs
` [PATCH 09/22] KVM: Cache as_id in kvm_memory_slot
` [PATCH 10/22] kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
` [PATCH 11/22] kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
` [PATCH 12/22] kvm: x86/mmu: Add TDP MMU PF handler
` [PATCH 13/22] kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
` [PATCH 14/22] kvm: x86/mmu: Support invalidate range MMU notifier for "
` [PATCH 15/22] kvm: x86/mmu: Add access tracking for tdp_mmu
` [PATCH 16/22] kvm: x86/mmu: Support changed pte notifier in tdp MMU
` [PATCH 17/22] kvm: x86/mmu: Support dirty logging for the TDP MMU
` [PATCH 18/22] kvm: x86/mmu: Support disabling dirty logging for the tdp MMU
` [PATCH 19/22] kvm: x86/mmu: Support write protection for nesting in "
` [PATCH 20/22] kvm: x86/mmu: Support MMIO in the TDP MMU
` [PATCH 21/22] kvm: x86/mmu: Don't clear write flooding count for direct roots
` [PATCH 22/22] kvm: x86/mmu: NX largepage recovery for TDP MMU

[PATCH v2] sched/fair: check for idle core
 2020-10-23 16:28 UTC  (2+ messages)

[PATCH v3 0/5] AX88796C SPI Ethernet Adapter
 2020-10-23 16:27 UTC  (4+ messages)
  ` [PATCH v3 2/5] dt-bindings: net: Add bindings for "

[PATCH V2 2/2] thermal: cpufreq_cooling: Reuse sched_cpu_util()
 2020-10-23 16:22 UTC  (2+ messages)

[PATCH] PCI: pcie-rcar-host: Drop unused members from struct rcar_pcie_host
 2020-10-23 16:20 UTC 

[PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2020-10-23 16:20 UTC  (5+ messages)
` [PATCH v1 2/6] dt-bindings: arm: cpus: Document 'mtk,freq-domain' property
` [PATCH v1 3/6] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

[PATCH v3 0/2] Add support for VBUS detection
 2020-10-23 16:14 UTC  (4+ messages)
` [PATCH v3 1/2] bindings: pm8941-misc: Convert to YAML and add "

[PATCH 0/6] Make block_read_full_page synchronous
 2020-10-23 16:13 UTC  (5+ messages)
` [PATCH 3/6] fs: Convert block_read_full_page to be synchronous

[PATCH v2] arm64: dts: marvell: add DT for ESPRESSObin-Ultra
 2020-10-23 16:21 UTC 

[GIT PULL] ring-buffer: Updates for 5.10
 2020-10-23 16:07 UTC 

[PATCH 0/4] MTK_IOMMU: Optimize mapping / unmapping performance
 2020-10-23 16:07 UTC  (5+ messages)
` [PATCH 2/4] iommu/mediatek: Add iotlb_sync_range() support

drm_modes: signed integer overflow
 2020-10-23 16:02 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] arm64: dts: marvell: add DT for ESPRESSObin-Ultra
 2020-10-23 16:18 UTC  (2+ messages)

[RFC 0/2] printk: Official way to mute consoles
 2020-10-23 15:59 UTC  (8+ messages)
` [RFC 1/2] printk: Add kernel parameter: mute_console

[PATCH v2 0/6] crypto: lib/sha256 - cleanup/optimization
 2020-10-23 15:56 UTC  (5+ messages)
` [PATCH v2 1/6] crypto: Use memzero_explicit() for clearing state

[PATCH v2 0/5] Add DRM/DSI support for MT8167 SoC
 2020-10-23 15:52 UTC  (7+ messages)
` [PATCH v2 2/5] dt-bindings: display: mediatek: dsi: add documentation "
` [PATCH v2 4/5] drm/mediatek: add DDP support for MT8167
` [PATCH v2 5/5] drm/mediatek: Add support for main DDP path on MT8167

[PATCH] selftests/ftrace: remove _do_fork() leftovers
 2020-10-23 15:51 UTC  (5+ messages)

[PATCH v3 00/10] Auxiliary bus implementation and SOF multi-client support
 2020-10-23 15:48 UTC  (4+ messages)

[PATCH v3] KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIRED
 2020-10-23 15:47 UTC 

[GIT PULL] GFS2 changes for 5.10
 2020-10-23 15:46 UTC 

[PATCH v10 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-23 15:44 UTC  (11+ messages)
` [PATCH v10 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v10 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v10 03/10] fs/ntfs3: Add bitmap
` [PATCH v10 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v10 05/10] fs/ntfs3: Add attrib operations
` [PATCH v10 06/10] fs/ntfs3: Add compression
` [PATCH v10 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v10 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v10 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v10 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v3] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-23 15:44 UTC  (7+ messages)
` [PATCH v4] "

[GIT PULL] vhost,vdpa,virtio: cleanups, fixes
 2020-10-23 15:38 UTC 

[RFC PATCH 0/6] Add the netdev support for Intel PAC N3000 FPGA
 2020-10-23 15:37 UTC  (3+ messages)
` [RFC PATCH 1/6] docs: networking: add the document for DFL Ether Group driver

[PATCH] PCI: dwc: Use ATU regions to map memory regions
 2020-10-23 15:37 UTC  (5+ messages)
` [PATCH V2] PCI: dwc: Add support to handle prefetchable memory mapping

[PATCH v2 0/4] cpufreq: intel_pstate: Avoid missing HWP max limit updates with powersave governor
 2020-10-23 15:36 UTC  (5+ messages)
` [PATCH v2 1/4] cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flag
` [PATCH v2 2/4] cpufreq: intel_pstate: Avoid missing HWP max updates in passive mode
` [PATCH v2 3/4] cpufreq: Introduce cpufreq_driver_test_flags()
` [PATCH v2 4/4] cpufreq: schedutil: Always call drvier if need_freq_update is set

[PATCH] Documentation: livepatch: document reliable stacktrace
 2020-10-23 15:35 UTC 

[PATCH 3/4] ALSA: hda: Refactor controller PM to use direct-complete optimization
 2020-10-23 15:31 UTC  (2+ messages)

[PATCH v9 00/11] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-10-23 15:32 UTC  (7+ messages)

[PATCH 1/2] i2c: imx: use devm_request_threaded_irq to simplify code
 2020-10-23 15:28 UTC  (4+ messages)
` [PATCH 2/2] i2c: imx: remove id_table entry

[PATCH v12 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-10-23 15:28 UTC  (5+ messages)
` [PATCH v12 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 "
    `  "

[PATCH v4 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-23 15:27 UTC  (4+ messages)
` [PATCH v4 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts
 2020-10-23 15:27 UTC  (6+ messages)

memory leak in gadget_bind
 2020-10-23 15:26 UTC 

divide error in do_journal_end
 2020-10-23 15:26 UTC 

general protection fault in call_commit_handler
 2020-10-23 15:26 UTC 

memory leak in gadget_setup
 2020-10-23 15:26 UTC 

[PATCH v4] cpupower: Provide online and offline CPU information
 2020-10-23 15:25 UTC 

[PATCH] watchdog: Add Nuvoton NCT668x watchdog driver
 2020-10-23 15:15 UTC 

[PATCH] sched/fair: check for idle core
 2020-10-23 15:15 UTC  (7+ messages)
` default cpufreq gov, was: "
  ` [PATCH] cpufreq: Avoid configuring old governors as default with intel_pstate
    ` [PATCH v2] "

[fsnotify] 9b93f33105: WARNING:missing_R10_value_at__fsnotify_parent/0x
 2020-10-23 15:13 UTC  (2+ messages)

[PATCH v2] dm verity: Add support for signature verification with 2nd keyring
 2020-10-23 15:11 UTC  (8+ messages)

[PATCH v2 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
 2020-10-23 15:09 UTC  (2+ messages)

[PATCH v8 -tip 00/26] Core scheduling
 2020-10-23 15:05 UTC  (3+ messages)
` [PATCH v8 -tip 06/26] sched: Add core wide task selection and scheduling

[PATCH v2 1/2] kunit: Support for Parameterized Testing
 2020-10-23 15:06 UTC  (2+ messages)
` [PATCH v2 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature

[PATCH 0/3] PM: runtime: Fixes related to device links management
 2020-10-23 15:06 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm,scmi: Do not use clocks for SCMI performance domains
 2020-10-23 14:58 UTC  (8+ messages)

B9n X - a further refinement + Yehova namecalling "Nigger Nerd" etc
 2020-10-23 15:01 UTC 

[PATCH] PM / s2idle: Export s2idle_set_ops
 2020-10-23 14:58 UTC  (6+ messages)

[PATCH 0/6] Overhaul memalloc_no*
 2020-10-23 14:49 UTC  (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v3 00/23] drm/msm: de-struct_mutex-ification
 2020-10-23 14:46 UTC  (4+ messages)
` [PATCH v3 06/23] drm/msm/gem: Move locking in shrinker path
  ` [Freedreno] "

[PATCH 00/16] rcu/nocb: De-offload and re-offload support v3
 2020-10-23 14:46 UTC  (17+ messages)
` [PATCH 01/16] rcu: Implement rcu_segcblist_is_offloaded() config dependent
` [PATCH 02/16] rcu: Turn enabled/offload states into a common flag
` [PATCH 03/16] rcu: Provide basic callback offloading state machine bits
` [PATCH 04/16] rcu/nocb: Always init segcblist on CPU up
` [PATCH 05/16] rcu: De-offloading CB kthread
` [PATCH 06/16] rcu/nocb: Don't deoffload an offline CPU with pending work
` [PATCH 07/16] rcu: De-offloading GP kthread
` [PATCH 08/16] rcu: Re-offload support
` [PATCH 09/16] rcu: Shutdown nocb timer on de-offloading
` [PATCH 10/16] rcu: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
` [PATCH 11/16] rcu: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH 12/16] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH 13/16] rcu: Process batch locally as long as offloading isn't complete
` [PATCH 14/16] rcu: Locally accelerate callbacks "
` [PATCH 15/16] rcutorture: Test runtime toggling of CPUs' callback offloading
` [PATCH 16/16] tools/rcutorture: Support nocb toggle in TREE01

[PATCH] um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()
 2020-10-23 14:47 UTC  (2+ messages)

[PATCH] vsock: use ns_capable_noaudit() on socket create
 2020-10-23 14:37 UTC 

[ANNOUNCE] Git v2.29.1
 2020-10-23 14:30 UTC 

memory leak in xdp_umem_create
 2020-10-23 14:26 UTC 

[PATCH v39 00/24] Intel SGX foundations
 2020-10-23 14:23 UTC  (6+ messages)
` [PATCH v39 15/24] x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION

[PATCH] media: v4l2-mem2mem: always call poll_wait() on queues
 2020-10-23 14:22 UTC  (2+ messages)

[PATCH] pinctrl: msm: Use dynamic GPIO numbering
 2020-10-23 14:21 UTC  (2+ messages)

[PATCH 0/2] UCSI race condition resulting in wrong port state
 2020-10-23 14:20 UTC  (2+ messages)

[PATCH v1 1/2] device property: Keep secondary firmware node secondary by type
 2020-10-23 14:19 UTC  (6+ messages)
` [PATCH v1 2/2] device property: Don't clear secondary pointer for shared primary firmware node

[for-linus][PATCH 0/2] ring-buffer: Minor fixes for 5.10
 2020-10-23 14:16 UTC  (3+ messages)
` [for-linus][PATCH 1/2] ring-buffer: Return 0 on success from ring_buffer_resize()
` [for-linus][PATCH 2/2] ring-buffer: Update the description for ring_buffer_wait


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).