linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 11:19:31 to 2019-10-07 13:03:21 UTC [more...]

[PATCH 5/7] regulator: da9211: switch to using devm_fwnode_gpiod_get
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: da9211: switch to using devm_fwnode_gpiod_get" to the regulator tree

[PATCH 6/7] regulator: tps65132: switch to using devm_fwnode_gpiod_get()
 2019-10-07 13:03 UTC  (2+ messages)
` Applied "regulator: tps65132: switch to using devm_fwnode_gpiod_get()" to the regulator tree

[PATCH] sched/fair: scale quota and period without losing quota/period ratio precision
 2019-10-07 13:02 UTC  (6+ messages)

[PATCH 5.4 regression fix] x86/boot: Provide memzero_explicit
 2019-10-07 13:00 UTC  (5+ messages)

lift the xfs writepage code into iomap v6
 2019-10-07 13:00 UTC  (3+ messages)
` [PATCH 01/11] iomap: add tracing for the readpage / readpages

[PATCH 4.4 00/36] 4.4.196-stable review
 2019-10-07 12:53 UTC  (2+ messages)

[PATCH v5 0/7] backlight: gpio: simplify the driver
 2019-10-07 12:56 UTC  (3+ messages)
` [PATCH v5 7/7] backlight: gpio: pull gpio_backlight_initial_power_state() into probe

[PATCHv2 00/36] libperf: Add sampling interface
 2019-10-07 12:53 UTC  (37+ messages)
` [PATCH 01/36] libperf: Add perf_mmap__init() function
` [PATCH 02/36] libperf: Add 'struct perf_mmap_param'
` [PATCH 03/36] libperf: Add perf_mmap__mmap_len() function
` [PATCH 04/36] libperf: Add perf_mmap__mmap() function
` [PATCH 05/36] libperf: Add perf_mmap__get() function
` [PATCH 06/36] libperf: Add perf_mmap__unmap() function
` [PATCH 07/36] libperf: Add perf_mmap__put() function
` [PATCH 08/36] perf tools: Use perf_mmap way to detect aux mmap
` [PATCH 09/36] libperf: Add perf_mmap__consume() function
` [PATCH 10/36] libperf: Add perf_mmap__read_init() function
` [PATCH 11/36] libperf: Add perf_mmap__read_done() function
` [PATCH 12/36] libperf: Add perf_mmap__read_event() function
` [PATCH 13/36] libperf: Add perf_evlist__mmap()/munmap() functions
` [PATCH 14/36] libperf: Add perf_evlist__mmap_ops function
` [PATCH 15/36] libperf: Add perf_evlist_mmap_ops::idx callback
` [PATCH 16/36] libperf: Add perf_evlist_mmap_ops::get callback
` [PATCH 17/36] libperf: Add perf_evlist_mmap_ops::mmap callback
` [PATCH 18/36] perf tools: Add perf_evlist__mmap_cb_idx function
` [PATCH 19/36] perf tools: Add perf_evlist__mmap_cb_get function
` [PATCH 20/36] perf tools: Add perf_evlist__mmap_cb_mmap function
` [PATCH 21/36] perf tools: Switch to libperf mmap interface
` [PATCH 22/36] libperf: Centralize map refcnt setting
` [PATCH 23/36] libperf: Move pollfd allocation to libperf
` [PATCH 24/36] libperf: Add perf_evlist__exit function
` [PATCH 25/36] libperf: Add perf_evlist__purge function
` [PATCH 26/36] libperf: Add perf_evlist__filter_pollfd function
` [PATCH 27/36] libperf: Add perf_evlist__for_each_mmap function
` [PATCH 28/36] libperf: Move mmap allocation to perf_evlist__mmap_ops::get
` [PATCH 29/36] libperf: Move mask setup to perf_evlist__mmap_ops function
` [PATCH 30/36] libperf: Link static tests with libapi.a
` [PATCH 31/36] libperf: Add _GNU_SOURCE define to compilation
` [PATCH 32/36] libperf: Add tests_mmap_thread test
` [PATCH 33/36] libperf: Add tests_mmap_cpus test
` [PATCH 34/36] libperf: Keep count of failed tests
` [PATCH 35/36] libperf: Do not export perf_evsel__init/perf_evlist__init
` [PATCH 36/36] libperf: Add pr_err macro

[PATCH v5 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-07 12:47 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v5 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver

[PATCH 0/5] perf record: Put a copy of kcore into the perf.data directory
 2019-10-07 12:55 UTC  (10+ messages)
` [PATCH 4/5] perf tools: Support single perf.data file directory
` [PATCH 5/5] perf record: Put a copy of kcore into the perf.data directory

[RESEND] everything text-poke: ftrace, modules, static_call and jump_label
 2019-10-07 12:55 UTC  (41+ messages)
` [PATCH v3 0/6] Rewrite x86/ftrace to use text_poke()
  ` [PATCH v3 1/6] x86/alternatives: Teach text_poke_bp() to emulate instructions
  ` [PATCH v3 2/6] x86/alternatives: Update int3_emulate_push() comment
  ` [PATCH v3 3/6] x86/alternatives,jump_label: Provide better text_poke() batching interface
  ` [PATCH v3 4/6] x86/alternatives: Add and use text_gen_insn() helper
  ` [PATCH v3 5/6] x86/ftrace: Use text_poke()
  ` [PATCH v3 6/6] x86/mm: Remove set_kernel_text_r[ow]()
