linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 18:22:39 to 2020-05-19 20:01:04 UTC [more...]

[patch V5 02/38] x86/entry/64: Use native swapgs in asm_native_load_gs_index()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: Use native swapgs in asm_load_gs_index()

[patch V4 part 2 04/18] x86/entry/common: Protect against instrumentation
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 02/29] x86/traps: Mark sync_regs() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 03/18] x86/entry: Mark enter_from_user_mode() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 16/18] context_tracking: Make guest_enter/exit() .noinstr ready
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 07/18] context_tracking: Ensure that the critical path cannot be instrumented
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 01/18] x86/entry/64: Move non entry code into .text section
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 22/36] tracing: Provide lockdep less trace_hardirqs_on/off() variants
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 13/36] x86/kvm: Restrict ASYNC_PF to user space
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 01/29] x86/traps: Mark fixup_bad_iret() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 12/36] x86/kvm: Sanitize kvm_async_pf_task_wait()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 24/36] lockdep: Prepare for noinstr sections
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 02/36] x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 06/29] x86/entry/64: Reorder idtentries
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 13/29] x86/traps: Prepare for using DEFINE_IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH ghak25 v5] audit: add subj creds to NETFILTER_CFG record to cover async unregister
 2020-05-19 19:59 UTC  (4+ messages)

[patch V4 part 2 08/18] lib/smp_processor_id: Move it into noinstr section
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 09/36] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 08/36] x86/doublefault: Remove memmove() call
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 11/36] x86/kvm: Handle async page faults directly through do_page_fault()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 10/36] x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 06/18] x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 23/36] bug: Annotate WARN/BUG/stackfail as noinstr safe
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 02/18] x86/entry/32: Move non entry code into .text section
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 03/29] x86/entry: Disable interrupts for native_load_gs_index() in C code
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 04/29] x86/traps: Make interrupt enable/disable symmetric in C code
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 10/29] x86/idtentry: Provide macros to define/declare IDT entry points
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 12/18] x86,objtool: Make entry_64_compat.S objtool clean
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[patch V4 part 3 05/29] x86/traps: Split trap numbers out in a seperate header
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/traps: Split trap numbers out in a separate header

[patch V4 part 3 07/29] x86/entry: Distangle idtentry
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 14/29] x86/entry: Convert Divide Error to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 15/29] x86/entry: Convert Overflow exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 16/29] x86/entry: Convert Bounds exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 24/29] x86/entry: Convert General protection exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 02/24] x86/int3: Avoid atomic instrumentation
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 26/29] x86/entry: Convert Coprocessor error exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 27/29] x86/entry: Convert Alignment check exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 09/24] x86/mce: Move nmi_enter/exit() into the entry point
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 11/24] x86/mce: Use untraced rd/wrmsr in the MCE offline/crash check
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 12/24] x86/idtentry: Provide IDTENTRY_XEN for XEN/PV
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 19/24] x86/entry: Implement user mode C entry points for #DB and #MCE
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 22/24] x86/mce: Address objtools noinstr complaints
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 18/24] x86/entry: Provide IDTRENTRY_NOIST variants for #DB and #MC
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/idtentry: "

[patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/idtentry: "

[PATCH v8 00/10] Introduce OPP bandwidth bindings
 2020-05-19 19:57 UTC  (4+ messages)
` [PATCH v8 09/10] dt-bindings: interconnect: Add interconnect-tags bindings

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19 19:54 UTC  (24+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 1/8] exec: Teach prepare_exec_creds how exec treats uids & gids
      ` [PATCH v2 3/8] exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
      ` [PATCH v2 4/8] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
      ` [PATCH v2 5/8] exec: Move the call of prepare_binprm into search_binary_handler
      ` [PATCH v2 6/8] exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXEC
      ` [PATCH v2 7/8] exec: Generic execfd support

clock_gettime64 vdso bug on 32-bit arm, rpi-4
 2020-05-19 19:54 UTC 

[PATCH V2 3/3] PCI: Add helpers to enable/disable CXL.mem and CXL.cache
 2020-05-19 19:53 UTC  (2+ messages)

[patch V4 part 3 11/29] rcu: Provide rcu_irq_exit_preempt()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 14/36] x86/entry: Get rid of ist_begin/end_non_atomic()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 20/36] vmlinux.lds.h: Create section for protection against instrumentation
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V5 11/38] rcu: Provide __rcu_is_watching()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 31/36] printk: Disallow instrumenting print_nmi_enter()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 28/36] hardirq/nmi: Allow nested nmi_enter()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 32/36] sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 30/36] lockdep: Always inline lockdep_{off,on}()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[PATCH 00/11] Make sound work on DT-based MMP2 machines
 2020-05-19 19:52 UTC  (5+ messages)
