linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-18 15:27:01 to 2020-04-18 20:55:28 UTC [more...]

[PATCHv3 01/50] kallsyms/printk: Add loglvl to print_ip_sym()
 2020-04-18 20:54 UTC  (52+ messages)
` [PATCHv3 02/50] alpha: Add show_stack_loglvl()
` [PATCHv3 03/50] arc: "
` [PATCHv3 04/50] arm/asm: Add loglvl to c_backtrace()
` [PATCHv3 05/50] arm: Add loglvl to unwind_backtrace()
` [PATCHv3 06/50] arm: Add loglvl to dump_backtrace()
` [PATCHv3 07/50] arm: Wire up dump_backtrace_{entry,stm}
` [PATCHv3 08/50] arm: Add show_stack_loglvl()
` [PATCHv3 09/50] arm64: Add loglvl to dump_backtrace()
` [PATCHv3 10/50] arm64: Add show_stack_loglvl()
` [PATCHv3 11/50] c6x: "
` [PATCHv3 12/50] csky: "
` [PATCHv3 13/50] h8300: "
` [PATCHv3 14/50] hexagon: "
` [PATCHv3 15/50] ia64: Pass log level as arg into ia64_do_show_stack()
` [PATCHv3 16/50] ia64: Add show_stack_loglvl()
` [PATCHv3 17/50] m68k: "
` [PATCHv3 18/50] microblaze: Add loglvl to microblaze_unwind_inner()
` [PATCHv3 19/50] microblaze: Add loglvl to microblaze_unwind()
` [PATCHv3 20/50] microblaze: Add show_stack_loglvl()
` [PATCHv3 21/50] mips: "
` [PATCHv3 22/50] nds32: "
` [PATCHv3 23/50] nios2: "
` [PATCHv3 24/50] openrisc: "
` [PATCHv3 25/50] parisc: "
` [PATCHv3 26/50] powerpc: "
` [PATCHv3 27/50] riscv: "
` [PATCHv3 28/50] s390: "
` [PATCHv3 29/50] sh: Add loglvl to dump_mem()
` [PATCHv3 30/50] sh: Remove needless printk()
` [PATCHv3 31/50] sh: Add loglvl to printk_address()
` [PATCHv3 32/50] sh: Add loglvl to show_trace()
` [PATCHv3 33/50] sh: Add show_stack_loglvl()
` [PATCHv3 34/50] sparc: "
` [PATCHv3 35/50] um/sysrq: Remove needless variable sp
` [PATCHv3 36/50] um: Add show_stack_loglvl()
` [PATCHv3 37/50] unicore32: Remove unused pmode argument in c_backtrace()
` [PATCHv3 38/50] unicore32: Add loglvl to c_backtrace()
` [PATCHv3 39/50] unicore32: Add show_stack_loglvl()
` [PATCHv3 40/50] x86: Add missing const qualifiers for log_lvl
` [PATCHv3 41/50] x86: Add show_stack_loglvl()
` [PATCHv3 42/50] xtensa: Add loglvl to show_trace()
` [PATCHv3 43/50] xtensa: Add show_stack_loglvl()
` [PATCHv3 44/50] sysrq: Use show_stack_loglvl()
` [PATCHv3 45/50] x86/amd_gart: Print stacktrace for a leak with KERN_ERR
` [PATCHv3 46/50] power: Use show_stack_loglvl()
` [PATCHv3 47/50] kdb: Don't play with console_loglevel
` [PATCHv3 48/50] sched: Print stack trace with KERN_INFO
` [PATCHv3 49/50] kernel: Use show_stack_loglvl()
` [PATCHv3 50/50] kernel: Rename show_stack_loglvl() => show_stack()

[PATCH] m68k/PCI: Fix a memory leak in an error handling path
 2020-04-18 20:55 UTC  (2+ messages)

[PATCH] x86/memcpy: Introduce memcpy_mcsafe_fast
 2020-04-18 20:52 UTC  (2+ messages)

KASAN: use-after-free Read in usbhid_close (3)
 2020-04-18 20:32 UTC  (5+ messages)

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-04-18 20:31 UTC  (3+ messages)

Arm CryptoCell driver -- default Y, even on machines where it is obviously useless
 2020-04-18 20:31 UTC  (2+ messages)

[PATCH] tipc: Fix potential tipc_node refcnt leak in tipc_rcv
 2020-04-18 20:26 UTC  (2+ messages)

[PATCH] vfs: add faccessat2 syscall
 2020-04-18 20:22 UTC  (4+ messages)

[PATCH] tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv
 2020-04-18 20:18 UTC  (2+ messages)

[PATCH] ipc: Convert ipcs_idr to XArray
 2020-04-18 20:15 UTC  (2+ messages)

[PATCH] net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node
 2020-04-18 20:11 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.7-rc1
 2020-04-18 20:10 UTC 

[PATCH net-next 1/3] net: phy: broadcom: add helper to write/read RDB registers
 2020-04-18 20:09 UTC  (4+ messages)

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-18 20:07 UTC  (4+ messages)

[PATCH 1/1] mm: slub: fix corrupted freechain in deactivate_slab()
 2020-04-18 20:04 UTC  (4+ messages)

[RFC PATCH 0/9] fix -Wempty-body build warnings
 2020-04-18 19:54 UTC  (26+ messages)
` [RFC PATCH 1/9] kernel.h: add do_empty() macro
` [PATCH 2/9] fs: fix empty-body warning in posix_acl.c
` [PATCH 3/9] input: fix empty-body warning in synaptics.c
` [PATCH 4/9] sound: fix empty-body warning in vx_core.c
` [PATCH 5/9] usb: fix empty-body warning in sysfs.c
` [PATCH 6/9] nfsd: fix empty-body warning in nfs4state.c
` [PATCH 7/9] drivers/base: fix empty-body warnings in devcoredump.c
` [PATCH 8/9] dax: fix empty-body warnings in bus.c
` [PATCH 9/9] target: fix empty-body warning in target_core_pscsi.c

