linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 15:14:44 to 2019-02-12 17:34:19 UTC [more...]

[PATCH 0/2] RC: rework U-boot arguments handling
 2019-02-12 17:34 UTC  (8+ messages)
` [PATCH 1/2] ARC: U-boot: check arguments paranoidly
` [PATCH 2/2] ARC: enable uboot support unconditionally

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-02-12 17:31 UTC  (7+ messages)
` [PATCHv4 10/13] node: Add memory caching attributes

[PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8
 2019-02-12 17:30 UTC  (3+ messages)

[PATCH] arm: use memblocks_present
 2019-02-12 17:27 UTC  (2+ messages)

[Patch v2 0/4] Protect against concurrent calls into UV BIOS
 2019-02-12 17:26 UTC  (6+ messages)
` [Patch v2 1/4] efi/x86: turn EFI runtime semaphore into a global lock

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-12 17:24 UTC  (4+ messages)

perf_event_open+clone = unkillable process
 2019-02-12 17:21 UTC  (16+ messages)
    ` [RFC][PATCH] signal: Store pending signal exit in tsk.jobctl not in tsk.pending
          ` [PATCH 0/2]: Fixing unkillable processes caused by SIGHUP timers
            ` [PATCH 1/2] signal: Always notice exiting tasks
            ` [PATCH 2/2] signal: Better detection of synchronous signals

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-12 17:20 UTC  (6+ messages)
` [RFC PATCH 4/4] mm: Add merge page notifier

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-12 17:18 UTC  (5+ messages)
` [PATCH 2/5] vfio/spapr_tce: "

[PATCH 00/32] softirq: Per vector masking v2
 2019-02-12 17:14 UTC  (33+ messages)
` [PATCH 01/32] locking/lockdep: Use expanded masks on find_usage_*() functions
` [PATCH 02/32] locking/lockdep: Introduce struct lock_usage
` [PATCH 03/32] locking/lockdep: Convert usage_mask to u64
` [PATCH 04/32] locking/lockdep: Test all incompatible scenario at once in check_irq_usage()
` [PATCH 05/32] locking/lockdep: Prepare valid_state() to handle plain masks
` [PATCH 06/32] locking/lockdep: Prepare check_usage_*() "
` [PATCH 07/32] locking/lockdep: Prepare state_verbose() to handle all softirqs
` [PATCH 08/32] locking/lockdep: Make mark_lock() fastpath to work with multiple usage at once
` [PATCH 09/32] locking/lockdep: Save stack trace for each softirq vector involved
` [PATCH 10/32] locking/lockdep: Make mark_lock() verbosity aware of vector
` [PATCH 11/32] softirq: Macrofy softirq vectors
` [PATCH 12/32] locking/lockdep: Define per vector softirq lock usage states
` [PATCH 13/32] softirq: Pass softirq vector number to lockdep on vector execution
` [PATCH 14/32] x86: Revert "x86/irq: Demote irq_cpustat_t::__softirq_pending to u16"
` [PATCH 15/32] arch/softirq: Rename softirq_pending fields to softirq_data
` [PATCH 16/32] softirq: Normalize softirq_pending naming scheme
` [PATCH 17/32] softirq: Convert softirq_pending_*() to set/clear mask scheme
` [PATCH 18/32] softirq: Introduce disabled softirq vectors bits
` [PATCH 19/32] softirq: Rename _local_bh_enable() to local_bh_enable_no_softirq()
` [PATCH 20/32] softirq: Move vectors bits to bottom_half.h
` [PATCH 21/32] x86: Init softirq enabled field
` [PATCH 22/32] softirq: Check enabled vectors before processing
` [PATCH 23/32] softirq: Remove stale comment
` [PATCH 24/32] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()
` [PATCH 25/32] softirq: Prepare for mixing all/per-vector masking
` [PATCH 26/32] softirq: Support per vector masking
` [PATCH 27/32] locking/lockdep: Remove redundant softirqs on check
` [PATCH 28/32] locking/lockdep: Update check_flags() according to new layout
` [PATCH 29/32] locking/lockdep: Branch the new vec-finegrained softirq masking to lockdep
` [PATCH 30/32] softirq: Allow to soft interrupt vector-specific masked contexts
` [PATCH 31/32] locking: Introduce spin_[un]lock_bh_mask()
` [PATCH 32/32] net: Make softirq vector masking finegrained on release_sock()

[PATCH 00/13] perf tools: CoreSight code cleanup and refactoring
 2019-02-12 17:16 UTC  (14+ messages)
