linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-28 07:11:02 to 2018-05-28 10:08:01 UTC [more...]

[PATCH 3.18 000/185] 3.18.111-stable review
 2018-05-28 10:01 UTC  (22+ messages)
` [PATCH 3.18 004/185] affs_lookup(): close a race with affs_remove_link()
` [PATCH 3.18 007/185] libata: Blacklist some Sandisk SSDs for NCQ
` [PATCH 3.18 009/185] kernel/signal.c: avoid undefined behaviour in kill_something_info
` [PATCH 3.18 011/185] ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
` [PATCH 3.18 013/185] tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account
` [PATCH 3.18 014/185] PCI: Add function 1 DMA alias quirk for Marvell 9128
` [PATCH 3.18 016/185] dm thin: fix documentation relative to low water mark threshold
` [PATCH 3.18 019/185] kconfig: Dont leak main menus during parsing
` [PATCH 3.18 020/185] kconfig: Fix automatic menu creation mem leak
` [PATCH 3.18 022/185] btrfs: Fix out of bounds access in btrfs_search_slot
` [PATCH 3.18 025/185] jffs2: Fix use-after-free bug in jffs2_iget()s error handling path
` [PATCH 3.18 027/185] ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
` [PATCH 3.18 028/185] ocfs2/acl: use ip_xattr_sem to protect getting extended attribute
` [PATCH 3.18 029/185] mm/mempolicy: fix the check of nodemask from user
` [PATCH 3.18 034/185] x86/power: Fix swsusp_arch_resume prototype
` [PATCH 3.18 036/185] ACPI: processor_perflib: Do not send _PPC change notification if not ready
` [PATCH 3.18 045/185] irqchip/gic-v3: Change pr_debug message to pr_devel
` [PATCH 3.18 046/185] scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
` [PATCH 3.18 048/185] scsi: sym53c8xx_2: iterator underflow in sym_getsync()
` [PATCH 3.18 051/185] usb: gadget: f_uac2: fix bFirstInterface in composite gadget
` [PATCH 3.18 052/185] usb: gadget: fsl_udc_core: fix ep valid checks

[PATCH v1 00/10] mm: online/offline 4MB chunks controlled by device driver
 2018-05-28 10:03 UTC  (7+ messages)

[PATCH -next 0/6] rhashtable: guarantee first allocation
 2018-05-28 10:02 UTC  (6+ messages)
` [PATCH 1/6] lib/rhashtable: convert param sanitations to WARN_ON
` [PATCH 2/6] lib/rhashtable: guarantee initial hashtable allocation

[PATCH v4 0/8] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-05-28 10:00 UTC  (3+ messages)
` [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

[PATCH v2 1/3] usb: gadget: ccid: add support for USB CCID Gadget Device
 2018-05-28  9:58 UTC  (9+ messages)
  ` [PATCH v2 2/3] Documentation: usb: add documentation "

[PATCH 00/12] Add TOSHIBA TC358764 DSI/LVDS bridge driver
 2018-05-28  9:55 UTC  (13+ messages)
    ` [PATCH 01/12] drm/exynos: rename "bridge_node" to "mic_bridge_node"
    ` [PATCH 02/12] drm/exynos: move pm_runtime_get_sync() to exynos_dsi_init()
    ` [PATCH 03/12] drm/exynos: move connector creation to attach callback
    ` [PATCH 04/12] drm/exynos: add non-panel path to exynos_dsi_enable()
    ` [PATCH 05/12] panel/hv070wsa-100: add DT bindings
    ` [PATCH 06/12] drm/panel: add support for BOE HV070WSA-100 panel to simple-panel
    ` [PATCH 07/12] dt-bindings: tc358754: add DT bindings
    ` [PATCH 08/12] drm/bridge: tc358764: Add DSI to LVDS bridge driver
    ` [PATCH 09/12] ARM: dts: exynos5250: add mipi-phy node
    ` [PATCH 10/12] ARM: dts: exynos5250: add DSI node
    ` [PATCH 11/12] ARM: dts: exynos5250-arndale: add display regulators
    ` [PATCH 12/12] ARM: dts: exynos5250-arndale: add dsi and panel nodes

[PATCH] brcmfmac: stop watchdog before detach and free everything
 2018-05-28  9:54 UTC  (3+ messages)

[PATCH 0/2] x86/boot/KASLR: Skip specified number of 1GB huge pages when do physical randomization
 2018-05-28  9:54 UTC  (7+ messages)

[PATCH v2 0/2] rtmutex wait_lock is irq safe
 2018-05-28  9:49 UTC  (4+ messages)
` [PATCH v2 1/2] rcu: Update documentation of rcu_read_unlock()

[PATCH 1/8] drm/sun4i: mark PM functions as __maybe_unused
 2018-05-28  9:47 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: fix 32-bit build warning
` [PATCH 7/8] drm/bridge: fix dependency for lvds-encoder

[PATCH] proc: prevent a task from writing on its own /proc/*/mem
 2018-05-28  9:33 UTC  (6+ messages)

[PATCH v5 00/31] kconfig: move compiler capability tests to Kconfig
 2018-05-28  9:22 UTC  (32+ messages)
` [PATCH v5 01/31] kbuild: remove kbuild cache
` [PATCH v5 02/31] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH v5 03/31] kconfig: reference environment variables directly and remove 'option env='
` [PATCH v5 04/31] kconfig: remove string expansion in file_lookup()
` [PATCH v5 05/31] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v5 06/31] kconfig: remove sym_expand_string_value()
` [PATCH v5 07/31] kconfig: make default prompt of mainmenu less specific
` [PATCH v5 08/31] kconfig: add built-in function support
` [PATCH v5 09/31] kconfig: add 'shell' built-in function
` [PATCH v5 10/31] kconfig: replace $(UNAME_RELEASE) with function call
` [PATCH v5 11/31] kconfig: begin PARAM state only when seeing a command keyword
` [PATCH v5 12/31] kconfig: support user-defined function and recursively expanded variable
` [PATCH v5 13/31] kconfig: support simply "
` [PATCH v5 14/31] kconfig: support append assignment operator
` [PATCH v5 15/31] kconfig: expand lefthand side of assignment statement
` [PATCH v5 16/31] kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
` [PATCH v5 17/31] kconfig: add 'filename' and 'lineno' built-in variables
` [PATCH v5 18/31] kconfig: error out if a recursive variable references itself
` [PATCH v5 19/31] Documentation: kconfig: document a new Kconfig macro language
` [PATCH v5 20/31] kconfig: test: add Kconfig macro language tests
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [PATCH v5 22/31] kconfig: add basic helper macros to scripts/Kconfig.include
` [PATCH v5 23/31] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v5 24/31] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v5 25/31] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v5 26/31] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v5 27/31] kcov: test compiler capability in Kconfig and correct dependency
` [PATCH v5 28/31] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v5 29/31] gcc-plugins: test plugin support in Kconfig and clean up Makefile
` [PATCH v5 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v5 31/31] Documentation: kconfig: add recommended way to describe compiler support