` [PATCH v2 0/4] Propagate module notifier errors
  ` [PATCH v2 1/4] notifier: Fix broken error handling pattern
  ` [PATCH v2 2/4] module: Fix up module_notifier return values
  ` [PATCH v2 3/4] module: Properly propagate MODULE_STATE_COMING failure
  ` [PATCH v2 4/4] jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved
` [PATCH v2 00/13] Add static_call()
  ` [PATCH v2 01/13] compiler.h: Make __ADDRESSABLE() symbol truly unique
  ` [PATCH v2 02/13] static_call: Add basic static call infrastructure
  ` [PATCH v2 03/13] static_call: Add inline "
  ` [PATCH v2 04/13] static_call: Avoid kprobes on inline static_call()s
  ` [PATCH v2 05/13] x86/static_call: Add out-of-line static call implementation
  ` [PATCH v2 06/13] x86/static_call: Add inline static call implementation for x86-64
  ` [PATCH v2 07/13] static_call: Simple self-test
  ` [PATCH v2 08/13] tracepoints: Use static_call
  ` [PATCH v2 09/13] x86/alternatives: Teach text_poke_bp() to emulate RET
  ` [PATCH v2 10/13] static_call: Add static_cond_call()
  ` [PATCH v2 11/13] static_call: Handle tail-calls
  ` [PATCH v2 12/13] static_call: Allow early init
  ` [RFC][PATCH v2 13/13] x86/perf, static_call: Optimize x86_pmu methods
` [RFC][PATCH 0/9] Variable size jump_label support
  ` [RFC][PATCH 1/9] jump_label, x86: Strip ASM "
  ` [RFC][PATCH 2/9] jump_label, x86: Factor out the __jump_table generation
  ` [RFC][PATCH 3/9] jump_label, x86: Remove init NOP optimization
  ` [RFC][PATCH 4/9] jump_label, x86: Improve error when we fail expected text
  ` [RFC][PATCH 5/9] jump_label, x86: Introduce jump_entry_size()
  ` [RFC][PATCH 6/9] jump_label, x86: Add variable length patching support
  ` [RFC][PATCH 7/9] jump_label,objtool: Validate variable size jump labels
  ` [RFC][PATCH 8/9] jump_label,objtool: Generate possible statistics
  ` [RFC][PATCH 9/9] jump_label, x86: Enable JMP8/NOP2 support

ptrace/strace and freezer oddities and v5.2+ kernels
 2019-10-07 12:54 UTC  (7+ messages)

[RFC PATCH v1 1/3] usb: phy: add usb mode for usb_phy
 2019-10-07 12:52 UTC  (4+ messages)
` [RFC PATCH v1 2/3] usb: chipidea: set mode for usb phy driver
` [RFC PATCH v1 3/3] usb: phy: mxs: optimize disconnect line condition

[PATCH v2] mm/swap: piggyback lru_add_drain_all() calls
 2019-10-07 12:50 UTC  (6+ messages)

[PATCH] drm/panfrost: Handle resetting on timeout better
 2019-10-07 12:50 UTC 

[Patch v2 00/21] media: vpe: maintenance
 2019-10-07 12:52 UTC  (7+ messages)
` [Patch v2 16/21] media: ti-vpe: vpe: use standard struct instead of duplicating fields
` [Patch v2 19/21] media: v4l2-common: add pixel encoding support

drm_sched with panfrost crash on T820
 2019-10-07 12:47 UTC 

[PATCH v5 0/2] x86/jailhouse: improve probing of platform UARTs
 2019-10-07 12:38 UTC  (3+ messages)
` [PATCH v5 1/2] x86/jailhouse: improve setup data version comparison
` [PATCH v5 2/2] x86/jailhouse: Only enable platform UARTs if available

[PATCH v9 0/5] Add a generic driver for LED-based backlight
 2019-10-07 12:44 UTC  (6+ messages)
` [PATCH v9 1/5] leds: populate the device's of_node
` [PATCH v9 2/5] leds: Add of_led_get() and led_put()
` [PATCH v9 3/5] leds: Add managed API to get a LED from a device driver
` [PATCH v9 4/5] dt-bindings: backlight: Add led-backlight binding
` [PATCH v9 5/5] backlight: add led-backlight driver

