linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 14:01:58 to 2020-05-05 14:23:54 UTC [more...]

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-05 13:16 UTC  (30+ messages)
` [patch V4 part 1 01/36] rcu: Add comments marking transitions between RCU watching and not
` [patch V4 part 1 05/36] x86/entry: Flip _TIF_SIGPENDING and _TIF_NOTIFY_RESUME handling
` [patch V4 part 1 06/36] compiler: Simple READ/WRITE_ONCE() implementations
` [patch V4 part 1 07/36] locking/atomics: Flip fallbacks and instrumentation
` [patch V4 part 1 09/36] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
` [patch V4 part 1 10/36] x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
` [patch V4 part 1 11/36] x86/kvm: Handle async page faults directly through do_page_fault()
` [patch V4 part 1 14/36] x86/entry: Get rid of ist_begin/end_non_atomic()
` [patch V4 part 1 15/36] kprobes: Lock kprobe_mutex while showing kprobe_blacklist
` [patch V4 part 1 17/36] kprobes: Support NOKPROBE_SYMBOL() in modules
` [patch V4 part 1 18/36] samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers
` [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing
` [patch V4 part 1 20/36] vmlinux.lds.h: Create section for protection against instrumentation
` [patch V4 part 1 21/36] kprobes: Prevent probes in .noinstr.text section
` [patch V4 part 1 22/36] tracing: Provide lockdep less trace_hardirqs_on/off() variants
` [patch V4 part 1 23/36] bug: Annotate WARN/BUG/stackfail as noinstr safe
` [patch V4 part 1 24/36] lockdep: Prepare for noinstr sections
` [patch V4 part 1 25/36] rcu/tree: Mark the idle relevant functions noinstr
` [patch V4 part 1 26/36] printk: Prepare for nested printk_nmi_enter()
` [patch V4 part 1 27/36] arm64: Prepare arch_nmi_enter() for recursion
` [patch V4 part 1 28/36] hardirq/nmi: Allow nested nmi_enter()
` [patch V4 part 1 29/36] x86/mce: Send #MC singal from task work
` [patch V4 part 1 30/36] lockdep: Always inline lockdep_{off,on}()
` [patch V4 part 1 31/36] printk: Disallow instrumenting print_nmi_enter()
` [patch V4 part 1 32/36] sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
` [patch V4 part 1 33/36] x86,tracing: Robustify ftrace_nmi_enter()
` [patch V4 part 1 34/36] sched,rcu,tracing: Avoid tracing before in_nmi() is correct
` [patch V4 part 1 35/36] x86: Replace ist_enter() with nmi_enter()
` [patch V4 part 1 36/36] rcu: Make RCU IRQ enter/exit functions rely on in_nmi()

[PATCH v8 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
 2020-05-05 14:23 UTC  (2+ messages)

[PATCH v12 0/2] Add support for Xilinx CSI2 Receiver Subsystem
 2020-05-05 14:23 UTC  (3+ messages)
` [PATCH v12 1/2] media: dt-bindings: media: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem

[patch V4 part 2 00/18] x86/entry: Entry/exception code rework, syscall and KVM changes
 2020-05-05 13:41 UTC  (19+ messages)
` [patch V4 part 2 01/18] x86/entry/64: Move non entry code into .text section
` [patch V4 part 2 02/18] x86/entry/32: "
` [patch V4 part 2 03/18] x86/entry: Mark enter_from_user_mode() noinstr
` [patch V4 part 2 04/18] x86/entry/common: Protect against instrumentation
` [patch V4 part 2 05/18] x86/entry: Move irq tracing on syscall entry to C-code
` [patch V4 part 2 06/18] x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
` [patch V4 part 2 07/18] context_tracking: Ensure that the critical path cannot be instrumented
` [patch V4 part 2 08/18] lib/smp_processor_id: Move it into noinstr section
` [patch V4 part 2 09/18] x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
` [patch V4 part 2 10/18] x86/entry/64: Check IF in __preempt_enable_notrace() thunk
` [patch V4 part 2 11/18] x86/entry/64: Mark ___preempt_schedule_notrace() thunk noinstr
` [patch V4 part 2 12/18] x86,objtool: Make entry_64_compat.S objtool clean
` [patch V4 part 2 13/18] x86/kvm: Move context tracking where it belongs
` [patch V4 part 2 14/18] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch V4 part 2 15/18] x86/kvm/svm: Handle hardirqs proper on "
` [patch V4 part 2 16/18] context_tracking: Make guest_enter/exit() .noinstr ready
` [patch V4 part 2 17/18] x86/kvm/vmx: Move guest enter/exit into .noinstr.text
` [patch V4 part 2 18/18] x86/kvm/svm: "

[PATCH] ARM: omap1: fix irq setup
 2020-05-05 14:13 UTC 

[PATCH v2] arm64: cacheflush: Fix KGDB trap detection
 2020-05-05 14:15 UTC  (3+ messages)

[PATCH 0/5] platform/x86: intel-vbtn: Fixes + rework to make it work on more devices
 2020-05-05 14:22 UTC  (5+ messages)
` [PATCH 4/5] platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and "Portable" chassis-types

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-05 14:22 UTC  (8+ messages)
` [net-next PATCH v3 3/5] phylink: Introduce phylink_fwnode_phy_connect()
` [net-next PATCH v3 4/5] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v3 5/5] net: mdiobus: Introduce fwnode_mdiobus_register_phy()

