linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 04:12:52 to 2019-08-29 08:34:23 UTC [more...]

[PATCH v4 00/30] Support recursive-read lock deadlock detection
 2019-08-29  8:31 UTC  (31+ messages)
` [PATCH v4 01/30] locking/lockdep: Rename deadlock check functions
` [PATCH v4 02/30] locking/lockdep: Change return type of add_chain_cache()
` [PATCH v4 03/30] locking/lockdep: Change return type of lookup_chain_cache_add()
` [PATCH v4 04/30] locking/lockdep: Pass lock chain from validate_chain() to check_prev_add()
` [PATCH v4 05/30] locking/lockdep: Add lock chain list_head field in struct lock_list and lock_chain
` [PATCH v4 06/30] locking/lockdep: Update comments in struct lock_list and held_lock
` [PATCH v4 07/30] locking/lockdep: Remove indirect dependency redundancy check
` [PATCH v4 08/30] locking/lockdep: Skip checks if direct dependency is already present
` [PATCH v4 09/30] locking/lockdep: Remove chain_head argument in validate_chain()
` [PATCH v4 10/30] locking/lockdep: Remove useless lock type assignment
` [PATCH v4 11/30] locking/lockdep: Remove irq-safe to irq-unsafe read check
` [PATCH v4 12/30] locking/lockdep: Specify the depth of current lock stack in lookup_chain_cache_add()
` [PATCH v4 13/30] locking/lockdep: Treat every lock dependency as in a new lock chain
` [PATCH v4 14/30] locking/lockdep: Combine lock_lists in struct lock_class into an array
` [PATCH v4 15/30] locking/lockdep: Consolidate forward and backward lock_lists into one
` [PATCH v4 16/30] locking/lockdep: Add lock chains to direct lock dependency graph
` [PATCH v4 17/30] locking/lockdep: Use lock type enum to explicitly specify read or write locks
` [PATCH v4 18/30] ocking/lockdep: Add read-write type for a lock dependency
` [PATCH v4 19/30] locking/lockdep: Add helper functions to operate on the searched path
` [PATCH v4 20/30] locking/lockdep: Update direct dependency's read-write type if it exists
` [PATCH v4 21/30] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
` [PATCH v4 22/30] locking/lockdep: Hash held lock's read-write type into chain key
` [PATCH v4 23/30] locking/lockdep: Adjust BFS algorithm to support multiple matches
` [PATCH v4 24/30] locking/lockdep: Define the two task model for lockdep checks formally
` [PATCH v4 25/30] locking/lockdep: Introduce mark_lock_unaccessed()
` [PATCH v4 26/30] locking/lockdep: Add nest lock type
` [PATCH v4 27/30] locking/lockdep: Add lock exclusiveness table
` [PATCH v4 28/30] locking/lockdep: Support read-write lock's deadlock detection
` [PATCH v4 29/30] locking/lockdep: Adjust selftest case for recursive read lock
` [PATCH v4 30/30] locking/lockdep: Add more lockdep selftest cases

[RFC PATCH 0/5] make use of gcc 9's "asm inline()"
 2019-08-29  8:32 UTC  (6+ messages)
` [RFC PATCH 1/5] treewide: replace __inline__ by inline
` [RFC PATCH 2/5] compiler_types.h: don't #define __inline__
` [RFC PATCH 3/5] compiler-gcc.h: add asm_inline definition
` [RFC PATCH 4/5] x86: alternative.h: use asm_inline for all alternative variants
` [RFC PATCH 5/5] x86: bug.h: use asm_inline in _BUG_FLAGS definitions

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-08-29  8:32 UTC  (7+ messages)

[v1] net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrate
 2019-08-29  8:32 UTC  (2+ messages)

[PATCH 1/2] mmc: sdio: Move code to get pending SDIO IRQs to a function
 2019-08-29  8:29 UTC  (2+ messages)

[PATCH 1/2] mbox: qcom: add APCS child device for QCS404
 2019-08-29  8:28 UTC  (3+ messages)

[PATCHv1 0/3] Odroid c2 missing regulator linking
 2019-08-29  8:28 UTC  (2+ messages)

[PATCH v2 0/2] mbox changes for QCS404 DVFS
 2019-08-29  8:27 UTC  (3+ messages)
` [PATCH v2 1/2] mbox: qcom: add APCS child device for QCS404
` [PATCH v2 2/2] mbox: qcom: replace integer with valid macro

[PATCH v2] vsprintf: introduce %dE for error constants
 2019-08-29  8:27 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the tip tree
 2019-08-29  8:26 UTC  (2+ messages)

mmotm 2019-08-27-20-39 uploaded
 2019-08-29  8:24 UTC  (6+ messages)
` mmotm 2019-08-27-20-39 uploaded (objtool: xen)

