linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 08:10:21 to 2020-09-02 12:37:14 UTC [more...]

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-02 12:36 UTC  (7+ messages)
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-09-02 12:34 UTC  (14+ messages)

linux-next: build warning after merge of the pci tree
 2020-09-02 12:33 UTC  (2+ messages)

BUG: corrupted list in kobject_add_internal
 2020-09-02 12:31 UTC  (4+ messages)
` [PATCH] Bluetooth: fix "list_add double add" in hci_conn_complete_evt

[PATCH] media: mtk-vcodec: set dma max segment size
 2020-09-02 12:28 UTC  (2+ messages)

[PATCH v3] misc: rtsx: add power saving function and bios guide options
 2020-09-02 12:29 UTC  (4+ messages)

[PATCH V2 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-09-02 12:26 UTC  (3+ messages)
` [PATCH V2 1/2] percpu_ref: "
` [PATCH V2 2/2] block: move 'q_usage_counter' into front of 'request_queue'

[RFC PATCH 0/2] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-02 12:24 UTC  (6+ messages)

[PATCH] kernel/pid: Rename `find_ge_pid` to `find_get_vpid`
 2020-09-02 12:23 UTC 

[rcu:dev.2020.08.30a] BUILD SUCCESS 89bb3b3e65e50abd3268aa91eb2adf831f8267df
 2020-09-02 12:21 UTC 

[PATCH next v3 0/8] printk: reimplement LOG_CONT handling
 2020-09-02 12:21 UTC  (6+ messages)
` [PATCH next v3 6/8] printk: ringbuffer: add finalization/extension support
  ` state names: vas: "
  ` misc: was: "

[PATCH v5 0/2] Add new PHY APIs to framework to get/set PHY attributes
 2020-09-02 12:17 UTC  (5+ messages)
` [PATCH v5 2/2] phy: cadence-torrent: Use kernel PHY API to set "

[RFC net-next] udp: add a GSO type for UDPv6
 2020-09-02 12:15 UTC 

[PATCH v3 0/2] Dynamic debug trace support
 2020-09-02 12:17 UTC  (6+ messages)
` [PATCH v3 2/2] dynamic debug: allow printing to trace event

[PATCH] char: virtio: Select VIRTIO from VIRTIO_CONSOLE
 2020-09-02 12:16 UTC  (2+ messages)

[rcu:kcsan] BUILD SUCCESS cd290ec24633f51029dab0d25505fae7da0e1eda
 2020-09-02 12:15 UTC 

[PATCH 0/2] link vdso with linker
 2020-09-02 12:14 UTC  (5+ messages)
` [PATCH 1/2] powerpc/vdso64: link vdso64 "
` [PATCH 2/2] powerpc/vdso32: "

WARNING: suspicious RCU usage - sdhci-pltfm: SDHCI platform and OF driver helper
 2020-09-02 12:13 UTC  (11+ messages)

include/asm-generic/qspinlock.h:94:9: sparse: sparse: context imbalance in 'linflex_console_write' - unexpected unlock
 2020-09-02 12:11 UTC 

[PATCH net] drivers/net/wan/hdlc: Change the default of hard_header_len to 0
 2020-09-02 12:07 UTC 

[PATCH v7 00/18] Add static_call
 2020-09-02 12:01 UTC  (6+ messages)
` [PATCH v7 08/18] static_call: Avoid kprobes on inline static_call()s

[PATCH v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
 2020-09-02 12:01 UTC 

[PATCH] pty: do tty_flip_buffer_push without port->lock in pty_write
 2020-09-02 12:00 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2] drm/of: Consider the state in which the ep is disabled
 2020-09-02 11:56 UTC  (4+ messages)

[PATCH v2 0/2] ACPI/IORT: Code cleanups
 2020-09-02 11:55 UTC  (6+ messages)

platform/x86: asus-wmi: SW_TABLET_MODE is always 1 on some devices
 2020-09-02 11:52 UTC  (2+ messages)

[PATCH] drm/vkms: add support for gamma_set interface
 2020-09-02 11:51 UTC  (8+ messages)

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-09-02 11:48 UTC  (6+ messages)

[RFC v4 0/1] Selftest for cpuidle latency measurement
 2020-09-02 11:45 UTC  (2+ messages)
` [RFC v4 1/1] selftests/cpuidle: Add support "

[PATCH] x86/uaccess: Use pointer masking to limit uaccess speculation
 2020-09-02 11:43 UTC  (7+ messages)

[PATCH] asm-generic/sembuf: Update architecture related information in comment
 2020-09-02 11:43 UTC  (2+ messages)

[PATCH 01/11] evm: Execute evm_inode_init_security() only when the HMAC key is loaded
 2020-09-02 11:42 UTC  (4+ messages)

[PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties
 2020-09-02 11:23 UTC  (4+ messages)
  ` [RFT 09/10] arm64: dts: exynos: Correct port of USB-C connector node on Exynos5433 TM2

[PATCH 00/10] USB: new USB control message helper functions
 2020-09-02 11:23 UTC  (15+ messages)
` [PATCH 01/10] USB: move snd_usb_pipe_sanity_check into the USB core
` [PATCH 02/10] USB: add usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 03/10] USB: core: message.c: use usb_control_msg_send() in a few places
` [PATCH 04/10] USB: core: hub.c: "
` [PATCH 05/10] USB: legousbtower: use usb_control_msg_recv()
` [PATCH 06/10] sound: usx2y: move to use usb_control_msg_send()
` [PATCH 07/10] sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 7/9] sound: line6: convert to use new usb control function
` [PATCH 8/9] sound: 6fire: move to use new usb control functions
` [PATCH 08/10] sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 9/9] sound: hiface: convert to use new usb_control functions
` [PATCH 09/10] sound: hiface: move to use usb_control_msg_send()
` [PATCH 10/10] Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()

[PATCH] net: bcmgenet: fix mask check in bcmgenet_validate_flow()
 2020-09-02 11:18 UTC 

INFO: task hung in nbd_ioctl (2)
 2020-09-02 11:09 UTC  (2+ messages)
` [PATCH] tipc: fix shutdown() of connectionless socket

[PATCH v2] rpmsg: Avoid double-free in mtk_rpmsg_register_device
 2020-09-02 11:07 UTC 

[PATCH] rpmsg: Avoid double-free in mtk_rpmsg_register_device()
 2020-09-02 11:04 UTC 

[PATCH v2] usb: serial: option: Fix the lackage for Quectel EG95 LTE modem support
 2020-09-02 11:03 UTC 

[PATCH V2 4/6] perf tools: Add FIFO file names as alternative options to --control
 2020-09-02 10:57 UTC  (2+ messages)
` [PATCH V3 "

[PATCH] arm64: topology: Stop using MPIDR for topology information
 2020-09-02 10:52 UTC  (6+ messages)

[PATCH v3 0/9] media: vimc: Multiple stream support in vimc
 2020-09-02 10:51 UTC  (15+ messages)
` [PATCH v3 4/9] media: vimc: Separate starting stream from pipeline initialisation
` [PATCH v3 5/9] media: vimc: Separate closing of stream and thread
` [PATCH v3 7/9] media: vimc: Dynamically allocate stream struct
` [PATCH v3 8/9] media: vimc: Join pipeline if one already exists
` [PATCH v3 9/9] media: vimc: Run multiple captures on same thread

[Patch v4 0/7] mm/hugetlb: code refine and simplification
 2020-09-02 10:49 UTC  (3+ messages)
` [Patch v4 5/7] mm/hugetlb: a page from buddy is not on any list

[PATCH] tmpfs: Restore functionality of nr_inodes=0
 2020-09-02 10:48 UTC  (2+ messages)

[PATCH v2] sched/debug: Add new tracepoint to track cpu_capacity
 2020-09-02 10:44 UTC  (5+ messages)

[RFC PATCH v2] coresight: etm4x: Modify core-commit of cpu to avoid the overflow of HiSilicon ETM
 2020-09-02 10:41 UTC  (3+ messages)

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-09-02 10:34 UTC  (4+ messages)
` [PATCH v1 4/5] xen/balloon: try to merge "

[PATCH 0/3] iio: gyro: adxrs290: Add triggered buffer & debugfs support
 2020-09-02 10:31 UTC  (4+ messages)
` [PATCH 1/3] iio: gyro: adxrs290: Add triggered buffer support

[PATCH v3 0/3] hwrng: add support for Xiphera XIP8001B
 2020-09-02 10:28 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add Xiphera vendor prefix
` [PATCH v3 2/3] dt-bindings: rng: add bindings for Xiphera XIP8001B hwrng
` [PATCH v3 3/3] hwrng: xiphera-trng: add support for "

[PATCH 4.19 000/125] 4.19.143-rc1 review
 2020-09-02 10:25 UTC  (7+ messages)
` [PATCH 4.19 047/125] media: davinci: vpif_capture: fix potential double free
` [PATCH 4.19 053/125] media: gpio-ir-tx: improve precision of transmitted signal due to scheduling

[PATCH v2 0/4] Support non-blocking pidfds
 2020-09-02 10:21 UTC  (5+ messages)
` [PATCH v2 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH v2 2/4] exit: support non-blocking pidfds
` [PATCH v2 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH v2 4/4] tests: add waitid() tests for non-blocking pidfds

[PATCH net 0/3] hinic: BugFixes
 2020-09-02 10:16 UTC  (5+ messages)
` [PATCH net 1/3] hinic: bump up the timeout of SET_FUNC_STATE cmd
` [PATCH net 2/3] hinic: bump up the timeout of UPDATE_FW cmd
` [PATCH net 3/3] hinic: fix bug of send pkts while setting channels

[PATCH][next] power: supply: fix spelling mistake "unprecise" -> "imprecise"
 2020-09-02 10:16 UTC 

[PATCH memory-model 0/9] LKMM updates for v5.10
 2020-09-02 10:14 UTC  (4+ messages)
` [PATCH kcsan 6/9] tools/memory-model: Expand the cheatsheet.txt notion of relaxed

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-02 10:09 UTC  (5+ messages)

[PATCH 4.4 00/61] 4.4.235-rc2 review
 2020-09-02 10:07 UTC  (2+ messages)

[PATCH 1/2] serial: 8250: Simplify with dev_err_probe()
 2020-09-02 10:07 UTC  (4+ messages)
` [PATCH 2/2] serial: core: "

[PATCH] clocksource: Return negative error code in h8300_8timer_init()
 2020-09-02  8:34 UTC 

possible deadlock in proc_pid_syscall (2)
 2020-09-02  9:57 UTC  (5+ messages)

pwm-sun4i: PWM backlight is not turned off on shutdown
 2020-09-02  9:54 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: sound: midas-audio: Correct parsing sound-dai phandles
 2020-09-02  9:50 UTC  (5+ messages)

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-09-02  9:48 UTC  (4+ messages)
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[RESEND PATCH v19 0/3] da7280: haptic driver submission
 2020-09-02  4:48 UTC  (4+ messages)
` [RESEND PATCH v19 3/3] Input: new da7280 haptic driver
` [RESEND PATCH v19 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms
` [RESEND PATCH v19 2/3] dt-bindings: input: Add document bindings for DA7280

[PATCH net-next RFC v3 00/14] Add devlink reload action option
 2020-09-02  9:46 UTC  (5+ messages)
` [PATCH net-next RFC v3 01/14] devlink: Add reload action option to devlink reload command

[PATCH 0/4] HWpoison: further fixes and cleanups
 2020-09-02  9:45 UTC  (5+ messages)
` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists
` [PATCH 2/4] mm,hwpoison: Refactor madvise_inject_error
` [PATCH 3/4] mm,hwpoison: Drain pcplists before bailing out for non-buddy zero-refcount page
` [PATCH 4/4] mm,hwpoison: Drop unneeded pcplist draining

[PATCH] sched/deadline: Fix stale throttling on de-/boosted tasks
 2020-09-02  9:43 UTC  (3+ messages)

[PATCH] module: Add more error message for failed kernel module loading
 2020-09-02  9:40 UTC  (2+ messages)

libtracevent: Build warning on 32-bit arches
 2020-09-02  9:37 UTC  (2+ messages)

[PATCH RESEND 00/10] crypto: hisilicon/zip - misc clean up
 2020-09-02  9:36 UTC  (2+ messages)

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-02  9:36 UTC  (6+ messages)

KASAN: use-after-free Read in bdev_del_partition
 2020-09-02  9:31 UTC  (2+ messages)

[PATCH v2 0/3] arm64: Convert to ARCH_STACKWALK
 2020-09-02  9:32 UTC  (7+ messages)
` [PATCH v2 1/3] stacktrace: Remove reliable argument from arch_stack_walk() callback
` [PATCH v2 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code
` [PATCH v2 3/3] arm64: stacktrace: Convert to ARCH_STACKWALK

[PATCH] iio: dac: ad5593r: Dynamically set AD5593R channel modes
 2020-09-02  9:28 UTC  (8+ messages)

[PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers
 2020-09-02  9:27 UTC  (3+ messages)

[PATCH net-next] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
 2020-09-02  9:20 UTC  (8+ messages)

[PATCH v2] dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support
 2020-09-02  9:19 UTC 

[PATCH] dt-bindings: crypto: Specify that allwinner,sun8i-a33-crypto needs reset
 2020-09-02  9:17 UTC 

[PATCH v3 3/3] dyndbg: fix problem parsing format="foo bar"
 2020-09-02  7:41 UTC  (2+ messages)
` [dyndbg] 70f06a871f: kernel_BUG_at_lib/dynamic_debug.c

[PATCH v2 00/11] TRACE_IRQFLAGS wreckage
 2020-09-02  9:12 UTC  (8+ messages)
` [PATCH v2 10/11] lockdep: Only trace IRQ edges
` [PATCH v2 11/11] lockdep,trace: Expose tracepoints

[PATCH 1/2] seccomp: don't leak memory when filter install races
 2020-09-02  9:08 UTC  (4+ messages)
` [PATCH 2/2] mailmap, MAINTAINERS: move to tycho.pizza

[PATCH] mm: check for memory's node later during boot
 2020-09-02  9:09 UTC 

[PATCH v4] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
 2020-09-02  9:03 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mfd: google,cros-ec: Use unevaluatedProperties
 2020-09-02  9:03 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: mmc: mmc-pwreq-simple: Accept more than one reset GPIO

[PATCH] mmc: meson-gx: use wrapper to avoid accessing internal vars
 2020-09-02  9:03 UTC  (2+ messages)

[PATCH mmc-next v4 1/2] dt-bindings: mmc: document alias support
 2020-09-02  9:03 UTC  (4+ messages)
` [PATCH mmc-next v4 2/2] mmc: allow setting slot index via device tree alias

[PATCH] mmc: sdhci-msm: Add retries when all tuning phases are found valid
 2020-09-02  9:03 UTC  (2+ messages)

[PATCH v1 0/2] mmc: cqhci: Add pre_enable() and post_disable() hook function
 2020-09-02  9:02 UTC  (2+ messages)

[PATCH] mmc: sdhci-acpi: Clear amd_sdhci_host on reset
 2020-09-02  9:02 UTC  (2+ messages)

[PATCH] RDMA: error code handling
 2020-09-02  9:03 UTC  (2+ messages)

[PATCH v2 0/4] crypto: use kfree_sensitive()
 2020-09-02  9:02 UTC  (3+ messages)
` [PATCH v2 1/4] crypto: inside-secure - "

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-09-02  8:59 UTC  (5+ messages)

[PATCH v2 1/1] i2c: algo-pca: Reapply i2c bus settings after reset
 2020-09-02  8:45 UTC  (3+ messages)

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-02  8:57 UTC  (2+ messages)

[PATCH -rc 0/4] Protect from GCC garbage input in GCOV
 2020-09-02  8:55 UTC  (5+ messages)
` [PATCH rdma-next 1/4] gcov: Open-code kmemdup() to work correctly with kernel and user space pointers
` [PATCH rdma-next 2/4] gcov: Use proper duplication routine for const pointer
` [PATCH rdma-next 3/4] gcov: Protect from uninitialized number of functions provided by GCC 10.2
` [PATCH rdma-next 4/4] gcov: Don't print out-of-memory print for all failed files

[PATCH v3 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-09-02  8:52 UTC  (3+ messages)

[PATCH RESEND] remoteproc: scp: add COMPILE_TEST dependency
 2020-09-02  8:51 UTC 

[RESEND PATCH v5 0/3] Add USB role switch support to DWC2
 2020-09-02  8:48 UTC  (4+ messages)
` [RESEND PATCH v5 1/3] dt-bindings: usb: dwc2: add optional usb-role-switch property
` [RESEND PATCH v5 2/3] usb: dwc2: override PHY input signals with usb role switch support
` [RESEND PATCH v5 3/3] usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs

[PATCH] signal: clean up codestyle
 2020-09-02  8:47 UTC  (2+ messages)

[PATCH] ath10k: Use bdf calibration variant for snoc targets
 2020-09-02  8:47 UTC  (2+ messages)

[PATCH] dt-bindings: arm: Add devicetree binding for cpu-performance-dependencies
 2020-09-02  8:45 UTC 

[PATCH] cpuidle-pseries: Fix CEDE latency conversion from tb to us
 2020-09-02  8:35 UTC  (3+ messages)

Re: [PATCH v3] PCI: Add pci_iounmap
 2020-09-02  8:34 UTC  (2+ messages)
`  "

[PATCH v2] mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset
 2020-09-02  8:31 UTC  (5+ messages)

ptrace_syscall_32 is failing
 2020-09-02  8:29 UTC  (6+ messages)

[RFC v2 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-02  8:18 UTC  (3+ messages)
` [RFC v2 09/11] HID: hyperv: Make ringbuffer at least take two pages

[PATCH v4 0/7] perf: Stream comparison
 2020-09-02  8:16 UTC  (6+ messages)
` [PATCH v4 1/7] perf util: Create streams

[PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
 2020-09-02  8:16 UTC 

[PATCH] powerpc: Fix random segfault when freeing hugetlb range
 2020-09-02  8:15 UTC  (4+ messages)

[btrfs] 07f94dcaa6: xfstests.generic.062.fail
 2020-09-02  8:12 UTC 

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-02  8:13 UTC  (2+ messages)

[PATCH v2 6/9] spi: spi-s3c64xx: Check return values
 2020-09-02  8:14 UTC  (3+ messages)

[PATCH rdma-next 0/8] Cleanup and fix the CMA state machine
 2020-09-02  8:11 UTC 


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