linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 10:11:03 to 2020-05-21 13:47:12 UTC [more...]

[RFC PATCH 00/13] Core scheduling v5
 2020-05-21 13:47 UTC  (4+ messages)
` [PATCH RFC] sched: Add a per-thread core scheduling interface

[PATCH 0/5] Dedicated CLINT timer driver
 2020-05-21 13:45 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations
` [PATCH 2/5] RISC-V: Remove CLINT related code
` [PATCH 3/5] clocksource/drivers/timer-riscv: Remove MMIO related stuff
` [PATCH 4/5] clocksource/drivers: Add CLINT timer driver
` [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

[PATCH v8 00/14] Add support for mt2701 JPEG ENC support
 2020-05-21 13:46 UTC  (5+ messages)
` [PATCH v8 01/14] media: platform: Improve subscribe event flow for bug fixing
` [PATCH v8 02/14] media: platform: Improve queue set up "

[RFC][PATCH 00/13] SCHED_DEADLINE server infrastructure
 2020-05-21 13:45 UTC  (4+ messages)
` [RFC][PATCH 01/13] sched/deadline: Impose global limits on sched_attr::sched_period

[RFC PATCH 0/2] printk/init: multi-line kernel command line logging
 2020-05-21 13:46 UTC  (12+ messages)
` [RFC PATCH 2/2] init: Allow multi-line output of kernel command line

[GIT PULL] interconnect changes for 5.8
 2020-05-21 13:43 UTC 

[PATCH -tip v2 00/11] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-21 13:42 UTC  (21+ messages)
` [PATCH -tip v2 01/11] ubsan, kcsan: don't combine sanitizer with kcov on clang
` [PATCH -tip v2 02/11] kcsan: Avoid inserting __tsan_func_entry/exit if possible
` [PATCH -tip v2 03/11] kcsan: Support distinguishing volatile accesses
` [PATCH -tip v2 04/11] kcsan: Pass option tsan-instrument-read-before-write to Clang
` [PATCH -tip v2 05/11] kcsan: Remove 'noinline' from __no_kcsan_or_inline
` [PATCH -tip v2 06/11] kcsan: Restrict supported compilers
` [PATCH -tip v2 07/11] kcsan: Update Documentation to change "
` [PATCH -tip v2 08/11] READ_ONCE, WRITE_ONCE: Remove data_race() and unnecessary checks
` [PATCH -tip v2 09/11] data_race: Avoid nested statement expression
` [PATCH -tip v2 10/11] compiler.h: Move function attributes to compiler_types.h
` [PATCH -tip v2 11/11] compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inlining

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-21 13:41 UTC  (15+ messages)

[patch V6 12/37] x86/entry: Provide idtentry_entry/exit_cond_rcu()
 2020-05-21 13:39 UTC  (11+ messages)

[PATCH] mm/compaction: Fix the incorrect hole in fast_isolate_freepages()
 2020-05-21 13:38 UTC  (3+ messages)

[PATCH -V2] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-21 13:35 UTC  (2+ messages)

[PATCH v3] kvm/x86 : Remove redundant function implement
 2020-05-21 13:36 UTC  (4+ messages)

linux-next: manual merge of the rcu tree with the powerpc tree
 2020-05-21 13:35 UTC  (3+ messages)

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-21 13:33 UTC  (7+ messages)
` [PATCH v5 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v5 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v5 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v5 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v5 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

remove kernel_setsockopt and kernel_getsockopt v2
 2020-05-21 13:33 UTC  (10+ messages)
` [PATCH 31/33] sctp: add sctp_sock_set_nodelay

[PATCH v4 00/14] Add PCIe support to TI's J721E SoC
 2020-05-21 13:33 UTC  (7+ messages)
` [PATCH v4 03/14] PCI: cadence: Add support to use custom read and write accessors
` [PATCH v4 07/14] PCI: cadence: Add new *ops* for CPU addr fixup

[PATCH 0/4] perf: Fix memory errors
 2020-05-21 13:32 UTC  (5+ messages)
` [PATCH 1/4] perf metrictroup: Fix memory leak of metric_events
` [PATCH 2/4] perf svghelper: Fix memory leak in svg_build_topology_map
` [PATCH 3/4] perf util: Fix memory leak of prefix_if_not_in
` [PATCH 4/4] perf util: Fix potential segment fault in put_tracepoints_path

