linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-26 08:33:41 to 2021-11-26 10:33:12 UTC [more...]

[PATCH v4 0/2] arm64: Enable OPTPROBE for arm64
 2021-11-26 10:31 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: kprobe: "

[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-11-26 10:21 UTC  (4+ messages)
` [PATCH v2 2/2] net: mdio: fixup ethernet phy module auto-load function

[PATCH] powerpc/ptdump: Fix display a BAT's size unit
 2021-11-26 10:30 UTC 

[PATCH v1 1/1] MIPS: TXx9: Convert SPI platform data to software nodes
 2021-11-26 10:23 UTC 

[PATCH net-next v4 0/6] net: lan966x: Add lan966x switch driver
 2021-11-26 10:19 UTC  (8+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: lan966x: Add lan966x-switch bindings
` [PATCH net-next v4 2/6] net: lan966x: add the basic lan966x driver
` [PATCH net-next v4 3/6] net: lan966x: add port module support
` [PATCH net-next v4 4/6] net: lan966x: add mactable support
` [PATCH net-next v4 5/6] net: lan966x: add ethtool configuration and statistics
` [PATCH net-next v4 6/6] net: lan966x: Update MAINTAINERS to include lan966x driver

[PATCH] kselftest: Fix vdso_test_time to pass on skips
 2021-11-26 10:28 UTC 

[PATCH v6 2/3] firmware: mediatek: add adsp ipc protocol interface
 2021-11-26 10:17 UTC  (2+ messages)
  ` [PATCH v6 3/3] mailbox: mediatek: add support for adsp mailbox controller

[PATCH v9 0/4] Add support for the Hynix Hi-846 camera
 2021-11-26 10:18 UTC  (5+ messages)
` [PATCH v9 2/4] dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor

[PATCH 0/4] drm: rcar-du: mipi-dsi: Cleanup and Fixes
 2021-11-26 10:15 UTC  (5+ messages)
` [PATCH 1/4] drm: rcar-du: Fix Makefile indentation for DSI
` [PATCH 2/4] drm: rcar-du: Select DRM_MIPI_DSI with DRM_RCAR_MIPI_DSI
` [PATCH 3/4] drm: rcar-du: mipi-dsi: Ensure correct fout is reported
` [PATCH 4/4] drm: rcar-du: mipi-dsi: Support bridge probe ordering

[PATCH V6 00/49] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-11-26 10:12 UTC  (50+ messages)
` [PATCH V6 01/49] x86/entry: Add fence for kernel entry swapgs in paranoid_entry()
` [PATCH V6 02/49] x86/entry: Use the correct fence macro after swapgs in kernel CR3
` [PATCH V6 03/49] x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
` [PATCH V6 04/49] x86/entry: Use swapgs and native_iret directly in swapgs_restore_regs_and_return_to_usermode
` [PATCH V6 05/49] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V6 06/49] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH V6 07/49] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH V6 08/49] x86: Remove unused kernel_to_user_p4dp() and user_to_kernel_p4dp()
` [PATCH V6 09/49] x86: Replace PTI_PGTABLE_SWITCH_BIT with PTI_USER_PGTABLE_BIT
` [PATCH V6 10/49] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH V6 11/49] x86/traps: Move the declaration of native_irq_return_iret into proto.h
` [PATCH V6 12/49] x86/entry: Add arch/x86/entry/entry64.c for C entry code
` [PATCH V6 13/49] x86/entry: Expose the address of .Lgs_change to entry64.c
` [PATCH V6 14/49] x86/entry: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH V6 15/49] x86/traps: Add fence_swapgs_{user,kernel}_entry()
` [PATCH V6 16/49] x86/entry: Add C user_entry_swapgs_and_fence()
` [PATCH V6 17/49] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH V6 18/49] x86/entry: Switch the stack after error_entry() returns
` [PATCH V6 19/49] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH V6 20/49] x86/entry: Move cld to the start of idtentry
` [PATCH V6 21/49] x86/entry: Don't call error_entry for XENPV
` [PATCH V6 22/49] x86/entry: Convert SWAPGS to swapgs in error_entry()
` [PATCH V6 23/49] x86/entry: Implement the whole error_entry() as C code
` [PATCH V6 24/49] x86/entry: Use idtentry macro for entry_INT80_compat
` [PATCH V6 25/49] x86/entry: Convert SWAPGS to swapgs in entry_SYSENTER_compat()
` [PATCH V6 26/49] x86: Remove the definition of SWAPGS
` [PATCH V6 27/49] x86/entry: Make paranoid_exit() callable
` [PATCH V6 28/49] x86/entry: Call paranoid_exit() in asm_exc_nmi()
` [PATCH V6 29/49] x86/entry: move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [PATCH V6 30/49] x86/entry: Add the C version ist_switch_to_kernel_cr3()
` [PATCH V6 31/49] x86/entry: Skip CR3 write when the saved CR3 is kernel CR3 in RESTORE_CR3
` [PATCH V6 32/49] x86/entry: Add the C version ist_restore_cr3()
` [PATCH V6 33/49] x86/entry: Add the C version get_percpu_base()
` [PATCH V6 34/49] x86/entry: Add the C version ist_switch_to_kernel_gsbase()
` [PATCH V6 35/49] x86/entry: Implement the C version ist_paranoid_entry()
` [PATCH V6 36/49] x86/entry: Implement the C version ist_paranoid_exit()
` [PATCH V6 37/49] x86/entry: Add a C macro to define the function body for IST in .entry.text
` [PATCH V6 38/49] x86/debug, mce: Use C entry code
` [PATCH V6 39/49] x86/idtentry.h: Move the definitions *IDTENTRY_{MCE|DEBUG}* up
` [PATCH V6 40/49] x86/nmi: Use DEFINE_IDTENTRY_NMI for nmi
` [PATCH V6 41/49] x86/nmi: Use C entry code
` [PATCH V6 42/49] x86/entry: Add a C macro to define the function body for IST in .entry.text with an error code
` [PATCH V6 43/49] x86/doublefault: Use C entry code
` [PATCH V6 44/49] x86/sev: Add and use ist_vc_switch_off_ist()
` [PATCH V6 45/49] x86/sev: Use C entry code
` [PATCH V6 46/49] x86/entry: Remove ASM function paranoid_entry() and paranoid_exit()
` [PATCH V6 47/49] x86/entry: Remove the unused ASM macros
` [PATCH V6 48/49] x86/entry: Remove save_ret from PUSH_AND_CLEAR_REGS
` [PATCH V6 49/49] x86/syscall/64: Move the checking for sysret to C code

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-11-26 10:26 UTC  (3+ messages)

[PATCH v2 0/4] ARM: dts: stm32: merge spi and i2s nodes
 2021-11-26 10:25 UTC  (4+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: stm32: i2s: add audio-graph-card port

[PATCH net-next 0/4] net: mvneta: mqprio cleanups and shaping support
 2021-11-26 10:24 UTC  (5+ messages)
` [PATCH net-next 4/4] net: mvneta: Add TC traffic shaping offload

