linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-26 12:08:18 to 2021-10-26 14:38:56 UTC [more...]

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

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-10-26 14:37 UTC  (3+ messages)
` [RFC PATCH 5/7] Fsnotify: Add a wrapper around the fsnotify function

[PATCH v7] tty: Fix the keyboard led light display problem
 2021-10-26 14:23 UTC  (2+ messages)

Kernel leaks memory in ip6_dst_cache when suppress_prefix is present in ipv6 routing rules and a `fib` rule is present in ipv6 nftables rules
 2021-10-26 14:24 UTC 

[PATCH 0/5] comedi: misc fixes
 2021-10-26 14:35 UTC  (11+ messages)
` [PATCH 1/5] comedi: ni_usb6501: fix NULL-deref in command paths
` [PATCH 2/5] comedi: dt9812: fix DMA buffers on stack
` [PATCH 3/5] comedi: vmk80xx: fix transfer-buffer overflows
` [PATCH 4/5] comedi: vmk80xx: fix bulk-buffer overflow
` [PATCH 5/5] comedi: vmk80xx: fix bulk and interrupt message timeouts

[PATCH] selftests/bpf: fix fclose/pclose mismatch
 2021-10-26 14:34 UTC 

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
 2021-10-26 14:33 UTC  (4+ messages)

linux-next: manual merge of the audit tree with the powerpc tree
 2021-10-26 14:27 UTC  (3+ messages)

[PATCH v5 0/4] Rectify file references for dt-bindings in MAINTAINERS
 2021-10-26 14:19 UTC  (5+ messages)
` [PATCH v5 1/4] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [PATCH v5 2/4] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [PATCH v5 3/4] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
` [PATCH v5 4/4] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

[PATCH v4 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-26 14:28 UTC  (4+ messages)
` [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger "

[syzbot] upstream test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-10-26 14:27 UTC  (3+ messages)

[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
 2021-10-26 14:25 UTC  (13+ messages)

[PATCH v3 03/34] component: Introduce the aggregate bus_type
 2021-10-26 14:02 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()
 2021-10-26 14:24 UTC 

[PATCH RESEND] tools/build: drop slang include path in test-all
 2021-10-26 14:25 UTC  (3+ messages)

[PATCH v1 1/1] lib/vsprintf.c: Amend static asserts for format specifier flags
 2021-10-26 14:03 UTC 

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-26 14:22 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()

[PATCH] net: lan78xx: fix division by zero in send path
 2021-10-26 14:20 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: core: Refactor nested if-else
 2021-10-26 14:19 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-10-26 14:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects
 2021-10-26 14:17 UTC  (4+ messages)

[PATCH] rtc: x86: amd-pmc: fix build failure with CONFIG_RTC_SYSTOHC=n
 2021-10-26 14:12 UTC 

[PATCH] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-26 14:13 UTC  (11+ messages)

[PATCH] video: fbdev: cirrusfb: check pixclock to avoid divide by zero
 2021-10-26 14:11 UTC  (6+ messages)

[PATCH] media: docs: dev-decoder: add restrictions about CAPTURE buffers
 2021-10-26 14:11 UTC  (2+ messages)

[PATCH 0/2] timers/nohz fixes
 2021-10-26 14:10 UTC  (3+ messages)
` [PATCH 1/2 RESEND] timers/nohz: Last resort update jiffies on nohz_full IRQ entry
` [PATCH 2/2] sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full

[PATCH 1/2] net: ax88796c: Fix clang -Wimplicit-fallthrough in ax88796c_set_mac()
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH net-next] netdevsim: Register and unregister devlink traps on probe/remove device
 2021-10-26 14:09 UTC  (10+ messages)

[PATCH v3 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-26 14:08 UTC  (3+ messages)

[PATCH memcg v2 2/2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-26 14:07 UTC  (6+ messages)
  ` [PATCH memcg v3 2/3] mm, oom: do not trigger out_of_memory from the #PF

[PATCH 1/3] refscale: simplify the errexit checkpoint
 2021-10-26 14:06 UTC  (4+ messages)
` [PATCH 3/3] refscale: always log the error message

[PATCH] dma-buf: st: fix error handling in test_get_fences()
 2021-10-26 14:04 UTC  (2+ messages)

[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
 2021-10-26 14:03 UTC  (2+ messages)

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-26 14:02 UTC  (7+ messages)
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change

[PATCH] lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logical
 2021-10-26 14:02 UTC  (4+ messages)

[PATCH net-next] net: mana: Allow setting the number of queues while the NIC is down
 2021-10-26 14:00 UTC  (2+ messages)

[PATCH net-next v2] net: hsr: Add support for redbox supervision frames
 2021-10-26 14:00 UTC  (2+ messages)

[PATCH v2 00/13] fixes and cleanups for string I/O emulation
 2021-10-26 13:57 UTC  (13+ messages)
` [PATCH 08/13] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 09/13] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 10/13] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 11/13] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 12/13] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 13/13] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[RFC PATCH v2] trace: Add trace any kernel object
 2021-10-26 13:52 UTC  (3+ messages)