[PATCH v3] iio: 104-quad-8: Provide defines for magic numbers
 2018-05-28  9:28 UTC  (2+ messages)

[PATCH 00/15] arm: dts: Fix OPP and cooling device properties
 2018-05-28  9:23 UTC  (5+ messages)
` [PATCH 06/15] arm: dts: sun: Add missing cooling device properties for CPUs
` [PATCH 13/15] arm: dts: r8a7743: Add missing OPP "

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-05-28  9:19 UTC  (4+ messages)
` [REVIEW][PATCH 16/22] signal/sh: Use force_sig_fault where appropriate

[PATCH v7 0/5] arm: Base support for Renesas RZN1D-DB Board
 2018-05-28  9:15 UTC  (4+ messages)
` [PATCH v7 3/5] ARM: dts: Renesas R9A06G032 base device tree file

Build regressions/improvements in v4.17-rc7
 2018-05-28  9:14 UTC 

[PATCH v1 0/7] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-05-28  9:12 UTC  (15+ messages)
` [PATCH v1 1/7] drm/mediatek: move dpi private data to device
` [PATCH v1 2/7] drm/mediatek: fix to get right bridge for dpi encoder
` [PATCH v1 3/7] drm/mediatek: add dpi driver for mt2701 and mt7623
` [PATCH v1 4/7] drm/mediatek: add hdmi driver for different hardware
` [PATCH v1 5/7] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v1 6/7] drm/mediatek: add a error return value when clock driver has been prepared
` [PATCH v1 7/7] drm/mediatek: config component output by device node port

[PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA
 2018-05-28  9:08 UTC 

[RESEND RFC PATCH] acpi/processor: Remove the check of duplicate processors
 2018-05-28  9:08 UTC 

linux-next: Tree for May 24
 2018-05-28  9:08 UTC  (3+ messages)

[PATCH v2] mmc: Allow non-sleeping GPIO cd
 2018-05-28  9:06 UTC  (2+ messages)

[PATCH v2 10/11] arm64: dts: r8a77965-salvator-x: Enable DU external clocks and HDMI
 2018-05-28  9:06 UTC  (2+ messages)

[GIT PULL 00/20] lightnvm updates for 4.18
 2018-05-28  8:58 UTC  (21+ messages)
` [GIT PULL 01/20] lightnvm: pblk: fail gracefully on line alloc. failure
` [GIT PULL 02/20] lightnvm: pblk: recheck for bad lines at runtime
` [GIT PULL 03/20] lightnvm: pblk: check read lba on gc path
` [GIT PULL 04/20] lightnvm: pblk: improve error msg on corrupted LBAs
` [GIT PULL 05/20] lightnvm: pblk: warn in case of corrupted write buffer
` [GIT PULL 06/20] lightnvm: pblk: return NVM_ error on failed submission
` [GIT PULL 07/20] lightnvm: pblk: remove unnecessary indirection
` [GIT PULL 08/20] lightnvm: pblk: remove unnecessary argument
` [GIT PULL 09/20] lightnvm: pblk: check for chunk size before allocating it
` [GIT PULL 10/20] lightnvm: pass flag on graceful teardown to targets
` [GIT PULL 11/20] lightnvm: pblk: remove dead function
` [GIT PULL 12/20] lightnvm: pblk: rework write error recovery path
` [GIT PULL 13/20] lightnvm: pblk: garbage collect lines with failed writes
` [GIT PULL 14/20] lightnvm: pblk: fix smeta write error path
` [GIT PULL 15/20] lightnvm: proper error handling for pblk_bio_add_pages
` [GIT PULL 16/20] lightnvm: error handling when whole line is bad
` [GIT PULL 17/20] lightnvm: fix partial read error path
` [GIT PULL 18/20] lightnvm: pblk: handle case when mw_cunits equals to 0
` [GIT PULL 19/20] lightnvm: pblk: add possibility to set write buffer size manually
` [GIT PULL 20/20] lightnvm: pblk: sync RB and RL states during GC

[PATCH] crypto: inside-secure - increase minimum transfer size
 2018-05-28  9:03 UTC 

[PATCH] tpm_tis: verify locality released before returning from release_locality
 2018-05-28  9:01 UTC  (5+ messages)

[PATCH v2 6/6] regulator: bd71837: BD71837 PMIC regulator driver
 2018-05-28  9:01 UTC 

[PATCH v2 5/6] clk: bd71837: Add driver for BD71837 PMIC clock
 2018-05-28  9:01 UTC 

[PATCH v2 4/6] clk: bd71837: Devicetree bindings for ROHM BD71837 PMIC
 2018-05-28  9:01 UTC 

[PATCH v2 3/6] regulator: bd71837: Devicetree bindings for BD71837 regulators
 2018-05-28  9:01 UTC 

[PATCH v2 2/6] mfd: bd71837: Devicetree bindings for ROHM BD71837 PMIC
 2018-05-28  9:00 UTC 

[PATCH v2 1/6] mfd: bd71837: mfd driver for ROHM BD71837 PMIC
 2018-05-28  9:00 UTC 

i2c: Open Core driver
 2018-05-28  8:59 UTC  (2+ messages)
` [PATCH V2] i2c: ocores: update HDL sources URL

[PATCH v2 0/6] mfd/regulator/clk: bd71837: ROHM BD71837 PMIC driver
 2018-05-28  9:00 UTC 

[PATCH 1/2] f2fs: don't drop dentry pages after fs shutdown
 2018-05-28  8:59 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix error path of move_data_page

[PATCH v3] f2fs: fix to avoid race during access gc_thread pointer
 2018-05-28  8:57 UTC 

[PATCH 1/2] ASoC: omap: sdma-pcm: add module license
 2018-05-28  8:55 UTC  (3+ messages)

[PATCH] clk: qcom: Enable clocks which needs to be always on for SDM845
 2018-05-28  8:52 UTC 

[lkp-robot] [mm] e27be240df: will-it-scale.per_process_ops -27.2% regression
 2018-05-28  8:52 UTC  (3+ messages)
  ` [LKP] "

[PATCH 0/1] Remove the check of duplicate processors
 2018-05-28  8:51 UTC  (3+ messages)

[PATCH] mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
 2018-05-28  8:49 UTC  (2+ messages)

[PATCH v2 00/29] Venus updates
 2018-05-28  8:47 UTC  (4+ messages)
` [PATCH v2 11/29] venus: venc,vdec: adds clocks needed for venus 4xx

[RFT v3 0/4] Perf script: Add python script for CoreSight trace disassembler
 2018-05-28  8:45 UTC  (5+ messages)
` [RFT v3 1/4] perf cs-etm: Generate branch sample for missed packets
` [RFT v3 2/4] perf script python: Add addr into perf sample dict
` [RFT v3 3/4] perf script python: Add script for CoreSight trace disassembler
` [RFT v3 4/4] coresight: Document "

[PATCH] net: qmi_wwan: Add Netgear Aircard 779S
 2018-05-28  8:45 UTC  (2+ messages)

[PATCH v7 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-28  8:44 UTC  (3+ messages)

About the DRM Mediatek patches
 2018-05-28  8:43 UTC 

[PATCH 00/19 v3] Refactor fixed and GPIO regulators
 2018-05-28  8:41 UTC  (4+ messages)
` [PATCH 10/19 v3] regulator: s2mps11: Pass descriptor instead of GPIO number

refactor 32-bit dma limit quirks
 2018-05-28  8:39 UTC  (9+ messages)
` [PATCH 7/7] x86: switch the VIA 32-bit DMA quirk to use the struct device flag

[PATCH V2] irqchip: gpcv2: remove unnecessary functions
 2018-05-28  8:34 UTC  (2+ messages)

[RFC] platform: detach from PM domains on shutdown
 2018-05-28  8:31 UTC  (7+ messages)

[PATCH v4 0/6] Driver for at91 usart in spi mode
 2018-05-28  8:21 UTC  (5+ messages)
` [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

[PATCH 00/11] Add throttler driver for non-thermal throttling
 2018-05-28  8:08 UTC  (4+ messages)
  ` [PATCH 09/11] misc: throttler: Add core support "

[PATCH] i2c: ocores: update HDL sources URL
 2018-05-28  8:00 UTC 

[PATCH] display: panel: Add KOE tx14d24vm1bpa display support (320x240)
 2018-05-28  7:55 UTC  (4+ messages)
` [PATCH RESEND] "

[PATCH v2] display: panel: Add AUO g070vvn01 display support (800x480)
 2018-05-28  7:54 UTC  (4+ messages)
` [PATCH v3 RESEND] "

[PATCH v2 4/6] clk: tegra20: init NDFLASH clock to sensible rate
 2018-05-28  7:55 UTC  (2+ messages)

[PATCH] scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"
 2018-05-28  7:53 UTC  (2+ messages)

[PATCH v4 0/9] Add support for mediatek SOC MT2712
 2018-05-28  7:53 UTC  (7+ messages)
` [PATCH v4 7/9] drm/mediatek: add connection from OD1 to RDMA1
` [PATCH v4 8/9] drm/mediatek: add third ddp path
` [PATCH v4 9/9] drm/mediatek: Add support for mediatek SOC MT2712

[PATCH v11 00/26] Speculative page faults
 2018-05-28  7:51 UTC  (3+ messages)

[PATCH] rtc: sun6i: Fix bit_idx value for clk_register_gate
 2018-05-28  7:50 UTC 

[PATCH] perf docu: Update section on cpu description
 2018-05-28  7:49 UTC 

[PATCH] vfio/pci: remove a bogus cast in vfio_msi_set_block()
 2018-05-28  7:47 UTC 

[PATCH] gpio: dwapb: Fix rework support for 1 interrupt per port A GPIO
 2018-05-28  7:46 UTC  (2+ messages)

[PATCH] perf docu: Update section on cpu topology
 2018-05-28  7:44 UTC 

[PATCH v2] perf test 39 (Session topology) dumps core on s390
 2018-05-28  7:36 UTC 

[PATCH v3 00/16] Update for QCOM NAND driver
 2018-05-28  7:34 UTC  (4+ messages)
` [PATCH v3 15/16] mtd: rawnand: qcom: helper function for raw read

[PATCH v2 0/2] Add support for QCOM cpufreq FW driver
 2018-05-28  7:29 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ FW bindings

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-05-28  7:29 UTC  (3+ messages)
` [RESEND PATCH V5 24/33] f2fs: conver to bio_for_each_page_all2

[PATCH] f2fs-tools: fix overflow bug of start_sector when computing zone_align_start_offset
 2018-05-28  7:29 UTC  (2+ messages)

[PATCHv4 0/2] Improved perf support for imx53/ppd
 2018-05-28  7:20 UTC  (9+ messages)
` [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU

[PATCH] pwm: stm32: fix build warning with CONFIG_DMA_ENGINE disabled
 2018-05-28  7:20 UTC  (2+ messages)

[PATCH v3 0/2] Re: Problem: lockdep warning with nested instances of i2c-mux
 2018-05-28  7:17 UTC  (4+ messages)
  ` [PATCH v3 1/2] rtmutex: allow specifying a subclass for nested locking

[PATCH v2] sched: Remove obscure comment from select_task_rq_fair
 2018-05-28  7:15 UTC  (2+ messages)

[PATCH -tip v4 00/27] kprobes: Cleanup jprobe implementation
 2018-05-28  7:13 UTC  (7+ messages)
` [PATCH -tip v4 22/27] sh: kprobes: Don't call the ->break_handler() in SH kprobes code
` [PATCH -tip v4 23/27] sparc64: kprobes: Don't call the ->break_handler() in sparc64 "
` [PATCH -tip v4 24/27] bpf: error-inject: kprobes: Clear current_kprobe and enable preempt in kprobe
` [PATCH -tip v4 25/27] x86: kprobes: Do not disable preempt on int3 path
` [PATCH -tip v4 26/27] Documentation: kprobes: Add how to change the execution path
` [PATCH -tip v4 27/27] kprobes: Remove jprobe stub API

[PATCH] f2fs-tools: fix the sector_size to default value
 2018-05-28  7:11 UTC  (3+ messages)
` [PATCH v2] f2fs-tools: fix to match with the start_sector


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