Linux 5.4.162
 2021-11-26 10:23 UTC  (2+ messages)

Linux 5.10.82
 2021-11-26 10:23 UTC  (2+ messages)

[PATCH v2] rtc: da9063: add as wakeup source
 2021-11-26 10:23 UTC  (5+ messages)

[PATCH v6 5/7] drm/mediatek: dpi: Add dpintf support
 2021-11-26 10:23 UTC  (3+ messages)

[PATCH 4.19 000/320] 4.19.218-rc3 review
 2021-11-26 10:13 UTC  (3+ messages)

[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
 2021-11-26 10:21 UTC  (2+ messages)

[v12 0/2] Support pwm driver for aspeed ast26xx
 2021-11-26 10:10 UTC  (5+ messages)
` [v12 2/2] pwm: Add Aspeed ast2600 PWM support

[FYI][PATCH 1/1] tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv syscall Reply-To:
 2021-11-26 10:01 UTC  (3+ messages)

[RFC 00/13] MediaTek MT8192 APU
 2021-11-26 10:07 UTC  (4+ messages)
` [RFC 08/13] soc: mediatek: apu: Add apusys rv driver

[PATCH v3] dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
 2021-11-26 10:05 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v1 00/10] misc: at25: Code cleanups and improvements
 2021-11-26  9:59 UTC  (4+ messages)

