linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 13:37:30 to 2020-05-05 14:20:52 UTC [more...]

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-05 13:16 UTC  (18+ 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 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 15/36] kprobes: Lock kprobe_mutex while showing kprobe_blacklist
` [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 23/36] bug: Annotate WARN/BUG/stackfail as noinstr safe
` [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 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 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 V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-05 13:44 UTC  (22+ messages)
` [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 06/29] x86/entry/64: Reorder idtentries
` [patch V4 part 3 07/29] x86/entry: Distangle idtentry
` [patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()
` [patch V4 part 3 14/29] x86/entry: Convert Divide Error to IDTENTRY
` [patch V4 part 3 17/29] x86/entry: Convert Invalid Opcode exception "
` [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] usb: dwc3: select USB_ROLE_SWITCH
 2020-05-05 14:15 UTC 

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

[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 V4 part 2 00/18] x86/entry: Entry/exception code rework, syscall and KVM changes
 2020-05-05 13:41 UTC  (12+ messages)
` [patch V4 part 2 02/18] x86/entry/32: Move non entry code into .text section
` [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 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 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

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

[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  (7+ messages)
` [PATCH v3 1/3] media: rkvdec: Fix .buf_prepare
` [PATCH v3 2/3] media: uapi: Add VP9 stateless decoder controls
` [PATCH v3 3/3] media: rkvdec: Add the VP9 backend

[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  (11+ 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  (9+ messages)
` [PATCH 3/4 v2] firmware: stratix10-svc: Fix some error handling paths in 'stratix10_svc_drv_probe()'
` [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 

[PATCH v1] dt-bindings: net: nxp,tja11xx: rework validation support
 2020-05-05 14:01 UTC  (2+ messages)

[PATCH] fpga: zynqmp: fix modular build
 2020-05-05 14:00 UTC 

[PATCH v2] PCI/ASPM: Enable ASPM for root complex <-> bridge <-> bridge case
 2020-05-05 14:00 UTC  (3+ messages)

[PATCH] crypto: curve25519-hacl64 - Disable fortify-source for clang-10
 2020-05-05 13:59 UTC 

[PATCH v2 0/3] arm64: perf_event: Fix time offset prior to epoch
 2020-05-05 13:55 UTC  (4+ messages)
` [PATCH v2 1/3] time/sched_clock: Add new variant sched_clock_register_epoch()
` [PATCH v2 2/3] clocksource/drivers/arm_arch_timer: Handle time offset prior to epoch
` [PATCH v2 3/3] arm64: perf_event: Fix time_offset for arch timer

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05 13:55 UTC  (5+ messages)

[PATCH v2] fs: jfs: fix a possible data race in txBegin()
 2020-05-05 13:54 UTC 

[PATCH] crypto: blake2b - Fix clang optimization for ARMv7-M
 2020-05-05 13:53 UTC 

[PATCH v5 0/4] Introduce the for_each_set_clump macro
 2020-05-05 13:51 UTC  (4+ messages)

[PATCH v2 1/2] init/kconfig: Add LD_VERSION Kconfig
 2020-05-05 13:51 UTC  (4+ messages)

[PATCH 0/3] Intel Platform Monitoring Technology
 2020-05-05 13:49 UTC  (4+ messages)
` [PATCH 2/3] mfd: Intel Platform Monitoring Technology support
  ` [PATCH 3/3] platform/x86: Intel PMT Telemetry capability driver

[PATCH] fs: jfs: fix a possible data race in txBegin()
 2020-05-05 13:32 UTC  (5+ messages)
  `  "

[PATCH v2 0/2] Raspberry Pi 4 VL805 firmware load
 2020-05-05 13:47 UTC  (6+ messages)
` [PATCH v2 2/2] usb: xhci: Load Raspberry Pi 4 VL805's firmware

KASAN: slab-out-of-bounds Write in betop_probe
 2020-05-05 13:44 UTC  (3+ messages)

[PATCH trivial] CIFS: Spelling s/EACCESS/EACCES/
 2020-05-05 13:43 UTC 

[PATCH trivial v2 resend] scif: Spelling s/EACCESS/EACCES/
 2020-05-05 13:42 UTC 

[PATCH] sched/fair: Fix nohz.next_balance update
 2020-05-05 13:40 UTC  (3+ messages)

[PATCH] coresight: cti: remove incorrect NULL return check
 2020-05-05 13:40 UTC 

perf build error with gcc 10 on arm and aarch64
 2020-05-05 13:38 UTC  (4+ messages)

[PATCH 1/1] selftests/bpf: add cls_redirect classifier
 2020-05-05 13:37 UTC  (6+ messages)


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