linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 12:48:51 to 2020-05-05 14:17:47 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] amdgpu: fix integer overflow on 32-bit architectures
 2020-05-05 14:16 UTC  (2+ messages)

[patch V4 part 5 00/31] x86/entry: Entry/exception code rework,
 2020-05-05 13:54 UTC  (15+ 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 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 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 16/31] x86/entry: Use idtentry for interrupts
` [patch V4 part 5 17/31] x86/entry: Provide IDTENTRY_SYSVEC
` [patch V4 part 5 19/31] x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
` [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 24/31] x86/entry: Convert reschedule interrupt to IDTENTRY_RAW
` [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 4 00/24] x86/entry: Entry/exception code rework, nasty exceptions
 2020-05-05 13:49 UTC  (12+ messages)
` [patch V4 part 4 02/24] x86/int3: Avoid atomic instrumentation
` [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 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 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 21/24] x86/traps: Address objtool noinstr complaints in #DB
` [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 V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-05 13:44 UTC  (15+ 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 18/29] x86/entry: Convert Device not available exception "
` [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] 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  (7+ messages)
` [net-next PATCH v3 1/5] net: phy: Introduce phy related fwnode functions
` [net-next PATCH v3 2/5] net: phy: alphabetically sort header includes
` [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] 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] ARM: use ARM unwinder for gcov
 2020-05-05 14:11 UTC 

[PATCH] kcsan: fix section mismatch for __write_once_size/blacklisted_initcalls
 2020-05-05 14:11 UTC 

[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 v2] fs: jfs: fix a possible data race in metapage_writepage()
 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  (6+ 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)

[PATCH] perf cs-etm: Move defined of traceid_list
 2020-05-05 13:36 UTC 

[PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
 2020-05-05 13:36 UTC 

[PATCH v2 1/2] driver core: platform: Clarify that IRQ 0 is invalid
 2020-05-05 13:35 UTC  (3+ messages)

[PATCH v8 0/5] Add SS/HS-USB changes for Qualcomm SM8150 chipset
 2020-05-05 13:34 UTC  (3+ messages)
` [PATCH v8 1/5] dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2

[PATCH resend] cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call
 2020-05-05 13:34 UTC 

[PATCH v3 00/17] DVFS for IO devices on sdm845 and sc7180
 2020-05-05 13:32 UTC  (6+ messages)
` [PATCH v3 09/17] mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()

[v3 PATCH 0/2] Add support for ASUS Z00T TM5P5 NT35596 panel
 2020-05-05 13:32 UTC  (3+ messages)
` [v3 PATCH 2/2] dt-bindings: display: Document ASUS Z00T TM5P5 NT35596 panel compatible

[PATCH v2 0/4] PCI: brcmstb: Some minor fixes/features
 2020-05-05 13:31 UTC  (7+ messages)
` [PATCH v2 1/4] PCI: brcmstb: Don't clk_put() a managed clock
` [PATCH v2 2/4] PCI: brcmstb: Fix window register offset from 4 to 8
` [PATCH v2 4/4] PCI: brcmstb: Disable L0s component of ASPM if requested

[PATCH net-next 0/7] net: ethernet: ti: k3: introduce common platform time sync driver - cpts
 2020-05-05 13:31 UTC  (9+ messages)
` [PATCH net-next 3/7] net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support

[PATCH v5 4/6] arch/x86/kvm: Refactor L1D flushing
 2020-05-05 13:29 UTC  (2+ messages)

[PATCH v2] ionic: Use debugfs_create_bool() to export bool
 2020-05-05 13:28 UTC 

[PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-05-05 13:26 UTC  (7+ messages)
` [PATCH 1/3] drm/mediatek: mtk_dpi: Rename bridge to next_bridge
` [PATCH 2/3] drm/mediatek: mtk_dpi: Convert to bridge driver
` [PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

[PATCH lttng-modules] Unbreak LTTng for kernel 5.7
 2020-05-05 13:25 UTC 

[PATCH v2] checkpatch: use patch subject when reading from stdin
 2020-05-05 13:26 UTC 

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-05-05 13:20 UTC  (5+ messages)

[PATCH] HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_save_state
 2020-05-05 13:17 UTC 

Fix sdio reinit card fail issue
 2020-05-05 13:13 UTC  (7+ messages)
` [PATCH 1/3] mmc: core: need do mmc_power_cycle in mmc_sdio_resend_if_cond

[PATCH] i2c: bcm2835: Fix an error handling path in 'bcm2835_i2c_probe()'
 2020-05-05 13:09 UTC 

[PATCH] selftests/ftrace: mark irqsoff_tracer.tc test as unresolved if the test module does not exist
 2020-05-05 13:09 UTC  (2+ messages)

[RFC net-next] net: phy: at803x: add cable diagnostics support
 2020-05-05 13:07 UTC  (2+ messages)

[PATCH] kcsan: Add test suite
 2020-05-05 13:01 UTC  (4+ messages)

[PATCH v3] ipmi:bt-bmc: Fix error handling and status check
 2020-05-05 12:59 UTC  (2+ messages)

[PATCH] ceph: demote quotarealm lookup warning to a debug message
 2020-05-05 12:59 UTC 

[PATCH v2 1/2] media: cedrus: Program output format during each run
 2020-05-05 12:53 UTC  (3+ messages)
` [PATCH v2 2/2] media: cedrus: Implement runtime PM
  ` [linux-sunxi] "

[PATCH] spi: bcm2835: Fixes bare use of unsigned
 2020-05-05 12:50 UTC  (2+ messages)

[PATCH V3 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-05 12:49 UTC  (8+ messages)
` [PATCH V3 04/16] arm64/cpufeature: Introduce ID_PFR2 CPU register

[PATCH v2 00/10] EDAC/mc/ghes: Fixes, cleanup and reworks
 2020-05-05 12:48 UTC  (4+ messages)
` [PATCH v2 04/10] EDAC/ghes: Make SMBIOS handle private data to ghes

[PATCH] m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfig
 2020-05-05 12:48 UTC  (2+ 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).