linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 01:07:49 to 2022-01-05 06:58:18 UTC [more...]

[PATCH V40 00/29] Add kernel lockdown functionality
 2022-01-05  6:57 UTC  (5+ messages)
` [PATCH V40 12/29] x86: Lock down IO port access when the kernel is locked down

[PATCH] thermal/int340x_thermal: Check for null pointer after calling kmemdup
 2022-01-05  6:56 UTC 

[PATCH] usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_register_core
 2022-01-05  6:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fs/pipe: use kvcalloc to allocate a pipe_buffer array
 2022-01-05  6:54 UTC  (2+ messages)

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-01-05  6:52 UTC  (3+ messages)

[PATCH 1/2] power: supply: fix charge_behaviour attribute initialization
 2022-01-05  6:49 UTC  (3+ messages)
` [PATCH 2/2] power: supply: validate size of power_supply_attrs at compiletime

[PATCH] thunderbolt: Check for null pointer after calling kmemdup
 2022-01-05  6:42 UTC 

[PATCH] remoteproc: Fix NULL vs IS_ERR() checking in rproc_create_trace_file
 2022-01-05  6:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] KVM: SEV: Add lock subtyping in sev_lock_two_vms so lockdep doesn't report false dependencies
 2022-01-05  6:41 UTC 

[PATCH v2] dma-buf: dma-heap: Add a size check for allocation
 2022-01-05  6:36 UTC  (2+ messages)

[PATCH] mtd: aspeed-smc: improve probe resilience
 2022-01-05  6:32 UTC  (7+ messages)

[PATCH] intel: Simplify DMA setting
 2022-01-05  6:31 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net v3] net/smc: Reset conn->lgr when link group registration fails
 2022-01-05  6:28 UTC 