[GIT PULL] hwmon fixes for v5.7-rc2
 2020-04-18 19:49 UTC 

mmotm 2020-04-17-20-35 uploaded
 2020-04-18 19:47 UTC  (3+ messages)
` mmotm 2020-04-17-20-35 uploaded (squashfs)

[PATCH v1 0/6] platform/x86: intel_cht_int33fe: clean up series
 2020-04-18 19:43 UTC  (4+ messages)

[PATCH] x86/memcpy: Introduce memcpy_mcsafe_fast
 2020-04-18 19:42 UTC  (3+ messages)

[PATCH 0/7] PM: sleep: core: Rearrange the handling of driver power management flags
 2020-04-18 19:41 UTC  (14+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] PM: sleep: core: Simplify the SMART_SUSPEND flag handling
  ` [PATCH v2 2/9] PM: sleep: core: Fold functions into their callers
  ` [PATCH v2 3/9] PM: sleep: core: Do not skip callbacks in the resume phase
  ` [PATCH v2 4/9] PM: sleep: core: Rework the power.may_skip_resume handling
  ` [PATCH v2 5/9] PM: sleep: core: Rename dev_pm_may_skip_resume()
  ` [PATCH v2 6/9] PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
  ` [PATCH v2 7/9] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
  ` [PATCH v2 8/9] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
  ` [PATCH v2 9/9] Documentation: PM: sleep: Update driver flags documentation

[GIT PULL] thread fixes for v5.7-rc2
 2020-04-18 19:30 UTC  (2+ messages)

[PULL REQUEST] i2c for v5.7
 2020-04-18 19:30 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 5.7-rc1
 2020-04-18 19:30 UTC  (2+ messages)

[v3 PATCH 0/5] Add UEFI support for RISC-V
 2020-04-18 19:24 UTC  (8+ messages)
` [v3 PATCH 5/5] RISC-V: Add EFI stub support

