mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] VFS: change try_lookup_noperm() to skip revalidation
 2025-06-11 10:03 UTC  (2+ messages)

[PATCH 00/33] tty: summer cleanup
 2025-06-11 10:03 UTC  (25+ messages)
` [PATCH 01/33] tty: introduce and use tty_port_tty_vhangup() helper
` [PATCH 02/33] powerpc/legacy_serial: cache serial port and info in add_legacy_port()
` [PATCH 03/33] powerpc/legacy_serial: use %pa for phys_addr_t prints
` [PATCH 04/33] m68k: remove unneeded tty includes
` [PATCH 05/33] powerpc/powermac: "
` [PATCH 06/33] tty: vt: use sane types for userspace API
` [PATCH 07/33] tty: vt: use _IO() to define ioctl numbers
` [PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
` [PATCH 09/33] serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from code
` [PATCH 10/33] serial: 8250: invert conditions in RSA functions
` [PATCH 11/33] serial: 8250: put RSA functions to their namespace
` [PATCH 12/33] serial: 8250: move RSA functions to 8250_rsa.c
` [PATCH 13/33] serial: 8250: extract serial8250_startup_special()
` [PATCH 14/33] serial: 8250: extract serial8250_set_TRG_levels()
` [PATCH 15/33] serial: 8250: extract serial8250_THRE_test()
` [PATCH 16/33] serial: 8250: extract serial8250_initialize()
` [PATCH 17/33] serial: 8250: extract serial8250_clear_interrupts()
` [PATCH 18/33] serial: 8250: extract serial8250_set_mini()
` [PATCH 19/33] serial: 8250: extract serial8250_set_trigger_for_slow_speed()
` [PATCH 20/33] serial: 8250: extract serial8250_set_afe()
` [PATCH 21/33] serial: 8250: extract serial8250_set_errors_and_ignores
` [PATCH 22/33] serial: 8250: extract serial8250_set_ier()
` [PATCH 23/33] serial: 8250: extract serial8250_set_efr()
` [PATCH 24/33] serial: 8250: extract serial8250_set_fcr()

[PATCH] remoteproc: Don't use %pK through printk
 2025-06-11 10:03 UTC 

[PATCH RFC] mm: madvise: use per_vma lock for MADV_FREE
 2025-06-11 10:03 UTC  (3+ messages)

[PATCH v2] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11 10:01 UTC 

[PATCH V3 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-06-11  9:59 UTC  (9+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t

[PATCH] scsi: Don't use %pK through printk
 2025-06-11  9:58 UTC 

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-06-11  9:57 UTC  (3+ messages)
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state

[PATCH] selftests/mm: Use generic read_sysfs in thuge-gen test
 2025-06-11  9:55 UTC  (5+ messages)

[PATCH v2 0/2] Add new imx imx95-libra-rdk-fpsc SBC
 2025-06-11  9:55 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: add imx95-libra-rdk-fpsc board

[PATCH v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-11  9:54 UTC  (3+ messages)
` [PATCH v2 16/17] pinctrl: Constify static 'pinctrl_desc'

[PATCH v2] sched: Remove a preempt-disable section in rt_mutex_setprio()
 2025-06-11  9:54 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH 00/11] riscv: sophgo: sg2044: add DTS support for all available devices
 2025-06-11  9:53 UTC  (3+ messages)
` [PATCH 11/11] riscv: dts: sophgo: add pwm controller for SG2044

[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-06-11  9:53 UTC  (5+ messages)
` [PATCH v5 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)

[PATCH v3 00/13] further mt7988 devicetree work
 2025-06-11  9:53 UTC  (22+ messages)
` [PATCH v3 04/13] dt-bindings: interconnect: add mt7988-cci compatible
` [PATCH v3 05/13] arm64: dts: mediatek: mt7988: add cci node
` [PATCH v3 06/13] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
    ` Aw: "
` [PATCH v3 07/13] arm64: dts: mediatek: mt7988: add switch node
` [PATCH v3 08/13] arm64: dts: mediatek: mt7988a-bpi-r4: add proc-supply for cci
` [PATCH v3 09/13] arm64: dts: mediatek: mt7988a-bpi-r4: drop unused pins
` [PATCH v3 10/13] arm64: dts: mediatek: mt7988a-bpi-r4: add gpio leds
` [PATCH v3 11/13] arm64: dts: mediatek: mt7988a-bpi-r4: add aliase for ethernet
` [PATCH v3 12/13] arm64: dts: mediatek: mt7988a-bpi-r4: add sfp cages and link to gmac
` [PATCH v3 13/13] arm64: dts: mediatek: mt7988a-bpi-r4: configure switch phys and leds

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-11  9:51 UTC  (2+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[PATCH v4 0/4] Add documentation for PR_FUTEX_HASH
 2025-06-11  9:50 UTC  (9+ messages)
` [PATCH v4 1/4] man/man2/prctl.2, man/man2const/PR_FUTEX_HASH.2const: Document PR_FUTEX_HASH
` [PATCH v4 2/4] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS
` [PATCH v4 3/4] man/man2/prctl.2, PR_FUTEX_HASH_GET_SLOTS.2const: Document PR_FUTEX_HASH_GET_SLOTS

[PATCH v5 0/7] support FEAT_MTE_STORE_ONLY feature
 2025-06-11  9:48 UTC  (8+ messages)
` [PATCH v5 1/7] arm64/cpufeature: add MTE_STORE_ONLY feature
` [PATCH v5 2/7] prtcl: introduce PR_MTE_STORE_ONLY
` [PATCH v5 3/7] arm64/kernel: support store-only mte tag check
` [PATCH v5 4/7] arm64/hwcaps: add MTE_STORE_ONLY hwcaps
` [PATCH v5 5/7] tools/kselftest: add MTE_STORE_ONLY feature hwcap test
` [PATCH v5 6/7] kselftest/arm64/mte: preparation for mte store only test
` [PATCH v5 7/7] kselftest/arm64/mte: add MTE_STORE_ONLY testcases

[PATCH v3 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-06-11  9:45 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: reset: sophgo: Add CV1800B support

[PATCH v14 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-06-11  9:42 UTC  (3+ messages)
` [PATCH v14 3/9] ref_tracker: have callers pass output function to pr_ostream()

[PATCH v2] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
 2025-06-11  9:42 UTC 

[PATCH v6 0/9] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11  9:41 UTC  (10+ messages)
` [PATCH v6 1/9] arm64/cpufeature: add "
` [PATCH v6 2/9] arm64: report address tag when FEAT_MTE_TAGGED_FAR is supported
` [PATCH v6 3/9] tools/kselftest: add MTE_FAR hwcap test
` [PATCH v6 4/9] kselftest/arm64/mte: register mte signal handler with SA_EXPOSE_TAGBITS
` [PATCH v6 5/9] kselftest/arm64/mte: check MTE_FAR feature is supported
` [PATCH v6 6/9] kselftest/arm64/mte: add address tag related macro and function
` [PATCH v6 7/9] kselftest/arm64/mte: add verification for address tag in signal handler
` [PATCH v6 8/9] kselftest/arm64/mte: refactor check_mmap_option test
` [PATCH v6 9/9] kselftest/arm64/mte: add mtefar tests on check_mmap_options

[PATCH net-next v10] net: ti: icssg-prueth: add TAPRIO offload support
 2025-06-11  9:40 UTC  (8+ messages)

[PATCH] media: iris: Fix opp scaling of power domains
 2025-06-11  9:39 UTC  (2+ messages)

[RFC][PATCH 0/5] sched: Try and address some recent-ish regressions
 2025-06-11  9:39 UTC  (6+ messages)
` [RFC][PATCH 5/5] sched: Add ttwu_queue support for delayed tasks

[PATCH] Documentation: kunit: fix argument of MODULE_IMPORT_NS()
 2025-06-11  9:36 UTC 

[PATCH] wifi: zd1211rw: Fix potential data race in zd_mac_tx_to_dev()
 2025-06-11  9:35 UTC  (2+ messages)

[PATCH v5 0/6] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11  9:34 UTC  (4+ messages)
` [PATCH v5 5/6] kselftest/arm64/mte: refactor check_mmap_option test

[PATCH v2 0/2] Enable CPU Idle for gs101
 2025-06-11  9:34 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodes
` [PATCH v2 2/2] soc: samsung: exynos-pmu: Enable CPU Idle for gs101

[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
 2025-06-11  9:34 UTC  (11+ messages)
` [PATCH v6 01/11] mtd: core: always create master device

[PATCH] arm64: Enable vmalloc-huge with ptdump
 2025-06-11  9:33 UTC  (10+ messages)

[PATCH] media: dw9714: add support for powerdown pin
 2025-06-11  9:33 UTC  (2+ messages)

[PATCH v12 0/2] Add support for IPQ5018 tsens
 2025-06-11  9:33 UTC  (3+ messages)
` [PATCH v12 1/2] dt-bindings: thermal: qcom-tsens: make ipq5018 tsens standalone compatible
` [PATCH v12 2/2] arm64: dts: qcom: ipq5018: Add tsens node

[PATCH] coresight: fix indentation error in cscfg_remove_owned_csdev_configs()
 2025-06-11  9:33 UTC 

[PATCH v3 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2025-06-11  9:32 UTC  (4+ messages)
` [PATCH v3 08/10] ASoC: dt-bindings: mediatek,mt8196-afe: add audio AFE document

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-11  9:32 UTC  (13+ messages)

[PATCH v2] arm64: Enable vmalloc-huge with ptdump
 2025-06-11  9:30 UTC  (4+ messages)

[PATCH 2/3] x86/mm/pat: don't collapse pages without PSE set
 2025-06-11  9:30 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 2/5] x86/Kconfig: only enable ROX cache in execmem when STRICT_MODULE_RWX is set
 2025-06-11  9:30 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 3/5] x86/its: move its_pages array to struct mod_arch_specific
 2025-06-11  9:30 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 4/5] x86/its: explicitly manage permissions for ITS pages
 2025-06-11  9:30 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 5/5] Revert "mm/execmem: Unify early execmem_cache behaviour"
 2025-06-11  9:30 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v6 0/8] KVM: VMX: Preserve host's DEBUGCTL.FREEZE_IN_SMM
 2025-06-11  9:29 UTC  (7+ messages)
` [PATCH v6 1/8] KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL
` [PATCH v6 5/8] KVM: VMX: Extract checking of guest's DEBUGCTL into helper
` [PATCH v6 7/8] KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs

[PATCH] sched: Make clangd usable
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] sched/eevdf:Correct the comment in place_entity
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: sched/core] sched/eevdf: Correct "

[PATCH] perf/core: Handling the race between exit_mmap and perf sample
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: perf/urgent] perf: Fix sample vs do_exit()

[PATCH 1/1] perf/core: fix dangling cgroup pointer in cpuctx
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: perf/urgent] perf: Fix cgroup state vs ERROR

[tip: perf/urgent] perf: Fix dangling cgroup pointer in cpuctx
 2025-06-11  9:29 UTC 

[PATCH v2 2/2] perf/core: Fix WARN_ON_ONCE(cpuctx->ctx.nr_cgroups == 0) in perf_cgroup_switch
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: perf/urgent] perf/core: Fix WARN in perf_cgroup_switch()

[PATCH 1/1] perf/core: fix dangling cgroup pointer in cpuctx
 2025-06-11  9:29 UTC  (2+ messages)
` [tip: perf/urgent] perf: Add comment to enum perf_event_state

[PATCH v4 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2025-06-11  9:26 UTC  (5+ messages)
` [PATCH v4 08/10] ASoC: dt-bindings: mediatek,mt8196-afe: add audio AFE document

[PATCH v3 0/5] HID: multitouch: Add support for Touch Bars on x86 MacBook Pros
 2025-06-11  9:26 UTC  (2+ messages)

[BUG] perf tools: Build failure in v6.16-rc1
 2025-06-11  9:25 UTC  (2+ messages)

[PATCH 1/3] rcu: Return early if callback is not specified
 2025-06-11  9:25 UTC  (6+ messages)
` [PATCH 2/3] rcu: Enable rcu_normal_wake_from_gp on small systems

[PATCH v10 0/5] Add Loongson Security Engine chip driver
 2025-06-11  9:23 UTC  (3+ messages)
` [PATCH v10 2/5] crypto: loongson - add Loongson RNG driver support

[PATCH 0/2] remoteproc: cv1800b: Add initial support for C906L processor
 2025-06-11  9:23 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC

[PATCH v3 0/3] vdso: Reject absolute relocations during build
 2025-06-11  9:22 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v3 2/3] riscv: vdso: Disable LTO for the vDSO
` [PATCH v3 3/3] vdso: Reject absolute relocations during build

[PATCH net v5] macsec: MACsec SCI assignment for ES = 0
 2025-06-11  9:20 UTC  (2+ messages)

[PATCH 1/3] selftests/futex: getopt() requires int as return value
 2025-06-11  9:20 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH 2/3] selftests/futex: Set the home_node in futex_numa_mpol
 2025-06-11  9:20 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH 3/3] futex: Handle invalid node numbers supplied by user
 2025-06-11  9:20 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH v12 14/21] futex: Allow to resize the private local hash
 2025-06-11  9:20 UTC  (2+ messages)
` [tip: locking/urgent] "

[PATCH] ARM: dts: microchip: sam9x7: Add HLCD controller
 2025-06-11  9:17 UTC 

[PATCH] arm64: dts: imx8mp: Enable gpu passive throttling
 2025-06-11  9:16 UTC  (2+ messages)

[PATCH] crypto: tegra: Add crypto config in tegra_cmac_do_final()
 2025-06-11  9:16 UTC  (2+ messages)

[REGRESSION] v6.16-rc1 nouveau NULL pointer dereference
 2025-06-11  9:15 UTC 

[PATCH 0/4] spi: spi-fsl-dspi: Target mode improvements
 2025-06-11  9:12 UTC  (12+ messages)
` [PATCH 1/4] spi: spi-fsl-dspi: Clear completion counter before initiating transfer
` [PATCH 2/4] spi: spi-fsl-dspi: Use non-coherent memory for DMA

[PATCH] KEYS: Invert FINAL_PUT bit
 2025-06-11  9:12 UTC  (3+ messages)

[PATCH 0/7] Some random fixes and cleanups to shmem
 2025-06-11  9:11 UTC  (6+ messages)
` [PATCH 2/7] mm: shmem: avoid setting error on splited entries in shmem_set_folio_swapin_error()

[PATCH v3 0/2] PM: domains: add devm_pm_domain_attach()
 2025-06-11  9:11 UTC  (8+ messages)
` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach()

[PATCH v2 00/17] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
 2025-06-11  9:10 UTC  (11+ messages)
` [PATCH v2 01/17] dt-bindings: firmware: google,gs101-acpm-ipc: convert regulators to lowercase
` [PATCH v2 02/17] regulator: dt-bindings: add s2mpg10-pmic regulators
` [PATCH v2 03/17] regulator: dt-bindings: add s2mpg11-pmic regulators
` [PATCH v2 04/17] dt-bindings: mfd: samsung,s2mps11: add s2mpg10-pmic regulators

[PATCH net-next] net: ncsi: Fix buffer overflow in fetching version id
 2025-06-11  9:09 UTC  (2+ messages)

[PATCH] drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88
 2025-06-11  9:07 UTC  (2+ messages)

[PATCH v2 0/5] Add support for BeagleBone Green Eco board
 2025-06-11  9:06 UTC  (3+ messages)
` [PATCH v2 2/5] binding: omap: Add lots of missing omap AM33 compatibles

[PATCH v2 1/2] dt: bindings: arm: add bindings for TQMLS1012AL
 2025-06-11  9:05 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: ls1012a: add DTS for TQMLS1012al module with MBLS1012AL board

[PATCH bpf-next v2] net: Fix RCU usage in task_cls_state() for BPF programs
 2025-06-11  9:04 UTC 

[PATCH 0/6] dt-bindings: power: supply: Few cleanups around monitored-battery
 2025-06-11  9:01 UTC  (3+ messages)
` [PATCH 3/6] dt-bindings: power: supply: qcom,pmi8998: Add missing power-supply ref

[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-11  9:00 UTC  (11+ messages)
` [PATCH v8 01/10] gpiolib: add support to register sparse pin range
` [PATCH v8 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v8 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v8 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v8 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v8 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v8 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v8 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v8 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v8 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH v9 0/2] coresight: Add Coresight Trace Network On Chip driver
 2025-06-11  8:59 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: arm: Add device Trace Network On Chip definition
` [PATCH v9 2/2] coresight: add coresight Trace Network On Chip driver

[PATCH v3] f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic
 2025-06-11  8:59 UTC  (8+ messages)

[PATCH 00/10] iio: convert to use maple tree register cache
 2025-06-11  8:58 UTC  (11+ messages)
` [PATCH 01/10] iio: chemical: bme680: "
` [PATCH 02/10] iio: dac: ad5380: "
` [PATCH 03/10] iio: dac: bd79703: "
` [PATCH 04/10] iio: health: afe4403: "
` [PATCH 05/10] iio: health: afe4404: "
` [PATCH 06/10] iio: imu: icm42600: "
` [PATCH 07/10] iio: imu: bno055: "
` [PATCH 08/10] iio: light: isl29028: "
` [PATCH 09/10] iio: light: ltr501: "
` [PATCH 10/10] iio: light: opt4060: "

[PATCH] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-11  8:58 UTC  (7+ messages)

[PATCHv2 mm-stable] uprobes: Revert ref_ctr_offset in uprobe_unregister error path
 2025-06-11  8:57 UTC  (3+ messages)

next-20250610: arm64 No rule to make target rockchip rk3399-rockpro64-screen.dtso
 2025-06-11  8:57 UTC  (4+ messages)

[PATCH v2] md/raid1: Fix stack memory use after return in raid1_reshape
 2025-06-11  8:55 UTC 

[PATCH v4 00/11] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-11  8:55 UTC  (4+ messages)
` [PATCH v4 04/11] iio: accel: adxl313: add function to enable measurement

[PATCH v2 0/2] genirq: Retain depth for managed IRQs across CPU hotplug
 2025-06-11  8:50 UTC  (8+ messages)
` [PATCH v2 1/2] "

[PATCH v3 0/4] media: i2c: vd55g1: Miscellaneous fixes
 2025-06-11  8:48 UTC  (5+ messages)
` [PATCH v3 1/4] media: i2c: vd55g1: Fix RATE macros not being expressed in bps
` [PATCH v3 2/4] media: i2c: vd55g1: Fix return code in vd55g1_enable_streams error path
` [PATCH v3 3/4] media: i2c: vd55g1: Setup sensor external clock before patching
` [PATCH v3 4/4] media: i2c: vd55g1: Use first index of mbus codes array as default

[PATCH v2] arm64: dts: ti: k3-am642-evm-pcie0-ep: Add boot phase tag to "pcie0_ep"
 2025-06-11  8:47 UTC  (3+ messages)

[PATCH net-next 0/4] Support bandwidth clamping in mana using net shapers
 2025-06-11  8:46 UTC  (5+ messages)
` [PATCH net-next 1/4] net: mana: Fix potential deadlocks in mana napi ops
` [PATCH net-next 2/4] net: mana: Add support for net_shaper_ops
` [PATCH net-next 3/4] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH net-next 4/4] net: mana: Handle unsupported HWC commands

page:  |  | latest

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

all inboxes | Powered by JetHome®