linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 08:45:53 to 2019-10-07 12:01:42 UTC [more...]

[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 v10 0/8] Implement UNIT_CELL_SIZE control
 2019-10-07 12:00 UTC  (10+ 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 v2 0/3] drm/sun4i: dsi: misc fixes
 2019-10-07 11:59 UTC  (5+ 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 v22 00/24] Intel SGX foundations
 2019-10-07 11:58 UTC  (4+ messages)
` [PATCH v22 08/24] x86/sgx: Enumerate and track EPC sections

[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 v2] kheaders: making headers archive reproducible
 2019-10-07 11:52 UTC  (3+ messages)

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

[PATCH v10 00/16] Multicolor Framework
 2019-10-07 11:51 UTC  (4+ messages)
` [PATCH v10 04/16] leds: multicolor: Introduce a multicolor class definition

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  (14+ messages)
` [PATCH v2 1/7] iio: adc: max1027: Add debugfs register read support
` [PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts
` [PATCH v2 4/7] iio: adc: max1027: Prepare the introduction of different resolutions
` [PATCH v2 7/7] dt-bindings: iio: adc: max1027: Document max12xx series compatibles

[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 v2] mm/page_isolation: fix a deadlock with printk()
 2019-10-07 11:37 UTC  (5+ 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] "

[RESEND] everything text-poke: ftrace, modules, static_call and jump_label
 2019-10-07 11:33 UTC  (39+ 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

[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 0/5] perf record: Put a copy of kcore into the perf.data directory
 2019-10-07 11:20 UTC  (6+ 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

[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

[PATCH 5.3 000/166] 5.3.5-stable review
 2019-10-07 11:17 UTC  (3+ messages)

[PATCH] net: hns3: make array tick_array static, makes object smaller
 2019-10-07 11:09 UTC 

[PATCH v3 0/7] add Tegra194 XUSB host and pad controller support
 2019-10-07 11:03 UTC  (2+ messages)

[PATCH v6 0/4] net: phy: Add support for DT configuration of PHY LEDs and use it for RTL8211E
 2019-10-07 11:02 UTC  (7+ messages)
` [PATCH v6 4/4] net: phy: realtek: Add LED configuration support "

pivot_root(".", ".") and the fchdir() dance
 2019-10-07 11:02 UTC  (18+ messages)

[PATCH] stop_machine: avoid potential race behaviour
 2019-10-07 11:01 UTC  (2+ messages)

[PATCH] taskstats: fix data-race
 2019-10-07 11:01 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH 0/3] Fixes for dt-bindings verification
 2019-10-07 11:00 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: media: Fix id path for sun4i-a10-csi
` [PATCH 2/3] dt-bindings: net: adi: Fix yaml verification issue
` [PATCH 3/3] dt-bindings: regulator: Fix yaml verification for fixed-regulator schema

[PATCH v10 0/6] drm/sun4i: Allwinner A64 MIPI-DSI support
 2019-10-07 10:57 UTC  (5+ messages)
` [PATCH v10 1/6] dt-bindings: sun6i-dsi: Add A64 MIPI-DSI compatible
` [PATCH v10 5/6] arm64: dts: allwinner: a64: Add MIPI DSI pipeline

[PATCH] mm: vmalloc: Use the vmap_area_lock to protect ne_fit_preload_node
 2019-10-07 10:56 UTC  (6+ messages)

[PATCH] net: hns: make arrays static, makes object smaller
 2019-10-07 10:55 UTC 

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-07 10:54 UTC  (5+ messages)

[PATCH 0/3] Add platform_get_irq_byname_optional() and use it in the dwc3 driver
 2019-10-07 10:54 UTC  (4+ messages)
` [PATCH 1/3] driver core: platform: Add platform_get_irq_byname_optional()

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

[PATCH] media: dt-bindings: media: Fixup Allwinner A10 CSI binding
 2019-10-07 10:48 UTC  (6+ messages)

[PATCH] perf tools: Fix mode setting in copyfile_mode_ns()
 2019-10-07 10:47 UTC  (2+ messages)

[PATCH v2 0/6] media: cedrus: h264: Support multi-slice frames
 2019-10-07 10:44 UTC  (7+ messages)
` [PATCH v2 3/6] media: v4l2-mem2mem: add stateless_(try_)decoder_cmd ioctl helpers

[PATCH 0/7] regulator: switch to using [devm_]fwnode_gpiod_get_index
 2019-10-07 10:43 UTC  (3+ messages)
` [PATCH 5/7] regulator: da9211: switch to using devm_fwnode_gpiod_get

[PATCH] ARM: dts: imx6: Extend support for Phytec phycore i.MX6ULL SoM
 2019-10-07 10:42 UTC  (3+ messages)

[PATCH v3 0/3] followups to debug_pagealloc improvements through page_owner
 2019-10-07 10:41 UTC  (5+ messages)
` [PATCH v3 1/3] mm, page_owner: fix off-by-one error in __set_page_owner_handle()
` [PATCH v3 2/3] mm, page_owner: decouple freeing stack trace from debug_pagealloc
` [PATCH v3 3/3] mm, page_owner: rename flag indicating that page is allocated

[PATCH] x86/stackframe/32: repair 32-bit Xen PV
 2019-10-07 10:41 UTC 

[RFT] rtc: da9063: Handle invalid IRQ from platform_get_irq_byname()
 2019-10-07 10:40 UTC  (2+ messages)

[PATCH] KEYS: asym_tpm: Switch to get_random_bytes()
 2019-10-07 10:33 UTC  (4+ messages)

[PATCH] staging: rtl8712: align arguments with open parenthesis
 2019-10-07 10:29 UTC  (2+ messages)

[PATCH] staging: vt6656: align arguments with open parenthesis
 2019-10-07 10:28 UTC  (2+ messages)

[PATCH] staging: rtl8712: align block comments
 2019-10-07 10:27 UTC  (2+ messages)

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

[PATCH] media: gspca: make array st6422_bridge_init static, makes object smaller
 2019-10-07 10:18 UTC 

[PATCH 00/10] iio: imu: adis: cleanup lock usage
 2019-10-07 10:18 UTC  (5+ messages)
` [PATCH 01/10] iio: imu: adis: rename txrx_lock -> state_lock

[PATCH 0/4] i2c bus recovery for Microchip SoCs
 2019-10-07 10:17 UTC  (5+ messages)
` [PATCH 2/4] i2c: at91: implement i2c bus recovery

[PATCH v2] quota: code cleanup for hash bits calculation
 2019-10-04  8:12 UTC  (2+ messages)

[PATCH net 0/6] rxrpc: Syzbot-inspired fixes
 2019-10-07 10:16 UTC  (7+ messages)
` [PATCH net 1/6] rxrpc: Fix call ref leak
` [PATCH net 2/6] rxrpc: Fix trace-after-put looking at the put peer record
` [PATCH net 3/6] rxrpc: Fix trace-after-put looking at the put connection record
` [PATCH net 4/6] rxrpc: Fix trace-after-put looking at the put call record
` [PATCH net 5/6] rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record
` [PATCH net 6/6] rxrpc: Fix call crypto state cleanup

Lease semantic proposal
 2019-10-04  7:51 UTC  (5+ messages)

[PATCH] quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list
 2019-10-04  8:11 UTC  (2+ messages)

[PATCH -next 00/34] rtc: use devm_platform_ioremap_resource() to simplify code
 2019-10-07 10:10 UTC  (2+ messages)

[PATCH v2] drm: bridge: adv7511: Enable SPDIF DAI
 2019-10-07 10:06 UTC 

[PATCH 5.2 000/137] 5.2.20-stable review
 2019-10-07 10:08 UTC  (2+ messages)

System hangs if NVMe/SSD is removed during suspend
 2019-10-07 10:08 UTC  (7+ messages)

[PATCH 4.19 000/106] 4.19.78-stable review
 2019-10-07 10:08 UTC  (2+ messages)

[PATCH 4.14 00/68] 4.14.148-stable review
 2019-10-07 10:08 UTC  (2+ messages)

[PATCH 4.9 00/47] 4.9.196-stable review
 2019-10-07 10:07 UTC  (9+ messages)
` [PATCH 4.9 30/47] ANDROID: binder: remove waitqueue when thread exits

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

[PATCH v2] arm64: armv8_deprecated: Checking return value for memory allocation
 2019-10-07 10:06 UTC 

KCSAN: data-race in find_next_bit / rcu_report_exp_cpu_mult
 2019-10-07 10:04 UTC  (2+ messages)

[PATCH v2 0/7] Add CascadeLake-N Support
 2019-10-07 10:03 UTC  (4+ messages)
` [PATCH v2 3/7] intel-speed-select: Add check for CascadeLake-N models

[PATCH] arm64: dts: allwinner: a64: orangepi-win: Enable audio codec
 2019-10-07  9:57 UTC  (2+ messages)

[PATCH v3 0/3] mm: kmemleak: Use a memory pool for kmemleak object allocations
 2019-10-07  9:56 UTC  (6+ messages)
` [PATCH v3 1/3] mm: kmemleak: Make the tool tolerant to struct scan_area allocation failures

[PATCH] media: cx18: make array mapping static, makes object smaller
 2019-10-07  9:52 UTC 

[PATCH 1/3] regulator: core: fix boot-on regulators use_count usage
 2019-10-07  9:34 UTC  (11+ messages)

[PATCH 5.4 regression fix] x86/boot: Provide memzero_explicit
 2019-10-07  9:34 UTC  (4+ messages)

[PATCH] staging: vt6656: remove duplicated blank line
 2019-10-07  9:33 UTC  (2+ messages)

[PATCH v2 0/2] PCI: Add missing link delays
 2019-10-07  9:32 UTC  (5+ messages)

[PATCH RFC 1/3] mtd: rawnand: Add support manufacturer postponed initialization
 2019-10-07  9:24 UTC  (4+ messages)
` [PATCH RFC 2/3] mtd: rawnand: Add support Macronix Block Protection function

[PATCH] iio: imu: adis16480: clean up a condition
 2019-10-07  9:21 UTC  (6+ messages)

[PATCH] sched: rt: Make RT capacity aware
 2019-10-07  9:14 UTC  (8+ messages)

Question about sched_prio_to_weight values
 2019-10-07  9:13 UTC  (2+ messages)

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-07  9:11 UTC  (4+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

kexec breaks with 5.4 due to memzero_explicit
 2019-10-07  9:10 UTC  (3+ messages)

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-10-07  8:59 UTC  (4+ messages)
` [PATCH 3/5] regulator: da9062: add voltage selection gpio support

New sysfs interface for privacy screens
 2019-10-07  8:59 UTC  (9+ messages)

[PATCH 1/2] x86: mmu.h: move mm_context_t::lock member inside CONFIG_MODIFY_LDT_SYSCALL
 2019-10-07  8:56 UTC  (2+ messages)

[PATCH] mtd: onenand: prevent memory leak in onenand_scan
 2019-10-07  8:54 UTC  (3+ messages)
` [PATCH v2] "

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

[Discussion v2] Usecases for the per-task latency-nice attribute
 2019-10-07  8:46 UTC  (3+ messages)

[PATCH v16 00/14] Introduce the for_each_set_clump8 macro
 2019-10-07  8:45 UTC  (3+ messages)
` [PATCH v16 14/14] gpio: pca953x: Utilize "


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