linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 03:44:30 to 2019-11-06 07:29:20 UTC [more...]

[PATCH v3 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-06  7:28 UTC  (6+ messages)
` [PATCH v3 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup

[PATCH 0/5] CAAM JR lifecycle
 2019-11-06  7:27 UTC  (2+ messages)

linux-next: manual merge of the kspp tree with the tip tree
 2019-11-06  7:28 UTC  (2+ messages)

[GIT PULL] PHY: For 5.5 merge window
 2019-11-06  7:27 UTC 

general protection fault in j1939_sk_sendmsg
 2019-11-06  7:27 UTC  (2+ messages)

[PATCH v4 00/20] mtd: spi-nor: Quad Enable and (un)lock methods
 2019-11-06  7:24 UTC  (13+ messages)
` [PATCH v4 01/20] mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
` [PATCH v4 12/20] mtd: spi-nor: Print debug message when the read back test fails
` [PATCH v4 16/20] mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1
` [PATCH v4 17/20] mtd: spi-nor: Merge spansion Quad Enable methods
` [PATCH v4 18/20] mtd: spi-nor: Rename macronix_quad_enable to spi_nor_sr1_bit6_quad_enable

NULL pointer deref in put_fs_context with unprivileged LXC
 2019-11-06  7:24 UTC  (4+ messages)

[PATCH v2 0/3] asus_wmi: Support of ASUS TUF laptops on Ryzen CPUs
 2019-11-06  7:21 UTC  (4+ messages)
` [PATCH v2 3/3] platform/x86: asus_wmi: Set default fan boost mode to normal

[PATCH v2] lib: optimize cpumask_local_spread()
 2019-11-06  7:17 UTC  (4+ messages)

[PATCH V9 0/6] mdev based hardware virtio offloading support
 2019-11-06  7:05 UTC  (7+ messages)
` [PATCH V9 1/6] mdev: class id support
` [PATCH V9 2/6] modpost: add support for mdev class id
` [PATCH V9 3/6] mdev: introduce device specific ops
` [PATCH V9 4/6] mdev: introduce virtio device and its device ops
` [PATCH V9 5/6] virtio: introduce a mdev based transport
` [PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH 0/2] x86, efi/random: invoke EFI_RNG_PROTOCOL in the x86 EFI stub
 2019-11-06  7:06 UTC  (3+ messages)
` [PATCH 1/2] efi/random: use arch-independent efi_call_proto()
` [PATCH 2/2] x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table

[PATCH] mm/madvise: replace with page_size() in madvise_inject_error()
 2019-11-06  7:06 UTC 

linux-next: build warning after merge of the akpm-current tree
 2019-11-06  7:05 UTC 

[PATCH] ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()
 2019-11-06  7:05 UTC 

[PATCH v5 00/48] atmel_mxt_ts misc
 2019-11-06  7:01 UTC  (49+ messages)
` [PATCH v5 01/48] Input: introduce input_mt_report_slot_inactive
` [PATCH v5 02/48] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v5 03/48] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v5 04/48] Input: atmel_mxt_ts - split large i2c transfers into blocks
` [PATCH v5 05/48] Input: atmel_mxt_ts - output status from T48 Noise Supression
` [PATCH v5 06/48] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v5 07/48] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v5 08/48] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v5 09/48] Input: atmel_mxt_ts - handle reports from T47 Stylus object
` [PATCH v5 10/48] Input: atmel_mxt_ts - implement support for T107 active stylus
` [PATCH v5 11/48] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v5 12/48] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v5 13/48] Input: atmel_mxt_ts - add regulator control support
` [PATCH v5 14/48] Input: atmel_mxt_ts - report failures in suspend/resume
` [PATCH v5 15/48] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v5 16/48] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v5 17/48] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v5 18/48] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v5 19/48] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
` [PATCH v5 20/48] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v5 21/48] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v5 22/48] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v5 23/48] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v5 24/48] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v5 25/48] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v5 26/48] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v5 27/48] Input: atmel_mxt_ts - orientation is not present in hover
` [PATCH v5 28/48] Input: atmel_mxt_ts - implement debug output for messages
` [PATCH v5 29/48] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v5 30/48] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v5 31/48] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v5 32/48] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
` [PATCH v5 33/48] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v5 34/48] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v5 35/48] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v5 36/48] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v5 37/48] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
` [PATCH v5 38/48] Input: Atmel: improve error handling in mxt_start()
` [PATCH v5 39/48] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v5 40/48] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v5 41/48] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v5 42/48] Input: Atmel: handle ReportID "0x00" while processing T5 messages
` [PATCH v5 43/48] Input: Atmel: use T44 object to process "
` [PATCH v5 44/48] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v5 45/48] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v5 46/48] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v5 47/48] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v5 48/48] Input: atmel_mxt_ts - Fix compilation warning

[PATCH v2 2/3] platform/x86: asus_wmi: Support fan boost mode on FX505DY/FX705DY
 2019-11-06  7:04 UTC  (3+ messages)

broonie-sound/for-next boot bisection: v5.4-rc6-292-gc1efaea10be0 on sun8i-h3-libretech-all-h3-cc
 2019-11-06  7:03 UTC  (2+ messages)

[PATCH v2] media: v4l2-mem2mem: Fix hold buf flag checks
 2019-11-06  7:02 UTC 

[PATCH] scripts:patch-kernel:bash syntax replace,correct one
 2019-11-06  7:01 UTC  (5+ messages)

[PATCH 02/62] gpio: gpio-104-dio-48e: Use new GPIO_LINE_DIRECTION
 2019-11-06  6:58 UTC  (3+ messages)

[PATCH] drivers: ipmi: Support for both IPMB Req and Resp
 2019-11-06  6:57 UTC  (2+ messages)

linux-next: build warning after merge of the akpm-current tree
 2019-11-06  6:54 UTC 

[RFC PATCH v3 00/15] Support ROHM BD71828 PMIC
 2019-11-06  6:51 UTC  (6+ messages)
` [RFC PATCH v3 14/15] gpio: Add definition for GPIO direction

