The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2022-12-09 14:34:13 to 2022-12-09 17:03:35 UTC [more...]

[PATCH v3 0/9] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-09 17:01 UTC  (10+ messages)
` [PATCH v3 1/9] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH v3 2/9] mm/hugetlb: Don't wait for migration entry during follow page
` [PATCH v3 3/9] mm/hugetlb: Document huge_pte_offset usage
` [PATCH v3 4/9] mm/hugetlb: Move swap entry handling into vma lock when faulted
` [PATCH v3 5/9] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH v3 6/9] mm/hugetlb: Make hugetlb_follow_page_mask() "
` [PATCH v3 7/9] mm/hugetlb: Make follow_hugetlb_page() "
` [PATCH v3 8/9] mm/hugetlb: Make walk_hugetlb_range() "
` [PATCH v3 9/9] mm/hugetlb: Introduce hugetlb_walk()

[PATCH v2 1/2] locktorture: Allow non-rtmutex lock types to be boosted
 2022-12-09 17:02 UTC  (5+ messages)
` [PATCH v2 2/2] locktorture: Make the rt_boost factor a tunable

[RFC PATCH 0/4] block: uImage.FIT filesystem image mapper
 2022-12-09 17:00 UTC  (6+ messages)
` [RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c

[PATCH 0/2] feat: checkpatch: prohibit Buglink: and warn about missing Link:
 2022-12-09 17:00 UTC  (9+ messages)
` [PATCH 1/2] checkpatch: warn when unknown tags are used for links
` [PATCH 2/2] checkpatch: warn when Reported-by: is not followed by Link:

[RESEND PATCH v11 0/2] mfd: max597x: Add support for max597x
 2022-12-09 16:57 UTC  (4+ messages)
` [RESEND PATCH v11 2/2] mfd: max597x: Add support for MAX5970 and MAX5978

[PATCH] ring-buffer: Handle resize in early boot up
 2022-12-09 16:57 UTC  (2+ messages)

[PATCH-next] lib: parser: optimize match_NUMER apis to use local array
 2022-12-09 16:57 UTC  (2+ messages)

[PATCH v1 0/3] Stop corrupting socket's task_frag
 2022-12-09 16:50 UTC  (9+ messages)
` [PATCH v1 2/3] Treewide: "
` [PATCH v1 3/3] net: simplify sk_page_frag

[PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
 2022-12-09 16:54 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: Add configuration for PMI8950 peripheral

[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
 2022-12-09 16:53 UTC  (7+ messages)
` [RFC PATCH 5/5] nvme-vfio: Add a document for the NVMe device

[PATCH RFC 0/3] Patches on top of PE series
 2022-12-09 16:52 UTC  (4+ messages)
` [PATCH RFC 1/3] sched/pe: Exclude balance callback queuing during proxy()'s migrate

[PATCH v2 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-09 16:48 UTC  (8+ messages)
` [PATCH v2 08/10] mm/hugetlb: Make walk_hugetlb_range() safe to "

[PATCH 0/3] Fixes for uclamp and capacity inversion detection
 2022-12-09 16:47 UTC  (9+ messages)
` [RFC PATCH 3/3] sched/fair: Traverse cpufreq policies to detect capacity inversion

[PATCH 0/1] KVM: arm64: PMU: Fix PMCR_EL0 reset value
 2022-12-09 16:44 UTC  (2+ messages)
` [PATCH 1/1] "

arch/arm/mach-pxa/balloon3.c:85:12: warning: no previous prototype for function 'parse_balloon3_features'
 2022-12-09 16:40 UTC 

[PATCH v3] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-09 16:41 UTC  (12+ messages)

drivers/video/fbdev/omap/lcd_mipid.c:451:23: sparse: sparse: cast to restricted __be32
 2022-12-09 16:40 UTC 

[PATCH] cxl/acpi: fix null dereference on probe for missing ACPI_COMPANION()
 2022-12-09 16:16 UTC  (2+ messages)

[PATCH v3] MIPS: BCM63xx: Add check for NULL for clk in clk_enable
 2022-12-09 16:39 UTC  (2+ messages)

[PATCH v12 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer
 2022-12-09 16:26 UTC  (3+ messages)
` [PATCH v12 2/3] dt-bindings: mfd: cros-ec: Add UART compatible string
` [PATCH v12 3/3] platform/chrome: cros_ec_uart: Add DT enumeration support

[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
 2022-12-09 16:22 UTC  (5+ messages)
` [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC

[PATCH v3 00/19] irqdomain: fix mapping race and clean up locking
 2022-12-09 16:16 UTC  (3+ messages)

[PATCH] platform: Provide a remove callback that returns no value
 2022-12-09 16:15 UTC  (4+ messages)

[PATCH] Added ability to vmalloc executable memory
 2022-12-09 16:10 UTC  (2+ messages)

[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-09 16:04 UTC  (7+ messages)
` [PATCH v7 1/6] mm/memfd: add F_SEAL_EXEC
` [PATCH v7 2/6] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
` [PATCH v7 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
` [PATCH v7 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create

[PATCH] sched: Make const-safe
 2022-12-09 16:04 UTC 

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-12-09 16:03 UTC  (3+ messages)
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-09 16:02 UTC  (7+ messages)
` [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
` [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries

drivers/staging/vt6655/card.c:758:16: sparse: sparse: cast to restricted __le64
 2022-12-09 15:59 UTC 

[PATCH-block 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
 2022-12-09 15:58 UTC  (4+ messages)
` [PATCH-block 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH] ftrace: Fix print_ip_ins() to print only two digits per byte
 2022-12-09 15:56 UTC 

[PATCH] x86/vdso: Conditionally export __vdso_sgx_enter_enclave
 2022-12-09 15:55 UTC  (4+ messages)

[PATCH] ftrace/x86: Add back ftrace_expected for ftrace bug reports
 2022-12-09 15:52 UTC 

[PATCH v1] ASoC: Intel: sof_nau8825: add support for nau8825 with amp nau8318
 2022-12-09 15:52 UTC  (2+ messages)

[PATCH 0/4] x86/tdx: Changes for TDX guest initialization
 2022-12-09 15:50 UTC  (7+ messages)
` [PATCH 2/4] x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLE
` [PATCH 3/4] x86/tdx: Relax SEPT_VE_DISABLE check for debug TD
` [PATCH 4/4] x86/tdx: Disable NOTIFY_ENABLES

[PATCH 1/5] linux/minmax.h: add non-atomic version of xchg
 2022-12-09 15:48 UTC  (5+ messages)
` [PATCH 2/5] drm/i915/display: kill fetch_and_zero usage
` [PATCH 3/5] drm/i915/gt: "
` [PATCH 4/5] drm/i915/gvt: "
` [PATCH 5/5] drm/i915: kill fetch_and_zero

[GIt PULL] timer drivers for v6.2-rc1
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] Merge tag 'timers-v6.2-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

[PATCH v2] arm64: arch_timer: XGene-1: TVAL register math error breaks timer expiry calculation
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math error

[PATCH v5 1/6] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v2 2/4] dt-bindings: timer: rockchip: add rockchip,rk3128-timer
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] dt-bindings: timer: rockchip: Add rockchip,rk3128-timer

[PATCH v5 2/6] clocksource: timer-npcm7xx: Enable timer 1 clock before use
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-npcm7xx: "

[PATCH] clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_match
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] clocksource/drivers/timer-ti-dm: Make timer_get_irq static
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v2] clocksource/drivers/timer-ti-dm: fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: Fix "

[PATCH] clocksource/drivers/timer-ti-dm: Clear settings on probe and free
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[tip: timers/core] clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()
 2022-12-09 15:47 UTC 

[PATCH] dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] dt-bindings: timer: renesas,tmu: Add r8a779g0 support
 2022-12-09 15:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v2 00/10] Add CA enforcement keyring restrictions
 2022-12-09 15:44 UTC  (3+ messages)

[PATCH] dt-bindings: ufs: qcom: Add reg-names property for ICE
 2022-12-09 15:43 UTC  (5+ messages)

[PATCH v3 00/59] x86/retbleed: Call depth tracking mitigation
 2022-12-09 15:41 UTC  (3+ messages)
` [PATCH v3 56/59] x86/ftrace: Remove ftrace_epilogue()

[PATCH v15 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-12-09 15:36 UTC  (8+ messages)
` [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()
` [PATCH v15 2/7] crash: prototype change for crash_prepare_elf64_headers()
` [PATCH v15 3/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v15 4/7] kexec: exclude elfcorehdr from the segment digest
` [PATCH v15 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v15 6/7] crash: memory and cpu hotplug sysfs attributes
` [PATCH v15 7/7] x86/crash: add x86 crash hotplug support

[PATCH v2] net: lan9303: Fix read error execution path
 2022-12-09 15:35 UTC 

[GIT PULL] slab updates for 6.2-rc1
 2022-12-09 15:32 UTC 

[PATCH v10 0/3] crypto: hisilicon - supports device isolation feature
 2022-12-09 15:32 UTC  (4+ messages)

[PATCH 0/6] clk: socfpga: use of_clk_add_hw_provider and improve error handling
 2022-12-09 15:29 UTC  (7+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] clk: socfpga: arria10: "
` [PATCH 3/6] clk: socfpga: "
` [PATCH 4/6] clk: socfpga: arria10: "
` [PATCH 5/6] clk: socfpga: "
` [PATCH 6/6] clk: socfpga: arria10: "

[PATCH 0/5] add s390 support to nolibc and rcutorture
 2022-12-09 15:28 UTC  (3+ messages)

[PATCH next] wifi: nl80211: emit CMD_START_AP on multicast group when an AP is started
 2022-12-09 15:28 UTC 

[PATCH net-next v3 4/4] net: lan966x: Add ptp trap rules
 2022-12-09 15:30 UTC  (18+ messages)

[PATCH] arm64: dts: zynqmp: Add xlnx prefix to GEM compatible string
 2022-12-09 15:26 UTC  (4+ messages)

[GIT PULL] ARM: SoC fixes for 6.1, part 6
 2022-12-09 15:25 UTC 

[Patch net-next v3 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-12-09 15:24 UTC  (14+ messages)
` [Patch net-next v3 02/13] net: dsa: microchip: ptp: Initial hardware time stamping support
` [Patch net-next v3 06/13] net: ptp: add helper for one-step P2P clocks
` [Patch net-next v3 07/13] net: dsa: microchip: ptp: add packet reception timestamping
` [Patch net-next v3 08/13] net: dsa: microchip: ptp: add packet transmission timestamping
` [Patch net-next v3 09/13] net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tag
` [Patch net-next v3 10/13] net: dsa: microchip: ptp: add periodic output signal

[PATCH net] net: defxx: Fix missing err handling in dfx_init()
 2022-12-09 15:23 UTC  (3+ messages)

[syzbot] WARNING in drm_wait_one_vblank
 2022-12-09 15:22 UTC  (2+ messages)

[syzbot] possible deadlock in ntfs_fiemap
 2022-12-09 15:21 UTC 

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-09 15:20 UTC  (11+ messages)

[PATCH v2 00/21] blksnap - block devices snapshots module
 2022-12-09 14:23 UTC  (22+ messages)
` [PATCH v2 01/21] documentation, blkfilter: Block Device Filtering Mechanism
` [PATCH v2 02/21] block, "
` [PATCH v2 03/21] documentation, capability: fix Generic Block Device Capability
` [PATCH v2 04/21] documentation, blksnap: Block Devices Snapshots Module
` [PATCH v2 05/21] block, blksnap: header file of the module interface
` [PATCH v2 06/21] block, blksnap: module management interface functions
` [PATCH v2 07/21] block, blksnap: init() and exit() functions
` [PATCH v2 08/21] block, blksnap: interaction with sysfs
` [PATCH v2 09/21] block, blksnap: attaching and detaching the filter and handling I/O units
` [PATCH v2 10/21] block, blksnap: map of change block tracking
` [PATCH v2 11/21] block, blksnap: minimum data storage unit of the original block device
` [PATCH v2 12/21] block, blksnap: buffer in memory for the minimum data storage unit
` [PATCH v2 13/21] block, blksnap: functions and structures for performing block I/O operations
` [PATCH v2 14/21] block, blksnap: storage for storing difference blocks
` [PATCH v2 15/21] block, blksnap: event queue from the difference storage
` [PATCH v2 16/21] block, blksnap: owner of information about overwritten blocks of the original block device
` [PATCH v2 17/21] block, blksnap: snapshot image "
` [PATCH v2 18/21] block, blksnap: snapshot
` [PATCH v2 19/21] block, blksnap: Kconfig and Makefile
` [PATCH v2 20/21] block, blksnap: adds a blksnap to the kernel tree
` [PATCH v2 21/21] block, blksnap: adds a maintainer for new files

[PATCH] cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2
 2022-12-09 15:07 UTC 

[PATCH v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-09 15:06 UTC 

[PATCH v3 0/3] serial: Add RISC-V support to the earlycon semihost driver
 2022-12-09 15:04 UTC  (4+ messages)
` [PATCH v3 1/3] serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's semihost.h
` [PATCH v3 2/3] riscv: Implement semihost.h for earlycon semihost driver
` [PATCH v3 3/3] serial: Rename "

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2022-12-09 15:01 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: leds: spmi-flash-led: Add pm6150l compatible

No CVE-2022-39842 aka int/size_t confusion in pxa3xx_gcu_write()
 2022-12-09 15:00 UTC 

[PATCH] scsi: remove left-over due to now gone pktcdvd shortcomings
 2022-12-09 14:59 UTC  (2+ messages)

[PATCH v11 0/5] Add data-lanes and link-frequencies to dp_out endpoint
 2022-12-09 14:59 UTC  (7+ messages)
` [PATCH v11 1/5] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v11 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property

[PATCH v3 00/12] ASoC: mediatek: Add support for MT8188 SoC
 2022-12-09 14:56 UTC  (5+ messages)
` [PATCH v3 10/12] dt-bindings: mediatek: mt8188: add audio afe document

[PATCH 0/3] DRBD file structure reorganization
 2022-12-09 14:55 UTC  (4+ messages)
` [PATCH 1/3] drbd: split off drbd_buildtag into separate file
` [PATCH 2/3] drbd: drop API_VERSION define
` [PATCH 3/3] drbd: split off drbd_config into separate file

[PATCH 0/8] Miscellaneous DRBD reorganization
 2022-12-09 14:53 UTC  (9+ messages)
` [PATCH 1/8] drbd: adjust drbd_limits license header
` [PATCH 2/8] drbd: fix DRBD_VOLUME_MAX 65535 -> 65534
` [PATCH 3/8] drbd: make limits unsigned
` [PATCH 4/8] drbd: remove unnecessary assignment in vli_encode_bits
` [PATCH 5/8] drbd: remove macros using require_context
` [PATCH 6/8] MAINTAINERS: add drbd headers
` [PATCH 7/8] drbd: interval tree: make removing an "empty" interval a no-op
` [PATCH 8/8] drbd: drbd_insert_interval(): Clarify comment

[PATCH] fs: NFSv4.1: Fix memory leakage
 2022-12-09 14:53 UTC  (3+ messages)
` [PATCH] "

[PATCH] jump_label: explicitly annotate inittext labels as init
 2022-12-09 14:49 UTC  (6+ messages)

[PATCH 0/4] amd_pstate: Add guided autonomous mode support
 2022-12-09 14:44 UTC  (3+ messages)

[PATCH] ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stack
 2022-12-09 14:40 UTC  (2+ messages)

linux-next: build failure after merge of the v9fs tree
 2022-12-09 14:40 UTC  (4+ messages)

[PATCH v3 0/3] media: i2c: ak7375: Add regulator management
 2022-12-09 14:37 UTC  (4+ messages)
` [PATCH v3 1/3] media: dt-bindings: ak7375: Convert to DT schema
` [PATCH v3 2/3] media: dt-bindings: ak7375: Add supplies
` [PATCH v3 3/3] media: i2c: ak7375: Add regulator management

[PATCH] livepatch: Call klp_match_callback() in klp_find_callback() to avoid code duplication
 2022-12-09 14:36 UTC  (4+ messages)

[PATCH v1 1/1] platform/mellanox: mlxbf-pmc: Fix event typo
 2022-12-09 14:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox