linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 14:20:16 to 2020-02-05 17:37:26 UTC [more...]

[PATCH v6 00/10] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-05 17:37 UTC  (11+ messages)
` [PATCH v6 01/10] capabilities: introduce CAP_PERFMON to kernel and user space
` [PATCH v6 02/10] perf/core: open access to the core for CAP_PERFMON privileged process
` [PATCH v6 03/10] perf/core: open access to probes "
` [PATCH v6 04/10] perf tool: extend Perf tool with CAP_PERFMON capability support
` [PATCH v6 05/10] drm/i915/perf: open access for CAP_PERFMON privileged process
` [PATCH v6 06/10] trace/bpf_trace: "
` [PATCH v6 07/10] powerpc/perf: "
` [PATCH v6 08/10] parisc/perf: "
` [PATCH v6 09/10] drivers/perf: "
` [PATCH v6 10/10] drivers/oprofile: "

[PATCH] kdb: Fix compiling on architectures w/out DBG_MAX_REG_NUM defined
 2020-02-05 17:30 UTC  (2+ messages)

[PATCH 2/3] cgroup: Iterate tasks that did not finish do_exit()
 2020-02-05 17:27 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "

[PATCH v5 0/1] usb: gadget: add raw-gadget interface
 2020-02-05 17:25 UTC  (8+ messages)
` [PATCH v5 1/1] "

[PATCH] signal.c: Fix sparse warnings
 2020-02-05 17:24 UTC 

[PATCH v3 0/3] hw_random: introduce Arm CryptoCell TRNG driver
 2020-02-05 17:23 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine
` [PATCH v3 2/3] hw_random: cctrng: introduce Arm CryptoCell driver
` [PATCH v3 3/3] MAINTAINERS: add HG as cctrng maintainer

[PATCH] mailmap: add entry for Tiezhu Yang
 2020-02-05 17:24 UTC  (2+ messages)

[PATCH 0/5] Documentation: Fix trivial nits
 2020-02-05 17:22 UTC  (4+ messages)
` [PATCH 2/5] docs/ko_KR/howto: Insert missing dots

[PATCH] perf script: introduce deltatime option
 2020-02-05 17:22 UTC  (4+ messages)

[PATCH 0/4] ntb perf and ntb tool improvements
 2020-02-05 17:16 UTC  (5+ messages)