[PATCH] net: batman-adv: fix error handling
 2021-10-26 13:50 UTC  (2+ messages)

[PATCH v3] powerpc/boot: Set LC_ALL=C in wrapper script
 2021-10-26 13:48 UTC 

[PATCH v2] powerpc/boot: Set LANG=C in wrapper script
 2021-10-26 13:45 UTC 

[PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS
 2021-10-26 13:42 UTC  (2+ messages)

[PATCH v1 0/7] ACPI: Use ACPI_COMPANION() directly to simplify code
 2021-10-26 13:41 UTC  (4+ messages)
` [PATCH v1 7/7] perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directly
  ` [PATCH v2 "

[PATCH -next] virtio-pci: fix error return code in vp_legacy_probe()
 2021-10-26 13:47 UTC 

[PATCH] ACPI: AC: Quirk GK45 to skip reading _PSR
 2021-10-26 13:36 UTC  (2+ messages)

[PATCH v3 1/2] serial: 8250_pci: Replace custom pci_match_id() implementation
 2021-10-26 13:34 UTC  (2+ messages)
` [PATCH v3 2/2] serial: 8250_pci: Remove empty stub pci_quatech_exit()

[PATCH v11 0/5] arm64 userspace counter support
 2021-10-26 13:34 UTC  (5+ messages)
` [PATCH v11 4/5] arm64: perf: Enable PMU counter userspace access for perf event

[PATCH v2 1/2] serial: 8250_pci: Replace custom pci_match_id() implementation
 2021-10-26 13:35 UTC  (4+ messages)

[PATCH v13 1/3] HID: quirks: Allow inverting the absolute X/Y values
 2021-10-26 13:30 UTC  (2+ messages)

[PATCH 4.14 00/30] 4.14.253-rc1 review
 2021-10-26 13:30 UTC  (2+ messages)

[PATCH] virtio-ring: fix DMA metadata flags
 2021-10-26 13:31 UTC 

[PATCH v1 1/2] ACPI/PRM: Remove unnecessary blank lines
 2021-10-26 13:30 UTC  (2+ messages)

[PATCH 5.14 000/169] 5.14.15-rc1 review
 2021-10-26 13:30 UTC  (4+ messages)
` [PATCH 5.14 165/169] usbnet: sanity check for maxpacket

[PATCH v5 0/6] PCI: brcmstb: have host-bridge turn on sub-device power
 2021-10-26 13:22 UTC  (9+ messages)
` [PATCH v5 4/6] PCI: brcmstb: Add control of subdevice voltage regulators

[PATCH] firmware: arm_ffa: remove unused 'compat_version' variable
 2021-10-26 13:21 UTC  (2+ messages)

[PATCH] ARM: dts: at91: sama5d2_xplained: remove PA11__SDMMC0_VDDSEL from pinctrl
 2021-10-26 13:20 UTC 

[PATCH net] net: gro: set the last skb->next to NULL when it get merged
 2021-10-26 13:18 UTC 

[PATCH 4.19 00/37] 4.19.214-rc1 review
 2021-10-26 13:09 UTC  (2+ messages)

[PATCH bpf-next v7] test_bpf: Add module parameter test_suite
 2021-10-26 13:10 UTC 

[GIT PULL] thermal for v5.16
 2021-10-26 13:09 UTC  (2+ messages)

[PATCH v2] macintosh/via-pmu-led: make disk activity usage a parameter
 2021-10-26 13:08 UTC  (2+ messages)

[PATCH v2] net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
 2021-10-26 13:06 UTC 

[PATCH v2 0/4] Do some changes about kprobe and trace
 2021-10-26 13:04 UTC  (4+ messages)
` [PATCH v2 4/4] MAINTAINERS: Update KPROBES and TRACING entries

[PATCH V5 00/20] RTLA: An interface for osnoise/timerlat tracers
 2021-10-26 13:02 UTC  (5+ messages)
` [PATCH V5 06/20] trace/osnoise: Allow multiple instances of the same tracer

[PATCH] net: phy: fixed warning: Function parameter not described
 2021-10-26 13:00 UTC  (4+ messages)

[PATCH v3 0/4] x86/mm: Fix some issues with using trampoline_pgd
 2021-10-26 12:58 UTC  (4+ messages)
` [PATCH v3 2/4] x86/mm/64: Flush global TLB on boot and AP bringup

[PATCH 0/2] ASoC: cs42l42: Fixes to power-down
 2021-10-26 12:57 UTC  (3+ messages)
` [PATCH 1/2] ASoC: cs42l42: Reset and power-down on remove() and failed probe()
` [PATCH 2/2] ASoC: cs42l42: free_irq() before powering-down on probe() fail

[PATCH v1 00/15] create power sequencing subsystem
 2021-10-26 12:53 UTC  (3+ messages)
` [PATCH v1 01/15] dt-bindings: add pwrseq device tree bindings

[PATCH] sound/isa/gus: fix null pointer dereference on pointer block
 2021-10-26 12:51 UTC  (3+ messages)
  ` 回复: "

[PATCH] sound/usb: fix null pointer dereference on pointer cs_desc
 2021-10-26 12:51 UTC  (3+ messages)
  ` 回复: "
    ` 回复: "

[PATCH v2] nfc: port100: fix using -ERRNO as command type mask
 2021-10-26 12:50 UTC  (2+ messages)

[PATCH] coding-style.rst: trivial: fix location of driver model macros
 2021-10-26 12:47 UTC  (3+ messages)

[net PATCH v2 0/2] RVU Debugfs fix updates
 2021-10-26 12:45 UTC  (3+ messages)
` [net PATCH v2 1/2] octeontx2-af: Check whether ipolicers exists
` [net PATCH v2 2/2] octeontx2-af: Display all enabled PF VF rsrc_alloc entries

[PATCH v12 0/5] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-10-26 12:42 UTC  (3+ messages)
` [PATCH v12 2/5] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes

[PATCH] serial: sunzilog: Mark sunzilog_putchar() __maybe_unused
 2021-10-26 12:32 UTC  (2+ messages)

[PATCH] pinctrl: tegra: Fix warnings and error
 2021-10-26 12:31 UTC 

[PATCH 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present
 2021-10-26 12:30 UTC  (4+ messages)
` [PATCH 2/2] futex: remove futex_cmpxchg detection

[PATCH net v2] usbnet: fix error return code in usbnet_probe()
 2021-10-26 12:40 UTC  (2+ messages)

linux-next: build failure after merge of the pinctrl tree
 2021-10-26 12:30 UTC  (2+ messages)

[PATCH] net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
 2021-10-26 12:27 UTC  (3+ messages)

[vgupta-arc:topic-zol-remove 97/186] arch/arc/lib/uaccess.S:11:2: error: #error "Unaligned access support needed"
 2021-10-26 12:25 UTC 

driver/bug: suspected missing null check in hisi_lpc.c
 2021-10-26 12:25 UTC  (4+ messages)
` 回复: "
    ` 回复: "

[PATCH 0/2] selftest/x86: AMX CPU state management tests
 2021-10-26 12:25 UTC  (3+ messages)
` [PATCH 1/2] selftest/x86/amx: Test cases for AMX state management
` [PATCH 2/2] selftest/x86/amx: Add context switch test

[PATCH 0/4] extend vmalloc support for constrained allocations
 2021-10-26 12:23 UTC  (11+ messages)
` [PATCH 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc

[PATCH v6 1/2] drivers: perf: Add LLC-TAD perf counter support
 2021-10-26 12:22 UTC  (2+ messages)

[RFC PATCH v2] ceph: add remote object copy counter to fs client metrics
 2021-10-26 12:22 UTC  (2+ messages)

[PATCH rdma-rc 0/2] Two IB/core fixes
 2021-10-26 12:21 UTC  (6+ messages)
` [PATCH rdma-rc 2/2] RDMA/core: Initialize lock when allocate a rdma_hw_stats structure

linux-next: build warning after merge of the ftrace tree
 2021-10-26 12:21 UTC  (3+ messages)
` [PATCH] lib/bootconfig: Fix the xbc_get_info kerneldoc

[PATCH v4 0/3] Update SoundWire RX and TX cgcr register control
 2021-10-26 12:19 UTC  (4+ messages)
` [PATCH v4 1/3] ASoC: qcom: soundwire: Disable soundwire rxtx cgcr hardware control
` [PATCH v4 2/3] dt-bindings: soundwire: qcom: Add bindings for RX and TX cgcr register control
` [PATCH v4 3/3] soundwire: qcom: Add compatible name for v1.6.0

[net-next v1] tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
 2021-10-26 12:20 UTC  (2+ messages)

[net-next PATCH v2 0/3] RVU Debugfs updates
 2021-10-26 12:18 UTC  (4+ messages)
` [net-next PATCH v2 1/3] octeontx2-af: debugfs: Minor changes
` [net-next PATCH v2 2/3] octeontx2-af: cn10k: debugfs for dumping LMTST map table
` [net-next PATCH v2 3/3] octeontx2-af: debugfs: Add channel and channel mask

[PATCH net] usbnet: fix error return code in usbnet_probe()
 2021-10-26 12:17 UTC  (3+ messages)

[PATCH v4] can: netlink: report the CAN controller mode supported flags
 2021-10-26 12:16 UTC 

[djwong-xfs:vectorized-scrub 211/312] fs/xfs/xfs_trace.c:44:1: error: unused function 'xfs_btree_crack_agno_opdev'
 2021-10-26 12:14 UTC 

[PATCH 0/2] Reduce stacking and overscheduling
 2021-10-26 12:13 UTC  (10+ messages)
` [PATCH 1/2] sched/fair: Couple wakee flips with heavy wakers

[PATCH v2 1/2] pinctrl: qcom: Add egpio feature support
 2021-10-26 12:07 UTC  (2+ messages)
` [PATCH v2 2/2] pinctrl: qcom: sc7280: Add egpio support

[PATCH v3 00/16] x86: Rewrite the retpoline rewrite logic
 2021-10-26 12:01 UTC  (6+ messages)
` [PATCH v3 05/16] x86/retpoline: Remove unused replacement symbols
` [PATCH v3 06/16] x86/asm: Fix register order
` [PATCH v3 11/16] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH v3 13/16] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH v3 16/16] bpf,x86: Respect X86_FEATURE_RETPOLINE*


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