linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-23 02:44:45 to 2019-11-23 19:54:40 UTC [more...]

[PATCH] drm/i915: Remove tautological compare in eb_relocate_vma
 2019-11-23 19:53 UTC 

[PATCH] drm/amd/display: Use NULL for pointer assignment in copy_stream_update_to_stream
 2019-11-23 19:36 UTC 

[PATCH] drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG
 2019-11-23 19:23 UTC 

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v4
 2019-11-23 18:30 UTC  (5+ messages)
` [PATCH RESEND v4 1/4] pinctrl: Ingenic: Fix bugs in X1000 and X1500
` [PATCH RESEND v4 2/4] pinctrl: Ingenic: Add missing parts for "
` [PATCH RESEND v4 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830
` [PATCH RESEND v4 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830

[PATCH] Documentation: riscv: add patch acceptance guidelines
 2019-11-23 18:29 UTC  (4+ messages)

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v4
 2019-11-17 18:14 UTC  (5+ messages)
` [PATCH v4 1/4] pinctrl: Ingenic: Fix bugs in X1000 and X1500
` [PATCH v4 2/4] pinctrl: Ingenic: Add missing parts for "
` [PATCH v4 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830
` [PATCH v4 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830

[for-next][PATCH 00/10] tracing: More updates for 5.5
 2019-11-23 18:12 UTC  (11+ messages)
` [for-next][PATCH 01/10] ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimization
` [for-next][PATCH 02/10] ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
` [for-next][PATCH 03/10] ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configured
` [for-next][PATCH 04/10] ftrace: Use BIT() macro
` [for-next][PATCH 05/10] ring-buffer: Fix typos in function ring_buffer_producer
` [for-next][PATCH 06/10] tracing: Fix Kconfig indentation
` [for-next][PATCH 07/10] tracing: Adding new functions for kernel access to Ftrace instances
` [for-next][PATCH 08/10] tracing: Sample module to demonstrate "
` [for-next][PATCH 09/10] tracing: Use xarray for syscall trace events
` [for-next][PATCH 10/10] tracing: Enable syscall optimization for MIPS

KMSAN: uninit-value in __crc32c_le_base
 2019-11-23 18:05 UTC 

KMSAN: uninit-value in __skb_checksum_complete (4)
 2019-11-23 18:05 UTC 

[PATCH 1/3] staging: rtl8188eu: remove unnecessary parentheses in rtw_pwrctrl.c
 2019-11-23 18:01 UTC  (6+ messages)
` [PATCH 2/3] staging: rtl8188eu: cleanup declarations "
` [PATCH 3/3] staging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idle

[PATCH 1/2] drivers/component: remove modular code
 2019-11-23 17:54 UTC  (3+ messages)
` [PATCH 2/2] debugfs: "

[PATCH 5.3 0/6] 5.3.13-stable review
 2019-11-23 17:36 UTC  (5+ messages)

[PATCH 4.19 000/220] 4.19.86-stable review
 2019-11-23 17:35 UTC  (6+ messages)

Re: possible deadlock in mon_bin_vma_fault
 2019-11-23 17:18 UTC  (4+ messages)
  `  "

[PATCH] arm64: dts: imx8mq: Add eLCDIF controller
 2019-11-23 17:09 UTC  (3+ messages)

[PULL] virtio: last minute bugfixes
 2019-11-23 16:55 UTC 

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-23 16:51 UTC  (2+ messages)

[PATCH] Delete obsolete magic constants from documentation
 2019-11-23 16:48 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: leds: Convert common LED binding to schema
 2019-11-23 16:46 UTC  (2+ messages)

[PATCH] iio: trigger: stm32-timer: remove unnecessary update event
 2019-11-23 16:43 UTC  (2+ messages)

[PATCH] iio: adc: ad7887: Cleanup channel assignment
 2019-11-23 16:39 UTC  (2+ messages)

[PATCH] iio: adc: max1027: fix not unregistered iio trigger
 2019-11-23 16:29 UTC  (2+ messages)

[PATCH v2 00/16] scripts/kallsyms: various cleanups and optimizations
 2019-11-23 16:04 UTC  (17+ messages)
` [PATCH v2 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH v2 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH v2 03/16] scripts/kallsyms: shrink table before sorting it
` [PATCH v2 04/16] scripts/kallsyms: set relative_base more effectively
` [PATCH v2 05/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH v2 06/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH v2 07/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH v2 08/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH v2 09/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH v2 10/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH v2 11/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH v2 12/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH v2 13/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH v2 14/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH v2 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH v2 16/16] scripts/kallsyms: remove redundant initializers

[PATCH v4 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
 2019-11-23 15:52 UTC  (3+ messages)
` [PATCH] exfat: fix boolreturn.cocci warnings

Panic after waking up from sleep in 5.3.6
 2019-11-23 15:47 UTC 

[PATCH 4.4 000/159] 4.4.203-stable review
 2019-11-23 15:46 UTC  (7+ messages)

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-11-23 15:44 UTC  (9+ messages)

[PATCH] MAINTAINERS: thermal: Eduardo's email is bouncing
 2019-11-23 15:43 UTC 

[PATCH 1/1] virtio_ring: fix return code on DMA mapping fails
 2019-11-23 15:39 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Frida LCD Co., Ltd
 2019-11-23 15:29 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: panel: Document Frida FRD350H54004 LCD panel
` [PATCH 3/3] drm/panel: simple: Add support for the Frida FRD350H54004 panel

[tip:WIP.x86/mm 22/27] arch/x86/mm/pat/set_memory.c:334:6: sparse: sparse: symbol '__cpa_flush_tlb' was not declared. Should it be static?
 2019-11-23 15:30 UTC  (2+ messages)
` [RFC PATCH tip] x86/mm/pat: __cpa_flush_tlb() can be static

[PATCH v4 0/6] enable CAAM's HWRNG as default
 2019-11-23 15:29 UTC  (2+ messages)

WARNING in cgroup_apply_control_enable
 2019-11-23 15:29 UTC  (2+ messages)

[PATCH V3] iio: adc: ad7124: Fix enabling of internal reference
 2019-11-23 14:47 UTC  (2+ messages)

[PATCH v2] iio: Fix Kconfig indentation
 2019-11-23 14:45 UTC  (2+ messages)

[ACPI] eb09878e13: INFO:rcu_sched_self-detected_stall_on_CPU
 2019-11-23 14:41 UTC 

[PATCH V2] iio: adc: ad7124: Enable internal reference
 2019-11-23 14:38 UTC  (2+ messages)

[PATCH v3 4/4] MAINTAINERS: add maintainer for ping iio sensors
 2019-11-23 14:37 UTC  (2+ messages)

[PATCH v3 3/4] iio: ping: add parallax ping sensors
 2019-11-23 14:35 UTC  (2+ messages)

[PATCH v3 2/4] dt-bindings: add parallax ping sensors
 2019-11-23 14:34 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: add vendor prefix parallax
 2019-11-23 14:32 UTC  (2+ messages)

Linux 3.16.78
 2019-11-23 14:23 UTC 

[PATCH] iio: dac: ad7303: use regulator get optional to check for ext supply
 2019-11-23 14:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net v3] net: macb: add missed tasklet_kill
 2019-11-23 14:19 UTC 

[PATCH v4] crypto: picoxcell: adjust the position of tasklet_init and fix missed tasklet_kill
 2019-11-23 14:18 UTC 

[PATCH v8 0/6] Add support for H6 PWM
 2019-11-23 14:05 UTC  (5+ messages)
` [PATCH v8 5/6] pwm: sun4i: Add support to output source clock directly

[PATCH v3] crypto: picoxcell: adjust the position of tasklet_init and fix missed tasklet_kill
 2019-11-23 13:52 UTC  (2+ messages)

[RFC] why do sensors break CPU scaling
 2019-11-23 13:44 UTC  (3+ messages)

[PATCH 00/16] scripts/kallsyms: various cleanups and optimizations
 2019-11-23 13:27 UTC  (17+ messages)
` [PATCH 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH 03/16] scripts/kallsyms: set relative_base more effectively
` [PATCH 04/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH 05/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH 06/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH 07/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH 08/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH 09/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH 10/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH 11/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH 12/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH 13/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH 14/16] scripts/kallsyms: check no valid symbol earlier
` [PATCH 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH 16/16] scripts/kallsyms: remove redundant initializers

[PATCH] arm64: dts: allwinner: Convert to new-style SPDX license identifiers
 2019-11-23 13:24 UTC 

[PATCH] net: phy: Use the correct style for SPDX License Identifier
 2019-11-23 13:08 UTC 

[PATCH] sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
 2019-11-23 13:01 UTC  (2+ messages)

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-11-23 12:51 UTC  (7+ messages)
` [PATCH v4 2/2] iio: (bma400) add driver for the BMA400

[PATCH 2/2] dt-bindings: iio: adc: ad7292: fix constraint over channel quantity
 2019-11-23 12:27 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier
 2019-11-23 12:25 UTC  (3+ messages)

[PATCH v2 00/11] iio: imu: adis: cleanup lock usage
 2019-11-23 12:21 UTC  (2+ messages)

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-23 11:42 UTC  (8+ messages)

[PATCH v4] dt-bindings: iio: accel: add binding documentation for ADIS16240
 2019-11-23 11:41 UTC  (2+ messages)

[PATCH] iio: adc: stm32-adc: Add check on overrun interrupt
 2019-11-23 11:36 UTC  (2+ messages)

[PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
 2019-11-23 11:21 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the devicetree tree
 2019-11-23 10:37 UTC 

[PATCH] KVM: x86: Grab KVM's srcu lock when setting nested state
 2019-11-23 10:30 UTC  (2+ messages)

[PATCH] KVM: x86: Open code shared_msr_update() in its only caller
 2019-11-23 10:29 UTC  (2+ messages)

[PATCH] KVM: Fix jump label out_free_* in kvm_init()
 2019-11-23 10:29 UTC  (2+ messages)

[PATCH] KVM: x86: Remove a spurious export of a static function
 2019-11-23 10:28 UTC  (2+ messages)

[PATCH v6 0/4] Bluetooth: hci_bcm: Additional changes for BCM4354 support
 2019-11-23 10:04 UTC  (2+ messages)

[PATCH] [RFC] r8169: check for valid MAC before clobbering
 2019-11-23  9:59 UTC  (4+ messages)

[PATCH] rtc: meson: remove redundant assignment to variable retries
 2019-11-23  9:40 UTC  (2+ messages)

[RFC v3 0/5] perf tools: Add support for some spe events and precise ip
 2019-11-23 10:11 UTC  (6+ messages)
` [RFC v3 1/5] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC v3 2/5] perf tools: Add support for "report" for some spe events
` [RFC v3 3/5] perf report: Add --spe options for arm-spe
` [RFC v3 4/5] drivers: perf: add some arm spe events
` [RFC v3 5/5] perf tools: Add support to process multi "

[PATCH] arm64: dts: realtek: Add Realtek rtd1619 and mjolnir
 2019-11-23  8:51 UTC  (14+ messages)

[PATCH 06/15] perf record: Add support for AUX area sampling
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 03/15] perf tools: Add a function to test for kernel support for AUX area sampling
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] perf record: "

[PATCH] perf tools: fix potential memory leak
 2019-11-23  8:14 UTC  (2+ messages)
` [tip: perf/core] perf parse: Fix potential memory leak when handling tracepoint errors