` [PATCH 1/4] ntb_perf: refactor code for CPU and DMA transfers
` [PATCH 2/4] ntb_perf: send command in response to EAGAIN
` [PATCH 3/4] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH 4/4] ntb_tool: "

[PATCH] iio: adc: ad7124: add 3db filter
 2020-02-05 17:15 UTC  (8+ messages)
` [PATCH 0/5 V2] iio: adc: ad7192: move out of staging
  ` [PATCH 1/5 V2] staging: iio: adc: ad7192: fail probe on get_voltage
  ` [PATCH 2/5 V2] staging: iio: adc: ad7192: modify iio_chan_spec array
  ` [PATCH 3/5 V2] staging: iio: adc: ad7192: removed spi_device_id
  ` [PATCH 4/5 V2] Documentation: ABI: testing: ad7192: update sysfs docs
  ` [PATCH 5/5 V2] staging: iio: adc: ad7192: move out of staging

[PATCH v4 00/14] KVM: Dirty ring interface
 2020-02-05 17:15 UTC  (10+ messages)
` [PATCH 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
  ` [PATCH 10/14] KVM: selftests: Use a single binary for dirty/clear log test
  ` [PATCH 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test

[PATCH] Revert kheaders feature
 2020-02-05 17:13 UTC  (5+ messages)

[PATCH] signal.c: Fix sparse warnings
 2020-02-05 17:09 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: stm32: convert i2s to json-schema
 2020-02-05 17:08 UTC  (2+ messages)

[PATCH] dt-bindings: convert google,cros-ec-pwm.txt to yaml format
 2020-02-05 17:03 UTC  (2+ messages)

[PATCH v2 0/9] add ASoC components for AHUB
 2020-02-05 17:02 UTC  (3+ messages)
` [PATCH v2 2/9] ASoC: tegra: add support for CIF programming

[PATCH] dt-bindings: Convert the binding file google,cros-ec-codec.txt to yaml format
 2020-02-05 17:02 UTC  (2+ messages)

[PATCH 00/26] KVM: x86: Purge kvm_x86_ops->*_supported()
 2020-02-05 17:02 UTC  (19+ messages)
` [PATCH 01/26] KVM: x86: Remove superfluous brackets from case statement
` [PATCH 02/26] KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
` [PATCH 03/26] KVM: x86: Snapshot MSR index in a local variable when processing lists
` [PATCH 04/26] KVM: x86: Add a kvm_x86_ops hook to query virtualized MSR support
` [PATCH 05/26] KVM: x86: Move MSR_TSC_AUX existence checks into vendor code
` [PATCH 06/26] KVM: x86: Move MSR_IA32_BNDCFGS "

[PATCH] drm/msm/a6xx: Update the GMU bus tables for sc7180
 2020-02-05 17:01 UTC 

[PATCH] io_uring: fix mm use with IORING_OP_{READ,WRITE}
 2020-02-05 16:59 UTC  (8+ messages)

[PATCH v2 0/3] x86/tsc_msr: Make MSR derived TSC frequency more accurate
 2020-02-05 16:59 UTC  (5+ messages)
` [PATCH v2 1/3] x86/tsc_msr: Use named struct initializers
` [PATCH v2 2/3] x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices
` [PATCH v2 3/3] x86/tsc_msr: Make MSR derived TSC frequency more accurate

[PATCH] KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
 2020-02-05 16:56 UTC  (2+ messages)

[PATCH v2] powerpc: drmem: avoid NULL pointer dereference when drmem is unavailable
 2020-02-05 16:55 UTC  (2+ messages)

[PATCH v2] irqchip: xilinx: Add support for multiple instances
 2020-02-05 16:53 UTC  (5+ messages)

[PATCH v3 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
 2020-02-05 16:47 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle EVB

[PATCH v3 10/11] mm/damon: Add kunit tests
 2020-02-05 16:47 UTC  (2+ messages)
`  "

[PATCH 1/3] kvm: mmu: Replace unsigned with unsigned int for PTE access
 2020-02-05 16:46 UTC  (8+ messages)
` [PATCH 2/3] kvm: mmu: Separate generating and setting mmio ptes
` [PATCH 3/3] kvm: mmu: Separate pte generation from set_spte

[PATCH] usb: dwc2: Implement set_selfpowered()
 2020-02-05 16:44 UTC  (3+ messages)

[PATCH 1/4] iio: imu: adis: Add self_test_reg variable
 2020-02-05 16:44 UTC  (8+ messages)
` [PATCH 2/4] iio: imu: adis: Refactor adis_initial_startup

[PATCH v2 0/8] ima: support stronger algorithms for attestation
 2020-02-05 16:39 UTC  (3+ messages)
` [PATCH v2 5/8] ima: Switch to dynamically allocated buffer for template digests

[net-next] seg6: add support for optional attributes during behavior construction
 2020-02-05 16:37 UTC  (3+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-02-05 16:34 UTC  (4+ messages)
` [PATCH v1 1/3] virtio-balloon: Fix memory leak when unloading while hinting is in progress
` [PATCH v1 2/3] virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-02-05 16:29 UTC  (2+ messages)

[PATCH 5.4 00/90] 5.4.18-stable review
 2020-02-05 16:25 UTC  (6+ messages)

[put pull] timestamp stuff
 2020-02-05 16:25 UTC  (4+ messages)

[PATCH v3 0/7] Add RSC power domain support
 2020-02-05 16:18 UTC  (9+ messages)
` [PATCH v3 5/7] drivers: firmware: psci: Add hierarchical domain idle states converter

[tip:efi/urgent] BUILD SUCCESS 59365cadfbcd299b8cdbe0c165faf15767c5f166
 2020-02-05 16:16 UTC 

[PATCH 0/2] printk: replace ringbuffer
 2020-02-05 16:12 UTC  (11+ messages)

[GIT PULL] s390 patches for the 5.6 merge window #2
 2020-02-05 16:11 UTC 

[PATCH v3 0/5] perf cs-etm: Fix synthesizing instruction samples
 2020-02-05 16:09 UTC  (7+ messages)
` [PATCH v3 1/5] perf cs-etm: Swap packets for "
` [PATCH v3 2/5] perf cs-etm: Continuously record last branch
` [PATCH v3 3/5] perf cs-etm: Correct synthesizing instruction samples

[for-next][PATCH 0/4] tracing: Hopefully last update for 5.6
 2020-02-05 16:08 UTC  (8+ messages)
` [for-next][PATCH 4/4] ftrace: Add comment to why rcu_dereference_sched() is open coded

[PATCH 1/2] 9pnet: allow making incomplete read requests
 2020-02-05 16:07 UTC  (4+ messages)

[PATCH] ASoC: fsl_sai: Fix exiting path on probing failure
 2020-02-05 16:04 UTC 

[PATCH v25 00/21] Intel SGX foundations
 2020-02-05 16:01 UTC  (4+ messages)
` [PATCH v25 10/21] x86/sgx: Linux Enclave Driver

[GIT PULL] dmaengine fixes for v5.6-rc1
 2020-02-05 16:00 UTC 

[PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups
 2020-02-05 15:58 UTC  (8+ messages)

[PATCH 00/15] AMD ntb driver fixes and improvements
 2020-02-05 15:54 UTC  (16+ messages)
` [PATCH 01/15] NTB: Fix access to link status and control register
` [PATCH 02/15] NTB: clear interrupt status register
` [PATCH 03/15] NTB: Enable link up and down event notification
` [PATCH 04/15] NTB: define a new function to get link status
` [PATCH 05/15] NTB: return the side info status from amd_poll_link
` [PATCH 06/15] NTB: set peer_sta within event handler itself
` [PATCH 07/15] NTB: remove handling of peer_sta from amd_link_is_up
` [PATCH 08/15] NTB: handle link down event correctly
` [PATCH 09/15] NTB: handle link up, D0 and D3 events correctly
` [PATCH 10/15] NTB: move ntb_ctrl handling to init and deinit
` [PATCH 11/15] NTB: add helper functions to set and clear sideinfo
` [PATCH 12/15] NTB: return link up status correctly for PRI and SEC
` [PATCH 13/15] NTB: remove redundant setting of DB valid mask
` [PATCH 14/15] NTB: send DB event when driver is loaded or un-loaded
` [PATCH 15/15] NTB: add pci shutdown handler for AMD NTB

[PATCH] genirq: Clarify that irq wake state is orthogonal to enable/disable
 2020-02-05 15:52 UTC  (4+ messages)

[sparc64] unable to build kernel after bbfceba15f8 / "kdb: Get rid of confusing diag msg from "rd" if current task has no regs"
 2020-02-05 15:51 UTC  (4+ messages)

[PATCH] spi: Add FSI-attached SPI controller driver
 2020-02-05 15:51 UTC  (6+ messages)

[PATCH] ASoC: wcd934x: Remove some unnecessary NULL checks
 2020-02-05 15:50 UTC  (5+ messages)

[PATCH v1 1/1] binder: transaction latency tracking for user build
 2020-02-05 15:49 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Fix up includes for trace.h
 2020-02-05 15:46 UTC  (3+ messages)

[PATCH v6 2/2] perf parse: Copy string to perf_evsel_config_term
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH v6 1/2] perf parse: Refactor struct perf_evsel_config_term
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] perf parse: Refactor 'struct perf_evsel_config_term'

[PATCH] perf: Make perf able to build with latest libbfd
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH v2] perf test: Fix test case Merge cpu map
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH] tools: perf: add missing unlock to maps__insert error case
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] perf maps: Add missing unlock to maps__insert() "