[PATCH v4 00/14] Add device tree support for sc7180
 2019-11-06  6:50 UTC  (15+ messages)
` [PATCH v4 01/14] dt-bindings: qcom: Add SC7180 bindings
` [PATCH v4 02/14] arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc
` [PATCH v4 03/14] dt-bindings: arm-smmu: update binding for qcom sc7180 SoC
` [PATCH v4 04/14] arm64: dts: sc7180: Add device node for apps_smmu
` [PATCH v4 05/14] arm64: dts: qcom: sc7180: Add cmd_db reserved area
` [PATCH v4 06/14] arm64: dts: qcom: sc7180: Add rpmh-rsc node
` [PATCH v4 07/14] drivers: irqchip: qcom-pdc: Move to an SoC independent compatible
` [PATCH v4 08/14] dt-bindings: qcom,pdc: Add compatible for sc7180
` [PATCH v4 09/14] arm64: dts: qcom: sc7180: Add pdc interrupt controller
` [PATCH v4 10/14] arm64: dts: qcom: sc7180: Add SPMI PMIC arbiter device
` [PATCH v4 11/14] arm64: dts: qcom: pm6150: Add PM6150/PM6150L PMIC peripherals
` [PATCH v4 12/14] arm64: dts: qcom: sc7180-idp: Add RPMh regulators
` [PATCH v4 13/14] arm64: dts: qcom: SC7180: Add node for rpmhcc clock driver
` [PATCH v4 14/14] arm64: dts: sc7180: Add qupv3_0 and qupv3_1

[PATCH 13/62] gpio: gpio-f7188x: Use new GPIO_LINE_DIRECTION
 2019-11-06  6:44 UTC  (3+ messages)

[PATCH] RDMA/i40iw: fix potential use after free
 2019-11-06  6:44 UTC 

[PATCH V2] mfd: qcom-spmi-pmic: Add support for pm6150 and pm6150l
 2019-11-06  6:43 UTC  (3+ messages)

[PATCH] uio: fix irq init with dt support & irq not defined
 2019-11-06  6:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-06  6:41 UTC  (3+ messages)

[PATCH] drm/panel: seperate panel power control from panel prepare/unprepare
 2019-11-06  6:40 UTC 

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06  6:39 UTC  (5+ messages)

[PATCH] RDMA/qedr: fix potential use after free
 2019-11-06  6:23 UTC 

[PATCH v2] KVM: X86: Fix initialization of MSR lists(msrs_to_save[], emulated_msrs[] and msr_based_features[])
 2019-11-06  6:35 UTC 

[PATCH 1/2] seq_buf: Add printing formatted hex dumps
 2019-11-06  6:27 UTC  (2+ messages)
` [PATCH 2/2] tracing: Use seq_buf_hex_dump() to dump buffers

[PATCH v2] usb: Allow USB device to be warm reset in suspended state
 2019-11-06  6:27 UTC 

[PATCH] ARM: dts: exynos5420: add mali dt bindings and enable mali on Odroid XU3/4
 2019-11-06  6:25 UTC 

[PATCH][next] net/mlx5: fix kvfree of uninitialized pointer spec
 2019-11-06  6:24 UTC  (2+ messages)

[PATCH 0/3] docs: ioctl: Update ioctl-number.rst
 2019-11-06  6:22 UTC  (3+ messages)
` [PATCH 3/3] docs: ioctl: Update ioctl-number.rst 'last updated' date

