linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-06 16:07:27 to 2019-02-06 18:52:01 UTC [more...]

[GIT PULL 00/53] perf/core improvements and fixes
 2019-02-06 18:49 UTC  (42+ messages)
` [PATCH 01/53] perf powerpc: Add missing headers to skip-callchain-idx.c
` [PATCH 02/53] perf arm pmu: Add missing linux/string.h header
` [PATCH 03/53] perf srccode: Move struct definition from map.h to srccode.h
` [PATCH 04/53] perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
` [PATCH 05/53] perf symbols: Introduce map_symbol.h
` [PATCH 06/53] pref tools: Add missing map.h includes
` [PATCH 08/53] perf tests: Add missing headers so far obtained indirectly
` [PATCH 09/53] perf hist: Remove symbol.h from hist.h, just fwd decls are needed
` [PATCH 11/53] perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
` [PATCH 12/53] perf thread: Don't include symbol.h, "
` [PATCH 13/53] perf tools: Add missing include <callchain.h> in various places
` [PATCH 15/53] perf tests pmu: Add missing headers
` [PATCH 16/53] perf pmu: Remove needless evsel.h include, only needs one fwd decl
` [PATCH 18/53] perf powerpc kvm-stat: Add missing evlist.h header
` [PATCH 19/53] perf bpf-loader: Remove unecessary includes from bpf-loader.h
` [PATCH 20/53] perf/aux: Make perf_event accessible to setup_aux()
` [PATCH 21/53] coresight: perf: Add "sinks" group to PMU directory
` [PATCH 22/53] coresight: Use event attributes for sink selection
` [PATCH 23/53] perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file
` [PATCH 24/53] perf arm cs-etm: Use event attributes to send sink information to kernel
` [PATCH 25/53] perf coresight: Remove set_drv_config() API
` [PATCH 26/53] perf pmu: Remove set_drv_config API
` [PATCH 27/53] perf record: Allocate affinity masks
` [PATCH 29/53] perf tools: Add fallback versions for CPU_{OR,EQUAL}()
` [PATCH 30/53] perf record: Apply affinity masks when reading mmap buffers
` [PATCH 31/53] perf clang: Do not use 'return std::move(something)'
` [PATCH 33/53] perf evsel: Add output_resort_cb method
` [PATCH 34/53] perf report: Move symbol annotation to the resort phase
` [PATCH 35/53] perf tools: Add documentation for BPF event selection
` [PATCH 36/53] perf cs-etm: Add last instruction information in packet
` [PATCH 37/53] perf cs-etm: Set sample flags for instruction range packet
` [PATCH 38/53] perf cs-etm: Set sample flags for trace discontinuity
` [PATCH 39/53] perf cs-etm: Add exception number in exception packet
` [PATCH 40/53] perf cs-etm: Change tuple from traceID-CPU# to traceID-metadata
` [PATCH 41/53] perf cs-etm: Add traceID in packet
` [PATCH 42/53] perf cs-etm: Set sample flags for exception packet
` [PATCH 43/53] perf cs-etm: Set sample flags for exception return packet
` [PATCH 45/53] perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
` [PATCH 48/53] perf thread-stack: Represent jmps to the start of a different symbol
` [PATCH 49/53] perf auxtrace: Define auxtrace record alignment
` [PATCH 50/53] perf intel-pt: Fix overlap calculation for padding

[PATCH v2] cpufreq: mediatek: Register an Energy Model
 2019-02-06 18:50 UTC 

[PATCH 4/7] dt-bindings: sdm845-pinctrl: add wakeup interrupt parent for GPIO
 2019-02-06 18:47 UTC  (12+ messages)

[PATCH] mm/memory-hotplug: Add sysfs hot-remove trigger
 2019-02-06 18:45 UTC  (2+ messages)

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-06 18:44 UTC  (7+ messages)

[PATCH] drm: enable uncached DMA optimization for ARM and arm64
 2019-02-06 18:38 UTC  (9+ messages)

[PATCH] sh: generate uapi header and syscall table header files
 2019-02-06 18:32 UTC 

[PATCH v7 00/10] support ROHM BD70528 PMIC
 2019-02-06 18:31 UTC  (6+ messages)
` [PATCH v7 03/10] clk: bd718x7: use chip specific and generic data structs
` [PATCH v7 05/10] clk: bd718x7: Support ROHM BD70528 clk block

[PATCH] drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docs
 2019-02-06 18:31 UTC 

[PATCH net-next v3 00/12] net: Introduce ndo_get_port_parent_id()
 2019-02-06 18:21 UTC  (3+ messages)
` [PATCH net-next v3 11/12] net: dsa: Implement ndo_get_port_parent_id()

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-06 18:19 UTC  (6+ messages)
` [RFC][Patch v8 5/7] virtio: Enables to add a single descriptor to the host

[PATCH v4 0/3] ARM: qcom: add vibrator support for various MSM SOCs
 2019-02-06 18:18 UTC  (5+ messages)
` [PATCH v4 2/3] Input: add new vibrator driver "
` [PATCH v4 3/3] ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for vibrator

[PATCH v6 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller
 2019-02-06 18:17 UTC  (2+ messages)
` Applied "spi: atmel-quadspi: add support for sam9x60 qspi controller" to the spi tree