` [PATCH 01/13] perf tools: Remove unused structure field "state"
` [PATCH 02/13] perf tools: Remove unused structure field "time" and "timestamp"
` [PATCH 03/13] perf tools: Fix wrong return values in error path
` [PATCH 04/13] perf tools: Introducing function cs_etm_decoder__init_dparams()
` [PATCH 05/13] perf tools: Fix memory leak in error path
` [PATCH 06/13] perf tools: Introducing function cs_etm__init_trace_params()
` [PATCH 07/13] perf tools: Fix erroneous comment
` [PATCH 08/13] perf tools: Cleaning up function cs_etm__alloc_queue()
` [PATCH 09/13] perf tools: Rethink kernel address initialisation
` [PATCH 10/13] perf tools: Make cs_etm__run_decoder() queue independent
` [PATCH 11/13] perf tools: Modularize main decoder function
` [PATCH 12/13] perf tools: Modularize main packet processing loop
` [PATCH 13/13] perf tools: Modularize auxtrace_buffer fetch function

Licensing of include/linux/hash.h
 2019-02-12 17:16 UTC  (6+ messages)
        ` Bug#919356: "
            ` [PATCH] Add the SPDX header to include/linux/hash.h

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-12 17:15 UTC  (5+ messages)
` [RFC PATCH v1 07/25] printk-rb: add functionality required by printk
` [RFC PATCH v1 08/25] printk: add ring buffer and kthread

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-02-12 17:13 UTC  (2+ messages)

[RFC][Patch v8 6/7] KVM: Enables the kernel to isolate and report free pages
 2019-02-12 17:10 UTC  (12+ messages)

net: don't pass a NULL struct device to DMA API functions v2
 2019-02-12 17:09 UTC  (2+ messages)

[PATCH v3 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp
 2019-02-12 17:07 UTC  (3+ messages)

[PATCH] iio/gyro/bmg160: Use millidegrees for temperature scale
 2019-02-12 17:00 UTC  (2+ messages)

[v5 1/2] dt-bindings: ahci-fsl-qoriq: add lx2160a chip name to the list
 2019-02-12 19:00 UTC  (3+ messages)
` [v5 2/2] arm64: dts: lx2160a: add sata node support

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-12 17:00 UTC 

[PATCH] scsi: sd: fix entropy gathering for most rotational disks
 2019-02-12 16:59 UTC  (3+ messages)

[PATCH 04/22] ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI" to the asoc tree

[PATCH 01/22] ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()" to the asoc tree

[PATCH 02/22] ASoC: dmaengine: Extend use of chan_names provided in custom DMA config
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: dmaengine: Extend use of chan_names provided in custom DMA config" to the asoc tree

[PATCH 03/22] ASoC: samsung: dmaengine: Allow to specify custom DMA device
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: dmaengine: Allow to specify custom DMA device" to the asoc tree

[PATCH 05/22] ASoC: samsung: i2s: Convert to single component with multiple DAIs
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: i2s: Convert to single component with multiple DAIs" to the asoc tree

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-12 16:55 UTC  (28+ messages)

[RFC PATCH 0/3] ACPI: Support generic initiator proximity domains
 2019-02-12 16:49 UTC  (4+ messages)
` [PATCH 1/3] ACPI: Support Generic Initator only domains
` [PATCH 2/3] arm64: Support Generic Initiator "
` [PATCH 3/3] ACPI: Let ACPI know we support Generic Initiator Affinity Structures

[PATCH 4.9 000/137] 4.9.156-stable review
 2019-02-12 16:50 UTC  (6+ messages)
` [PATCH 4.9 034/137] ARM: mmp/mmp2: dt: enable the clock

[PATCH v3 08/10] x86/setcpuid: Add kernel option setcpuid
 2019-02-12 16:50 UTC  (12+ messages)

Applied "spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver" to the spi tree
 2019-02-12 16:49 UTC  (4+ messages)

[PATCH v2 0/9] kprobes: Fix and improve blacklist symbols
 2019-02-12 16:48 UTC  (5+ messages)

[PATCH] iommu/ipmmu-vmsa: fix device reference leaks
 2019-02-12 16:47 UTC  (2+ messages)

linux-next: Tree for Feb 12
 2019-02-12 16:44 UTC  (2+ messages)