[PATCH][next] net/mlx5: fix spelling mistake "metdata" -> "metadata"
 2019-11-06  6:21 UTC  (3+ messages)

[PATCH] perf/x86: Expose more Intel perf_capabilities to other modules
 2019-11-05 14:09 UTC 

[PATCH v5 0/2] fix and improvement for file THP
 2019-11-06  6:09 UTC  (2+ messages)
` [PATCH v5 1/2] mm,thp: recheck each page before collapsing "

[PATCH 00/17] Restructure, improve target support for qcom_scm driver
 2019-11-06  6:06 UTC  (7+ messages)
` [PATCH 02/17] firmware: qcom_scm: Apply consistent naming scheme to command IDs
` [PATCH 03/17] firmware: qcom_scm: Order functions, definitions by service/command
` [PATCH 04/17] firmware: qcom_scm: Remove unused qcom_scm_get_version

[PATCH v3] can: m_can: add support for one shot mode
 2019-11-06  6:03 UTC  (2+ messages)

[PATCH 0/4] clocksource: Add ast2600 support to fttmr010
 2019-11-06  6:03 UTC  (5+ messages)
` [PATCH 1/4] clocksource: fttmr010: Parametrise shutdown
` [PATCH 2/4] clocksource: fttmr010: Set interrupt and shutdown
` [PATCH 3/4] clocksource: fttmr010: Add support for ast2600
` [PATCH 4/4] dt-bindings: fttmr010: Add ast2600 compatible