[PATCH v2] perf probe: Add ustring support for perf probe command
 2020-02-05 15:45 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH 0/7] soc: imx: Enable additional functionality of i.MX8M
 2020-02-05 15:41 UTC  (5+ messages)
` [PATCH 5/7] arm64: dts: imx8mm: add GPC power domains

[PATCHv2] i2c: i2c-stm32f7: allow controller to be wakeup-source
 2020-02-05 15:40 UTC  (2+ messages)

[PATCH] kcsan: Fix 0-sized checks
 2020-02-05 15:37 UTC  (2+ messages)

[PATCH] KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
 2020-02-05 15:30 UTC  (2+ messages)

[PATCH] get_maintainer: Prefer MAINTAINER address over S-o-b
 2020-02-05 15:24 UTC 

[PATCH v3 0/9] Huge page-table entries for TTM
 2020-02-05 15:20 UTC  (3+ messages)
` [PATCH v3 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults

[PATCH] KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
 2020-02-05 15:13 UTC 

[PATCH 5.4 17/78] HID: Fix slab-out-of-bounds read in hid_field_extract (Broken!)
 2020-02-05 15:00 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: pmu: Test WRMSR on a running counter
 2020-02-05 14:56 UTC  (2+ messages)

[PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
 2020-02-05 14:55 UTC  (14+ messages)

[PATCH 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-02-05 14:55 UTC  (2+ messages)

[PATCH v2] sched: rt: Make RT capacity aware
 2020-02-05 14:48 UTC  (10+ messages)

Linux 4.9.213
 2020-02-05 14:44 UTC  (2+ messages)

Linux 4.4.213
 2020-02-05 14:43 UTC  (2+ messages)

[PATCH 4.19 00/70] 4.19.102-stable review
 2020-02-05 14:42 UTC  (3+ messages)

[PATCH] ftrace: Protect ftrace_graph_hash with ftrace_sync
 2020-02-05 14:41 UTC 

[PATCH] x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctx
 2020-02-05 14:34 UTC 

[PATCH UP] Make smp_call_function_single() match SMP semantics
 2020-02-05 14:34 UTC 

[PATCH] powerpc/drmem: cache LMBs in xarray to accelerate lookup
 2020-02-05 14:33 UTC  (6+ messages)

[PATCH] arm64: dts: librem5-devkit: add lsm9ds1 mount matrix
 2020-02-05 14:32 UTC  (5+ messages)

[PATCH] KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
 2020-02-05 14:31 UTC  (5+ messages)

[PATCH v1 00/12] arm64: dts: librem5-devkit: description updates
 2020-02-05 14:30 UTC  (13+ messages)
` [PATCH v1 01/12] arm64: dts: librem5-devkit: add sai2 and sai6 pinctrl definitions
` [PATCH v1 02/12] arm64: dts: librem5-devkit: add the simcom 7100 modem and audio
` [PATCH v1 03/12] arm64: dts: librem5-devkit: allow modem to wake the system from suspend
` [PATCH v1 04/12] arm64: dts: librem5-devkit: enable sai2 audio interface
` [PATCH v1 05/12] arm64: dts: librem5-devkit: add the sgtl5000 i2c audio codec
` [PATCH v1 06/12] arm64: dts: librem5-devkit: add a vbus supply to usb0
` [PATCH v1 07/12] arm64: dts: librem5-devkit: add the regulators for DVFS
` [PATCH v1 08/12] arm64: dts: librem5-devkit: add a battery for the bq25896 to monitor
` [PATCH v1 09/12] arm64: dts: librem5-devkit: allow the redpine card to be removed
` [PATCH v1 10/12] arm64: dts: librem5-devkit: configure VSELECT
` [PATCH v1 11/12] arm64: dts: librem5-devkit: increase the VBUS current in the kernel
` [PATCH v1 12/12] arm64: dts: librem5-devkit: add lsm9ds1 mount matrix

[PATCH 0/2] KVM: MIPS: Bug fix and cleanup
 2020-02-05 14:30 UTC  (2+ messages)

[PATCH] x86/kvm: do not setup pv tlb flush when not paravirtualized
 2020-02-05 14:28 UTC  (2+ messages)

[PATCH v2] KVM: fix overflow of zero page refcount with ksm running
 2020-02-05 14:27 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.6-rc1
 2020-02-05 14:25 UTC 

[PATCH v3 1/2][RESEND] input: adp5589: Add default platform data
 2020-02-05 14:22 UTC  (2+ messages)
` [PATCH v3 2/2] input: adp5589: Add basic devicetree support


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