linux-next: build failure after merge of the tip tree
 2021-11-26 10:01 UTC  (2+ messages)

[PATCH v4 1/4] arm64: dts: renesas: r8a779a0: Add DU support
 2021-11-26  9:54 UTC  (4+ messages)
` [PATCH v4 2/4] arm64: dts: renesas: r8a779a0: Add DSI encoders
` [PATCH v4 3/4] arm64: dts: renesas: r8a779a0: falcon-cpu: Add DSI display output
` [PATCH v4 4/4] arm64: dts: renesas: r8a779a0: Provide default DSI data-lanes

[PATCH] usb: uhci: add aspeed ast2600 uhci support
 2021-11-26 10:00 UTC 

[atishp04:sparse_hartid_support 3/9] arch/riscv/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-11-26  9:55 UTC 

[PATCH] futex: Fix sparc32/m68k/nds32 build regression
 2021-11-26  9:58 UTC 

[PATCH 4.4 000/159] 4.4.293-rc3 review
 2021-11-26  9:58 UTC  (2+ messages)

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-11-26  9:57 UTC  (5+ messages)
` [PATCH V7 05/18] x86/pks: Add PKS setup code

[PATCH 5.10 000/153] 5.10.82-rc2 review
 2021-11-26  9:57 UTC  (2+ messages)

[PATCH] USB: serial: cp210x: fix CP2105 GPIO registration
 2021-11-26  9:56 UTC  (2+ messages)

[PATCH v5 00/10] add aspeed-jpeg support for aspeed-video
 2021-11-26  9:51 UTC  (4+ messages)

[PATCH v15] tty: Fix the keyboard led light display problem
 2021-11-26  9:55 UTC  (2+ messages)

[v6 1/5] dt-bindings: power: Add MT8195 power domains
 2021-11-26  9:52 UTC  (10+ messages)
` [v6 2/5] soc: mediatek: pm-domains: Add wakeup capacity support in power domain
` [v6 3/5] soc: mediatek: pm-domains: Remove unused macro
` [v6 4/5] soc: mediatek: pm-domains: Move power status offset to power domain data
` [v6 5/5] soc: mediatek: pm-domains: Add support for mt8195

[FYI][PATCH 1/1] tools headers UAPI: Sync powerpc syscall table file changed by new futex_waitv syscall
 2021-11-26  9:49 UTC  (2+ messages)

[PATCH v2 0/9] sysctl: first set of kernel/sysctl cleanups
 2021-11-26  9:46 UTC  (5+ messages)
` [PATCH v2 3/9] hung_task: Move hung_task sysctl interface to hung_task.c
` [PATCH v2 4/9] watchdog: move watchdog sysctl interface to watchdog.c

[PATCH v4 00/22] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-11-26  9:44 UTC  (4+ messages)
` [PATCH v4 06/22] cpufreq: amd: introduce a new amd pstate driver to support future processors

[PATCH 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-11-26  9:42 UTC  (5+ messages)
` [PATCH 4/4] mtd: nand: omap2: Add support for NAND Controller on "

[PATCH v2] docs/zh_CN: Add zh_CN/accounting/taskstats.rst
 2021-11-26  9:37 UTC 

[PATCH 0/4] usb: Use notifier for linking Type C ports
 2021-11-26  9:40 UTC  (2+ messages)

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-11-26  9:40 UTC  (5+ messages)
` [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space

[PATCH v2 0/2] Add Qualcomm MPM irqchip driver support
 2021-11-26  9:35 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: interrupt-controller: Add Qualcomm MPM support
` [PATCH v2 2/2] irqchip: Add Qualcomm MPM controller driver

[PATCH] mm: split thp synchronously on MADV_DONTNEED
 2021-11-26  9:39 UTC  (11+ messages)