[RFC v2 0/6] x86: dynamic indirect branch promotion
 2019-08-29  8:23 UTC  (12+ messages)
                    ` Tracing text poke / kernel self-modifying code (Was: Re: [RFC v2 0/6] x86: dynamic indirect branch promotion)

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-08-29  8:24 UTC  (6+ messages)

To know
 2019-08-29  7:20 UTC 

[PATCH v3 0/2] fix emulation error on Windows bootup
 2019-08-29  8:23 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: always stop emulation on page fault
` [PATCH v3 2/2] KVM: x86: set ctxt->have_exception in x86_decode_insn()

[PATCH] xfs: Use WARN_ON rather than BUG() for bailout mount-operation
 2019-08-29  7:56 UTC  (2+ messages)

[PATCH v2 1/2] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-08-29  8:17 UTC  (4+ messages)

[PATCH v6 00/14] Mediatek MT8183 scpsys support
 2019-08-29  8:15 UTC  (5+ messages)
` [PATCH v6 14/14] arm64: dts: Add power controller device node of MT8183

[RFC v1 0/9] PEBS enabling in KVM guest
 2019-08-29  8:11 UTC  (12+ messages)
` [RFC v1 1/9] KVM: x86: Add base address parameter for get_fixed_pmc function
` [RFC v1 2/9] KVM: x86: PEBS via Intel PT HW feature detection
` [RFC v1 3/9] KVM: x86: Implement MSR_IA32_PEBS_ENABLE read/write emulation
` [RFC v1 4/9] KVM: x86: Implement counter reload MSRs "
` [RFC v1 5/9] KVM: x86: Allocate performance counter for PEBS event
` [RFC v1 6/9] KVM: x86: Add shadow value of PEBS status
` [RFC v1 7/9] KVM: X86: Expose PDCM cpuid to guest
` [RFC v1 8/9] KVM: X86: MSR_IA32_PERF_CAPABILITIES MSR emulation
` [RFC v1 9/9] KVM: x86: Expose PEBS feature to guest

[Patch v3] drivers: mtd: spi-nor: Add flash property for mt25qu512a and mt35xu02g
 2019-08-29  8:09 UTC  (4+ messages)
  ` [EXT] "

[PATCH] interconnect: Disallow interconnect core to be built as a module
 2019-08-29  8:07 UTC 

[PATCH v3 0/4] Disable compat cruft on ppc64le v3
 2019-08-29  8:01 UTC  (4+ messages)
` [PATCH v3 3/4] powerpc/64: make buildable without CONFIG_COMPAT