[PATCH] media: platform: s3c-camif: Fix runtime PM imbalance on error
 2020-05-21 13:29 UTC 

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-21 13:29 UTC  (3+ messages)
` [PATCH v8 5/5] dt-bindings: chosen: Document linux,low-memory-range for "

[PATCH v2 0/3] Venus dynamic debug
 2020-05-21 13:28 UTC  (4+ messages)
` [PATCH v2 1/3] venus: Add debugfs interface to set firmware log level
` [PATCH v2 2/3] venus: Make debug infrastructure more flexible
` [PATCH v2 3/3] venus: Add a debugfs file for SSR trigger

[PATCH V1 RESEND 0/3] perf/imx_ddr: Add system PMU support
 2020-05-21 13:26 UTC  (7+ messages)
` [PATCH V1 RESEND 1/3] perf/imx_ddr: Add system PMU identifier for userspace

[PATCH] sched/cputime: make scale_stime() more precise
 2020-05-21 13:26 UTC  (7+ messages)
` [PATCH v2] "

[patch V6 19/37] x86/irq: Convey vector as argument and not in ptregs
 2020-05-21 13:22 UTC  (2+ messages)

[PATCH v3 0/7] Introduce features and debugfs/sysfs entries for MHI
 2020-05-21 13:23 UTC  (2+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-21 13:20 UTC  (5+ messages)
` [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex

[PATCH] Adjust comments in linux/fs_parser.h
 2020-05-21 13:09 UTC 

[PATCH] drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()
 2020-05-21 13:06 UTC  (3+ messages)

[PATCH 0/7] x86: Clean up percpu operations
 2020-05-21 13:06 UTC  (6+ messages)
` [PATCH 2/7] x86/percpu: Clean up percpu_to_op()

[PATCH v3 00/14] mips: Prepare MIPS-arch code for Baikal-T1 SoC support
 2020-05-21 12:58 UTC  (4+ messages)
` [PATCH v3 11/14] bus: cdmm: Add MIPS R5 arch support

[PATCH] watchdog: Fix runtime PM imbalance on error
 2020-05-21 12:57 UTC  (2+ messages)

[PATCH net-next] Extending bpf_setsockopt with SO_BINDTODEVICE sockopt
 2020-05-21 12:52 UTC 

[PATCH v3 0/4] media: add v4l2_pipeline_stream_{enable,disable} helpers
 2020-05-21 12:53 UTC  (4+ messages)
` [PATCH v3 2/4] media: v4l2-common: add helper functions to call s_stream() callbacks

[PATCH v5 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-21 12:52 UTC  (4+ messages)
` [PATCH v5 05/19] mtd: spi-nor: add support for DTR protocol

[PATCH] ceph: show max caps in debugfs caps file
 2020-05-21 12:51 UTC  (4+ messages)

[v4,0/7] Add Mediatek thermal dirver and dtsi
 2020-05-21 12:51 UTC 

[PATCH v2 00/22] KVM: Event fixes and cleanup
 2020-05-21 12:50 UTC  (3+ messages)
` [PATCH v2 03/22] KVM: SVM: immediately inject INTR vmexit

[PATCH v3 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-21 12:49 UTC  (12+ messages)
` [PATCH v3 01/16] spi: dw: Add Tx/Rx finish wait methods to the MID DMA
` [PATCH v3 03/16] spi: dw: Discard static DW DMA slave structures
` [PATCH v3 06/16] spi: dw: Parameterize the DMA Rx/Tx burst length
` [PATCH v3 07/16] spi: dw: Use DMA max burst to set the request thresholds
  ` [PATCH v3 09/16] spi: dw: Add core suffix to the DW APB SSI core source file

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-21 12:44 UTC  (14+ messages)

[PATCH v2 1/1] dt-bindings: spi: Add schema for Cadence QSPI Controller driver
 2020-05-21 12:43 UTC  (9+ messages)

[PATCH v3 0/7] add support USB for MT8183
 2020-05-21 12:41 UTC  (3+ messages)

Endless soft-lockups for compiling workload since next-20200519
 2020-05-21 12:41 UTC  (8+ messages)

[PATCH] sdhci: tegra: Avoid reading autocal timeout values when not applicable
 2020-05-21 12:40 UTC  (2+ messages)

[PATCH] files: Use rcu lock to get the file structures for better performance
 2020-05-21 12:38 UTC 

[PATCH 1/3] arm64: dts: mt8183: Add gce setting in display node
 2020-05-21 12:38 UTC  (5+ messages)

[PATCH] mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STA
 2020-05-21 12:35 UTC 

[PATCH 0/3] arm64: perf: Add support for Perf NMI interrupts
 2020-05-21 12:36 UTC  (8+ messages)

[PATCH] mwifiex: Parse all API_VER_ID properties
 2020-05-21 12:34 UTC 

[net-next RFC PATCH 00/13] net: hsr: Add PRP driver
 2020-05-21 12:34 UTC  (3+ messages)

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

[RFC PATCH] arm64: dts: rockchip: fix dmas dma-names for rk3308 i2s node
 2020-05-21 12:28 UTC  (3+ messages)

[PATCH v5 0/3] interconnect: Support Samsung Exynos use-case
 2020-05-21 12:28 UTC  (4+ messages)
    ` [PATCH v5 1/3] interconnect: Export of_icc_get_from_provider()
    ` [PATCH v5 2/3] interconnect: Relax requirement in of_icc_get_from_provider()
    ` [PATCH v5 3/3] interconnect: Allow inter-provider pairs to be configured

[PATCH v4 1/2] dt-bindings: mailbox: Add the Spreadtrum mailbox documentation
 2020-05-21 12:24 UTC  (9+ messages)
` [PATCH v4 2/2] mailbox: sprd: Add Spreadtrum mailbox driver

[PATCH 0/2] opp: core: add regulators enable and disable
 2020-05-21 12:23 UTC  (3+ messages)

[PATCH] [v2] media: staging: tegra-vde: fix runtime pm imbalance on error
 2020-05-21 12:21 UTC  (5+ messages)
  `  "
      `  "

[PATCH] exfat: add the dummy mount options to be backward compatible with staging/exfat
 2020-05-21 12:20 UTC 

[RFC PATCH] kbuild: add variables for compression tools
 2020-05-21 12:13 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH v3 0/4] PCI: cadence: Deprecate inbound/outbound specific bindings
 2020-05-21 12:13 UTC  (5+ messages)
` [PATCH v3 4/4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property

[PATCH] media: camss: ispif: Fix runtime PM imbalance on error
 2020-05-21 12:06 UTC 

[PATCH] kthread: Use TASK_IDLE state for newly created kernel threads
 2020-05-21 12:03 UTC  (6+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-21 11:53 UTC  (7+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "

[PATCH] media: camss: vfe: Fix runtime PM imbalance on error
 2020-05-21 11:56 UTC 

linux-next: build warning after merge of the tip tree
 2020-05-21 11:56 UTC 

[PATCH v4 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-05-21 11:54 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mfd: Add ENE KB3930 Embedded Controller binding
` [PATCH v4 2/2] mfd: ene-kb3930: Add driver for ENE KB3930 Embedded Controller

linux-next: Signed-off-by missing for commit in the printk tree
 2020-05-21 11:51 UTC  (2+ messages)

[PATCH] net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
 2020-05-21 11:49 UTC 

[PATCH v3 0/9] perf: support enable and disable commands in stat and record modes
 2020-05-21 11:48 UTC  (5+ messages)
` [PATCH v3 3/9] perf stat: factor out event handling loop into a function

[PATCH v4 0/7] firmware: smccc: Add basic SMCCC v1.2 + ARCH_SOC_ID support
 2020-05-21 11:46 UTC  (15+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-21 11:43 UTC  (2+ messages)

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-05-21 11:41 UTC  (17+ messages)

[PATCH v3] /dev/mem: Revoke mappings when a driver claims the region
 2020-05-21 11:41 UTC  (5+ messages)

[PATCH V2 net-next 0/2] net: hns3: adds two VLAN feature
 2020-05-21 11:38 UTC  (3+ messages)
` [PATCH V2 net-next 1/2] net: hns3: adds support for dynamic VLAN mode
` [PATCH V2 net-next 2/2] net: hns3: add support for 'QoS' in port based VLAN configuration

[PATCH] iommu/dma: limit iova free size to unmmaped iova
 2020-05-21 11:30 UTC 

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2020-05-21 11:30 UTC  (7+ messages)

[PATCH -tip 00/10] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-21 11:11 UTC  (6+ messages)
` [PATCH -tip 08/10] READ_ONCE, WRITE_ONCE: Remove data_race() wrapping

[PATCH v12 0/3] i2c: npcm7xx: add NPCM i2c controller driver
 2020-05-21 11:09 UTC  (4+ messages)
` [PATCH v12 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller
` [PATCH v12 2/3] i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver
` [PATCH v12 3/3] i2c: npcm7xx: Add support for slave mode for Nuvoton

[RFC 0/1] Alternate history mechanism for the TEO governor
 2020-05-21 11:09 UTC  (3+ messages)

[PATCH] firmware: smccc: Fix missing prototype warning for arm_smccc_version_init
 2020-05-21 11:08 UTC 

[PATCH] media: s5k6a3: Fix runtime PM imbalance on error
 2020-05-21 11:07 UTC 

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-21 11:01 UTC  (5+ messages)
` [PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()

[PATCH 0/2] Set the quality value for two HW RNGs
 2020-05-21 11:00 UTC  (4+ messages)
` [PATCH v2 "
    ` [PATCH v2 1/2] hwrng: iproc-rng200 - Set the quality value

[PATCH v1 1/1] PCI/ERR: Handle fatal error recovery for non-hotplug capable devices
 2020-05-21 10:58 UTC  (4+ messages)

[v2,PATCH 0/1] arm64: dts: mt2712: add ethernet device node
 2020-05-21 10:56 UTC  (3+ messages)
` [v2,PATCH] "

[PATCH 0/7] Share events between metrics
 2020-05-21 10:54 UTC  (7+ messages)
` [PATCH 5/7] perf metricgroup: Remove duped metric group events

[PATCH v5, 00/32] add drm support for MT8183
 2020-05-21 10:52 UTC  (3+ messages)
` [PATCH v5, 32/32] drm/mediatek: add support for mediatek SOC MT8183

[PATCH v2 1/2] arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range
 2020-05-21 14:17 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: imx8mn-ddr4-evk: "

[PATCH] [v2] xhci: Fix runtime PM imbalance on error
 2020-05-21 10:47 UTC 

[PATCH] smp: generic ipi_raise tracepoint
 2020-05-21 10:45 UTC  (2+ messages)

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-21 10:45 UTC  (11+ messages)
` [patch V6 10/37] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY

[PATCH] xhci: Fix runtime PM imbalance on error
 2020-05-21 10:34 UTC  (2+ messages)

asus-wmi fails to load on new ASUS laptop UX325JA
 2020-05-21 10:33 UTC 

[PATCH v1 2/6] bus: mhi: core: Mark device inactive soon after host issues a shutdown
 2020-05-21 10:26 UTC  (2+ messages)

[PATCH V3] arm64: dts: mediatek: add cpufreq and cci devfreq nodes for mt8183
 2020-05-21 10:25 UTC 

[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-21 10:24 UTC  (5+ messages)
` [PATCH V3 4/8] fs/ext4: Update ext4_should_use_dax()

[PATCH] media: fimc-capture: Fix runtime PM imbalance on error
 2020-05-21 10:22 UTC 

[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64
 2020-05-21 10:19 UTC  (3+ messages)
` [RESEND PATCH v14 04/11] pwm: clps711x: Cast period to u32 before use as divisor

[PATCH] media: coda: Fix runtime PM imbalance on error
 2020-05-21 10:17 UTC 

[PATCH] dt-bindings: mfd: mediatek: Add MT6397 Pin Controller
 2020-05-21 10:16 UTC  (3+ messages)

[PATCH 00/14] Adding support for Microchip Sparx5 SoC
 2020-05-21 10:16 UTC  (2+ messages)

[PATCH v6 0/4] Introduce the for_each_set_clump macro
 2020-05-21 10:11 UTC  (5+ messages)
` [PATCH v6 2/4] lib/test_bitmap.c: Add for_each_set_clump test cases


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