[PATCH 1/2] cpufreq: qcom-hw: Register an Energy Model
 2019-02-06 18:16 UTC  (4+ messages)
` [PATCH 2/2] cpufreq: mediatek: "

[PATCH] Input: tm2-touchkey - acknowledge that setting brightness is a blocking call
 2019-02-06 18:16 UTC 

[PATCH] x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting
 2019-02-06 18:13 UTC  (6+ messages)
    ` [tip:x86/cleanups] x86/boot/compressed/64: Explain paging_prepare()'s return value
` [tip:x86/urgent] x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting

[PATCH v2 1/3] dt-bindings: arm: atmel: add missing samx7 to reset controller
 2019-02-06 18:12 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: arm: atmel: add new sam9x60 reset controller binding
` [PATCH v2 3/3] power: reset: at91-reset: add support for sam9x60 SoC

[PATCH 1/6] dt-bindings: sound: Document jz4740-codec bindings
 2019-02-06 18:12 UTC  (5+ messages)
` [PATCH 3/6] ASoC: codecs: jz4740: Use SPDX license notifier
` [PATCH 6/6] ASoC: codecs: Add jz4725b-codec driver

[PATCH] reset: Don't WARN if trying to get a used reset control
 2019-02-06 18:12 UTC  (12+ messages)

[PATCH] Input: ims-pcu - switch to using brightness_set_blocking()
 2019-02-06 18:08 UTC 

perf_event_open+clone = unkillable process
 2019-02-06 18:07 UTC  (10+ messages)
              ` [RFC][PATCH] signal: Store pending signal exit in tsk.jobctl not in tsk.pending

[PATCH 0/6] vmw_balloon: 64-bit limit support, compaction, shrinker
 2019-02-06 18:05 UTC  (5+ messages)
` [PATCH 1/6] vmw_balloon: bump version number

[RESEND PATCH] dt-bindings: arm: atmel: add new sam9x60 SFR binding
 2019-02-06 18:04 UTC 

[PATCH 1/2] PCI: dwc: allow to limit registers set length
 2019-02-06 18:02 UTC  (2+ messages)

