public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-24 16:45:13 to 2023-01-24 19:25:46 UTC [more...]

[PATCH v9 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-24 19:25 UTC  (18+ messages)
` [PATCH v9 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v9 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v9 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v9 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v9 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v9 6/8] block: Switch to pinning pages
` [PATCH v9 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v9 8/8] block: convert bio_map_user_iov "

[PATCH 1/2] arm64: dts: qcom: sa8540p-ride: Fix some i2c pinctrl settings
 2023-01-24 19:23 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sa8540p-ride: Document i2c busses

[PATCH v7 2/3] cachestat: implement cachestat syscall
 2023-01-24 19:23 UTC  (3+ messages)

[PATCH v11 04/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
 2023-01-24 19:23 UTC  (18+ messages)

[PATCH v1 0/6] thermal: intel: int340x: Assorted cleanup changes
 2023-01-24 19:18 UTC  (7+ messages)
` [PATCH v1 1/6] thermal: intel: int340x: Assorted minor cleanups
` [PATCH v1 2/6] thermal: intel: int340x: Rename variable in int340x_thermal_zone_add()
` [PATCH v1 3/6] thermal: intel: int340x: Evaluate GTSH once
` [PATCH v1 4/6] thermal: intel: int340x: Rearrange int340x_thermal_read_trips()
` [PATCH v1 5/6] thermal: intel: int340x: Populate auxiliary trip points first
` [PATCH v1 6/6] thermal: intel: int340x: Drop pointless cast to unsigned long

[RFC PATCH V1 0/1] sched/numa: Enhance vma scanning
 2023-01-24 19:18 UTC  (5+ messages)
` [RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-01-24 19:17 UTC  (3+ messages)

[PATCH] tools/memory-model Flag suspicious use of srcu cookies
 2023-01-24 19:15 UTC  (3+ messages)

[PATCH 0/9] convert hugetlb fault functions to folios
 2023-01-24 18:38 UTC  (4+ messages)
` [PATCH 8/9] mm/hugetlb: convert hugetlb_wp() to take in a folio

[PATCH v3] platform/chrome: cros_ec_typec: allow deferred probe of switch handles
 2023-01-24 19:10 UTC  (2+ messages)

[PATCH] platform/chrome: cros_typec_vdm: Fix VDO copy
 2023-01-24 19:10 UTC  (2+ messages)

[PATCH 5.15 000/117] 5.15.90-rc2 review
 2023-01-24 19:07 UTC  (2+ messages)

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-24 19:06 UTC  (6+ messages)

[PATCH] ftrace: Show a list of all functions that have ever been enabled
 2023-01-24 19:06 UTC  (3+ messages)

[PATCH v1 0/3] Add support for NXP bluetooth chipsets
 2023-01-24 19:06 UTC  (5+ messages)
` [PATCH v1 1/3] serdev: Add method to assert break
` [PATCH v1 2/3] dt-bindings: net: bluetooth: Add NXP bluetooth support
` [PATCH v1 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[PATCH 1/5 v7] dt-bindings: input: pwm-beeper: Convert txt bindings to yaml
 2023-01-24 19:06 UTC  (3+ messages)

[PATCH v3 18/18] Documentation: sysfs-block-device: document command duration limits
 2023-01-24 19:03 UTC 

[PATCH 00/23] staging: r8188eu: some more xmit cleanups
 2023-01-24 19:01 UTC  (2+ messages)

[PATCH 1/2] wifi: ath11k: Use platform_get_irq() to get the interrupt
 2023-01-24 19:01 UTC  (2+ messages)
` [PATCH 2/2] wifi: ath5k: "

[PATCH v8 07/10] block: Switch to pinning pages
 2023-01-24 18:55 UTC  (12+ messages)
  ` [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-01-24 18:55 UTC  (4+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers

[PATCH v3 2/6] exit: Put an upper limit on how often we can oops
 2023-01-24 18:54 UTC  (5+ messages)

[PATCH 5.15 00/20] Backport oops_limit to 5.15
 2023-01-24 18:51 UTC  (21+ messages)
` [PATCH 5.15 01/20] sysctl: add a new register_sysctl_init() interface
` [PATCH 5.15 02/20] kernel/panic: move panic sysctls to its own file
` [PATCH 5.15 03/20] panic: unset panic_on_warn inside panic()
` [PATCH 5.15 04/20] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [PATCH 5.15 05/20] kasan: no need to unset panic_on_warn in end_report()
` [PATCH 5.15 06/20] exit: Add and use make_task_dead
` [PATCH 5.15 07/20] objtool: Add a missing comma to avoid string concatenation
` [PATCH 5.15 08/20] hexagon: Fix function name in die()
` [PATCH 5.15 09/20] h8300: Fix build errors from do_exit() to make_task_dead() transition
` [PATCH 5.15 10/20] csky: Fix function name in csky_alignment() and die()
` [PATCH 5.15 11/20] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [PATCH 5.15 12/20] panic: Separate sysctl logic from CONFIG_SMP
` [PATCH 5.15 13/20] exit: Put an upper limit on how often we can oops
` [PATCH 5.15 14/20] exit: Expose "oops_count" to sysfs
` [PATCH 5.15 15/20] exit: Allow oops_limit to be disabled
` [PATCH 5.15 16/20] panic: Consolidate open-coded panic_on_warn checks
` [PATCH 5.15 17/20] panic: Introduce warn_limit
` [PATCH 5.15 18/20] panic: Expose "warn_count" to sysfs
` [PATCH 5.15 19/20] docs: Fix path paste-o for /sys/kernel/warn_count
` [PATCH 5.15 20/20] exit: Use READ_ONCE() for all oops/warn limit reads

[PATCH] cramfs: Kconfig: fix spelling & punctuation
 2023-01-24 18:44 UTC  (2+ messages)

[PATCH 0/6] rtc: brcmstb-waketimer: add RTC alarm irq
 2023-01-24 18:45 UTC  (4+ messages)
` (subset) "

[PATCH v2 0/3] regulator: Add Maxim MAX20411 support
 2023-01-24 18:44 UTC  (4+ messages)
` [PATCH v2 1/3] regulator: dt-bindings: Describe Maxim MAX20411
` [PATCH v2 2/3] regulator: Introduce Maxim MAX20411 Step-Down converter
` [PATCH v2 3/3] arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c12

[tip:x86/cache 9/13] arch/x86/kernel/cpu/resctrl/rdtgroup.c:1456:6: warning: variable 'h' set but not used
 2023-01-24 18:44 UTC  (5+ messages)
  ` [PATCH] x86/resctrl: Fix a silly -Wunused-but-set-variable warning

[PATCH 0/3] Convert TSC to monotonic clock for PEBS
 2023-01-24 18:43 UTC  (5+ messages)
` [PATCH 1/3] timekeeping: NMI safe converter from a given time to monotonic

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-24 18:42 UTC  (9+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[PATCH v3 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
 2023-01-24 18:42 UTC  (3+ messages)

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-24 18:42 UTC  (12+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory

[PATCH] lib: Kconfig: fix spellos
 2023-01-24 18:40 UTC  (2+ messages)

[PATCH] x86/vdso: Move VDSO image init to vdso2c generated code
 2023-01-24 18:40 UTC 

[PATCH 0/6] A few cpuidle vs rcu fixes
 2023-01-24 18:39 UTC  (9+ messages)
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled

[PATCH v2] perf buildid: Avoid copy of uninitialized memory
 2023-01-24 18:38 UTC  (2+ messages)

[PATCH] perf mem/c2c: Document that SPE is used for mem and c2c on Arm
 2023-01-24 18:37 UTC  (2+ messages)

[PATCH v2] perf: cs-etm: Improve missing sink warning message
 2023-01-24 18:35 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sdm845-xiaomi-beryllium-tianma: Add reserved memory region
 2023-01-24 18:32 UTC 

[PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
 2023-01-24 18:28 UTC 

[PATCH v8 0/7] i2c-atr and FPDLink
 2023-01-24 18:27 UTC  (5+ messages)
` [PATCH v8 5/7] media: i2c: add DS90UB960 driver

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-01-24 18:26 UTC  (2+ messages)

[PATCH] x86: Kconfig: fix spellos & punctuation
 2023-01-24 18:17 UTC 

[PATCH] ASoC: Kconfig: fix spelling of "up to"
 2023-01-24 18:17 UTC 

[PATCH net-next] net: Kconfig: fix spellos
 2023-01-24 18:17 UTC 

[PATCH] trace: Kconfig: fix spelling/grammar/punctuation
 2023-01-24 18:16 UTC 

[PATCH] freevxfs: Kconfig: fix spelling
 2023-01-24 18:16 UTC 

[PATCH] arm: Kconfigs: fix spelling & grammar
 2023-01-24 18:16 UTC 

[PATCH] arm64: Kconfig: fix spelling
 2023-01-24 18:16 UTC 

[PATCH v2] ftrace/scripts: Update the instructions for ftrace-bisect.sh
 2023-01-24 18:16 UTC 

[GIT PULL] KVM fixes for Linux 6.2-rc6
 2023-01-24 18:05 UTC 

[PATCH v5 0/2] arm64: Fix pending single-step debugging issues
 2023-01-24 18:04 UTC  (3+ messages)

[PATCH] KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
 2023-01-24 18:01 UTC  (2+ messages)

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-24 18:01 UTC  (4+ messages)

[PATCH/RFC] module: replace module_layout with module_memory
 2023-01-24 18:01 UTC  (10+ messages)

[RFC/PATCH] perf lock contention: Add -o/--lock-owner option
 2023-01-24 17:59 UTC  (2+ messages)

WARNING: locking bug in pgd_free
 2023-01-24 17:58 UTC  (2+ messages)

[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-24 17:58 UTC  (9+ messages)
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH v10 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-01-24 17:56 UTC  (6+ messages)
` [PATCH v10 2/2] livepatch,x86: Clear relocation targets on a module removal

[PATCH v5] Bluetooth: Add hci_nxp to hci_uart module to support NXP BT chipsets
 2023-01-24 17:56 UTC  (5+ messages)

[PATCH v1 00/14] add display port DSC feature
 2023-01-24 17:55 UTC  (4+ messages)
` [PATCH v1 12/14] drm/msm/disp/dpu1: revise timing engine programming to work for DSC

[PATCH v7 0/4] thermal: mediatek: Add support for MT8365 SoC
 2023-01-24 17:55 UTC  (12+ messages)
` [PATCH v7 4/4] thermal: mediatek: add another get_temp ops for thermal sensors

[syzbot] WARNING: kmalloc bug in btrfs_ioctl_send
 2023-01-24 17:47 UTC  (4+ messages)
` [syzbot] [btrfs?] "

[PATCH] arm64: ls1046ardb: Use in-band-status for SFP module
 2023-01-24 17:47 UTC 

[PATCH 1/4] hwmon: (pmbus/core): Generalize pmbus status flag map
 2023-01-24 17:48 UTC  (3+ messages)
` [PATCH 2/4] hwmon: (pmbus/core) Generalise pmbus get status

[PATCH v8 0/9] Add metrics for neoverse-n2-v2
 2023-01-24 17:47 UTC  (5+ messages)
` [PATCH v8 1/9] perf pmu: Add #slots literal support for arm64

[PATCH] trace: Add NULL checks for buffer in ring_buffer_free_read_page()
 2023-01-24 17:44 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: trivial-devices: Add Infineon TDA38640 Voltage Regulator
 2023-01-24 17:41 UTC  (5+ messages)
` [PATCH v3 2/2] hwmon: (pmbus/tda38640) Add driver for "

[PATCH] umh: fix UAF when the process is being killed
 2023-01-24 17:39 UTC  (11+ messages)

[PATCH] kbuild: do not automatically add -w option to modpost
 2023-01-24 17:39 UTC  (4+ messages)

[PATCH] arm64: el2_setup.h: fix spelling typo in comments
 2023-01-24 17:38 UTC  (2+ messages)

[PATCH 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-01-24 17:36 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v2 1/2] dt-bindings: usb: Introduce GPIO-based SBU mux
 2023-01-24 17:04 UTC  (7+ messages)

[PATCH] module.h: Fix full name of the GPL
 2023-01-24 17:36 UTC  (4+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS 42020f3dda80d4d199cffc2618310be5d131ce47
 2023-01-24 17:34 UTC 

[PATCH] lib/genalloc: use try_cmpxchg in {set,clear}_bits_ll
 2023-01-24 17:32 UTC  (12+ messages)

[PATCH -next] udf: Fix a race condition between udf_rename() and udf_expand_dir_adinicb()
 2023-01-24 17:30 UTC 

[PATCH V1 0/8] Add minimal boot support for IPQ9574
 2023-01-24 17:11 UTC  (3+ messages)
` [PATCH V1 7/8] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support

Assertion failure in i915 intel_display.c#assert_plane() after resume from hibernation
 2023-01-24 17:31 UTC  (3+ messages)

[PATCH v2 RESEND] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-01-24 17:31 UTC 

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-24 17:30 UTC  (12+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v2] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-01-24 17:28 UTC 

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-24 17:26 UTC  (11+ messages)

[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
 2023-01-24 17:24 UTC 

[PATCH AUTOSEL 6.1 01/35] ARM: dts: imx: Fix pca9547 i2c-mux node name
 2023-01-24 17:23 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 15/35] btrfs: stop using write_one_page in btrfs_scratch_superblock
` [PATCH AUTOSEL 6.1 35/35] ext4: deal with legacy signed xattr name hash values

fbcon font is reset after GPU is loaded
 2023-01-24 17:23 UTC 

[PATCH] net: page_pool: fix refcounting issues with fragmented allocation
 2023-01-24 17:22 UTC  (5+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-24 17:22 UTC  (3+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-24 17:21 UTC  (4+ messages)
` [PATCH 2/2] vhost: check for pending livepatches from "

[PATCH 1/3] Revert "HID: logitech-hidpp: add a module parameter to keep firmware gestures"
 2023-01-24 17:20 UTC  (3+ messages)
` [PATCH 2/3] HID: logitech-hidpp: Don't restart communication if not necessary

[PATCH v5 0/5] Some improvements of resctrl selftest
 2023-01-24 17:19 UTC  (7+ messages)
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[PATCH -next v2 0/3] cacheinfo: Fix misbehaviours around init_cache_level()
 2023-01-24 17:19 UTC  (7+ messages)
` [PATCH -next v2 1/3] cacheinfo: Initialize variables in fetch_cache_info()
` [PATCH -next v2 2/3] cacheinfo: Make default acpi_get_cache_info() return an error
` [PATCH -next v2 3/3] cacheinfo: Remove unused check in init_cache_level()

[PATCH linux-next] tracing: use strscpy() to instead of strncpy()
 2023-01-24 17:17 UTC  (2+ messages)

[PATCH 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-24 17:15 UTC  (10+ messages)
` [PATCH 2/2] selftests: KVM: Add page splitting test

[PATCH] tools/memory-model: Make ppo a subrelation of po
 2023-01-24 17:14 UTC  (11+ messages)

[PATCH] nvme-pci: Switch back to sync probe to fix rootfs mount regression
 2023-01-24 17:12 UTC  (6+ messages)

regression on aarch64? panic on boot
 2023-01-24 17:11 UTC  (6+ messages)

[PATCH v3] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
 2023-01-24 17:10 UTC  (4+ messages)

[PATCH] btrfs: zlib: zero-initialize zlib workspace
 2023-01-24 16:59 UTC  (2+ messages)

[PATCH v2] thermal: Fail object registration if thermal class is not registered
 2023-01-24 17:04 UTC  (2+ messages)

[PATCH v1 0/2] driver core/thermal: Fail registration of thermal object when thermal_class is not registered
 2023-01-24 17:03 UTC  (7+ messages)
` [PATCH v1 2/2] thermal: Fail object registration if thermal class "

[PATCH v3 00/21] Add Tegra20 parallel video input capture
 2023-01-24 17:02 UTC  (3+ messages)
` [PATCH v3 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example

linux-next: manual merge of the fpga tree with the tty tree
 2023-01-24 17:01 UTC  (3+ messages)

[PATCH 5/5 v7] input: pwm-beeper: handle module unloading properly
 2023-01-24 17:00 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2023-01-24 17:00 UTC  (2+ messages)

[PATCH v3] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
 2023-01-24 16:58 UTC  (4+ messages)

[PATCH 0/5 v7] input: pwm-beeper: add feature to set volume
 2023-01-24 16:56 UTC  (2+ messages)

[PATCH 3/5 v7] dt-bindings: input: pwm-beeper: add documentation for volume devcetree bindings
 2023-01-24 16:55 UTC  (2+ messages)

[GIT PULL] fourth v6.2-rc request for nfsd
 2023-01-24 16:54 UTC 

[PATCH v2 0/2] media: meson: vdec: add HEVC decode codec
 2023-01-24 16:51 UTC  (6+ messages)
` [PATCH v2 1/2] media: meson: vdec: implement 10bit bitstream handling

[PATCH] arm64: dts: qcom: sm8250: Disable wsamacro and swr0 by default
 2023-01-24 16:46 UTC 

[PATCH Resend v11 00/15] Add PSR support for eDP
 2023-01-24 16:45 UTC  (5+ messages)
` [PATCH Resend v11 05/15] drm/msm/dp: disable self_refresh_aware after entering psr


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