linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 15:46:21 to 2019-07-22 17:43:05 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-07-22 17:38 UTC  (38+ messages)
` [PATCH 01/37] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 02/37] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 03/37] perf evsel: Store backpointer to attached bpf_object
` [PATCH 04/37] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 05/37] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 06/37] perf trace: Order -e syscalls table
` [PATCH 07/37] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 08/37] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 09/37] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 10/37] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 11/37] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 12/37] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 13/37] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 14/37] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 15/37] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 16/37] perf script: Fix --max-blocks man page description
` [PATCH 17/37] perf script: Improve man page description of metrics
` [PATCH 18/37] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 19/37] perf tools: Fix proper buffer size for feature processing
` [PATCH 20/37] perf stat: Fix segfault for event group in repeat mode
` [PATCH 21/37] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 22/37] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 23/37] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 24/37] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 25/37] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 26/37] perf trace beauty: Beautify bind's "
` [PATCH 27/37] perf stat: Always separate stalled cycles per insn
` [PATCH 28/37] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 29/37] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 30/37] perf trace: Forward error codes when trying to read syscall info
` [PATCH 31/37] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 32/37] perf trace: Preallocate the syscall table
` [PATCH 33/37] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 34/37] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 35/37] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 36/37] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 37/37] perf build: Do not use -Wshadow on gcc < 4.8

[PATCH] libata: zpodd: Fix small read overflow in zpodd_get_mech_type()
 2019-07-22 17:40 UTC  (2+ messages)

[PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M
 2019-07-22 17:40 UTC  (5+ messages)

[v3 0/4] Add drivers for auo,kd101n80-45na and boe,tv101wum-nl6 panels
 2019-07-22 17:39 UTC  (5+ messages)
` [v3 1/4] dt-bindngs: display: panel: Add BOE tv101wum-n16 panel bindings
` [v3 3/4] dt-bindings: display: panel: add auo kd101n80-45na "

[PATCH v3 0/6] qcom: add OCMEM support
 2019-07-22 17:37 UTC  (5+ messages)
` [PATCH v3 1/6] dt-bindings: soc: qcom: add On Chip MEMory (OCMEM) bindings
` [PATCH v3 2/6] dt-bindings: display: msm: gmu: add optional ocmem property

[PATCH RFC v3 0/14] sched,fair: flatten CPU controller runqueues
 2019-07-22 17:33 UTC  (14+ messages)
` [PATCH 01/14] sched: introduce task_se_h_load helper
` [PATCH 02/14] sched: change /proc/sched_debug fields
` [PATCH 03/14] sched,fair: redefine runnable_load_avg as the sum of task_h_load
` [PATCH 04/14] sched,fair: move runnable_load_avg to cfs_rq
` [PATCH 06/14] sched,cfs: use explicit cfs_rq of parent se helper
` [PATCH 07/14] sched,cfs: fix zero length timeslice calculation
` [PATCH 08/14] sched,fair: simplify timeslice length code
` [PATCH 09/14] sched,fair: refactor enqueue/dequeue_entity
` [PATCH 10/14] sched,fair: add helper functions for flattened runqueue
` [PATCH 11/14] sched,fair: flatten hierarchical runqueues
` [PATCH 12/14] sched,fair: track cfs_rq->max_h_load for more legitimate h_weight
` [PATCH 13/14] sched,fair: flatten update_curr functionality
` [PATCH 14/14] sched,fair: propagate sum_exec_runtime up the hierarchy

[RFC 00/79] perf tools: Initial libperf separation
 2019-07-22 17:34 UTC  (6+ messages)
` [PATCH 23/79] libperf: Make libperf.a part of the build

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-22 17:33 UTC  (4+ messages)
  ` [RFC PATCH] string.h: Add stracpy/stracpy_pad (was: Re: [PATCH] checkpatch: Added warnings in favor of strscpy().)

[PATCH v2] phy: core: document phy_calibrate()
 2019-07-22 17:32 UTC 