` [PATCH 01/11] ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on
` [PATCH 10/11] dt-bindings: sound: Add Marvell MMP SSPA binding

[patch V4 part 1 34/36] sched,rcu,tracing: Avoid tracing before in_nmi() is correct
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 27/36] arm64: Prepare arch_nmi_enter() for recursion
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 26/36] printk: Prepare for nested printk_nmi_enter()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 21/36] kprobes: Prevent probes in .noinstr.text section
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/kprobes] "

[patch V4 part 1 29/36] x86/mce: Send #MC singal from task work
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 36/36] rcu: Make RCU IRQ enter/exit functions rely on in_nmi()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 35/36] x86: Replace ist_enter() with nmi_enter()
 2020-05-19 19:52 UTC  (2+ messages)
` [tip: core/rcu] "

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-19 19:52 UTC  (4+ messages)
` [patch V4 part 1 25/36] rcu/tree: Mark the idle relevant functions noinstr
  ` [tip: core/rcu] "

[PATCH] sched/cputime: make scale_stime() more precise
 2020-05-19 19:51 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2] mm/hmm/test: use xa_for_each_range instead of looping
 2020-05-19 19:50 UTC  (2+ messages)

[PATCH 00/11] arm/arm64: Turning IPIs into normal interrupts
 2020-05-19 19:47 UTC  (5+ messages)
` [PATCH 01/11] genirq: Add fasteoi IPI flow

[PATCH] netfilter/ipvs: expire no destination UDP connections when expire_nodest_conn=1
 2020-05-19 19:46 UTC  (6+ messages)
` [PATCH] netfilter/ipvs: immediately expire UDP connections matching unavailable destination if expire_nodest_conn=1

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-19 19:44 UTC  (11+ messages)
` [patch V6 10/37] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch V6 12/37] x86/entry: Provide idtentry_entry/exit_cond_rcu()

CLONE_INTO_CGROUP documentation?
 2020-05-19 19:44 UTC  (5+ messages)
` [PATCH v2] clone.2: Document CLONE_INTO_CGROUP

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-19 19:43 UTC  (6+ messages)

umip: AMD Ryzen 3900X, pagefault after emulate SLDT/SIDT instruction
 2020-05-19 19:43 UTC  (3+ messages)

[PATCH] init/main.c: Print all command line when boot
 2020-05-19 19:42 UTC  (4+ messages)
` [RFC PATCH 0/2] printk/init: multi-line kernel command line logging
  ` [RFC PATCH 1/2] printk: Move and rename maximum printk output line length defines
  ` [RFC PATCH 2/2] init: Allow multi-line output of kernel command line

[PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
 2020-05-19 19:42 UTC  (5+ messages)
` [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice

[PATCH] x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()
 2020-05-19 19:41 UTC  (2+ messages)
` [tip: x86/cleanups] "

Introduce SMP support for CI20 (based on JZ4780) v8
 2020-05-19 19:41 UTC  (4+ messages)
` [PATCH v8 1/6] MIPS: JZ4780: Introduce SMP support

drivers/scsi/bnx2fc/bnx2fc_hwi.c:1011:17: warning: variable 'dummy' set but not used
 2020-05-19 19:37 UTC 

[PATCH 5.6 000/192] 5.6.14-rc2 review
 2020-05-19 19:37 UTC  (2+ messages)

[PATCH v2] /dev/mem: Revoke mappings when a driver claims the region
 2020-05-19 19:36 UTC  (5+ messages)

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19 19:29 UTC  (6+ messages)

[PATCH v4 0/2] s390/dasd: remove ioctl_by_bdev from DASD driver
 2020-05-19 19:29 UTC  (4+ messages)
` [PATCH 3/2] block: remove ioctl_by_bdev

[PATCH v3 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-19 19:28 UTC  (10+ messages)
` [PATCH v3 6/7] perf test: Improve pmu event metric testing
` [PATCH v3 7/7] perf expr: Migrate expr ids table to a hashmap

[RFC PATCH 0/4] DirectX on Linux
 2020-05-19 19:21 UTC  (2+ messages)

[RESEND PATCH V2] perf/x86/intel/uncore: Add Comet Lake support
 2020-05-19 19:18 UTC 

[PATCH] perf stat: POWER9 metrics: expand "ICT" acronym
 2020-05-19 19:18 UTC 

[PATCH net-next 0/4] DP83869 Enhancements
 2020-05-19 19:16 UTC  (9+ messages)
` [PATCH net-next 2/4] net: phy: dp83869: Set opmode from straps

[PATCH] kgdboc: Disable all the early code when kgdboc is a module
 2020-05-19 19:14 UTC  (2+ messages)

[RESEND PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-19 19:00 UTC  (6+ messages)
` [RESEND PATCH v7 1/5] powerpc: Document details on H_SCM_HEALTH hcall
` [RESEND PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
` [RESEND PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [RESEND PATCH v7 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
` [RESEND PATCH v7 5/5] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

[PATCH perf/core] perf intel-pt: Fix clang build failure in intel_pt_synth_pebs_sample
 2020-05-19 19:12 UTC  (10+ messages)

[PATCH v1] sdhci: tegra: Remove warnings about missing device-tree properties
 2020-05-19 19:07 UTC  (8+ messages)

git-send-email: Ability to populate CC using more tags
 2020-05-19 19:06 UTC  (2+ messages)

[PATCH] dt-bindings: gpu: arm,mali-utgard: add additional properties
 2020-05-19 19:06 UTC  (2+ messages)

[PATCH v2 00/10] Add MMC and DMA support for Actions S700
 2020-05-19 19:03 UTC  (9+ messages)
` [PATCH v2 06/10] arm64: dts: actions: Add DMA Controller for S700
` [PATCH v2 07/10] dt-bindings: reset: s700: Add binding constants for mmc
` [PATCH v2 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc
` [PATCH v2 09/10] arm64: dts: actions: Add MMC controller support for S700
` [PATCH v2 10/10] arm64: dts: actions: Add uSD support for Cubieboard7

[PATCH] net: bmac: Fix read of MAC address from ROM
 2020-05-19 19:03 UTC  (2+ messages)

[PATCH] locking/lockdep: Replace zero-length array with flexible-array
 2020-05-19 19:07 UTC  (3+ messages)
` [tip: locking/core] "

[PATCH v2] Kernel selftests: Add check if tpm devices are supported
 2020-05-19 19:00 UTC  (2+ messages)

[PATCH v2] dt-bindings: nvmem: stm32: new property for data access
 2020-05-19 19:00 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.7-rc6
 2020-05-19 19:00 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for v5.7-rc7
 2020-05-19 19:00 UTC  (2+ messages)

[PULL REQUEST] i2c for v5.8
 2020-05-19 19:00 UTC  (2+ messages)

linux-next: Tree for May 19
 2020-05-19 18:59 UTC  (2+ messages)
` linux-next: Tree for May 19 (block/rnbd/)

[PATCH v1 0/2] Introduce QTI I2C PMIC controller
 2020-05-19 18:57 UTC  (6+ messages)
` [PATCH v1 2/2] mfd: "

[PATCH v3 00/10] x86/resctrl: Misc cleanup
 2020-05-19 18:55 UTC  (3+ messages)
` [PATCH v3 09/10] x86/resctrl: Add arch_has_{sparse,empty}_bitmaps to explain CAT differences

[PATCH v4 0/2] soc: ti: add k3 platforms chipid module driver
 2020-05-19 18:54 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: soc: ti: add binding for k3 platforms chipid module

[PATCH v10] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-05-19 18:53 UTC 

[PATCH V1 RESEND 0/3] perf/imx_ddr: Add system PMU support
 2020-05-19 18:51 UTC  (5+ messages)
` [PATCH V1 RESEND 1/3] perf/imx_ddr: Add system PMU identifier for userspace
` [PATCH V1 RESEND 2/3] bindings/perf/imx-ddr: update compatible string

[PATCH v9] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-05-19 18:50 UTC  (3+ messages)

[PATCH v2] sched: Defend cfs and rt bandwidth quota against overflow
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-19 18:42 UTC  (6+ messages)

[PATCH] perf/core: Replace zero-length array with flexible-array
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3] sched/fair: fix unthrottle_cfs_rq for leaf_cfs_rq list
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/urgent] sched/fair: Fix unthrottle_cfs_rq() "

[PATCH] sched/debug: Fix requested task uclamp values shown in procfs
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/urgent] "

[PATCH v2] sched/pelt: sync util/runnable_sum with PELT window when propagating
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] sched/pelt: Sync "

[PATCH] sched/fair: Replace zero-length array with flexible-array
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] perf/x86/rapl: Add Ice Lake RAPL support
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: perf/core] "