[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
 2019-08-29  7:58 UTC  (4+ messages)

[PATCH v3 0/8] Add dual-LVDS panel support to EK874
 2019-08-29  7:57 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: display: Add bindings for LVDS bus-timings

[PATCH] ARM: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer
 2019-08-29  7:57 UTC  (2+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-29  7:56 UTC  (7+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCHv5 0/2] Variscite DART-6UL SoM support
 2019-08-29  7:54 UTC  (5+ messages)
` [PATCHv5 1/2] ARM: dts: imx6ul: Add "
` [PATCHv5 2/2] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard

[PATCH] mtd: spi-nor: remove superfluous pass of nor->info->sector_size
 2019-08-29  7:48 UTC  (2+ messages)

[PATCH] mmc: sdhi: fill in actual_clock
 2019-08-29  7:47 UTC  (2+ messages)

linux-next: build failure after merge of the tip tree
 2019-08-29  7:46 UTC  (2+ messages)

[PATCH v10 0/7] Solve postboot supplier cleanup and optimize probe ordering
 2019-08-29  7:46 UTC  (8+ messages)
` [PATCH v10 1/7] driver core: Add support for linking devices during device addition
` [PATCH v10 2/7] of: property: Add functional dependency link from DT bindings
` [PATCH v10 3/7] driver core: Add sync_state driver/bus callback
` [PATCH v10 4/7] of/platform: Pause/resume sync state during init and of_platform_populate()
` [PATCH v10 5/7] of: property: Create device links for all child-supplier depencencies
` [PATCH v10 6/7] dt-bindings: Add depends-on property to break cyclic inferred dependencies
` [PATCH v10 7/7] of: property: Add "depends-on" parsing support to of_fwnode_add_links()

[PATCH 1/2] driver core: platform: Introduce platform_get_irq_optional()
 2019-08-29  7:44 UTC  (2+ messages)

linux-next: build failure after merge of the driver-core tree
 2019-08-29  7:35 UTC 

[PATCH] mm: Remove NULL check in clear_hwpoisoned_pages()
 2019-08-29  7:27 UTC  (2+ messages)

[PATCH] usb: storage: Add ums-cros-aoa driver
 2019-08-29  7:25 UTC  (4+ messages)

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-29  7:23 UTC  (5+ messages)
` [PATCH v2 3/3] arm: "

[PATCH v3 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-29  7:22 UTC  (3+ messages)
` [EXT] "

[PATCH v3 0/6] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-29  7:18 UTC  (4+ messages)

[PATCH pinctrl/fixes] pinctrl: aspeed: Fix spurious mux failures on the AST2500
 2019-08-29  7:17 UTC 

[PATCH 00/10] OOM Debug print selection and additional information
 2019-08-29  7:11 UTC  (5+ messages)

[PATCH 0/2] mtd: mtdcore: add debugfs nodes for querying the flash name and id
 2019-08-29  7:10 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mtd: spi-nor: enable the debugfs for the partname and partid

[PATCH v3 0/3] Add possibility to specify the number of displayed logos
 2019-08-29  7:08 UTC  (4+ messages)
` [PATCH v3 3/3] fbdev: fbmem: avoid exporting fb_center_logo

[PATCH v3] ARM: ftrace: remove mcount(),ftrace_caller_old() and ftrace_call_old()
 2019-08-29  7:06 UTC  (2+ messages)

[PATCH v4 0/4] USB SS PHY for Qualcomm's QCS404
 2019-08-29  7:03 UTC  (4+ messages)
` [PATCH v4 3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings

[PATCH v3 01/11] mm/memremap: Get rid of memmap_init_zone_device()
 2019-08-29  7:00 UTC  (10+ messages)
` [PATCH v3 02/11] mm/memory_hotplug: Simplify shrink_pgdat_span()
` [PATCH v3 03/11] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v3 04/11] mm/memory_hotplug: Drop local variables in shrink_zone_span()
` [PATCH v3 05/11] mm/memory_hotplug: Optimize zone shrinking code when checking for holes
` [PATCH v3 06/11] mm/memory_hotplug: Fix crashes in shrink_zone_span()
` [PATCH v3 07/11] mm/memory_hotplug: Exit early in __remove_pages() on BUGs
` [PATCH v3 08/11] mm: Exit early in set_zone_contiguous() if already contiguous
` [PATCH v3 09/11] mm/memory_hotplug: Remove pages from a zone before removing memory
` [PATCH v3 11/11] mm/memory_hotplug: Cleanup __remove_pages()

cleanup the walk_page_range interface v2
 2019-08-29  6:59 UTC  (4+ messages)
` [PATCH 2/3] pagewalk: separate function pointers from iterator data

[PATCH V6 0/3] riscv: Add perf callchain support
 2019-08-29  6:57 UTC  (4+ messages)
` [PATCH V6 1/3] "
` [PATCH V6 2/3] riscv: Add support for perf registers sampling
` [PATCH V6 3/3] riscv: Add support for libdw

[PATCH] regulator: sy8824x: add prefixes to BUCK_EN and MODE macros
 2019-08-29  6:50 UTC 

[PATCH] regulator: sy8824x: use c++style for the comment block near SPDX
 2019-08-29  6:49 UTC 

[v5] rtc: pcf85363/pcf85263: fix error that failed to run hwclock -w
 2019-08-29  6:45 UTC  (2+ messages)

[PATCH] binder: Use kmem_cache for binder_thread
 2019-08-29  6:42 UTC  (2+ messages)

[tip: timers/core] posix-timers: Unbreak CONFIG_POSIX_TIMERS=n build
 2019-08-29  6:40 UTC 

[RFC PATCH 0/3] arm64: enable virtual kvm ptp for arm64
 2019-08-29  6:39 UTC  (4+ messages)
` [RFC PATCH 1/3] Export psci_ops.conduit symbol as modules will use it
` [RFC PATCH 2/3] reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH 3/3] Enable ptp_kvm for arm64

[PATCH v2 1/2] powerpc: permanently include 8xx registers in reg.h
 2019-08-29  6:30 UTC  (2+ messages)

[PATCH v6 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-08-29  6:26 UTC  (5+ messages)
` [PATCH v6 06/12] powerpc/fsl_booke/32: implement KASLR infrastructure

[PATCH v5 00/10] Add Support for MediaTek PMIC MT6358
 2019-08-29  6:24 UTC  (14+ messages)
` [PATCH v5 02/10] mfd: mt6397: extract irq related code from core driver
  ` [BUG] "
          ` Aw: "
` [PATCH v5 07/10] regulator: mt6358: Add support for MT6358 regulator
` [PATCH v5 09/10] rtc: mt6397: fix alarm register overwrite

[PATCH 0/4] Disable compat cruft on ppc64le
 2019-08-29  6:22 UTC  (5+ messages)
` [PATCH 1/4] fs: always build llseek

[PATCH v6] RISC-V: Implement sparsemem
 2019-08-29  6:21 UTC  (2+ messages)

[PATCH 0/4] genirq/nvme: add IRQF_RESCUE_THREAD for avoiding IRQ flood
 2019-08-29  6:15 UTC  (3+ messages)
` [PATCH 1/4] softirq: implement IRQ flood detection mechanism

[PATCH] x86/microcode: Add an option to reload microcode even if revision is unchanged
 2019-08-29  6:09 UTC  (3+ messages)

[RFC][PATCH] drm: kirin: Fix dsi probe/attach logic
 2019-08-29  6:05 UTC 

[PATCH] net: Adding parameter detection in __ethtool_get_link_ksettings
 2019-08-29  6:01 UTC  (4+ messages)

[v3 1/2] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings
 2019-08-29  5:54 UTC  (4+ messages)
` [v3 2/2] clk: ls1028a: Add clock driver for Display output interface
    ` [EXT] "

[PATCH 1/2] clk: imx7ulp: update nic1_bus_clk parent info
 2019-08-29  5:52 UTC  (6+ messages)
` [PATCH 2/2] clk: imx: disable i.mx7ulp composite clock during initialization

[PATCH] Revert "iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1"
 2019-08-29  5:50 UTC 

[PATCH v6 0/11] Add mt7629 and fix mt7628 pwm
 2019-08-29  5:39 UTC  (12+ messages)
` [PATCH v6 01/11] pwm: mediatek: add a property "num-pwms"
` [PATCH v6 02/11] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v6 03/11] pwm: mediatek: remove a property "has-clks"
` [PATCH v6 04/11] pwm: mediatek: allocate the clks array dynamically
` [PATCH v6 05/11] pwm: mediatek: use pwm_mediatek as common prefix
` [PATCH v6 06/11] pwm: mediatek: update license and switch to SPDX tag
` [PATCH v6 07/11] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
` [PATCH v6 08/11] arm64: dts: mt7622: add a property "num-pwms" for PWM
` [PATCH v6 09/11] arm: dts: mt7623: "
` [PATCH v6 10/11] dt-bindings: pwm: update bindings for MT7629 SoC
` [PATCH v6 11/11] arm: dts: mediatek: add mt7629 pwm support

[PATCH v4 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops
 2019-08-29  5:40 UTC  (6+ messages)
` [PATCH v4 3/3] vfio/pci: make use of irq_update_devid and optimize "

[PATCH] adfs: obj.file_id is uninitialized if __adfs_dir_get() returns error code
 2019-08-29  5:35 UTC 

linux-next: build failure after merge of the keys tree
 2019-08-29  5:31 UTC 

[PATCH v2 0/2 2nd RESEND] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-08-29  5:30 UTC  (3+ messages)
    ` [PATCH v2 1/2 RESEND] usb: core: phy: add support for PHY calibration
    ` [PATCH v2 2/2 RESEND] usb: dwc3: remove generic PHY calibrate() calls

[PATCH rebased] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-08-29  5:28 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v2 0/2 RESEND] Fix USB3.0 DRD PHY calibration issues (DWC3/XHCI) on Exynos542x SoCs
 2019-08-29  5:26 UTC  (5+ messages)
  ` [PATCH v2 1/2 RESEND] usb: core: phy: add support for PHY calibration

[PATCH] sky2: Disable MSI on yet another ASUS boards (P6Xxxx)
 2019-08-29  5:20 UTC  (3+ messages)

[PATCH v7 00/13] Mediatek MT8183 scpsys support
 2019-08-29  5:15 UTC  (3+ messages)
` [PATCH v7 13/13] arm64: dts: Add power controller device node of MT8183

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-29  5:13 UTC  (6+ messages)
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way

[PATCH v2 3/3] dwc: PCI: intel: Intel PCIe RC controller driver
 2019-08-29  5:10 UTC  (7+ messages)

linux-next: manual merge of the keys tree with the security tree
 2019-08-29  5:06 UTC 

[PATCH v4] watchdog: orion_wdt: use timer1 as a pretimeout
 2019-08-29  5:05 UTC  (3+ messages)

build_path_from_dentry_optional_prefix() may schedule from invalid context
 2019-08-29  5:02 UTC 

[PATCH v2 7/7] bug: Move WARN_ON() "cut here" into exception handler
 2019-08-29  4:55 UTC  (5+ messages)

[PATCH 0/2] Add fixes to iProc GPIO driver
 2019-08-29  4:52 UTC  (3+ messages)
` [PATCH 1/2] gpio: iproc-gpio: Fix incorrect pinconf configurations
` [PATCH 2/2] gpio: iproc-gpio: Handle interrupts for multiple instances

[PATCH] selftests: watchdog: Add optional file argument
 2019-08-29  4:39 UTC 

[PATCH] [RFC] tty/serial: imx: make use of format specifier %dE
 2019-08-29  4:37 UTC 

[PATCH] drm: dw-hdmi-i2s: enable audio clock in audio_startup
 2019-08-29  4:29 UTC 

[PATCH] [RFC] i2c: imx: make use of format specifier %dE
 2019-08-29  4:29 UTC 

[PATCH v4 0/2] hv: vmbus: add fuzz testing to hv device
 2019-08-29  4:24 UTC  (3+ messages)
` [PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing
` [PATCH v4 2/2] tools: hv: add vmbus testing tool

[ANN] Squashfs tools 4.4 released
 2019-08-29  4:21 UTC 

[PATCH V2 1/1] spi: bcm-qspi: Make BSPI default mode
 2019-08-29  4:16 UTC 

[GIT PULL] vfs: Add support for timestamp limits
 2019-08-29  4: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).