[PATCH] bfq: Check if bfqq is NULL in bfq_insert_request
 2019-07-22 17:30 UTC 

[PATCH 0/8] media: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (9+ messages)
` [PATCH 1/8] media: dvb-frontends: cxd2820r_core: convert to i2c_new_dummy_device
` [PATCH 2/8] media: dvb-frontends: mn88443x: "
` [PATCH 3/8] media: dvb-frontends: mn88472: "
` [PATCH 4/8] media: dvb-frontends: mn88473: "
` [PATCH 5/8] media: i2c: ad9389b: "
` [PATCH 6/8] media: i2c: adv7180: "
` [PATCH 7/8] media: i2c: adv7511-v4l2: "
` [PATCH 8/8] media: usb: go7007: s2250-board: "

[PATCH] i2c: replace i2c_new_secondary_device with an ERR_PTR variant
 2019-07-22 17:26 UTC 

[PATCH 0/3] hwmon: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (4+ messages)
` [PATCH 1/3] hwmon: asb100: convert to i2c_new_dummy_device
` [PATCH 2/3] hwmon: smm665: "
` [PATCH 3/3] hwmon: w83781d: "

[PATCH 0/2] misc: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (3+ messages)
` [PATCH 1/2] misc: eeprom: ee1004: convert to i2c_new_dummy_device
` [PATCH 2/2] misc: eeprom: max6875: "

[PATCH 0/4] rtc: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (5+ messages)
` [PATCH 1/4] rtc: isl12026: convert to i2c_new_dummy_device
` [PATCH 2/4] rtc: max77686: "
` [PATCH 3/4] rtc: s35390a: "
` [PATCH 4/4] rtc: s5m: "

[PATCH 0/1] gpu: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (2+ messages)
` [PATCH 1/1] gpu: drm: bridge: analogix-anx78xx: convert to i2c_new_dummy_device

[PATCH 00/14] mfd: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (15+ messages)
` [PATCH 01/14] mfd: 88pm800: convert to i2c_new_dummy_device
` [PATCH 02/14] mfd: 88pm860x-core: "
` [PATCH 03/14] mfd: ab3100-core: "
` [PATCH 04/14] mfd: bcm590xx: "
` [PATCH 05/14] mfd: da9150-core: "
` [PATCH 06/14] mfd: max14577: "
` [PATCH 07/14] mfd: max77693: "
` [PATCH 08/14] mfd: max77843: "
` [PATCH 09/14] mfd: max8907: "
` [PATCH 10/14] mfd: max8925-i2c: "
` [PATCH 11/14] mfd: max8997: "
` [PATCH 12/14] mfd: max8998: "
` [PATCH 13/14] mfd: palmas: "
` [PATCH 14/14] mfd: twl-core: "

[PATCH 0/2] media: ir-kbd-i2c: fix potential OOPS & minor cleanup
 2019-07-22 17:26 UTC  (3+ messages)
` [PATCH 1/2] media: ir-kbd-i2c: prevent potential NULL pointer access
` [PATCH 2/2] media: ir-kbd-i2c: remove outdated comments

[PATCH] net: sfc: falcon: convert to i2c_new_dummy_device
 2019-07-22 17:26 UTC 

[PATCH 0/3] iio: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (4+ messages)
` [PATCH 1/3] iio: light: cm36651: convert to i2c_new_dummy_device
` [PATCH 2/3] iio: light: veml6070: "
` [PATCH 3/3] iio: pressure: hp03: "

[PATCH] mfd: tps80031: convert to devm_i2c_new_dummy_device
 2019-07-22 17:26 UTC 

[PATCH] gpu: drm: bridge: sii9234: convert to devm_i2c_new_dummy_device
 2019-07-22 17:26 UTC 

[PATCH 0/1] extcon: convert subsystem to i2c_new_dummy_device()
 2019-07-22 17:26 UTC  (2+ messages)
` [PATCH 1/1] extcon: extcon-max77843: convert to i2c_new_dummy_device