[PATCH] sched/fair: Clear target from cpus to scan in select_idle_cpu
 2021-11-26  9:38 UTC  (4+ messages)

[PATCH] drm: rcar-du: crtc: Support external DSI dot clock
 2021-11-26  9:35 UTC 

[syzbot] inconsistent lock state in io_link_timeout_fn
 2021-11-26  9:37 UTC 

[PATCH v2 1/2] s390/kexec: check the return value of ipl_report_finish
 2021-11-26  9:36 UTC  (3+ messages)

[PATCH v1 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-11-26  9:34 UTC  (6+ messages)

[PATCH] net: dsa: realtek-smi: fix indirect reg access for ports>4
 2021-11-26  9:34 UTC  (3+ messages)
` [PATCH v2] net: dsa: realtek-smi: fix indirect reg access for ports>3

[PATCH] nfc: fdp: Merge the same judgment
 2021-11-26  9:32 UTC  (2+ messages)

[PATCH] drm/msm: Initialize MDSS irq domain at probe time
 2021-11-26  9:26 UTC  (3+ messages)

[PATCH] mtdchar: prevent unbounded allocation in MEMWRITE ioctl
 2021-11-26  9:31 UTC  (4+ messages)

[PATCH 5.4 000/100] 5.4.162-rc2 review
 2021-11-26  9:29 UTC  (2+ messages)

[syzbot] inconsistent lock state in io_poll_remove_all
 2021-11-26  9:27 UTC 

[RFC PATCH V6 0/7] implement containerized syncfs for overlayfs
 2021-11-26  9:25 UTC  (15+ messages)
` [RFC PATCH V6 1/7] ovl: setup overlayfs' private bdi
` [RFC PATCH V6 2/7] ovl: mark overlayfs inode dirty when it has upper
` [RFC PATCH V6 3/7] ovl: implement overlayfs' own ->write_inode operation
` [RFC PATCH V6 4/7] ovl: set 'DONTCACHE' flag for overlayfs inode
` [RFC PATCH V6 5/7] fs: export wait_sb_inodes()
` [RFC PATCH V6 6/7] ovl: introduce ovl_sync_upper_blockdev()
` [RFC PATCH V6 7/7] ovl: implement containerized syncfs for overlayfs

[PATCH] dt-bindings: timer: sifive,clint: Fix number of interrupts
 2021-11-26  9:23 UTC  (4+ messages)
  ` [PATCH] dt-bindings: timer: sifive, clint: "

[PATCH] sched/idle: Export cpu_idle_poll_ctrl() symbol
 2021-11-26  9:15 UTC  (2+ messages)

[PATCH 0/3] livepatch: Allow user to specify functions to search for on a stack
 2021-11-26  9:20 UTC  (4+ messages)
` [PATCH 3/3] selftests/livepatch: Test of the API for specifying "

[PATCH v2 0/4] extend vmalloc support for constrained allocations
 2021-11-26  9:20 UTC  (5+ messages)

[RESEND PATCH V3 0/4] Add PM8350C PMIC PWM support for backlight
 2021-11-26  9:12 UTC  (5+ messages)
` [RESEND PATCH V3 1/4] dt-bindings: leds: Add pm8350c pmic support
` [RESEND PATCH V3 2/4] leds: Add pm8350c support to Qualcomm LPG driver
` [RESEND PATCH V3 3/4] arm64: dts: qcom: pm8350c: Add pwm support
` [RESEND PATCH V3 4/4] arm64: dts: qcom: Enable pm8350c pwm for sc7280-idp2

[PATCH net-next v2 0/6] net: lan966x: Add lan966x switch driver
 2021-11-26  9:12 UTC  (6+ messages)
` [PATCH net-next v2 3/6] net: lan966x: add port module support

[PATCH] cache: Workaround HiSilicon Taishan DC CVAU
 2021-11-26  9:11 UTC 

[PATCH -next] net: mdio: ipq8064: replace ioremap() with devm_ioremap()
 2021-11-26  9:13 UTC 

[PATCH] dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts
 2021-11-26  9:05 UTC  (4+ messages)
` [PATCH] dt-bindings: interrupt-controller: sifive, plic: "

[PATCH v2] media: i2c: dw9714: add optional regulator support
 2021-11-26  9:01 UTC 

[PATCH] selftests/seccomp: fix check of fds being assigned
 2021-11-26  9:01 UTC  (3+ messages)

[PATCH v2 0/4] input: touchscreen: am335x: fix and improvements
 2021-11-26  8:58 UTC  (3+ messages)
` [PATCH v2 4/4] mfd: ti_am335x_tscadc: drop the CNTRLREG_TSC_8WIRE macro

[PATCH][next] hugetlb: Fix spelling mistake "hierarichal" -> "hierarchical"
 2021-11-26  8:57 UTC  (4+ messages)

[PATCH V3 0/4] Add PM8350C PMIC PWM support for backlight
 2021-11-26  8:57 UTC  (4+ messages)
` [PATCH V3 1/4] dt-bindings: leds: Add pm8350c pmic support

[syzbot] inconsistent lock state in io_timeout_fn
 2021-11-26  8:57 UTC 

ALSA: hda: Make proper use of timecounter
 2021-11-26  8:55 UTC  (2+ messages)

drivers/block/zram/zram_drv.c:1824:45: warning: unused variable 'zram_wb_devops'
 2021-11-26  8:54 UTC 

[PATCH] Staging: rtl8712: rtl871x_security: fixed a camel case variable name coding style issue
 2021-11-26  8:54 UTC  (2+ messages)

[PATCH v2] virtio/vsock: fix the transport to work with VMADDR_CID_ANY
 2021-11-26  8:53 UTC  (2+ messages)

[PATCH 0/2] scsi: qedi: Couple of warning fixes
 2021-11-26  8:52 UTC  (5+ messages)
` [PATCH 1/2] scsi: qedi: Remove set but unused 'page' variable
  ` [EXT] "
` [PATCH 2/2] scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting
  ` [EXT] "

[PATCH AUTOSEL 5.15 1/7] f2fs: quota: fix potential deadlock
 2021-11-26  8:51 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 7/7] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE

[PATCH AUTOSEL 5.10 1/4] f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
 2021-11-26  8:51 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 3/4] virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE

[PATCH] powerpc/code-patching: Relax verification of patchability
 2021-11-26  8:49 UTC  (2+ messages)

[PATCH 7/7] net: dsa: b53: Expose PTP timestamping ioctls to userspace
 2021-11-26  8:42 UTC  (12+ messages)

[PATCH 0/2] Fix 'dtbs_check' in serdes_ln_ctrl (syscon subnode)
 2021-11-26  8:45 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
` [PATCH 2/2] arm64: dts: ti: j721e-main: Fix 'dtbs_check' in "

[PATCH] recordmcount: Support empty section from recent binutils
 2021-11-26  8:43 UTC  (2+ messages)

[xfs] d63b32921c: BUG_xfs_sxi_item(Not_tainted):Objects_remaining_in_xfs_sxi_item_on__kmem_cache_shutdown()
 2021-11-26  8:33 UTC 

[PATCH][next] bfq: Fix spelling mistake "tenative" -> "tentative"
 2021-11-26  8:27 UTC 

[PATCH 1/2] rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
 2021-11-26  8:34 UTC  (4+ messages)

[PATCH] sched/fair: Fix detection of per-CPU kthreads waking a task
 2021-11-26  8:23 UTC  (6+ messages)

[PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe
 2021-11-26  8:31 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: PCI: ti,am65: Fix "ti,syscon-pcie-id"/"ti,syscon-pcie-mode" to take argument
` [PATCH v2 2/5] PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-mode"
` [PATCH v2 3/5] PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
` [PATCH v2 4/5] PCI: keystone: Add quirk to mark AM654 RC BAR flag as IORESOURCE_UNSET
` [PATCH v2 5/5] PCI: keystone: Set DMA mask and coherent DMA mask


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