[PATCH] SELinux: Check correct permissions for FS_IOC32_*
2023-12-18 13:46 UTC (3+ messages)
` [PATCH] SELinux: Introduce security_file_ioctl_compat hook
[PATCH 1/1] fault-inject: Include linux/types.h by default
2023-12-18 13:45 UTC (2+ messages)
[PATCH] ARM: MAINTAINERS: drop empty entries for removed boards
2023-12-18 13:45 UTC
[PATCH 0/2] crash: fix potential cmem->ranges array overflow
2023-12-18 13:45 UTC (2+ messages)
[PATCH 1/2] lib/strtox: introduce kstrtoull_suffix() helper
2023-12-18 13:44 UTC
[PATCH net-next v9 00/10] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
2023-12-18 13:43 UTC (6+ messages)
` [PATCH net-next v9 02/10] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH net-next v9 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
[PATCH] power: supply: drop maintainer-less BQ27XXX
2023-12-18 13:42 UTC
[PATCH] kbuild: rust: add `rustupoverride` target
2023-12-18 13:41 UTC (6+ messages)
[PATCH v1 1/3] device property: Implement device_is_big_endian()
2023-12-18 13:40 UTC (13+ messages)
[PATCH] arm64: dts: qcom: msm8996: Define UFS UniPro clock limits
2023-12-18 13:39 UTC
[PATCH v1 0/3] gpio: mmio: Make driver agnostic
2023-12-18 13:37 UTC (4+ messages)
[PATCH 1/4] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
2023-12-18 13:37 UTC (4+ messages)
` [PATCH 2/4] nvmem: core: add nvmem_dev_size() helper
` [PATCH 3/4] nvmem: u-boot-env: use more nvmem subsystem helpers
` [PATCH 4/4] nvmem: layouts: add U-Boot env layout
[PATCH v2] MAINTAINERS: Remove Ohad Ben-Cohen from hwspinlock subsystem
2023-12-18 13:36 UTC (2+ messages)
[PATCH 0/5] Pinephone video out fixes (flipping between two frames)
2023-12-18 13:35 UTC (6+ messages)
` [PATCH 1/5] clk: sunxi-ng: nkm: Support constraints on m/n ratio and parent rate
` [PATCH 2/5] clk: sunxi-ng: a64: Add constraints on PLL-MIPI's n/m "
` [PATCH 3/5] clk: sunxi-ng: nm: Support constraints on "
` [PATCH 4/5] clk: sunxi-ng: a64: Add constraints on PLL-VIDEO0's n/m ratio
` [PATCH 5/5] drm/panel: st7703: Drive XBD599 panel at higher clock rate
[PATCH v2 0/2] cxl/cdat: Fixes for CXL CDAT processing
2023-12-18 13:28 UTC (3+ messages)
` [PATCH v2 2/2] cxl/cdat: Fix header sum value in CDAT checksum
[PATCH v4 00/10] devm_led_classdev_register() usage problem
2023-12-18 13:26 UTC (9+ messages)
` [PATCH v4 02/10] locking: introduce devm_mutex_init
[PATCH] net: mana: select PAGE_POOL
2023-12-18 13:25 UTC (2+ messages)
[PATCH v2 0/2] drm/solomon: Add support for the SSD133x controller family
2023-12-18 13:20 UTC
[Patch v2 2/2] thunderbolt: Teardown tunnels and reset downstream ports created by boot firmware
2023-12-18 13:18 UTC (13+ messages)
[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-12-18 13:18 UTC (35+ messages)
` [PATCH v5 01/34] tracing: Add a comment about ftrace_regs definition
` [PATCH v5 02/34] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v5 03/34] function_graph: Convert ret_stack to a series of longs
` [PATCH v5 04/34] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v5 05/34] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 07/34] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v5 08/34] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v5 09/34] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v5 10/34] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v5 12/34] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v5 13/34] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v5 14/34] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v5 15/34] function_graph: Move graph depth stored data "
` [PATCH v5 16/34] function_graph: Move graph notrace bit "
` [PATCH v5 17/34] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v5 18/34] function_graph: Add selftest for passing local variables
` [PATCH v5 19/34] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v5 20/34] function_graph: Add a new exit "
` [PATCH v5 21/34] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 22/34] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v5 23/34] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 25/34] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v5 26/34] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v5 27/34] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v5 29/34] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v5 30/34] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v5 31/34] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v5 32/34] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v5 33/34] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v5 34/34] Documentation: probes: Update fprobe on function-graph tracer
[PATCH] bcma,ssb: simplify dependency handling for bcma and ssb drivers
2023-12-18 13:17 UTC (2+ messages)
[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header
2023-12-18 13:17 UTC (2+ messages)
[PATCH v2] crypto:tcrypt: add script tcrypt_speed_compare.py
2023-12-18 13:15 UTC
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2023-12-18 13:14 UTC (11+ messages)
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
[PATCH v2 00/27] Add HDMI support for RK3128
2023-12-18 13:13 UTC (8+ messages)
` [PATCH v2 19/27] drm/rockchip: inno_hdmi: Move tmds rate to connector state subclass
` [PATCH v2 20/27] drm/rockchip: inno_hdmi: Correctly setup HDMI quantization range
[PATCH 1/2] platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
2023-12-18 13:10 UTC (2+ messages)
[PATCH v2] platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems
2023-12-18 13:10 UTC (2+ messages)
[RESEND PATCH] ipc/mqueue: fix potential sleeping issue in mqueue_flush_file
2023-12-18 13:08 UTC
mm/DAMON: Profiling enhancements for DAMON
2023-12-18 13:05 UTC (3+ messages)
[PATCH] regulator: of: Remove redundant check in of_get_regulation_constraints
2023-12-18 13:01 UTC (2+ messages)
[PATCH 1/2] lib/strtox: introduce kstrtoull_suffix() helper
2023-12-18 12:59 UTC (2+ messages)
fs/bcachefs/io_write.c:1570: warning: Function parameter or struct member 'bch2_write' not described in 'CLOSURE_CALLBACK'
2023-12-18 12:58 UTC
[PATCH net-next v10 00/10] net: ethernet: am65-cpsw: Add mqprio, frame preemption & coalescing
2023-12-18 12:55 UTC (11+ messages)
` [PATCH net-next v10 01/10] selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
` [PATCH net-next v10 02/10] selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC stats
` [PATCH net-next v10 03/10] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
` [PATCH net-next v10 04/10] net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
` [PATCH net-next v10 05/10] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH net-next v10 06/10] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
` [PATCH net-next v10 07/10] net: ethernet: am65-cpsw: Move register definitions to header file
` [PATCH net-next v10 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH net-next v10 09/10] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
` [PATCH net-next v10 10/10] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers
[PATCH] /proc/sysrq-trigger can now pause processing for one second
2023-12-18 12:53 UTC (7+ messages)
[RFC PATCH 0/8] firewire: core: support legacy layout of configuration ROM for AV/C device
2023-12-18 12:50 UTC (7+ messages)
` [RFC PATCH 7/8] firewire: core: detect model name for legacy layout of configuration ROM
` [RFC PATCH 8/8] firewire: core: change modalias of unit device with backward incompatibility
[PATCH AUTOSEL 4.14 1/6] clk: rockchip: rk3128: Fix HCLK_OTG gate register
2023-12-18 12:47 UTC (6+ messages)
` [PATCH AUTOSEL 4.14 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 4.14 3/6] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 4.14 4/6] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 4.14 5/6] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 4.14 6/6] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH AUTOSEL 4.19 1/6] clk: rockchip: rk3128: Fix HCLK_OTG gate register
2023-12-18 12:47 UTC (6+ messages)
` [PATCH AUTOSEL 4.19 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 4.19 3/6] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 4.19 4/6] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 4.19 5/6] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 4.19 6/6] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCHv3 RESEND 00/10] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
2023-12-18 12:46 UTC (12+ messages)
` [PATCHv3 RESEND 01/10] ASoC: fsl-asoc-card: add support for dai links with multiple codecs
` [PATCHv3 RESEND 02/10] ASoC: fsl-asoc-card: add second dai link component for codecs
` [PATCHv3 RESEND 03/10] ASoC: fsl-asoc-card: add compatibility to use 2 codecs in dai-links
` [PATCHv3 RESEND 04/10] ASoC: fsl-asoc-card: add new compatible for a generic codec use case
` [PATCHv3 RESEND 05/10] ASoC: fsl-asoc-card: set generic codec as clock provider
` [PATCHv3 RESEND 06/10] ASoC: fsl-asoc-card: add dts property "cpu-slot-width"
` [PATCHv3 RESEND 07/10] ASoC: fsl-asoc-card: add dts property "cpu-slot-num"
` [PATCHv3 RESEND 08/10] ASoC: fsl-asoc-card: add dts properties "cpu-sysclk-freq"
` [PATCHv3 RESEND 09/10] ASoC: fsl-asoc-card: add dts properties "cpu-sysclk-dir-out"
` [PATCHv3 RESEND 10/10] ASoC: dt-bindings: fsl-asoc-card: add compatible for generic codec
[PATCH AUTOSEL 5.4 1/7] clk: rockchip: rk3128: Fix HCLK_OTG gate register
2023-12-18 12:46 UTC (7+ messages)
` [PATCH AUTOSEL 5.4 2/7] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 5.4 3/7] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 5.4 4/7] neighbour: Don't let neigh_forced_gc() disable preemption for long
` [PATCH AUTOSEL 5.4 5/7] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 5.4 6/7] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.4 7/7] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH AUTOSEL 5.10 1/8] clk: rockchip: rk3128: Fix HCLK_OTG gate register
2023-12-18 12:46 UTC (8+ messages)
` [PATCH AUTOSEL 5.10 2/8] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 5.10 3/8] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 5.10 4/8] neighbour: Don't let neigh_forced_gc() disable preemption for long
` [PATCH AUTOSEL 5.10 5/8] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
` [PATCH AUTOSEL 5.10 6/8] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 5.10 7/8] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.10 8/8] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH AUTOSEL 5.15 01/13] clk: rockchip: rk3128: Fix HCLK_OTG gate register
2023-12-18 12:45 UTC (13+ messages)
` [PATCH AUTOSEL 5.15 02/13] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 5.15 03/13] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 5.15 04/13] neighbour: Don't let neigh_forced_gc() disable preemption for long
` [PATCH AUTOSEL 5.15 05/13] platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
` [PATCH AUTOSEL 5.15 06/13] ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
` [PATCH AUTOSEL 5.15 07/13] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
` [PATCH AUTOSEL 5.15 08/13] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 5.15 09/13] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 5.15 10/13] stmmac: dwmac-loongson: drop useless check for compatible fallback
` [PATCH AUTOSEL 5.15 11/13] MIPS: dts: loongson: drop incorrect dwmac fallback compatible
` [PATCH AUTOSEL 5.15 12/13] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 5.15 13/13] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH AUTOSEL 6.1 01/15] clk: rockchip: rk3568: Add PLL rate for 292.5MHz
2023-12-18 12:45 UTC (15+ messages)
` [PATCH AUTOSEL 6.1 02/15] clk: rockchip: rk3128: Fix HCLK_OTG gate register
` [PATCH AUTOSEL 6.1 03/15] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 6.1 04/15] jbd2: increase the journal IO's priority
` [PATCH AUTOSEL 6.1 05/15] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 6.1 06/15] neighbour: Don't let neigh_forced_gc() disable preemption for long
` [PATCH AUTOSEL 6.1 07/15] platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
` [PATCH AUTOSEL 6.1 08/15] ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
` [PATCH AUTOSEL 6.1 09/15] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
` [PATCH AUTOSEL 6.1 10/15] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 6.1 11/15] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 6.1 12/15] stmmac: dwmac-loongson: drop useless check for compatible fallback
` [PATCH AUTOSEL 6.1 13/15] MIPS: dts: loongson: drop incorrect dwmac fallback compatible
` [PATCH AUTOSEL 6.1 14/15] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 6.1 15/15] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH AUTOSEL 6.6 01/18] clk: rockchip: rk3568: Add PLL rate for 292.5MHz
2023-12-18 12:43 UTC (18+ messages)
` [PATCH AUTOSEL 6.6 02/18] clk: rockchip: rk3128: Fix HCLK_OTG gate register
` [PATCH AUTOSEL 6.6 03/18] soundwire: intel_ace2x: fix AC timing setting for ACE2.x
` [PATCH AUTOSEL 6.6 04/18] jbd2: correct the printing of write_flags in jbd2_write_superblock()
` [PATCH AUTOSEL 6.6 05/18] jbd2: increase the journal IO's priority
` [PATCH AUTOSEL 6.6 06/18] HID: Add quirk for Labtec/ODDOR/aikeec handbrake
` [PATCH AUTOSEL 6.6 07/18] drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
` [PATCH AUTOSEL 6.6 08/18] neighbour: Don't let neigh_forced_gc() disable preemption for long
` [PATCH AUTOSEL 6.6 09/18] platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
` [PATCH AUTOSEL 6.6 10/18] ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
` [PATCH AUTOSEL 6.6 11/18] efi/loongarch: Use load address to calculate kernel entry address
` [PATCH AUTOSEL 6.6 12/18] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
` [PATCH AUTOSEL 6.6 13/18] tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
` [PATCH AUTOSEL 6.6 14/18] tracing: Add size check when printing trace_marker output
` [PATCH AUTOSEL 6.6 15/18] stmmac: dwmac-loongson: drop useless check for compatible fallback
` [PATCH AUTOSEL 6.6 16/18] MIPS: dts: loongson: drop incorrect dwmac fallback compatible
` [PATCH AUTOSEL 6.6 17/18] tracing: Fix uaf issue when open the hist or hist_debug file
` [PATCH AUTOSEL 6.6 18/18] ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
[PATCH] kexec: do syscore_shutdown() in kernel_kexec
2023-12-18 12:41 UTC (3+ messages)
kernel/trace/ftrace.c:1256: warning: Function parameter or struct member 'ops' not described in 'ftrace_free_filter'
2023-12-18 12:41 UTC (2+ messages)
[PATCH v10-mte 0/7] Implement MTE tag compression for swapped pages
2023-12-18 12:40 UTC (8+ messages)
` [PATCH v11-mte 1/7] lib/bitmap: add bitmap_{read,write}()
` [PATCH v11-mte 2/7] lib/test_bitmap: add tests for bitmap_{read,write}()
` [PATCH v11-mte 3/7] lib/test_bitmap: use pr_info() for non-error messages
` [PATCH v11-mte 4/7] arm64: mte: implement CONFIG_ARM64_MTE_COMP
` [PATCH v11-mte 5/7] arm64: mte: add a test for MTE tags compression
` [PATCH v11-mte 6/7] arm64: mte: add compression support to mteswap.c
` [PATCH v11-mte 7/7] arm64: mte: implement CONFIG_ARM64_MTE_SWAP_STATS
[PATCH net-next v2 0/3] Abstract page from net stack
2023-12-18 12:39 UTC (3+ messages)
` [PATCH net-next v2 3/3] net: add netmem_t to skb_frag_t
[PATCH 00/50] big header dependency cleanup targeting sched.h
2023-12-18 12:39 UTC (4+ messages)
` [PATCH 22/50] pid: Split out pid_types.h
` [PATCH 25/50] wait: Remove uapi header file from main header file
page: next (older) | prev (newer) | 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®