[PATCH 09/15] perf auxtrace: Add support for dumping AUX area samples
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 12/15] perf pmu: When using default config, record which bits of config were changed by the user
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 08/15] perf inject: Cut AUX area samples
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 07/15] perf record: Add aux-sample-size config term
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 10/15] perf session: Add facility to peek at all events
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 13/15] perf intel-pt: Add support for recording AUX area samples
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 02/15] perf tools: Add AUX area sample parsing
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] perf tools: Add kernel AUX area sampling definitions

[PATCH 14/15] perf intel-pt: Add support for decoding AUX area samples
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v2] tools lib traceevent: Fix memory leakage in copy_filter_type
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] libtraceevent: "

[PATCH v2 1/2] perf util: Move block tui function to ui browsers
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] perf util: Move block TUI "

[tip: perf/core] perf dsos: Remove unused dsos__find() method
 2019-11-23  8:15 UTC 

[tip: perf/core] perf map: Move maj/min/ino/ino_generation to separate struct
 2019-11-23  8:15 UTC 

[tip: perf/core] perf map: Move comparision of map's dso_id to a separate function
 2019-11-23  8:15 UTC 

[PATCH v3] perf session: fix decompression of PERF_RECORD_COMPRESSED records
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] perf session: Fix "

[tip: perf/core] perf map: Pass a dso_id to map__new()
 2019-11-23  8:15 UTC 