[PATCH] mlx4_ib: Increase the timeout for CM cache
 2019-02-06 18:02 UTC  (5+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-02-06 18:01 UTC  (4+ messages)
` security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)

[PATCH v3 0/6] mm: make pinned_vm atomic and simplify users
 2019-02-06 17:59 UTC  (7+ messages)
` [PATCH 1/6] mm: make mm->pinned_vm an atomic64 counter
` [PATCH 2/6] drivers/mic/scif: do not use mmap_sem
` [PATCH 3/6] drivers/IB,qib: optimize mmap_sem usage
` [PATCH 4/6] drivers/IB,hfi1: do not se mmap_sem
` [PATCH 5/6] drivers/IB,usnic: reduce scope of mmap_sem
` [PATCH 6/6] drivers/IB,core: "

[PATCH v2] include/linux/module.h: mark init/cleanup_module aliases as __init/exit
 2019-02-06 17:56 UTC 

[PATCH v2 1/3] net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interface
 2019-02-06 17:56 UTC  (3+ messages)
` [PATCH v2 2/3] net/macb: bindings doc: add sam9x60 binding
` [PATCH v2 3/3] net: macb: add sam9x60-macb compatibility string

[PATCH] Bluetooth: hci_ldisc: Initialize hci_dev before open()
 2019-02-06 17:54 UTC 

[PATCH 1/2] x86/boot: fix KASL when memmap range manipulation is used
 2019-02-06 17:53 UTC  (7+ messages)
` [PATCH 2/2] x86/boot: increase maximum number of avoided KASLR regions

[PATCH 0/8] ARM: at91/dt: update to existing drivers for the sam9x60 SoC
 2019-02-06 17:51 UTC  (2+ messages)

[RFC v1 0/3] Address potential user-after-free on module unload
 2019-02-06 17:49 UTC  (8+ messages)

[PATCH net-next v4 00/12] net: Introduce ndo_get_port_parent_id()
 2019-02-06 17:45 UTC  (13+ messages)
` [PATCH net-next v4 01/12] "
` [PATCH net-next v4 02/12] bnxt: Implement ndo_get_port_parent_id()
` [PATCH net-next v4 03/12] liquidio: "
` [PATCH net-next v4 04/12] net/mlx5e: "
` [PATCH net-next v4 05/12] mlxsw: "
` [PATCH net-next v4 06/12] mscc: ocelot: "
` [PATCH net-next v4 07/12] nfp: "
` [PATCH net-next v4 08/12] rocker: "
` [PATCH net-next v4 09/12] netdevsim: "
` [PATCH net-next v4 10/12] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next v4 11/12] net: dsa: "
` [PATCH net-next v4 12/12] net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID

[PATCH] kbuild, LLVMLinux: Don't suppress format warnings
 2019-02-06 17:43 UTC  (6+ messages)

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-02-06 17:41 UTC  (7+ messages)
` [PATCH 08/17] x86/ftrace: set trampoline pages as executable
` [PATCH 16/17] Plug in new special vfree flag

[PATCH v2] mfd: cros_ec_dev: Return number of bytes read with CROS_EC_DEV_IOCRDMEM
 2019-02-06 17:39 UTC 

[PATCH V11 1/5] i2c: tegra: sort all the include headers alphabetically
 2019-02-06 17:37 UTC  (6+ messages)
` [PATCH V11 3/5] i2c: tegra: Add DMA support

pull-request: wireless-drivers-next 2019-02-06
 2019-02-06 17:37 UTC  (2+ messages)

[PATCH v3 0/3] Stingray USB PHY driver support
 2019-02-06 17:32 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: phy: Add Stingray USB PHY binding document
` [PATCH v3 2/3] phy: sr-usb: Add Stingray USB PHY driver
` [PATCH v3 3/3] arm64: dts: Add USB DT nodes for Stingray SoC

[PATCHv5 00/10] Heterogeneuos memory node attributes
 2019-02-06 17:30 UTC  (15+ messages)
` [PATCHv5 03/10] acpi/hmat: Parse and report heterogeneous memory
` [PATCHv5 04/10] node: Link memory nodes to their compute nodes
` [PATCHv5 10/10] doc/mm: New documentation for memory performance

[PATCH] include/linux/module.h: mark init/cleanup_module aliases as __cold
 2019-02-06 17:28 UTC  (6+ messages)

[PATCH 0/5] sched/fair: NOHZ cleanups and misfit improvement
 2019-02-06 17:26 UTC  (7+ messages)
` [PATCH 4/5] sched/fair: Tune down misfit nohz kicks
` [PATCH 5/5] sched/fair: Skip LLC nohz logic for asymmetric systems

[RFC 0/2] ARC: rework U-boot arguments handling
 2019-02-06 17:22 UTC  (3+ messages)
` [RFC 1/2] ARC: U-boot: check arguments paranoidly
` [RFC 2/2] ARC: U-boot: check magic number passed from u-boot

[PATCH] sched/debug: Show intergroup and hierarchy sum wait time of a task group
 2019-02-06 17:19 UTC  (2+ messages)

libelf-0.175 breaks objtool
 2019-02-06 17:16 UTC  (3+ messages)

[PATCH v10 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-06 17:10 UTC  (8+ messages)

[PATCH v7 00/15] KVM: s390: make use of the GIB
 2019-02-06 17:09 UTC  (2+ messages)

[PATCH v1 0/4] MSM8998 Multimedia Clock Controller
 2019-02-06 17:04 UTC  (7+ messages)
` [PATCH v1 1/4] clk: qcom: smd: Add XO clock for MSM8998