[PATCH v6,0/4] misc: new driver sram_uapi for user level SRAM access
 2020-04-18 19:11 UTC  (7+ messages)
` [PATCH v6,1/4] powerpc: sysdev: fix compile error for fsl_85xx_l2ctlr
` [PATCH v6,2/4] powerpc: sysdev: fix compile error for fsl_85xx_cache_sram
` [PATCH v6,3/4] powerpc: sysdev: fix compile warning "
` [PATCH v6,4/4] drivers: misc: new driver sram_uapi for user level SRAM access

INFO: rcu detected stall in io_uring_release
 2020-04-18 18:59 UTC 

[PATCH v3] iio: magnetometer: ak8974: Silence deferred-probe error
 2020-04-18 18:58 UTC  (3+ messages)

[RESEND PATCH v3 0/3] Add Reset and Wakeup support for CCS811
 2020-04-18 18:53 UTC  (2+ messages)

[git pull] drm fixes for 5.7-rc2
 2020-04-18 18:35 UTC  (3+ messages)

[RFC PATCH] iommu/amd: fix a race in fetch_pte()
 2020-04-18 18:34 UTC  (3+ messages)

[PATCH v4 1/2] iio: adc: ad7192: fix null pointer de-reference crash during probe
 2020-04-18 18:31 UTC  (2+ messages)

[RESEND PATCH v5 1/5] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
 2020-04-18 18:20 UTC  (13+ messages)
` [RESEND PATCH v5 5/5] input: joystick: Add ADC attached joystick driver

[PATCH] drm/amdgpu: Remove an unnecessary condition check in reserve_bo_and_cond_vms()
 2020-04-18 18:18 UTC 

What's a good default TTL for DNS keys in the kernel
 2020-04-18 18:10 UTC  (3+ messages)

[PATCH v4 0/5] iio: vcnl4000: Export near level property for proximity sensor
 2020-04-18 18:06 UTC  (11+ messages)
` [PATCH v4 2/5] dt-bindings: iio: Introduce common properties for iio sensors
` [PATCH v4 3/5] dt-bindings: iio: light: vcnl4000: Add proximity-near-level
` [PATCH v4 4/5] iio: vcnl4000: Export near level property for proximity sensor
` [PATCH v4 5/5] Documentation: ABI: document IIO in_proximity_nearlevel file

[PATCH 0/2] staging: vt6656: Check the return value of vnt_control_out_* calls
 2020-04-18 18:05 UTC  (3+ messages)
` [PATCH 2/2] staging: vt6656: Fix functions' documentation

[PATCH v2 1/2] iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helper
 2020-04-18 17:58 UTC  (5+ messages)

[PATCH 0/4] Add driver for wsen-itds accelerometer sensor
 2020-04-18 17:54 UTC  (3+ messages)
` [PATCH 3/4] iio: accel: "

[PATCH] docs: ioctl-number.rst: add habanalabs driver IOCTL
 2020-04-18 17:45 UTC  (2+ messages)

[PATCH v2 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-04-18 17:25 UTC  (7+ messages)
` [PATCH v2 6/7] misc: bcm-vk: add Broadcom VK driver

[PATCH 4/4] test_kmod: Avoid potential double free in trigger_config_run_type()
 2020-04-18 17:23 UTC 

[PATCH 0/2] CQ vs SQ timeout accounting
 2020-04-18 17:20 UTC  (3+ messages)
` [PATCH 1/2] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 2/2] io_uring: don't trigger timeout with another t-out

[PATCH v5 00/17] objtool: vmlinux.o and noinstr validation
 2020-04-18 17:18 UTC  (6+ messages)
` [PATCH v5 02/17] objtool: Better handle IRET

[PATCH 1/5] habanalabs: Add INFO IOCTL opcode for time sync information
 2020-04-18 17:17 UTC  (3+ messages)