[tip: perf/core] perf dso: Move dso_id from 'struct map' to 'struct dso'
 2019-11-23  8:15 UTC 

[PATCH v2 2/2] perf report: Jump to symbol source view from total cycles view
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 04/15] perf auxtrace: Move perf_evsel__find_pmu()
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 05/15] perf auxtrace: Add support for AUX area sample recording
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 11/15] perf auxtrace: Add support for queuing AUX area samples
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH][next] perf probe: fix spelling mistake "addrees" -> "address"
 2019-11-23  8:14 UTC  (2+ messages)
` [tip: perf/core] perf probe: Fix "

[PATCH] libtraceevent: fix header installation
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] libtraceevent: Fix "

[PATCH 15/15] perf intel-bts: Does not support AUX area sampling
 2019-11-23  8:15 UTC  (2+ messages)
` [tip: perf/core] "

[GIT PULL] perf/core improvements and fixes
 2019-11-23  8:07 UTC  (2+ messages)

MIPS: bug: gettimeofday syscall broken on CI20 board?
 2019-11-23  7:29 UTC  (3+ messages)
` MIPS: bug: gettimeofday syscall broken on CI20 board
  `  "

[PATCH 1/6] modpost: add a helper to get data pointed by a symbol
 2019-11-23  7:22 UTC  (4+ messages)