WARNING in apparmor_secid_to_secctx
 2019-02-06 17:03 UTC  (16+ messages)
                      ` [PATCH] LSM: Allow syzbot to ignore security= parameter

[PATCH] ring-buffer: Remove unused function ring_buffer_page_len()
 2019-02-06 16:59 UTC  (5+ messages)

Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
 2019-02-06 16:59 UTC  (2+ messages)

Applied "regulator: fixed/gpio: Pull inversion/OD into gpiolib" to the regulator tree
 2019-02-06 16:58 UTC 

Applied "regulator: as3722: Correct minor typo" to the regulator tree
 2019-02-06 16:58 UTC 

Applied "regulator: gpio: Convert to use descriptors" to the regulator tree
 2019-02-06 16:58 UTC 

Applied "regulator: rk808: Convert rk805 buck1/2 to use linear range" to the regulator tree
 2019-02-06 16:58 UTC 

Applied "regulator: gpio: Simplify probe path" to the regulator tree
 2019-02-06 16:58 UTC 

Applied "regulator: core: Only support passing enable GPIO descriptors" to the regulator tree
 2019-02-06 16:58 UTC 

[PATCH V13 1/5] i2c: tegra: sort all the include headers alphabetically
 2019-02-06 16:56 UTC  (11+ messages)
` [PATCH V13 3/5] i2c: tegra: Add DMA support

[PATCH v2 00/12] btrfs: add zstd compression level support
 2019-02-06 16:51 UTC  (11+ messages)

[PATCH v2 00/12] btrfs: add zstd compression level support
 2019-02-06 16:48 UTC  (5+ messages)
` [PATCH 09/12] btrfs: change set_level() to bound the level passed in
  ` [PATCH v2 "
` [PATCH 12/12] btrfs: add zstd compression level support
  ` [PATCH v3 "

[PATCH] component: Add documentation
 2019-02-06 16:47 UTC 

INFO: task hung in tipc_bcast_stop
 2019-02-06 16:47 UTC 

[GIT PULL] tracing: Small fixes to the uprobe code
 2019-02-06 16:43 UTC 

linux-next: tracebacks in workqueue.c/__flush_work()
 2019-02-06 16:38 UTC  (7+ messages)

[PATCH v6 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-06 16:38 UTC  (5+ messages)
` [PATCH v6 01/13] spi: atmel-quadspi: cache MR value to avoid a write access

[PATCH v2] kernfs: Allocating memory for kernfs_iattrs with kmem_cache
 2019-02-06 16:35 UTC  (2+ messages)

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-02-06 16:35 UTC  (9+ messages)
` [PATCH v5 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller

[PATCH 0/3] Inject a PMI for KVM Guest when ToPA buffer is filled
 2019-02-06 16:34 UTC  (4+ messages)
` [PATCH 2/3] perf/x86/intel/pt: Inject PMI for KVM guest

[PATCH] kernel: workqueue: clarify wq_worker_last_func() caller requirements
 2019-02-06 16:31 UTC  (2+ messages)

[PATCH v10, RESEND 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-06 16:24 UTC  (7+ messages)
` [PATCH v10, RESEND 1/6] tpm: dynamically allocate the allocated_banks array
` [PATCH v10, RESEND 2/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v10, RESEND 3/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v10, RESEND 4/6] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v10, RESEND 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v10, RESEND 6/6] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

[PATCH] staging: vt6656: Use the correct style for SPDX license Identifier
 2019-02-06 16:25 UTC  (4+ messages)

[PATCH] genirq: introduce irq_chip_mask_ack_parent()
 2019-02-06 16:23 UTC  (2+ messages)

[PATCH 0/2] sched/fair: Fix O(nr_cgroups) in load balance path
 2019-02-06 16:23 UTC  (4+ messages)
` [PATCH 1/2] sched/fair: optimization of update_blocked_averages()
` [PATCH 2/2] sched/fair: Fix O(nr_cgroups) in load balance path

[PATCH] PM / suspend: measure the time of filesystem syncing
 2019-02-06 16:16 UTC  (4+ messages)

[PATCH] USB: serial: cp210x: Add ID for Ingenico 3070
 2019-02-06 16:14 UTC 

[PATCH 1/2] staging/vboxvideo: don't set dev_priv_size = 0
 2019-02-06 16:13 UTC  (5+ messages)
` [PATCH 2/2] staging/vboxvideo: Add TODO


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