[PATCH v5 0/6] Support DRM bridges on NVIDIA Tegra
 2020-04-18 17:07 UTC  (7+ messages)
` [PATCH v5 1/6] of_graph: add of_graph_get_local_port()
` [PATCH v5 2/6] drm/of: Make drm_of_find_panel_or_bridge() to check graph's presence
` [PATCH v5 3/6] drm/tegra: output: Don't leak OF node on error
` [PATCH v5 4/6] drm/tegra: output: Support DRM bridges
` [PATCH v5 5/6] drm/tegra: output: rgb: Support LVDS encoder bridge
` [PATCH v5 6/6] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge

[PATCH] iio: core: fail early in iio_device_alloc() if we can't get a device id
 2020-04-18 16:28 UTC  (3+ messages)

[PATCH V2 0/3] iio: adc: Add support for QCOM SPMI PMIC7 ADC
 2020-04-18 16:22 UTC  (5+ messages)
` [PATCH V2 1/3] iio: adc: Convert the QCOM SPMI ADC bindings to .yaml format
` [PATCH V2 2/3] iio: adc: Add PMIC7 ADC bindings

[PATCH] soc: qcom: rpmh: Dirt can only make you dirtier, not cleaner
 2020-04-18 16:15 UTC  (2+ messages)

[PATCH v2] iio: core: remove extra semi-colon from devm_iio_device_register() macro
 2020-04-18 16:13 UTC  (3+ messages)

[PATCH v10 0/6] Add battery charger driver support for MP2629
 2020-04-18 16:06 UTC  (5+ messages)
` [PATCH v10 1/6] dt-bindings: mfd: add document bindings for mp2629

[PATCH v6 0/10] exynos-ufs: Add support for UFS HCI
 2020-04-18 16:04 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-18 16:03 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[RFC PATCH 0/9] Task latency-nice
 2020-04-18 16:01 UTC  (11+ messages)
` [RFC PATCH 1/9] sched,cgroup: Add interface for latency-nice

[PATCH v4] iio: patch set ltc2632
 2020-04-18 15:53 UTC  (5+ messages)
` [PATCH v4 1/3] iio: documentation ltc2632_chip_info add num_channels
` [PATCH v4 3/3] iio/dac: convert ltc2632.txt to lltc,ltc2632.yaml

[PATCH] net: systemport: Omit superfluous error message in bcm_sysport_probe()
 2020-04-18 15:51 UTC  (2+ messages)

[PATCH] x86/asm: Provide a Kconfig symbol for disabling old assembly annotations
 2020-04-18 15:49 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH] loop: Call loop_config_discard() only after new config is applied
 2020-04-18 15:46 UTC  (2+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v2
 2020-04-18 15:45 UTC  (16+ messages)
` [PATCH 1/8] bdi: move bdi_dev_name out of line
` [PATCH 2/8] bdi: use bdi_dev_name() to get device name
` [PATCH 3/8] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 5/8] bdi: unexport bdi_register_va
` [PATCH 6/8] bdi: remove bdi_register_owner
` [PATCH 7/8] bdi: simplify bdi_alloc
` [PATCH 8/8] bdi: remove the name field in struct backing_dev_info

[PATCH 0/1] ipv6: fix restrict IPV6_ADDRFORM operation
 2020-04-18 15:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/2] iio: dac: ad5770r: dt bindings fixes
 2020-04-18 15:30 UTC  (3+ messages)
` [PATCH v2 1/2] iio: dac: ad5770r: read channel nr from reg

[PATCH v6 0/5] KUnit-KASAN Integration
 2020-04-18 15:28 UTC  (2+ messages)

[RFC net-next v5 0/9] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-18 15:29 UTC  (4+ messages)
` [RFC net-next v5 3/9] bridge: mrp: Expose function br_mrp_port_open

[RFC] block: fix access of uninitialized pointer address in bt_for_each()
 2020-04-18 15:26 UTC  (4+ messages)


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