[PATCH] media: usb: ttusb-dec: avoid buffer overflow in ttusb_dec_handle_irq() when DMA failures/attacks occur
 2020-05-05 14:21 UTC 

[patch V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-05 13:44 UTC  (30+ messages)
` [patch V4 part 3 01/29] x86/traps: Mark fixup_bad_iret() noinstr
` [patch V4 part 3 02/29] x86/traps: Mark sync_regs() noinstr
` [patch V4 part 3 03/29] x86/entry: Disable interrupts for native_load_gs_index() in C code
` [patch V4 part 3 04/29] x86/traps: Make interrupt enable/disable symmetric "
` [patch V4 part 3 05/29] x86/traps: Split trap numbers out in a seperate header
` [patch V4 part 3 06/29] x86/entry/64: Reorder idtentries
` [patch V4 part 3 07/29] x86/entry: Distangle idtentry
` [patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit
` [patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch V4 part 3 10/29] x86/idtentry: Provide macros to define/declare IDT entry points
` [patch V4 part 3 11/29] rcu: Provide rcu_irq_exit_preempt()
` [patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()
` [patch V4 part 3 13/29] x86/traps: Prepare for using DEFINE_IDTENTRY
` [patch V4 part 3 14/29] x86/entry: Convert Divide Error to IDTENTRY
` [patch V4 part 3 15/29] x86/entry: Convert Overflow exception "
` [patch V4 part 3 16/29] x86/entry: Convert Bounds "
` [patch V4 part 3 17/29] x86/entry: Convert Invalid Opcode "
` [patch V4 part 3 18/29] x86/entry: Convert Device not available "
` [patch V4 part 3 19/29] x86/entry: Convert Coprocessor segment overrun "
` [patch V4 part 3 20/29] x86/entry: Provide IDTENTRY_ERRORCODE
` [patch V4 part 3 21/29] x86/entry: Convert Invalid TSS exception to IDTENTRY
` [patch V4 part 3 22/29] x86/entry: Convert Segment not present "
` [patch V4 part 3 23/29] x86/entry: Convert Stack segment "
` [patch V4 part 3 24/29] x86/entry: Convert General protection "
` [patch V4 part 3 25/29] x86/entry: Convert Spurious interrupt bug "
` [patch V4 part 3 26/29] x86/entry: Convert Coprocessor error "
` [patch V4 part 3 27/29] x86/entry: Convert Alignment check "
` [patch V4 part 3 28/29] x86/entry: Convert SIMD coprocessor error "
` [patch V4 part 3 29/29] x86/entry/32: Convert IRET exception to IDTENTRY_SW

[PATCH v2] fs: jfs: fix a possible data race in metapage_writepage()
 2020-05-05 14:21 UTC  (3+ messages)

[RFC net-next] net: phy: at803x: add cable diagnostics support
 2020-05-05 14:20 UTC  (3+ messages)

[PATCH] usb: dwc3: select USB_ROLE_SWITCH
 2020-05-05 14:15 UTC 

[patch V4 part 4 00/24] x86/entry: Entry/exception code rework, nasty exceptions
 2020-05-05 13:49 UTC  (25+ messages)
` [patch V4 part 4 01/24] x86/int3: Ensure that poke_int3_handler() is not traced
` [patch V4 part 4 02/24] x86/int3: Avoid atomic instrumentation
` [patch V4 part 4 03/24] lib/bsearch: Provide __always_inline variant
` [patch V4 part 4 04/24] x86/int3: Inline bsearch()
` [patch V4 part 4 05/24] x86/entry: Provide IDTENTRY_RAW
` [patch V4 part 4 06/24] x86/entry: Convert INT3 exception to IDTENTRY_RAW
` [patch V4 part 4 07/24] x86/traps: Split int3 handler up
` [patch V4 part 4 08/24] x86/entry: Provide IDTENTRY_IST
` [patch V4 part 4 09/24] x86/mce: Move nmi_enter/exit() into the entry point
` [patch V4 part 4 10/24] x86/entry: Convert Machine Check to IDTENTRY_IST
` [patch V4 part 4 11/24] x86/mce: Use untraced rd/wrmsr in the MCE offline/crash check
` [patch V4 part 4 12/24] x86/idtentry: Provide IDTENTRY_XEN for XEN/PV
` [patch V4 part 4 13/24] x86/entry: Convert NMI to IDTENTRY_NMI
` [patch V4 part 4 14/24] x86/nmi: Protect NMI entry against instrumentation
` [patch V4 part 4 15/24] x86/db: Split out dr6/7 handling
` [patch V4 part 4 16/24] x86/entry: Convert Debug exception to IDTENTRY_DB
` [patch V4 part 4 17/24] x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub
` [patch V4 part 4 18/24] x86/entry: Provide IDTRENTRY_NOIST variants for #DB and #MC
` [patch V4 part 4 19/24] x86/entry: Implement user mode C entry points for #DB and #MCE
` [patch V4 part 4 20/24] x86/traps: Restructure #DB handling
` [patch V4 part 4 21/24] x86/traps: Address objtool noinstr complaints in #DB
` [patch V4 part 4 22/24] x86/mce: Address objtools noinstr complaints
` [patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF
` [patch V4 part 4 24/24] x86/entry: Convert double fault exception to IDTENTRY_DF

[PATCH] xenbus: avoid stack overflow warning
 2020-05-05 14:15 UTC 

[PATCH] leds: lm355x: avoid enum conversion warning
 2020-05-05 14:19 UTC 

[PATCH] amdgpu: fix integer overflow on 32-bit architectures
 2020-05-05 14:16 UTC  (2+ messages)

[PATCH] ARM: use ARM unwinder for gcov
 2020-05-05 14:19 UTC  (2+ messages)

[PATCH RFC 0/6] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-05-05 14:16 UTC  (3+ messages)
` [PATCH RFC 1/6] Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously"

[PATCH] kcsan: Add test suite
 2020-05-05 14:16 UTC  (5+ messages)

[patch V4 part 5 00/31] x86/entry: Entry/exception code rework,
 2020-05-05 13:54 UTC  (32+ messages)
` [patch V4 part 5 01/31] genirq: Provide irq_enter/exit_rcu()
` [patch V4 part 5 02/31] x86/entry: Provide helpers for execute on irqstack
` [patch V4 part 5 03/31] x86/entry/64: Move softirq stack switch to C
` [patch V4 part 5 04/31] x86/entry: Split idtentry_enter/exit()
` [patch V4 part 5 05/31] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch V4 part 5 06/31] x86/entry/64: Simplify idtentry_body
` [patch V4 part 5 07/31] x86/entry: Provide idtentry_entry/exit_cond_rcu()
` [patch V4 part 5 08/31] x86/entry: Switch page fault exception to IDTENTRY_RAW
` [patch V4 part 5 09/31] x86/entry: Remove the transition leftovers
` [patch V4 part 5 10/31] x86/entry: Change exit path of xen_failsafe_callback
` [patch V4 part 5 11/31] x86/entry/64: Remove error_exit
` [patch V4 part 5 12/31] x86/entry/32: Remove common_exception
` [patch V4 part 5 13/31] x86/irq: Convey vector as argument and not in ptregs
` [patch V4 part 5 14/31] x86/irq/64: Provide handle_irq()
` [patch V4 part 5 15/31] x86/entry: Add IRQENTRY_IRQ macro
` [patch V4 part 5 16/31] x86/entry: Use idtentry for interrupts
` [patch V4 part 5 17/31] x86/entry: Provide IDTENTRY_SYSVEC
` [patch V4 part 5 18/31] x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
` [patch V4 part 5 19/31] x86/entry: Convert SMP system vectors "
` [patch V4 part 5 20/31] x86/entry: Convert various system vectors
` [patch V4 part 5 21/31] x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC
` [patch V4 part 5 22/31] x86/entry: Convert various hypervisor "
` [patch V4 part 5 23/31] x86/entry: Convert XEN hypercall vector "
` [patch V4 part 5 24/31] x86/entry: Convert reschedule interrupt to IDTENTRY_RAW
` [patch V4 part 5 25/31] x86/entry: Remove the apic/BUILD interrupt leftovers
` [patch V4 part 5 26/31] x86/entry/64: Remove IRQ stack switching ASM
` [patch V4 part 5 27/31] x86/entry: Make enter_from_user_mode() static
` [patch V4 part 5 28/31] x86/entry/32: Remove redundant irq disable code
` [patch V4 part 5 29/31] x86/entry/64: Remove TRACE_IRQS_*_DEBUG
` [patch V4 part 5 30/31] x86/entry: Move paranoid irq tracing out of ASM code
` [patch V4 part 5 31/31] x86/entry: Remove the TRACE_IRQS cruft

[RFC PATCH] ima: verify mprotect change is consistent with mmap policy
 2020-05-05 14:16 UTC  (3+ messages)

[PATCH] kcsan: fix section mismatch for __write_once_size/blacklisted_initcalls
 2020-05-05 14:17 UTC  (2+ messages)

[PATCH] KVM: x86: fix DR6 delivery for emulated hardware breakpoint
 2020-05-05 14:15 UTC  (2+ messages)

[PATCH] i2c: uniphier: Remove superfluous error message in uniphier_i2c_probe()
 2020-05-05 14:13 UTC  (3+ messages)
` [PATCH] i2c: drivers: Remove superfluous error message

[PATCH] arm64: disable patchable function entry on big-endian clang builds
 2020-05-05 14:12 UTC 

[PATCH] KVM: Fix a warning in __kvm_gfn_to_hva_cache_init()
 2020-05-05 14:12 UTC  (3+ messages)

[PATCH] omapfb: don't annotate dss_conv_list as __initdata
 2020-05-05 14:12 UTC  (2+ messages)

[PATCH] clk: Unlink clock if failed to prepare or enable
 2020-05-05 14:09 UTC 

[PATCH] pinctrl: mediatek: add pinctrl-mtk-common-v2 module license
 2020-05-05 14:08 UTC 

[PATCH] bitops: avoid clang shift-count-overflow warnings
 2020-05-05 14:08 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: fix psci dependency
 2020-05-05 14:08 UTC 

[PATCH] sysctl: fix unused function warning
 2020-05-05 14:07 UTC 

[PATCH] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-05-05 14:07 UTC 

[PATCH] drm/amdgpu: allocate large structures dynamically
 2020-05-05 14:07 UTC  (2+ messages)

[PATCH 4.19 00/37] 4.19.121-rc1 review
 2020-05-05 14:05 UTC  (8+ messages)
` [PATCH 4.19 28/37] dmaengine: dmatest: Fix iteration non-stop logic

[PATCH v3 0/3] media: rkvdec: Add a VP9 backend
 2020-05-05 14:05 UTC  (5+ messages)
` [PATCH v3 1/3] media: rkvdec: Fix .buf_prepare

[PATCH] iommu: Relax ACS requirement for RCiEP devices
 2020-05-05 14:05 UTC  (4+ messages)

[PATCH v4 0/3] nsproxy: attach to multiple namespaces
 2020-05-05 14:04 UTC  (4+ messages)
` [PATCH v4 1/3] nsproxy: add struct nsset
` [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds
` [PATCH v4 3/3] selftests/pidfd: add pidfd setns tests

[PATCH] [net-next] dsa: sja1105: dynamically allocate stats structure
 2020-05-05 14:04 UTC  (2+ messages)

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-05 14:02 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: add a binding document for MediaTek PERICFG controller
` [PATCH 02/11] dt-bindings: new: add yaml bindings for MediaTek Ethernet MAC
` [PATCH 03/11] net: ethernet: mediatek: rename Kconfig prompt
` [PATCH 04/11] net: ethernet: mediatek: remove unnecessary spaces from Makefile
` [PATCH 05/11] net: core: provide devm_register_netdev()
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver
` [PATCH 07/11] ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
` [PATCH 08/11] ARM64: dts: mediatek: add the ethernet node "
` [PATCH 09/11] ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards
` [PATCH 10/11] ARM64: dts: mediatek: add ethernet pins "
` [PATCH 11/11] ARM64: dts: mediatek: enable ethernet on "

[PATCH v2 1/1] fs/splice: add missing callback for inaccessible pages
 2020-05-05 14:03 UTC  (10+ messages)

[PATCH v2] block: Make request_queue.rpm_status an enum
 2020-05-05 14:03 UTC 

[PATCH 0/4 v2] firmware: stratix10-svc: Fix some error handling code
 2020-05-05 14:18 UTC  (7+ messages)
` [PATCH 4/4 v2] firmware: stratix10-svc: Slightly simplify code

[PATCH v5 0/5] LiteX SoC controller and LiteUART serial driver
 2020-05-05 14:02 UTC  (5+ messages)
` [PATCH v5 5/5] drivers/tty/serial: add LiteUART driver

[PATCH] mtd: lpddr: fix excessive stack usage with clang
 2020-05-05 14:01 UTC 


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