linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 17:20:23 to 2020-03-24 20:32:48 UTC [more...]

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-24 20:32 UTC  (5+ messages)
` [PATCH v2 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v2 3/5] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v2 5/5] arm64: entry: "

[PATCH v8] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2020-03-24 20:31 UTC  (2+ messages)

[PATCH v5 00/18] cros_ec: Add sensorhub driver and FIFO processing
 2020-03-24 20:31 UTC  (4+ messages)
` [PATCH v5 09/18] platform: chrome: sensorhub: Add FIFO support

[PATCH v8 0/3] perf x86: Exposing IO stack to IO PMON mapping through sysfs
 2020-03-24 20:28 UTC  (3+ messages)
` [PATCH v8 1/3] perf x86: Infrastructure for exposing an Uncore unit to PMON mapping

[PATCH v6 00/11] Cros EC sensor hub FIFO support
 2020-03-24 20:27 UTC  (12+ messages)
` [PATCH v6 01/11] platform: chrome: sensorhub: Add "
` [PATCH v6 02/11] platform: chrome: sensorhub: Add code to spread timestmap
` [PATCH v6 03/11] platform: chrome: sensorhub: Add median filter
` [PATCH v6 04/11] iio: cros_ec: Move function description to .c file
` [PATCH v6 05/11] iio: expose iio_device_set_clock
` [PATCH v6 06/11] iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO
` [PATCH v6 07/11] iio: cros_ec: Remove pm function
` [PATCH v6 08/11] iio: cros_ec: Expose hwfifo_timeout
` [PATCH v6 09/11] iio: cros_ec: Report hwfifo_watermark_max
` [PATCH v6 10/11] iio: cros_ec: Use Hertz as unit for sampling frequency
` [PATCH v6 11/11] iio: cros_ec: flush as hwfifo attribute

[PATCH 0/7] TI K3 R5F remoteproc support
 2020-03-24 20:18 UTC  (8+ messages)
` [PATCH 1/7] remoteproc: add prepare and unprepare ops
` [PATCH 2/7] remoteproc: use a local copy for the name field
` [PATCH 3/7] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [PATCH 4/7] remoteproc/k3-r5: Add TI-SCI processor control helper functions
` [PATCH 5/7] remoteproc/k3-r5: Add a remoteproc driver for R5F subsystem
` [PATCH 6/7] remoteproc/k3-r5: Initialize TCM memories for ECC
` [PATCH 7/7] remoteproc/k3-r5: Add loading support for on-chip SRAM regions

[PATCHSET 00/10] perf: Improve cgroup profiling (v5)
 2020-03-24 20:15 UTC  (4+ messages)

[PATCH v2 0/3] driver core: sync state fixups
 2020-03-24 20:14 UTC  (4+ messages)
` [PATCH v2 3/3] driver core: Skip unnecessary work when device doesn't have sync_state()

Argh, can't find dcache properties !
 2020-03-24 20:13 UTC  (4+ messages)

[PATCH v7 0/9] Huge page-table entries for TTM
 2020-03-24 20:11 UTC  (10+ messages)
` [PATCH v7 1/9] fs: Constify vma argument to vma_is_dax
` [PATCH v7 2/9] mm: Introduce vma_is_special_huge
` [PATCH v7 3/9] mm: Split huge pages on write-notify or COW
` [PATCH v7 4/9] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH v7 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH v7 6/9] drm/vmwgfx: Support huge page faults
` [PATCH v7 7/9] drm: Add a drm_get_unmapped_area() helper
` [PATCH v7 8/9] drm/vmwgfx: Introduce a huge page aligning TTM range manager
` [PATCH v7 9/9] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH 0/3] tool lib traceevent: Fix some parsing errors
 2020-03-24 20:08 UTC  (4+ messages)
` [PATCH 1/3] tools lib traceevent: Add append() function helper for appending strings
` [PATCH 2/3] tools lib traceevent: Handle __attribute__((user)) in field names
` [PATCH 3/3] tools lib traceevent: Add handler for __builtin_expect()

[PATCH] ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
 2020-03-24 20:09 UTC  (9+ messages)
` [PATCH V2] "

[PATCH v4 0/5] ov5645: Deprecate usage of the clock-frequency
 2020-03-24 20:07 UTC  (6+ messages)