` linux-next: Tree for Feb 12 (chrome/wilco_ec/)

[PATCH 4.20 000/352] 4.20.8-stable review
 2019-02-12 16:41 UTC  (4+ messages)

[PATCH 4.19 000/313] 4.19.21-stable review
 2019-02-12 16:41 UTC  (3+ messages)

[PATCH 00/22] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-12 16:40 UTC  (2+ messages)

[PATCH 4.14 000/205] 4.14.99-stable review
 2019-02-12 16:40 UTC  (3+ messages)

[PATCH v2] dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPU
 2019-02-12 16:38 UTC 

[PATCH v2 0/2] PCI: hv: Refactor hv_irq_unmask() to use hv_vpset and cpumask_to_vpset()
 2019-02-12 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: hv: Replace hv_vp_set with hv_vpset

X450LCP lost abillity to turn the screen off
 2019-02-12 16:30 UTC  (6+ messages)

[PATCH v5 00/10] Add support for TISCI irqchip drivers
 2019-02-12 16:30 UTC  (4+ messages)
` [PATCH v5 05/10] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

[PATCH] drm/i915/fence: Do not use TIMER_IRQSAFE
 2019-02-12 16:28 UTC 

[PATCH v2 0/2] clk: meson: Add G12A AO Clock + Reset Controller
 2019-02-12 16:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clk: add G12A AO Clock and Reset Bindings
` [PATCH v2 2/2] clk: meson: Add G12A AO Clock + Reset Controller

[PATCH 0/2] driver core: Fixes related to device links
 2019-02-12 16:28 UTC  (8+ messages)
` [PATCH 1/2] PM-runtime: Fix __pm_runtime_set_status() race with runtime resume

[PATCH 1/2] kthread: convert worker lock to raw spinlock
 2019-02-12 16:25 UTC  (2+ messages)
` [PATCH 2/2] kthread: Do not use TIMER_IRQSAFE

[PATCH] net: stmmac: Add SMC support for EMAC System Manager register
 2019-02-12 16:24 UTC 

linux-next: build failure after merge of the xarray tree
 2019-02-12 16:23 UTC  (3+ messages)

[PATCH 2/4] elf: use list_for_each_entry()
 2019-02-12 16:21 UTC  (3+ messages)

[PATCH v2] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 16:21 UTC 

[PATCH] usb: typec: tcpm: Export partner Source Capabilities
 2019-02-12 16:19 UTC  (4+ messages)

[PATCH] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 16:16 UTC  (2+ messages)

[PATCH -tip v3 00/10] kprobes: Fix and improve blacklist symbols
 2019-02-12 16:15 UTC  (11+ messages)
` [PATCH -tip v3 01/10] x86/kprobes: Prohibit probing on optprobe template code
` [PATCH -tip v3 02/10] x86/kprobes: Move trampoline code into RODATA
` [PATCH -tip v3 03/10] x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()
` [PATCH -tip v3 04/10] x86/kprobes: Prohibit probing on IRQ handlers directly
` [PATCH -tip v3 05/10] kprobes: Search non-suffixed symbol in blacklist
` [PATCH -tip v3 06/10] kprobes: Prohibit probing on hardirq tracers
` [PATCH -tip v3 07/10] kprobes: Prohibit probing on preempt_check debug functions
` [PATCH -tip v3 08/10] kprobes: Prohibit probing on RCU debug routine
` [PATCH -tip v3 09/10] kprobes: Prohibit probing on lockdep functions
` [PATCH -tip v3 10/10] kprobes: Prohibit probing on bsearch()

[PATCH net] sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
 2019-02-12 16:15 UTC  (3+ messages)

[RFC PATCH 0/1] Use HMM for ODP
 2019-02-12 16:11 UTC  (4+ messages)
` [PATCH 1/1] RDMA/odp: convert to use "

possible deadlock in pipe_lock (2)
 2019-02-12 16:11 UTC  (9+ messages)

[RFC PATCH v1 0/3] bd718x7: Support SNVS low power state
 2019-02-12 16:08 UTC  (3+ messages)
` [RFC PATCH v1 3/3] regulator: "

[PATCH] proc, oom: do not report alien mms when setting oom_score_adj
 2019-02-12 16:08 UTC  (2+ messages)

[PATCH] qlge: fix some indentation issues
 2019-02-12 16:08 UTC 

[PATCH net] sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
 2019-02-12 16:07 UTC  (3+ messages)

[PATCH 0/5] kasan: more tag based mode fixes
 2019-02-12 16:07 UTC  (9+ messages)
` [PATCH 2/5] kasan, kmemleak: pass tagged pointers to kmemleak
` [PATCH 5/5] kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED

[PATCH 0/7] qcom: support wakeup capable GPIOs
 2019-02-12 16:05 UTC  (8+ messages)
` [PATCH 4/7] dt-bindings: sdm845-pinctrl: add wakeup interrupt parent for GPIO

[PATCH 0/2] driver core: Two more updates related to device links
 2019-02-12 16:02 UTC  (3+ messages)