[PATCH] [RESEND v2] structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
 2019-07-22 17:23 UTC  (6+ messages)

[PATCH 1/2] HID: core: Add hid printk_once macros
 2019-07-22 17:23 UTC  (4+ messages)
` [PATCH 2/2] HID: core: only warn once of oversize hid report

bcachefs status update (it's done cooking; let's get this sucker merged)
 2019-07-22 17:22 UTC  (5+ messages)
` [PATCH 12/12] closures: fix a race on wakeup from closure_sync

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-22 17:21 UTC  (12+ messages)

[5.2 REGRESSION] Generic vDSO breaks seccomp-enabled userspace on i386
 2019-07-22 17:16 UTC  (3+ messages)

[PATCH v2 1/7] dt-bindings: net: Add bindings for Realtek PHYs
 2019-07-22 17:14 UTC  (6+ messages)
` [PATCH v2 6/7] dt-bindings: net: realtek: Add property to configure LED mode

[PATCH v4 0/3] MediaTek Security random number generator support
 2019-07-22 17:13 UTC  (3+ messages)
` [PATCH v4 2/3] dt-bindings: rng: add bindings for MediaTek ARMv8 SoCs

[PATCH v3 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
 2019-07-22 17:12 UTC  (3+ messages)

[PATCH v4 0/8] Support for Allwinner V3/S3L and Sochip S3
 2019-07-22 17:07 UTC  (3+ messages)
` [PATCH v4 5/8] clk: sunxi-ng: v3s: add Allwinner V3 support

drm/exynos: scaler: Reset hardware before starting the operation (bug report)
 2019-07-22 17:05 UTC  (2+ messages)

[PATCH] lib: zstd: Make ZSTD_compressBlock_greedy_extDict static
 2019-07-22 17:04 UTC  (2+ messages)

[PATCH] power: sysfs: Remove wakeup_abort_count attribute
 2019-07-22 17:04 UTC 

[PATCH] arm64: dts: qcom: msm8998: Node ordering, address cleanups
 2019-07-22 16:58 UTC 

5.3-rc1 panic in dma_direct_max_mapping_size
 2019-07-22 16:37 UTC 

[PATCH v2] dma-mapping: Use dma_get_mask in dma_addressing_limited
 2019-07-22 16:56 UTC  (2+ messages)

[PATCH] [v2] drbd: dynamically allocate shash descriptor
 2019-07-22 16:52 UTC  (2+ messages)

[PATCH v3 00/24] erofs: promote erofs from staging
 2019-07-22 16:52 UTC  (16+ messages)
` [PATCH v3 12/24] erofs: introduce tagged pointer
` [PATCH v3 23/24] erofs: introduce cached decompression

[PATCH] phy: core: document calibrate() method
 2019-07-22 16:50 UTC  (5+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-22 16:46 UTC  (5+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options

[GIT PULL] Btrfs fixes for 5.3-rc2
 2019-07-22 16:40 UTC  (2+ messages)

[GIT PULL] pidfd fixes
 2019-07-22 16:40 UTC  (4+ messages)

[GIT pull] sched/urgent for 5.3-rc2
 2019-07-22 16:40 UTC  (2+ messages)

[GIT] Networking
 2019-07-22 16:40 UTC  (2+ messages)

[GIT PULL for v5.3-rc1] media updates
 2019-07-22 16:40 UTC  (2+ messages)

[PATCH] watchdog:alim1535_wdt: Fix data race in ali_settimer() concerning ali_timeout_bits variable
 2019-07-22 16:38 UTC 

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-07-22 16:38 UTC  (11+ messages)

[PATCH] drm/amdkfd/kfd_mqd_manager_v10: Fix missing break in switch statement
 2019-07-22 16:13 UTC  (3+ messages)

WARNING in __mmdrop
 2019-07-22 16:32 UTC  (20+ messages)
    ` RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)