[PATCH v2] mm/page_isolation: fix a deadlock with printk()
 2019-10-07 12:43 UTC  (8+ messages)

[PATCH v2] dt-bindings: iio: maxbotix,mb1232.yaml: transform to yaml
 2019-10-07 12:42 UTC  (2+ messages)

[PATCH 0/2] Add support for ADUX1020 sensor
 2019-10-07 12:40 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: light: Add binding for ADUX1020

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-10-07 12:40 UTC  (6+ messages)
` [PATCH v5 04/12] S.A.R.A.: generic DFA for string matching

[PATCH v2] lib/smp_processor_id: Don't use cpumask_equal()
 2019-10-07 12:39 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: watchdog: sam9x60_wdt: add bindings
 2019-10-07 12:36 UTC  (5+ messages)
` [PATCH 2/3] watchdog: sam9x60_wdt: introduce sam9x60 watchdog timer driver

[v2 1/2] arm64: dts: ls1028a: Update the clock providers for the Mali DP500
 2019-10-07 12:35 UTC  (4+ messages)
` [v2 2/2] arm64: dts: ls1028a: Update the DT node definition for dpclk

[PATCH v10 00/16] Multicolor Framework
 2019-10-07 12:35 UTC  (7+ messages)
` [PATCH v10 04/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v10 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver

[PATCH] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-10-07 12:32 UTC  (33+ messages)

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-07 12:29 UTC  (8+ messages)

[PATCH] firmware: vpd: Add an interface to read VPD value
 2019-10-07 12:27 UTC  (3+ messages)

[PATCH v2] kheaders: making headers archive reproducible
 2019-10-07 12:26 UTC  (4+ messages)

[PATCH] dmaengine: zx: Use devm_platform_ioremap_resource() in zx_dma_probe()
 2019-10-07 12:25 UTC  (2+ messages)

[PATCH v11 6/8] Documentation: media: Describe V4L2_CID_UNIT_CELL_SIZE
 2019-10-07 12:25 UTC 

[PATCH v4 0/6] Add initial support for S32V234-EVB
 2019-10-07 12:24 UTC  (4+ messages)
` [PATCH v4 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

[PATCH 1/2] arm64: dts: imx8mm-evk: Add i2c3 support
 2019-10-07 12:23 UTC  (2+ messages)

[PATCH] usb: cdns3: Fix for incorrect DMA mask
 2019-10-07 12:20 UTC  (2+ messages)

[RFC v5 0/6] TurboSched: A scheduler for sustaining Turbo Frequencies for longer durations
 2019-10-07 12:19 UTC  (3+ messages)
` [RFC v5 4/6] sched/fair: Tune task wake-up logic to pack small background tasks on fewer cores

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-07 12:16 UTC  (3+ messages)

[PATCH 0/2] usb: cdns3: fixes for 5.4-rc
 2019-10-07 12:16 UTC  (3+ messages)
` [PATCH 1/2] usb: cdns3: fix cdns3_core_init_role()
` [PATCH 2/2] usb: cdns3: gadget: Fix full-speed mode

[PATCH 1/3] arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
 2019-10-07 12:12 UTC  (2+ messages)

[PATCH] bus: sunxi-rsb: Make interrupt handling more robust
 2019-10-07 12:08 UTC  (2+ messages)

[PATCH v2 0/3] drm/sun4i: dsi: misc fixes
 2019-10-07 12:07 UTC  (7+ messages)
` [PATCH v2 1/3] drm/sun4i: dsi: Fix video start delay computation
` [PATCH v2 2/3] drm/sun4i: dsi: fix the overhead of the horizontal front porch
` [PATCH v2 3/3] drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet length

[PATCH] perf session: Fix indent in perf_session__new()
 2019-10-07 12:05 UTC 

[PATCH] usb: cdns3: Fix dequeue implementation
 2019-10-07 12:06 UTC 

[PATCH v10 0/8] Implement UNIT_CELL_SIZE control
 2019-10-07 12:06 UTC  (12+ messages)
` [PATCH v10 1/8] media: v4l2-core: Implement v4l2_ctrl_new_std_compound
` [PATCH v10 2/8] Documentation: v4l2_ctrl_new_std_compound
` [PATCH v10 3/8] media: add V4L2_CTRL_TYPE_AREA control type
` [PATCH v10 4/8] Documentation: media: Document V4L2_CTRL_TYPE_AREA
` [PATCH v10 5/8] media: add V4L2_CID_UNIT_CELL_SIZE control
` [PATCH v10 6/8] Documentation: media: Describe V4L2_CID_UNIT_CELL_SIZE
` [PATCH v10 7/8] media: v4l2-ctrl: Add new helper v4l2_ctrl_ptr_create
` [PATCH v10 8/8] media: imx214: Add new control with V4L2_CID_UNIT_CELL_SIZE

[PATCH] mfd: intel-lpss: use devm_ioremap_uc for mmio
 2019-10-07 12:05 UTC  (3+ messages)

[PATCH v22 00/24] Intel SGX foundations
 2019-10-07 12:04 UTC  (12+ messages)
` [PATCH v22 08/24] x86/sgx: Enumerate and track EPC sections
` [PATCH v22 16/24] x86/vdso: Add support for exception fixup in vDSO functions

[PATCH] net: phy: mscc: make arrays static, makes object smaller
 2019-10-07 12:03 UTC 

[PATCH] clk: mark clk_disable_unused() as __init
 2019-10-07 12:02 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-07 12:01 UTC  (3+ messages)
` [PATCH 1/3] perf/core: Provide a kernel-internal interface to recalibrate event period

[RFC PATCH v4 0/9] printk: new ringbuffer implementation
 2019-10-07 12:01 UTC  (10+ messages)
          ` printk meeting at LPC
              `  "

[PATCH] i2c: i2c-stm32f7: remove warning when compiling with W=1
 2019-10-07 12:01 UTC  (3+ messages)

[PATCH] ARM: zx: Use devm_platform_ioremap_resource() in zx296702_pd_probe()
 2019-10-07 11:58 UTC  (2+ messages)

[PATCH v2 RESEND] drm/bridge: dw-hdmi: Restore audio when setting a mode
 2019-10-07 11:57 UTC  (2+ messages)

[PATCH v2] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-07 11:53 UTC  (3+ messages)

[PATCH v2] drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
 2019-10-07 11:54 UTC  (2+ messages)

[PATCH] nfp: bpf: make array exp_mask static, makes object smaller
 2019-10-07 11:52 UTC 

[PATCH] arm64: dts: lx2160a: Correct CPU core idle state name
 2019-10-07 11:51 UTC  (2+ messages)

[RESEND][PATCH 1/2] regulator: da9062: Simplify the code iterating all regulators
 2019-10-07 11:50 UTC  (2+ messages)
` [RESEND][PATCH 2/2] regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case

[PATCH v1] arm64: dts: freescale: add initial support for colibri imx8x
 2019-10-07 11:48 UTC  (2+ messages)

x86/random: Speculation to the rescue
 2019-10-07 11:47 UTC  (8+ messages)

[PATCH v2 0/7] Introduce max12xx ADC support
 2019-10-07 11:44 UTC  (5+ messages)
` [PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts

[PATCH] regulator: pbias: Get rid of struct pbias_regulator_data
 2019-10-07 11:43 UTC 

[PATCH 0/2] usb: cdns3: Add TI wrapper
 2019-10-07 11:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: Add binding for the TI wrapper for Cadence USB3 controller
` [PATCH 2/2] usb: cdns3: Add TI specific wrapper driver

[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
 2019-10-07 11:39 UTC  (2+ messages)

[PATCH v4 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-07 11:34 UTC  (4+ messages)
` [PATCH v4 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver
    ` [UNVERIFIED SENDER] "

[PATCH 0/7] Add RZ/G2N MSIOF/RWDT/PCIEC support
 2019-10-07 11:29 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: watchdog: renesas-wdt: Document r8a774b1 support
` [PATCH 2/7] dt-bindings: spi: sh-msiof: Add "
` [PATCH 3/7] dt-bindings: PCI: rcar: Add device tree support for r8a774b1

[PATCH v3 0/2] perf: add support for logging debug messages to file
 2019-10-07 11:26 UTC  (2+ messages)

[RFC][PATCH 0/9] Variable size jump_label support
 2019-10-07 11:26 UTC 

[PATCH] usb-storage: SCSI glue: use pr_fmt and pr_err
 2019-10-07 11:25 UTC  (6+ messages)
` [PATCH] depmod: create and use System.map.no_namespaces

[PATCH v3] ARM: dts: imx6qdl-rex: add gpio expander pca9535
 2019-10-07 11:24 UTC  (2+ messages)

[PATCH v11 0/7] drm/sun4i: dsi: Fixes/updates (A33 reworked!)
 2019-10-07 11:19 UTC  (5+ messages)
` [PATCH v11 1/7] drm/sun4i: dsi: Fix TCON DRQ set bits


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