` [PATCH v4 5/5] media: dt-bindings: media: i2c: convert ov5645 bindings to json-schema

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-24 20:04 UTC  (27+ messages)
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 5/7] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v5 7/7] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

[PATCH 0/3] Add sgm3140 flash led driver
 2020-03-24 20:02 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: leds: Add binding for sgm3140

[PATCH] MIPS: mark some functions as weak to avoid conflict with Octeon ones
 2020-03-24 19:59 UTC  (2+ messages)

[PATCH 1/3] net: wan: wanxl: use $(CC68K) instead of $(AS68K) for rebuilding firmware
 2020-03-24 19:58 UTC  (6+ messages)
` [PATCH 3/3] kbuild: remove AS variable

[patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-24 19:58 UTC  (5+ messages)
` [patch V3 17/23] rcu/tree: Mark the idle relevant functions noinstr
  ` [RESEND][patch "

[PATCH v1] clocksource: Avoid creating dead devices
 2020-03-24 19:56 UTC  (5+ messages)
` [tip: timers/core] clocksource/drivers/timer-probe: "

[PATCH v1] clocksource/drivers/timer-versatile: Clear OF_POPULATED flag
 2020-03-24 19:53 UTC 

[PATCH 4.19 00/65] 4.19.113-rc1 review
 2020-03-24 19:51 UTC  (2+ messages)

[PATCH 5.4 000/102] 5.4.28-rc1 review
 2020-03-24 19:49 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 19:47 UTC  (12+ messages)

[PATCH 5.5 000/119] 5.5.12-rc1 review
 2020-03-24 19:45 UTC  (2+ messages)

[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v16)
 2020-03-24 19:44 UTC  (5+ messages)

[PATCH] kbuild: remove AS variable
 2020-03-24 19:43 UTC  (2+ messages)

[PATCH 1/4] drm/radeon: remove unneeded header include path
 2020-03-24 19:42 UTC  (3+ messages)

[PATCH v2 0/6] Manual definition of Soft Reserved memory devices
 2020-03-24 19:41 UTC  (5+ messages)
` [PATCH v2 4/6] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v2 6/6] ACPI: HMAT: Attach a device for each soft-reserved range

[PATCH V2] panic: Add sysctl/cmdline to dump all CPUs backtraces on oops event
 2020-03-24 19:40 UTC  (3+ messages)

[PATCH v11 0/8] Disable compat cruft on ppc64le v11
 2020-03-24 19:38 UTC  (7+ messages)
  ` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
  ` [PATCH v11 5/8] powerpc/64: make buildable without CONFIG_COMPAT

[PATCH v10 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2020-03-24 19:34 UTC  (5+ messages)
` [PATCH v10 1/2] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller
` [PATCH v10 2/2] drm/bridge: Add NWL MIPI DSI host controller support

[PATCH v1 0/2] btusb: Introduce the use of vendor extension(s)
 2020-03-24 19:32 UTC  (9+ messages)
` [PATCH v1 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-24 19:31 UTC  (4+ messages)
` [patch 10/22] EDAC: Convert to new X86 CPU match macros
` [PATCH 23/22] x86/smpboot: Remove the last ICPU() macro

[regression] cpuset: offlined CPUs removed from affinity masks
 2020-03-24 19:30 UTC  (11+ messages)

[PATCH] Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
 2020-03-24 19:29 UTC  (3+ messages)

[PATCH 0/5] improvements about lowmem_reserve and /proc/zoneinfo
 2020-03-24 19:25 UTC  (3+ messages)
` [PATCH 4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo

lockdep warning in urb.c:363 usb_submit_urb
 2020-03-24 19:22 UTC  (4+ messages)

[RFC PATCH v5 0/9] Add Tegra driver for video capture
 2020-03-24 19:20 UTC  (5+ messages)
` [RFC PATCH v5 5/9] dt-binding: tegra: Add VI and CSI bindings
` [RFC PATCH v5 9/9] arm64: tegra: Add Tegra VI CSI support in device tree

[PATCH] mm, memcg: Add memory.transparent_hugepage_disabled
 2020-03-24 19:17 UTC  (3+ messages)

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-03-24 19:12 UTC  (3+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time
` [PATCH v2 2/2] i2c: tegra: Synchronize DMA before termination

[PATCH v2] dm-integrity: Prevent RMW for full metadata buffer writes
 2020-03-24 19:11 UTC  (4+ messages)

[PATCH] bus: mbus: export mvebu_mbus_{add,del}_window for modules
 2020-03-24 19:06 UTC 

[PATCH] perf script: add flamegraph.py script
 2020-03-24 19:05 UTC  (3+ messages)

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-03-24 19:03 UTC  (8+ messages)

[PATCH 0/4] KVM: SVM: Move and split up svm.c
 2020-03-24 19:02 UTC  (8+ messages)
` [PATCH 2/4] KVM: SVM: Move Nested SVM Implementation to nested.c

[PATCH v18 0/4] Multi Color LED Framework Patches
 2020-03-24 18:52 UTC  (7+ messages)
` [PATCH v18 1/4] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v18 2/4] dt-bindings: leds: Add multicolor ID to the color ID list
` [PATCH v18 3/4] "
` [PATCH v18 4/4] leds: multicolor: Introduce a multicolor class definition

[PATCH] sched: Use RCU-sched in core-scheduling balancing logic
 2020-03-24 18:49 UTC  (6+ messages)

[PATCH v4 1/4] tty: serial: fsl_lpuart: fix DMA operation when using IOMMU
 2020-03-24 18:47 UTC  (4+ messages)
` [PATCH 1/3] tty: serial: fsl_lpuart: move dev_info_once()
  ` [PATCH 2/3] tty: serial: fsl_lpuart: fix return value checking
  ` [RFC PATCH 3/3] tty: serial: fsl_lpuart: fix possible console deadlock

[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
 2020-03-24 18:44 UTC  (3+ messages)
` [RFC PATCH v4 4/6] mm: Add page table level flags to vm_flags

perf build failed on mainline
 2020-03-24 18:43 UTC 

[PATCH v5 0/9] x86/split_lock: Add feature split lock detection
 2020-03-24 18:42 UTC  (7+ messages)
` [PATCH v5 3/9] x86/split_lock: Re-define the kernel param option for split_lock_detect

[PATCH v6 0/4] USB: pci-quirks: Add Raspberry Pi 4 quirk
 2020-03-24 18:28 UTC  (5+ messages)
` [PATCH v6 1/4] soc: bcm2835: Sync xHCI reset firmware property with downstream
` [PATCH v6 2/4] firmware: raspberrypi: Introduce vl805 init routine
` [PATCH v6 3/4] PCI: brcmstb: Wait for Raspberry Pi's firmware when present
` [PATCH v6 4/4] USB: pci-quirks: Add Raspberry Pi 4 quirk

[PATCH] cgroup-v1: freezer: optionally killable freezer
 2020-03-24 18:26 UTC  (5+ messages)

[PATCH] Documentation: Clarify better about the rwsem non-owner release issue
 2020-03-24 18:26 UTC  (5+ messages)

[PATCH -next] hugetlb_cgroup: fix illegal access to memory
 2020-03-24 18:24 UTC  (2+ messages)

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-24 18:24 UTC  (4+ messages)

[RFC PATCH 00/21] Improve list integrity checking
 2020-03-24 18:22 UTC  (7+ messages)
` [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-03-24 18:20 UTC  (6+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH V2] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-24 18:20 UTC  (4+ messages)

[PATCH 0/4] clocksource: Fix MIPS GIC and DW APB Timer for Baikal-T1 SoC support
 2020-03-24 18:20 UTC  (10+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dt-bindings: rtc: Convert snps,dw-apb-timer to DT schema
  ` [PATCH v2 2/6] dt-bindings: interrupt-controller: Convert mti,gic "
  ` [PATCH v2 3/6] clocksource: dw_apb_timer: Set clockevent any-possible-CPU mask
  ` [PATCH v2 4/6] clocksource: dw_apb_timer_of: Fix missing clockevent timers
  ` [PATCH v2 5/6] clocksource: mips-gic-timer: Register as sched_clock
  ` [PATCH v2 6/6] clocksource: mips-gic-timer: Set limitations on clocksource/sched-clocks usage

[RFC PATCH v2 0/3] KASAN/KUnit Integration
 2020-03-24 18:20 UTC  (12+ messages)
` [RFC PATCH v2 1/3] Add KUnit Struct to Current Task
` [RFC PATCH v2 2/3] KUnit: KASAN Integration
` [RFC PATCH v2 3/3] KASAN: Port KASAN Tests to KUnit

[PATCH V7 3/8] vringh: IOTLB support
 2020-03-24 18:19 UTC  (2+ messages)

[PATCH RFC v2 tip/core/rcu 0/22] Prototype RCU usable from idle, exception, offline
 2020-03-24 18:19 UTC  (10+ messages)
` [PATCH RFC v2 tip/core/rcu 01/22] sched/core: Add function to sample state of locked-down task

[PATCH] drivers: firmware: psci: avoid BIT() macro usage in PSCI_1_0_OS_INITIATED
 2020-03-24 18:18 UTC  (2+ messages)

linux-next: Tree for Mar 18 (objtool)
 2020-03-24 18:18 UTC  (11+ messages)

[PATCH] perf/tools: fix perf_evsel__fallback() for paranoid=2 and -b
 2020-03-24 18:10 UTC 

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2020-03-24 18:10 UTC  (4+ messages)
` [PATCH v3 34/37] KVM: nVMX: Don't flush TLB on nested VMX transition

[PATCH 00/13] Modernize Loongson64 Machine
 2020-03-24 18:07 UTC  (5+ messages)
` [PATCH v6 00/11] Modernize Loongson64 Machine v6

[PATCH v2 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-03-24 17:57 UTC  (2+ messages)

[PATCH 0/4] Rework sparc32 page-table layout
 2020-03-24 18:04 UTC  (5+ messages)
` [PATCH 1/4] sparc32: mm: Fix argument checking in __srmmu_get_nocache()

[PATCH v4 4/4] RFC: drm/sun4i: Process alpha channel of most bottom layer
 2020-03-24 17:58 UTC  (2+ messages)

[PATCH 0/3] nvmem: use is_bin_visible callback
 2020-03-24 17:58 UTC  (4+ messages)
` [PATCH 3/3] nvmem: core: use is_bin_visible for permissions

[PATCH v3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-03-24 17:57 UTC 

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-03-24 17:56 UTC  (3+ messages)

clone3: allow creation of time namespace with offset
 2020-03-24 17:56 UTC  (9+ messages)

[PATCH v3] x86/vmlinux: Fix vmlinux.lds.S with pre-2.23 binutils
 2020-03-24 17:53 UTC  (17+ messages)
        ` [PATCH] Documentation/changes: Raise minimum supported binutils version to 2.23

linux-next: Tree for Mar 20
 2020-03-24 17:53 UTC  (4+ messages)
` linux-next: Tree for Mar 20 (objtool warnings)

[PATCH] serial: 8250_omap: Fix sleeping function called from invalid context during probe
 2020-03-24 17:52 UTC  (2+ messages)

[PATCH v7] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2020-03-24 17:50 UTC  (6+ messages)

[PATCH v4 3/4] drm/sun4i: Add support for premulti/coverage blending mode handling
 2020-03-24 17:49 UTC  (2+ messages)

[PATCH v6 0/8] x86/split_lock: Fix and virtualization of split lock detection
 2020-03-24 17:47 UTC  (2+ messages)

[PATCH v7 0/2] Add rpmsg tty driver
 2020-03-24 17:44 UTC  (4+ messages)
` [PATCH v7 2/2] tty: add rpmsg driver

[PATCH] arm64: mm: make CONFIG_ZONE_DMA configurable without EXPERT
 2020-03-24 17:41 UTC  (2+ messages)

[PATCH v6] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-03-24 17:39 UTC  (2+ messages)

[PATCHv5 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-03-24 17:36 UTC  (5+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
  ` Droid 4 in -next -- still no backlight was "

[PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-24 17:33 UTC  (6+ messages)
` [PATCH 11/16] x86: probe assembler capabilities via kconfig instead of makefile

[PATCH] regulator: qcom_smd: Add pmi8994 regulator support
 2020-03-24 17:32 UTC  (2+ messages)
` Applied "regulator: qcom_smd: Add pmi8994 regulator support" to the regulator tree

[PATCH 0/2] staging: vt6656: change function from always returning 0 to void
 2020-03-24 17:28 UTC  (2+ messages)

Versaclock usage and improvement question
 2020-03-24 17:30 UTC  (2+ messages)

[PATCH] x86: Alias memset to __builtin_memset
 2020-03-24 17:29 UTC  (3+ messages)

[PATCH 0/3] kselftest: Extend vDSO tests
 2020-03-24 17:22 UTC  (3+ messages)
` [PATCH 2/3] kselftest: Extend vDSO selftest

[PATCH] sched/topology: Fix overlapping sched_group build
 2020-03-24 17:20 UTC  (2+ messages)

[PATCH v2] platform: x86: Add ACPI driver for ChromeOS
 2020-03-24 17:20 UTC  (6+ messages)

[tip:perf/urgent] BUILD SUCCESS 564200ed8e71d91327d337e46bc778cee02da866
 2020-03-24 17:19 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).