[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0
 2019-11-06  6:00 UTC  (5+ messages)

[PATCH v3] can: m_can: add support for handling arbitration error
 2019-11-06  5:59 UTC  (2+ messages)

[PATCH v3 0/3] UFS: Add support for SM8150 UFS
 2019-11-06  5:57 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: ufs: Add sm8150 compatible string
` [PATCH v3 2/3] dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy "

[PATCH v3] mm,thp: recheck each page before collapsing file THP
 2019-11-06  5:45 UTC  (5+ messages)

[PATCH v2 0/5] Add namespace awareness to Netlink methods
 2019-11-06  5:39 UTC  (6+ messages)
` [PATCH v2 1/5] rtnetlink: allow RTM_SETLINK to reference other namespaces
` [PATCH v2 2/5] rtnetlink: skip namespace change if already effect
` [PATCH v2 3/5] rtnetlink: allow RTM_NEWLINK to act upon interfaces in arbitrary namespaces
` [PATCH v2 4/5] net: ipv4: allow setting address on interface outside current namespace
` [PATCH v2 5/5] net: namespace: allow setting NSIDs "

[PATCH] NFSv4: fix memory leak if nfs4_begin_drain_session fails
 2019-11-06  5:37 UTC  (2+ messages)

[PATCH] clk: imx: pll14xx: fix clk_pll14xx_wait_lock
 2019-11-06  5:31 UTC 

[PATCH]scripts:ver_linux:Added Bison and Flex to the checklist
 2019-11-06  5:30 UTC  (2+ messages)

[PATCH -next] perf/core: fix unlock balance in perf_init_event
 2019-11-06  5:29 UTC 

[PATCH v2 0/4] reorganize and add FADump sysfs files
 2019-11-06  5:29 UTC  (6+ messages)
` [PATCH v2 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated

Why will no-one sue GrSecurity for their blatant GPL violation (of GCC and the linux kernel)?
 2019-11-06  5:17 UTC 

[PATCH 1/1] iommu/vt-d: Add Kconfig option to enable/disable scalable mode
 2019-11-06  5:11 UTC 

[PATCH v4 00/48] atmel_mxt_ts misc
 2019-11-06  5:00 UTC  (5+ messages)
` [PATCH v4 01/48] Input: introduce input_mt_report_slot_inactive

[RFC 00/11] ARM: Realtek RTD1195/RTD1295 SoC info
 2019-11-06  4:46 UTC  (5+ messages)
` [RFC 01/11] dt-bindings: soc: Add Realtek RTD1195 chip info binding
` [RFC 05/11] dt-bindings: soc: realtek: rtd1195-chip: Extend reg property

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-11-06  4:45 UTC  (4+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 11/14] arm64: efi: restore x18 if it was corrupted

mmotm 2019-11-05-20-44 uploaded
 2019-11-06  4:45 UTC 

[PATCH] scripts:prune-kernel:remove old kernels and modules dir from system
 2019-11-06  4:42 UTC  (10+ messages)

[PATCH 01/50] kallsyms/printk: Add loglvl to print_ip_sym()
 2019-11-06  4:38 UTC  (4+ messages)
` [PATCH 43/50] xtensa: Add show_stack_loglvl()

[PATCH 0/5] net: phy: at803x device tree binding
 2019-11-06  4:37 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: net: phy: Add support for AT803X

[PATCH] dt-bindings: net: davinci-mdio: convert bindings to json-schema
 2019-11-06  4:33 UTC  (2+ messages)

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-11-06  4:29 UTC  (12+ messages)
              ` [RFC][PATCHES] drivers/scsi/sg.c uaccess cleanups/fixes

[PATCH v15 0/5] DMA-BUF Heaps (destaging ION)
 2019-11-06  4:22 UTC  (6+ messages)
` [PATCH v15 1/5] dma-buf: Add dma-buf heaps framework
` [PATCH v15 2/5] dma-buf: heaps: Add heap helpers
` [PATCH v15 3/5] dma-buf: heaps: Add system heap to dmabuf heaps
` [PATCH v15 4/5] dma-buf: heaps: Add CMA "
` [PATCH v15 5/5] kselftests: Add dma-heap test

[PATCH 1/3] [1/3] mmc: core: expose MMC_CAP2_CQE* to dt
 2019-11-06  4:17 UTC  (3+ messages)
` [PATCH 3/3] [3/3] dt-bindings: mmc: mediatek: Add document for mt6779

[PATCH 0/4] Convert STM32 Timer mdf bindings to yaml
 2019-11-06  4:16 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: counter: Convert stm32 counter bindings to json-schema
` [PATCH 2/4] dt-bindings: iio: timer: Convert stm32 IIO trigger "
` [PATCH 4/4] dt-bindings: mfd: Convert stm32 timers "

[PATCH v1 0/7] Add GPU & Video Clock controller driver for SC7180
 2019-11-06  4:00 UTC  (5+ messages)
` [PATCH v1 3/7] dt-bindings: clock: Introduce QCOM Graphics clock bindings
` [PATCH v1 5/7] dt-bindings: clock: Add YAML schemas for the QCOM VIDEOCC "

[PATCH v13 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-06  4:00 UTC  (3+ messages)
` [PATCH v13 3/6] mm: Introduce Reported pages

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-06  3:56 UTC  (11+ messages)
` [PATCH V8 3/6] mdev: introduce device specific ops
` [PATCH V8 4/6] mdev: introduce virtio device and its device ops

BAZY DANNYH! email: prodawez@teleworm.us UZNAJTE PODROBNEE
 2019-11-05 15:51 UTC 

[PATCH 0/6] brcmstb_thermal updates for new processes
 2019-11-06  3:55 UTC  (3+ messages)
` [PATCH 3/6] dt-bindings: thermal: Define BCM7216 thermal sensor compatible

[PATCH] dt-bindings: interconnect: Convert qcom,qcs404 to DT schema
 2019-11-06  3:52 UTC  (2+ messages)

[PATCH v6 0/8] Emulated coherent graphics memory take 2
 2019-11-06  3:51 UTC  (5+ messages)
` [PATCH v6 3/8] mm: Add a walk_page_mapping() function to the pagewalk code
` [PATCH v6 4/8] mm: Add write-protect and clean utilities for address space ranges

[PATCH] dt-bindings: iio: adc: Migrate MCP3911 documentation to yaml
 2019-11-06  3:49 UTC  (2+ messages)

[PATCH 1/2 v2] drm/atomic: fix self-refresh helpers crtc state dereference
 2019-11-06  3:46 UTC  (2+ messages)

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-06  3:46 UTC  (3+ messages)
` [PATCH 10/10] ocxl: Conditionally bind SCM devices to the generic OCXL driver

[PATCH v6 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
 2019-11-06  3:46 UTC  (5+ messages)
` [PATCH v6 3/3] PCI: layerscape: Add LS1028a support

WARNING: refcount bug in j1939_netdev_start
 2019-11-06  3:46 UTC 

[PATCH net 0/3] net: bcmgenet: restore internal EPHY support (part 2)
 2019-11-06  3:45 UTC  (7+ messages)
` [PATCH net 1/3] net: bcmgenet: use RGMII loopback for MAC reset
` [PATCH net 2/3] Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"
` [PATCH net 3/3] net: bcmgenet: reapply manual settings to the PHY

[PATCH v5 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-11-06  3:44 UTC  (3+ messages)
` [PATCH v5 2/3] dwc: PCI: intel: PCIe RC controller driver
` [PATCH v5 3/3] PCI: artpec6: Configure FTS with dwc helper function


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