linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-18 20:31:09 to 2023-02-19 09:31:21 UTC [more...]

[PATCH v1 00/51] shadow metric clean up and improvements
 2023-02-19  9:28 UTC  (12+ messages)
` [PATCH v1 01/51] perf tools: Ensure evsel name is initialized
` [PATCH v1 02/51] perf metrics: Improve variable names
` [PATCH v1 03/51] perf pmu-events: Remove aggr_mode from pmu_event
` [PATCH v1 04/51] perf pmu-events: Change aggr_mode to be an enum
` [PATCH v1 05/51] perf pmu-events: Change deprecated to be a bool
` [PATCH v1 06/51] perf pmu-events: Change perpkg "
` [PATCH v1 07/51] perf expr: Make the online topology accessible globally
` [PATCH v1 08/51] perf pmu-events: Make the metric_constraint an enum
` [PATCH v1 09/51] perf pmu-events: Don't '\0' terminate enum values
` [PATCH v1 10/51] perf vendor events intel: Refresh alderlake events
` [PATCH v1 11/51] perf vendor events intel: Refresh alderlake-n metrics

[PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL
 2023-02-19  9:27 UTC  (9+ messages)

[net-next PATCH] octeontx2-af: Add NIX Errata workaround on CN10K silicon
 2023-02-19  9:17 UTC  (2+ messages)

[PATCH net] mlx4: supress fortify for inlined xmit
 2023-02-19  9:16 UTC  (3+ messages)

[RFC 0/3] Make WLAN and Bluetooth basically work for CI20
 2023-02-19  8:31 UTC  (4+ messages)
` [RFC 1/3] MIPS: DTS: jz4780: add #clock-cells to rtc_dev

[PATCH] MIPS: vpe-mt: provide a default 'physical_memsize'
 2023-02-19  8:40 UTC  (6+ messages)

[PATCH] mips: fix syscall_get_nr
 2023-02-19  8:30 UTC  (2+ messages)

[PATCH v2] MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set
 2023-02-19  8:30 UTC  (2+ messages)

[PATCH v4 0/18] pata_parport: protocol drivers fixes and cleanups
 2023-02-19  8:59 UTC  (20+ messages)
` [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 03/18] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter
` [PATCH 07/18] pata_parport: remove device "
` [PATCH 08/18] pata_parport: remove typedef struct PIA
` [PATCH 09/18] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 10/18] pata_parport: remove scratch "
` [PATCH 11/18] pata_parport: use dev_* instead of printk
` [PATCH 12/18] pata_parport: use print_hex_*
` [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines
` [PATCH 14/18] pata_parport: remove bpck6 verbose parameter
` [PATCH 15/18] pata_parport: remove verbose parameter from test_proto()
` [PATCH 16/18] pata_parport: remove scratch "
` [PATCH 17/18] pata_parport: remove obsolete changelogs
` [PATCH 18/18] pata_parport: move pata_parport.h to drivers/ata/pata_parport

[PATCH RESEND 0/1] Validating UAPI backwards compatibility
 2023-02-19  8:52 UTC  (6+ messages)
` [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh

[PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory()
 2023-02-19  8:46 UTC 

[PATCH v2 0/7] Overhauling amx_test
 2023-02-19  8:46 UTC  (5+ messages)
` [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test

Current LKMM patch disposition
 2023-02-19  8:09 UTC  (15+ messages)

Generic Unordered Set Library (similar to C++ STL unordered_set)
 2023-02-19  7:54 UTC 

[PATCH v10 0/3] cachestat: a new syscall for page cache state of files
 2023-02-19  7:33 UTC  (4+ messages)
` [PATCH v10 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v10 2/3] cachestat: implement cachestat syscall
` [PATCH v10 3/3] selftests: Add selftests for cachestat

[syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-19  7:29 UTC 

[PATCH] serial: jsm: fix style issues
 2023-02-19  7:25 UTC  (2+ messages)

amba pl011 non amba/sbsa driver
 2023-02-19  7:24 UTC  (2+ messages)

arch/powerpc/platforms/83xx/suspend.c:210:3: error: call to undeclared function 'enable_kernel_fp'; ISO C99 and later do not support implicit function declarations
 2023-02-19  7:13 UTC  (2+ messages)

cc1: error: arch/sh/include/mach-hp6xx: No such file or directory
 2023-02-19  6:44 UTC  (2+ messages)

Bug 217057 - Asus high CPU temperature / low fan speed
 2023-02-19  6:35 UTC 

[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2)
 2023-02-19  6:13 UTC  (9+ messages)
` [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count
` [PATCH 5/8] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/8] perf bpf filter: Add more weight "
` [PATCH 7/8] perf bpf filter: Add data_src "
` [PATCH 8/8] perf bpf filter: Add logical OR operator

[PATCH v2] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2] ext4: fix task hung in ext4_xattr_delete_inode
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: init error handle resource before init group descriptors
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH 1/1] fs/ext4/inode.c: Remove unnecessary variable initialization
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH] ext4: remove dead code in updating backup sb
 2023-02-19  5:40 UTC  (2+ messages)

[PATCH v2 0/2] optimize ea_inode block expansion to fix panic
 2023-02-19  5:40 UTC  (2+ messages)

[GIT PULL] xen: branch for v6.3-rc1
 2023-02-19  5:33 UTC 

[PATCH] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
 2023-02-19  5:04 UTC  (3+ messages)

[PATCH v3] nvmem: u-boot-env: align endianness of crc32 values
 2023-02-19  4:45 UTC  (4+ messages)

[PATCH] Documentation: bpf: Fix link to BTF doc
 2023-02-19  3:09 UTC 

[syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-19  2:57 UTC 

[PATCH 00/17] Some bugfix and cleanup patches for bfq
 2023-02-19 10:43 UTC  (18+ messages)
` [PATCH 01/17] block, bfq: properly mark bfqq remained idle
` [PATCH 02/17] block, bfq: try preemption if bfqq has higher weight and the same priority class
` [PATCH 03/17] block, bfq: only preempt plugged in_service_queue if bfq_better_to_idle say no
` [PATCH 04/17] block, bfq: recover the "service hole" if enough budget is left
` [PATCH 05/17] block, bfq: Update bfqd->max_budget with bfqd->lock held
` [PATCH 06/17] block, bfq: correct bfq_max_budget and bfq_min_budget
` [PATCH 07/17] block, bfq: correct interactive weight-raise check in bfq_set_budget_timeout
` [PATCH 08/17] block, bfq: start service_from_wr accumulating of async queues correctly
` [PATCH 09/17] block, bfq: stop to detect queue as waker queue if it already is now
` [PATCH 10/17] block, bfq: fix typo in comment
` [PATCH 11/17] block, bfq: simpfy computation of bfqd->budgets_assigned
` [PATCH 12/17] block, bfq: define and use soft_rt, in_burst and wr_or_deserves_wr only low_latency is enable
` [PATCH 13/17] block, bfq: remove unnecessary "wr" part of wr_or_deserves_wr
` [PATCH 14/17] block, bfq: remove redundant oom_bfqq check for bfqq from bfq_find_close_cooperator
` [PATCH 15/17] block, bfq: some cleanups for function bfq_pos_tree_add_move
` [PATCH 16/17] block, bfq: remove unnecessary goto tag in __bfq_weights_tree_remove
` [PATCH 17/17] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge

[GIT pull] irq/urgent for v6.2
 2023-02-19  2:07 UTC  (6+ messages)
` [GIT pull] timers/urgent "
` [GIT pull] x86/urgent "

[PATCH v3 00/11] Performance fixes for 9p filesystem
 2023-02-18 23:52 UTC  (17+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
  ` [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
` [PATCH v4 10/11] fs/9p: writeback mode fixes

[PATCH v2] uvcvideo: Add support for UVC1.5 P&C control
 2023-02-18 23:53 UTC 

[PATCH v2] uvcvideo: Unify UVC payload header parsing
 2023-02-18 23:43 UTC 

[PATCH 1/3] kernel/reboot: Use the static sys-off handler for any priority
 2023-02-18 23:32 UTC  (3+ messages)

I2c GPIO Recovery with pinctrl strict mode
 2023-02-18 23:29 UTC  (6+ messages)

[GIT PULL] irqchip updates for 6.3
 2023-02-18 23:16 UTC  (2+ messages)
` [tip: irq/core] Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

kernel/module/main.c:4169:1: sparse: sparse: Using plain integer as NULL pointer
 2023-02-18 22:55 UTC 

KMSAN: uninit-value in bcmp
 2023-02-18 22:16 UTC  (2+ messages)
` [syzbot] [net?] [ntfs3?] "

[PATCH v3 00/10] media: imx-jpeg: Add support for 12 bit extended jpeg
 2023-02-18 21:51 UTC  (3+ messages)
` [PATCH v3 03/10] media: Add YUYV64_12 video format

[PATCH] media: v4l2-jpeg: ignore the unknown APP14 marker
 2023-02-18 21:51 UTC  (3+ messages)

[PATCH -next V7 0/7] riscv: Optimize function trace
 2023-02-18 21:42 UTC  (2+ messages)

[PATCH] [RFC] net: fec: Allow turning off IRQ coalescing
 2023-02-18 21:40 UTC 

[PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
 2023-02-18 21:30 UTC  (2+ messages)

[PATCH] Documentation/process: Explain when tip branches get merged into mainline
 2023-02-18 21:29 UTC 

[RFC PATCH] hwmon: (peci/cputemp) Number cores as seen by host system
 2023-02-18 21:20 UTC  (7+ messages)

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-18 21:14 UTC  (42+ messages)
` [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v6 07/41] x86: Move control protection handler to separate file
` [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 21/41] mm: Add guard pages around a shadow stack
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v6 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features
` [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v4 00/14] dma-fence: Deadline awareness
 2023-02-18 21:15 UTC  (15+ messages)
` [PATCH v4 01/14] dma-buf/dma-fence: Add deadline awareness
` [PATCH v4 02/14] dma-buf/fence-array: Add fence deadline support
` [PATCH v4 03/14] dma-buf/fence-chain: "
` [PATCH v4 04/14] dma-buf/dma-resv: Add a way to set fence deadline
` [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl
` [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI
` [PATCH v4 07/14] dma-buf/sw_sync: Add fence deadline support
` [PATCH v4 08/14] drm/scheduler: "
` [PATCH v4 09/14] drm/syncobj: Add deadline support for syncobj waits
` [PATCH v4 10/14] drm/vblank: Add helper to get next vblank time
` [PATCH v4 11/14] drm/atomic-helper: Set fence deadline for vblank
` [PATCH v4 12/14] drm/msm: Add deadline based boost support
` [PATCH v4 13/14] drm/msm: Add wait-boost support
` [PATCH v4 14/14] drm/i915: Add deadline based boost support

[PATCH net 1/4] MAINTAINERS: Switch maintenance for cc2520 driver over
 2023-02-18 21:13 UTC  (4+ messages)
` [PATCH net 2/4] MAINTAINERS: Switch maintenance for mcr20a "
` [PATCH net 3/4] MAINTAINERS: Switch maintenance for mrf24j40 "
` [PATCH net 4/4] MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154

[PATCH v1 0/5] AXP20x USB power supply remove use of variant IDs
 2023-02-18 20:49 UTC  (6+ messages)
` [PATCH v1 1/5] power: supply: axp20x_usb_power: Simplify USB current limit handling
` [PATCH v1 2/5] power: supply: axp20x_usb_power: Use regmap fields for VBUS monitor feature
` [PATCH v1 3/5] power: supply: axp20x_usb_power: Use regmap fields for USB BC feature
` [PATCH v1 4/5] power: supply: axp20x_usb_power: Use regmap field for VBUS disabling
` [PATCH v1 5/5] power: supply: axp20x_usb_power: Remove variant IDs from VBUS polling check

[PATCH 1/4] soc: qcom: socinfo: move SMEM item struct and defines to a header
 2023-02-18 20:40 UTC  (5+ messages)
` [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID

drivers/mux/mmio.c:76:20: error: variable has incomplete type 'struct reg_field'
 2023-02-18 20:40 UTC 


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