[PATCH 2/2] regulator: Add MAX20086-MAX20089 driver
 2022-01-05  6:29 UTC  (2+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-05  6:28 UTC  (24+ messages)
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[PATCH linux-next] fs/ext4: use BUG_ON instead of if condition followed by BUG
 2022-01-05  6:22 UTC  (4+ messages)
` [PATCH resend] "

[PATCH 00/20] perf: fix several memory leaks reported by ASan on perf-test
 2022-01-05  6:19 UTC  (5+ messages)
` [PATCH 01/20] perf nsinfo: fix refcounting

[PATCH net v2] net/smc: Reset conn->lgr when link group registration fails
 2022-01-05  6:18 UTC  (3+ messages)

[PATCH] net: usb: r8152: Check used MAC passthrough address
 2022-01-05  6:17 UTC 

[PATCH v4 00/48] Refactor perf cpumap
 2022-01-05  6:13 UTC  (49+ messages)
` [PATCH v4 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v4 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v4 03/48] perf stat: Correct aggregation CPU map
` [PATCH v4 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v4 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v4 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v4 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v4 08/48] perf cpumap: Remove map+index get_die
` [PATCH v4 09/48] perf cpumap: Remove map+index get_core
` [PATCH v4 10/48] perf cpumap: Remove map+index get_node
` [PATCH v4 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v4 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v4 13/48] perf cpumap: Simplify equal function name
` [PATCH v4 14/48] perf cpumap: Rename empty functions
` [PATCH v4 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v4 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v4 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v4 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v4 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v4 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v4 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v4 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v4 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v4 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v4 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v4 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v4 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v4 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v4 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v4 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v4 31/48] perf stat: Use perf_cpu_map__for_each_cpu
` [PATCH v4 32/48] perf script: Use for each cpu to aid readability
` [PATCH v4 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v4 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v4 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v4 36/48] perf stat: Correct variable name for read counter
` [PATCH v4 37/48] perf evsel: Rename CPU around get_group_fd
` [PATCH v4 38/48] perf evsel: Reduce scope of evsel__ignore_missing_thread
` [PATCH v4 39/48] perf evsel: Rename variable cpu to index
` [PATCH v4 40/48] perf test: Use perf_cpu_map__for_each_cpu
` [PATCH v4 41/48] perf stat: Correct check_per_pkg cpu
` [PATCH v4 42/48] perf stat: Swap variable name cpu to index
` [PATCH v4 43/48] libperf: Sync evsel documentation
` [PATCH v4 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v4 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v4 46/48] perf script: Fix flipped index and cpu
` [PATCH v4 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v4 48/48] perf cpumap: Give CPUs their own type

remove Xen tmem leftovers
 2022-01-05  6:08 UTC  (3+ messages)

[PATCH] PCI/portdrv: Skip enabling AER on external facing ports
 2022-01-05  6:06 UTC 

[PATCH demo] ata_scsi_queuecmd: Make input parameters check more clearly
 2022-01-05  6:04 UTC  (3+ messages)

[PATCH v2 0/6] Add touch-keys support to the Zinitix touch driver
 2022-01-05  6:03 UTC  (7+ messages)
` [PATCH v2 1/6] input: zinitix: Make sure the IRQ is allocated before it gets enabled
` [PATCH v2 2/6] dt-bindings: input/ts/zinitix: Convert to YAML, fix and extend
` [PATCH v2 3/6] Input: zinitix - Handle proper supply names
` [PATCH v2 4/6] input: zinitix: Add compatible for bt532
` [PATCH v2 5/6] dt-bindings: input: zinitix: Document touch-keys support
` [PATCH v2 6/6] input: zinitix: Add touchkey support

[PATCH 00/10] Removal of most do_exit calls
 2022-01-05  6:02 UTC  (12+ messages)
` [PATCH 01/10] exit/s390: Remove dead reference to do_exit from copy_thread
` [PATCH 02/10] exit: Add and use make_task_dead
` [PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
` [PATCH 04/10] exit: Stop poorly open coding do_task_dead in make_task_dead
` [PATCH 05/10] exit: Stop exporting do_exit

[PATCH] drivers/ata: remove redundant val variable
 2022-01-05  5:54 UTC  (2+ messages)

[PATCH V3 0/6] the UART driver compatible with the Amlogic Meson
 2022-01-05  5:53 UTC  (7+ messages)
` [PATCH V3 4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible

[PATCH v3 00/17] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
 2022-01-05  5:50 UTC  (4+ messages)
` [PATCH v3 01/17] spi: spi-mem: Add DTR templates for cmd, address, dummy and data phase

[jolsa-perf:kprobe/multi 9/14] kernel/bpf/syscall.c:3101:25: error: implicit declaration of function 'get_kretprobe'; did you mean 'get_kprobe'?
 2022-01-05  5:47 UTC 

[PATCH 0/3] Determine number of DMA channels by 'dma-channels' property
 2022-01-05  5:44 UTC  (5+ messages)
` [PATCH 1/3] riscv: dts: Add dma-channels property in dma node
` [PATCH 2/3] dt-bindings: Add dma-channels for pdma device node
` [PATCH 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[PATCH v2 -next] scsi: storvsc: Fix unsigned comparison to zero
 2022-01-05  5:41 UTC  (2+ messages)

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-01-05  5:36 UTC  (7+ messages)

[PATCH -next] scsi: mpi3mr: Fix formatting problems in some kernel-doc comments
 2022-01-05  5:34 UTC  (2+ messages)

[PATCH][next] scsi: mpi3mr: Fix some spelling mistakes
 2022-01-05  5:33 UTC  (2+ messages)

[PATCH] ARM: dts: Fix OpenBMC flash layout label addresses
 2022-01-05  5:32 UTC  (2+ messages)
` [Phishing Risk] [External] "

[PATCH] scsi: qedf: potential dereference of null pointer
 2022-01-05  5:20 UTC  (2+ messages)

[PATCH v2 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-01-05  5:20 UTC  (3+ messages)
` [PATCH v2 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v2 2/2] mmc: Add mmc driver "

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-05  5:20 UTC  (12+ messages)
          ` [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel'\''s "Dependency Hell

[PATCH v2] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
 2022-01-05  5:15 UTC 

[PATCH 0/6] Add touch-keys support to the Zinitix touch driver
 2022-01-05  5:10 UTC  (3+ messages)

[PATCH RESEND] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-05  5:07 UTC 

[PATCH 0/4] coresight: trbe: Workaround Cortex-A510 erratas
 2022-01-05  5:05 UTC  (5+ messages)
` [PATCH 1/4] arm64: Add Cortex-A510 CPU part definition
` [PATCH 2/4] coresight: trbe: Work around the ignored system register writes
` [PATCH 3/4] coresight: trbe: Work around the invalid prohibited states
` [PATCH 4/4] coresight: trbe: Workaround TRBE trace data corruption

[brauner:fs.idmapped.ceph.v1 2/13] fs/ceph/mds_client.c:867:17: error: implicit declaration of function 'put_user_ns'; did you mean 'mnt_user_ns'?
 2022-01-05  4:56 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 50/50] nios2-linux-ld: softirq.c:undefined reference to `tick_setup_sched_timer_help_needed'
 2022-01-05  4:56 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 50/50] softirq.c:undefined reference to `tick_setup_sched_timer_help_needed'
 2022-01-05  4:46 UTC 

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2022-01-05  4:39 UTC  (5+ messages)

drivers/pinctrl/tegra/pinctrl-tegra194.c:1113:27: warning: unused variable 'sdmmc1_hv_trim_pins'
 2022-01-05  4:26 UTC 

[PATCH v3] RDMA/rxe: Fix indentations and operators sytle
 2022-01-05  4:26 UTC 

[PATCH] usb: gadget: function: Fix returning incorrect PNP string
 2022-01-05  4:04 UTC 

[PATCH 5.10 00/47] 5.10.90-rc2 review
 2022-01-05  4:03 UTC  (4+ messages)

[PATCH v2] KVM: x86: Check for rmaps allocation
 2022-01-05  4:03 UTC 

[PATCH RFT] scsi: pm8001: Fix FW crash for maxcpus=1
 2022-01-05  4:03 UTC  (2+ messages)

[PATCH v4 00/21] AMX Support in KVM
 2022-01-05  4:03 UTC  (5+ messages)
` [PATCH v4 18/21] kvm: x86: Add support for getting/setting expanded xstate buffer

[PATCH 5.15 00/72] 5.15.13-rc2 review
 2022-01-05  3:58 UTC  (5+ messages)

[PATCH v8 00/19] ima: Namespace IMA with audit support in IMA-ns
 2022-01-05  3:58 UTC  (3+ messages)
` [PATCH v8 01/19] securityfs: Extend securityfs with namespacing support

[PATCH] ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
 2022-01-05  3:41 UTC 

arch/arm64/kernel/mte.c:197:13: warning: no previous prototype for function 'kasan_hw_tags_enable'
 2022-01-05  3:55 UTC 

[PATCH -next V2] blk-mq: fix tag_get wait task can't be awakened
 2022-01-05  3:56 UTC 

[PATCH 5.4 00/36] 5.4.170-rc2 review
 2022-01-05  3:36 UTC  (4+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-05  2:44 UTC  (2+ messages)

[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2022-01-05  3:33 UTC  (7+ messages)

Building out of tree dtbs
 2022-01-05  3:30 UTC 

[PATCH v9 00/15] Function Granular KASLR
 2022-01-05  3:24 UTC  (7+ messages)
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search

[PATCH v2] virtio_ring: Check null pointer
 2022-01-05  3:20 UTC  (2+ messages)

[PATCH 0/2] platform/chrome: Add support for the Framework Laptop
 2022-01-05  3:12 UTC  (3+ messages)
` [PATCH 1/2] platform/chrome: cros-ec: detect "
` [PATCH 2/2] platform/chrome: reserve only the I/O ports required for the MEC EC

[RFC PATCH 0/6] KVM: X86: Add and use shadow page with level promoted or acting as pae_root
 2022-01-05  3:11 UTC  (4+ messages)
` [RFC PATCH 5/6] KVM: X86: Alloc pae_root shadow page

[PATCH] arm64: fix build error when use rodata_enabled
 2022-01-05  3:07 UTC 

[PATCH bpf-next v4 0/3] Introduce BPF map tracing capability
 2022-01-05  3:03 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add map tracing functions and call sites
` [PATCH bpf-next v4 2/3] bpf: Add selftests
` [PATCH bpf-next v4 3/3] bpf: Add real world example for map tracing

[PATCH] powerpc/perf: fix ppc64 perf probe add events failed
 2022-01-05  2:56 UTC  (3+ messages)

[PATCH -next v2] notifier: Fix some kernel-doc comments
 2022-01-05  2:54 UTC  (2+ messages)

[PATCH] sun7i-a20-marsboard.dts: add marsboard-a20 support
 2022-01-05  2:45 UTC  (3+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] sunxi.yaml: add HAOYU Electronics Marsboard A20

[RESEND PATCH] coresight: change tmc from misc device to cdev device
 2022-01-05  2:38 UTC 

[PATCH -next] power: supply_core: fix application of sizeof to pointer
 2022-01-05  2:37 UTC 

[x86/mm/64] f154f29085: BUG:kernel_reboot-without-warning_in_boot_stage
 2022-01-05  2:35 UTC  (12+ messages)
` [LKP] "
            ` [LKP] Re: [x86/mm/64] f154f29085: BUG:kernel_reboot-without-warning_in_boot_stage - clang KCOV?

drivers/net/ethernet/mellanox/mlx5/core/esw/diag/bridge_tracepoint.h:24:29: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 20
 2022-01-05  2:34 UTC 

[PATCH -next] notifier: Fix some kernel-doc comments
 2022-01-05  2:30 UTC  (2+ messages)

[iomap] f5934dda54: BUG:sleeping_function_called_from_invalid_context_at_fs/iomap/buffered-io.c
 2022-01-05  2:31 UTC 

[PATCH v1 00/23] fscache,erofs: fscache-based demand-read semantics
 2022-01-05  2:29 UTC  (4+ messages)
` [PATCH v1 13/23] erofs: implement fscache-based data read

[PATCH] clocksource: fix counter with 32bit may wrap around
 2022-01-05  2:29 UTC  (3+ messages)

[PATCH 4.4 00/11] 4.4.298-rc1 review
 2022-01-05  2:21 UTC  (2+ messages)

[PATCH 4.9 00/13] 4.9.296-rc1 review
 2022-01-05  2:19 UTC  (3+ messages)

[PATCH 4.14 00/19] 4.14.261-rc1 review
 2022-01-05  2:19 UTC  (2+ messages)

[RFC PATCH v2 2/2] kernfs: Reduce contention around global per-fs kernfs_rwsem
 2022-01-05  2:17 UTC  (2+ messages)
` [kernfs] 3dd2a5f81a: INFO:trying_to_register_non-static_key

[RFC V3 PATCH] coresight: change tmc from misc device to cdev device
 2022-01-05  2:16 UTC  (3+ messages)

[PATCH] coresight: change tmc from misc device to cdev device
 2022-01-05  2:13 UTC  (2+ messages)

[PATCH] fs/ocfs2: remove redundant ret variable
 2022-01-05  2:04 UTC  (2+ messages)

[PATCH 0/2] Forced idle time accounting per cpu
 2022-01-05  1:56 UTC  (5+ messages)
` [PATCH 1/2] sched/core: Cookied forceidle "
` [PATCH 2/2] sched/core: Uncookied force idle "

[PATCH] i2c: mpc: Avoid out of bounds memory access
 2022-01-05  1:53 UTC 

[RFC PATCH rdma-next 00/10] RDMA/rxe: Add RDMA FLUSH operation
 2022-01-05  1:43 UTC  (4+ messages)
` [RFC PATCH rdma-next 08/10] RDMA/rxe: Implement flush execution in responder side

[PATCH v11 00/17] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2022-01-05  1:49 UTC  (6+ messages)
` [PATCH v11 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server

make pdfdocs fails on Debian stable
 2022-01-05  1:47 UTC  (7+ messages)

Linux 5.16-rc8
 2022-01-05  1:40 UTC  (2+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-05  1:38 UTC  (3+ messages)
` [PATCH v8 17/40] KVM: SVM: Create a separate mapping for the SEV-ES save area

[PATCH 19/26] x86/tdx: Make pages shared in ioremap()
 2022-01-05  1:38 UTC  (12+ messages)

[net-next 00/18] IEEE 802.15.4 passive scan support
 2022-01-05  1:36 UTC  (10+ messages)
` [net-next 12/18] net: mac802154: Handle scan requests

[PATCH v3 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2022-01-05  1:34 UTC  (3+ messages)
` [PATCH v3 2/2] ACPI: AGDI: Add driver for "

[PATCH v2] mac80211: mlme: check for null after calling kmemdup
 2022-01-05  1:33 UTC 

[PATCH v2 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-01-05  1:25 UTC  (3+ messages)
` [PATCH v2 24/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root

[PATCH 0/2] of: unittest: re-implement overlay tracking
 2022-01-05  1:22 UTC  (5+ messages)
` [PATCH 1/2] of: unittest: change references to obsolete overlay id
` [PATCH 2/2] of: unittest: re-implement overlay tracking

[PATCH] gpu/drm: fix potential memleak in error branch
 2022-01-05  1:17 UTC  (3+ messages)
  ` 答复: "
      ` 答复: "

[PATCH] MAINTAINERS: remove typo from REALTEK OTTO WATCHDOG section
 2022-01-05  1:16 UTC  (2+ messages)


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