[RESEND PATCH] perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel Tremont
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v2 RESEND] sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3] sched/fair: enqueue_task_fair optimization
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] sched/fair: Optimize enqueue_task_fair()

[PATCH v3] sched/fair: Fix enqueue_task_fair warning some more
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/urgent] sched/fair: Fix enqueue_task_fair() "

[PATCH v2] sched/cpuacct: Fix charge cpuacct.usage_sys incorrently
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: sched/core] sched/cpuacct: Fix charge cpuacct.usage_sys

[PATCH v1] dt-bindings: spi: Add schema for Cadence QSPI Controller driver
 2020-05-19 18:44 UTC  (2+ messages)

[PATCH] perf/x86: Replace zero-length array with flexible-array
 2020-05-19 18:44 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH] x86/Hyper-V: Support for free page reporting
 2020-05-19 18:37 UTC 

[PATCH] KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
 2020-05-19 18:37 UTC  (2+ messages)

[PATCH v3] vsprintf: don't obfuscate NULL and error pointers
 2020-05-19 18:36 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the iommu tree
 2020-05-19 18:36 UTC 

[rcu] 2f08469563: BUG:kernel_reboot-without-warning_in_boot_stage
 2020-05-19 18:32 UTC  (10+ messages)

linux-next: Fixes tag needs some work in the nfs-anna tree
 2020-05-19 18:30 UTC 

[PATCH v2 00/14] mediatek: add support for MediaTek Ethernet MAC
 2020-05-19 18:28 UTC  (3+ messages)
` [PATCH v2 01/14] dt-bindings: arm: add a binding document for MediaTek PERICFG controller

[RFC PATCH 0/8] Qualcomm Cloud AI 100 driver
 2020-05-19 18:26 UTC  (7+ messages)

[PATCH v7 1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML
 2020-05-19 18:25 UTC  (3+ messages)
` [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver

[PATCHv2 0/5] EXC3000 Updates
 2020-05-19 18:24 UTC  (6+ messages)
` [PATCHv2 1/5] dt-bindings: touchscreen: Convert EETI EXC3000 touchscreen to json-schema
` [PATCHv2 2/5] Input: EXC3000: switch to i2c's probe_new API
` [PATCHv2 3/5] Input: EXC3000: add EXC80H60 and EXC80H84 support
` [PATCHv2 4/5] Input: EXC3000: Add support to query model and fw_version
` [PATCHv2 5/5] Input: EXC3000: Add reset gpio support

[PATCH] kasan: Disable branch tracing for core runtime
 2020-05-19 18:24 UTC 

[PATCH] s390/sclp_vt220: Fix console name to match device
 2020-05-19 18:16 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).