[PATCH 0/4][V3] iio: imu: Add support for the ADIS16460 IMU
 2019-07-22 16:32 UTC  (3+ messages)
` [PATCH 1/4][V3] spi: Add optional stall delay between cs_change transfers

[PATCH] ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
 2019-07-22 16:25 UTC 

[PATCH 1/2] iommu: add support for drivers that manage iommu explicitly
 2019-07-22 16:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH V6 00/21] SC7 entry and exit support for Tegra210
 2019-07-22 16:21 UTC  (6+ messages)
` [PATCH V6 01/21] irqchip: tegra: Do not disable COP IRQ during suspend

[PATCH 1/2] drivers: qcom: rpmh-rsc: simplify TCS locking
 2019-07-22 16:20 UTC  (6+ messages)
` [PATCH 2/2] drivers: qcom: rpmh-rsc: fix read back of trigger register

[PATCH] drm/komeda: Adds error event print functionality
 2019-07-22 16:18 UTC  (5+ messages)

[PATCH RESEND] scsi: megaraid_sas: fix panic on loading firmware crashdump
 2019-07-22 16:15 UTC 

[PATCH] ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variable
 2019-07-22 16:14 UTC 

next-20190722, imx25: Oops when loading a module
 2019-07-22 16:13 UTC  (2+ messages)

[v5.3-rc1 regression] Hitting a kernel BUG() when trying to load a module on DaVinci SoC
 2019-07-22 16:10 UTC  (2+ messages)

[PATCH v2 0/7] backlight: gpio: simplify the driver
 2019-07-22 16:09 UTC  (6+ messages)
` [PATCH v2 2/7] backlight: gpio: simplify the platform data handling
` [PATCH v2 7/7] backlight: gpio: use a helper variable for &pdev->dev

About threaded interrupt handler CPU affinity
 2019-07-22 16:08 UTC  (5+ messages)

[PATCH v2 0/3] drm/bridge: sii902x: fix audio mclk management
 2019-07-22 16:06 UTC  (4+ messages)
` [PATCH v2 1/3] drm/bridge: sii902x: fix missing reference to mclk clock
` [PATCH v2 2/3] dt-bindings: display: sii902x: Change audio mclk binding
` [PATCH v2 3/3] drm/bridge: sii902x: make audio mclk optional

Driver has suspect GRO implementation, TCP performance may be compromised
 2019-07-22 16:04 UTC  (5+ messages)

[for-next][PATCH 00/16] tracing: Updates for the next merge window
 2019-07-22 16:01 UTC  (9+ messages)
` [for-next][PATCH 12/16] kprobes: Initialize kprobes at postcore_initcall

[PATCH 00/10] Refactor rxe driver to remove multiple race conditions
 2019-07-22 15:14 UTC  (11+ messages)
` [PATCH 01/10] Simplify rxe_run_task interface
` [PATCH 02/10] Remove counter that does not have a meaning anymore
` [PATCH 03/10] Make pool interface more type safe
` [PATCH 04/10] Protect kref_put with the lock
` [PATCH 05/10] Fix reference counting for rxe tasklets
` [PATCH 06/10] Remove pd form rxe_ah
` [PATCH 07/10] Pass the return value of kref_put further
` [PATCH 08/10] Move responsibility of cleaning up pool elements
` [PATCH 09/10] Consolidate resetting of QP's tasks into one place
` [PATCH 10/10] Replace tasklets with workqueues

[PATCH 0/2] Fix NULL pointer dereference with virtio-blk-pci and virtual IOMMU
 2019-07-22 15:45 UTC  (4+ messages)
` [PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call

[PATCH 0/4] new driver for TI eQEP
 2019-07-22 15:45 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: counter: new bindings "
` [PATCH 2/4] counter: new TI eQEP driver
` [PATCH 3/4] ARM: dts: am33xx: Add nodes for eQEP
` [PATCH 4/4] ARM: dts: am335x-boneblue: Enable eQEP


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