` [PATCH 1/2] PM-runtime: Take suppliers into account in __pm_runtime_set_status()

kmemleak panic
 2019-02-12 16:03 UTC  (13+ messages)
                  ` [PATCH v2] of: fix kmemleak crash (was: Re: kmemleak panic)
                    ` [RESEND PATCH v2] of: fix kmemleak crash caused by imbalance in early memory reservation

[PATCH] qed: fix indentation issue with statements in an if-block
 2019-02-12 16:01 UTC 

[PATCH] usb: typec: tcpm: Remove unused functions
 2019-02-12 15:58 UTC 

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2019-02-12 15:56 UTC  (2+ messages)

[RFC PATCH v7 00/16] Add support for eXclusive Page Frame Ownership
 2019-02-12 15:52 UTC  (6+ messages)
` [RFC PATCH v7 05/16] arm64/mm: Add support for XPFO

[PATCH V2 0/4] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-12 15:49 UTC  (3+ messages)
` [PATCH V2 3/4] nvme-pci: avoid irq allocation retrying via .calc_sets

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-02-12 15:48 UTC  (6+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 2/3] mm/filemap: initiate readahead even if IOCB_NOWAIT is set for the I/O

[PATCH v6 0/9] vsprintf: Prevent silent crashes and consolidate error handling
 2019-02-12 15:45 UTC  (4+ messages)
` [PATCH v6 9/9] vsprintf: Avoid confusion between invalid address and value

[PATCH v3 0/4] arm64: kprobes: Update blacklist checking on arm64
 2019-02-12 15:44 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: kprobes: Move extable address check into arch_prepare_kprobe()
` [PATCH v3 2/4] arm64: kprobes: Remove unneeded RODATA check
` [PATCH v3 3/4] arm64: kprobes: Move exception_text check in blacklist
` [PATCH v3 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

[PATCH 1/2] chardev: fix an overlap misjudgement case in __register_chrdev_region()
 2019-02-12 15:41 UTC  (6+ messages)
` [PATCH 2/2] chardev: showing minor range for chardev in the output of /proc/devices

[PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs
 2019-02-12 15:35 UTC  (3+ messages)

[RFC PATCH v1 2/3] regulator: add regulator_desc_list_voltage_linear_range
 2019-02-12 15:34 UTC  (2+ messages)

[PATCH v1] Input: st-keyscan - fix potential zalloc NULL dereference
 2019-02-12 15:30 UTC 

[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through
 2019-02-12 15:31 UTC 

[PATCH] scsi: lpfc: fix a handful of indentation issues
 2019-02-12 15:29 UTC 

[PATCH 0/3] pwm-omap-dmtimer regression fixes
 2019-02-12 15:29 UTC  (4+ messages)
` [PATCH 1/3] clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting

[PATCH] Input: st-keyscan - fix potential zalloc NULL dereference
 2019-02-12 15:28 UTC  (2+ messages)

[PATCH v2 0/4] arm64: kprobes: Update blacklist checking on arm64
 2019-02-12 15:28 UTC  (9+ messages)
` [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

[5.0-rc5 regression] "scsi: kill off the legacy IO path" causes 5 minute delay during boot on Sun Blade 2500
 2019-02-12 15:27 UTC  (17+ messages)

Oops in rpc_clnt_debugfs_register() from debugfs change
 2019-02-12 15:26 UTC  (5+ messages)

[PATCH] mmc: sdhci-xenon: Mark expected switch fall-through
 2019-02-12 15:25 UTC 

use generic DMA mapping code in powerpc V4
 2019-02-12 15:25 UTC  (11+ messages)

[PATCH] mei: expand minor range when registering chrdev region
 2019-02-12 15:22 UTC  (4+ messages)

[PATCH v2] parisc: use memblock_alloc() instead of custom get_memblock()
 2019-02-12 15:16 UTC 

[PATCH 0/8] arm64: meson: Add support for USB on Amlogic G12A
 2019-02-12 15:14 UTC  (7+ messages)
` [PATCH 1/8] dt-bindings: phy: Add Amlogic G12A USB2 PHY Bindings
` [PATCH 2/8] dt-bindings: phy: Add Amlogic G12A USB3+PCIE Combo "
` [PATCH 4/8] dt-bindings: usb: dwc3: Add Amlogic G12A DWC3 Glue Bindings
` [PATCH 5/8] phy: amlogic: add Amlogic G12A USB2 PHY Driver
` [PATCH 6/8] phy: amlogic: Add Amlogic G12A USB3 + PCIE Combo "
` [PATCH 7/8] usb: dwc2: Add Amlogic G12A DWC2 Params


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