` [PATCH 4/6] modpost: stop symbol preloading for modversion CRC

INFO: task hung in wdm_flush
 2019-11-23  6:52 UTC  (5+ messages)

[PATCH] kbuild: make single target builds even faster
 2019-11-23  6:40 UTC  (3+ messages)

[PATCH] drm/edid: Add modes from CTA-861-G
 2019-11-23  5:50 UTC 

KASAN: use-after-free Read in slip_open
 2019-11-23  5:45 UTC 

[PATCH] drm/amd/display: Reduce HDMI pixel encoding if max clock is exceeded
 2019-11-23  5:29 UTC 

[PATCH 0/8] rtc: fix W=1 warnings and errors
 2019-11-23  5:19 UTC  (5+ messages)
` [PATCH 3/8] rtc: ds1685: remove set but unused variables
` [PATCH 4/8] rtc: ds1685: fix build error with make W=1

general protection fault in __schedule (2)
 2019-11-23  5:15 UTC  (4+ messages)

[PATCH] tmpfs: use ida to get inode number
 2019-11-23  4:54 UTC  (11+ messages)

[PATCH v6 1/2] dell-smm-hwmon: Add support for disabling automatic BIOS fan control
 2019-11-23  4:49 UTC  (4+ messages)
` [PATCH v6 2/2] dell-smm-hwmon: Add documentation

[GIT PULL] kselftest kunit update for Linux 5.5-rc1
 2019-11-23  4:46 UTC 

[PATCH 0/2] riscv: defconfigs: enable debugging options
 2019-11-23  4:25 UTC  (5+ messages)
` [PATCH 1/2] riscv: defconfigs: enable debugfs
` [PATCH 2/2] riscv: defconfigs: enable more debugging options

[PATCH v5 0/2] perf: add support for logging debug messages to file
 2019-11-23  4:09 UTC  (4+ messages)

[PATCH 0/2] riscv: defconfigs: enable debugging options
 2019-11-23  3:13 UTC  (2+ messages)

[PATCH] RISC-V: Enable SYSCON reboot and poweroff drivers
 2019-11-23  3:03 UTC  (2+ messages)

[PATCH v2] RISC-V: Add address map dumper
 2019-11-23  2:57 UTC  (2+ messages)

[PATCH v2] riscv: Fix Kconfig indentation
 2019-11-23  2:54 UTC  (2+ messages)

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v3
 2019-11-23  2:45 UTC  (4+ messages)
` [PATCH v3 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830


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