linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-09 10:08:59 to 2019-06-09 16:46:53 UTC [more...]

[PATCH 5.1 00/70] 5.1.9-stable review
 2019-06-09 16:42 UTC  (49+ messages)
` [PATCH 5.1 01/70] ethtool: fix potential userspace buffer overflow
` [PATCH 5.1 02/70] Fix memory leak in sctp_process_init
` [PATCH 5.1 04/70] ipv6: fix the check before getting the cookie in rt6_get_cookie
` [PATCH 5.1 05/70] net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set
` [PATCH 5.1 08/70] net: sfp: read eeprom in maximum 16 byte increments
` [PATCH 5.1 09/70] packet: unconditionally free po->rollover
` [PATCH 5.1 10/70] pktgen: do not sleep with the thread lock held
` [PATCH 5.1 11/70] Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied"
` [PATCH 5.1 12/70] udp: only choose unbound UDP socket for multicast when not in a VRF
` [PATCH 5.1 13/70] ipv6: use READ_ONCE() for inet->hdrincl as in ipv4
` [PATCH 5.1 15/70] net: aquantia: fix wol configuration not applied sometimes
` [PATCH 5.1 16/70] neighbor: Reset gc_entries counter if new entry is released before insert
` [PATCH 5.1 18/70] cls_matchall: avoid panic when receiving a packet before filter set
` [PATCH 5.1 19/70] ipmr_base: Do not reset index in mr_table_dump
` [PATCH 5.1 20/70] net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages query
` [PATCH 5.1 22/70] rcu: locking and unlocking need to always be at least barriers
` [PATCH 5.1 23/70] habanalabs: fix debugfs code
` [PATCH 5.1 24/70] ARC: mm: SIGSEGV userspace trying to access kernel virtual memory
` [PATCH 5.1 25/70] parisc: Use implicit space register selection for loading the coherence index of I/O pdirs
` [PATCH 5.1 26/70] parisc: Fix crash due alternative coding for NP iopdir_fdc bit
` [PATCH 5.1 27/70] SUNRPC fix regression in umount of a secure mount
` [PATCH 5.1 29/70] NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiter
` [PATCH 5.1 30/70] NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled
` [PATCH 5.1 31/70] fuse: fallocate: fix return with locked inode
` [PATCH 5.1 32/70] fuse: fix copy_file_range() in the writeback case
` [PATCH 5.1 33/70] pstore: Set tfm to NULL on free_buf_for_compression
` [PATCH 5.1 34/70] pstore/ram: Run without kernel crash dump region
` [PATCH 5.1 36/70] memstick: mspro_block: Fix an error code in mspro_block_issue_req()
` [PATCH 5.1 37/70] mmc: tmio: fix SCC error handling to avoid false positive CRC error
` [PATCH 5.1 38/70] mmc: sdhci_am654: Fix SLOTTYPE write
` [PATCH 5.1 45/70] MIPS: Bounds check virt_addr_valid
` [PATCH 5.1 46/70] MIPS: pistachio: Build uImage.gz by default
` [PATCH 5.1 47/70] genwqe: Prevent an integer overflow in the ioctl
` [PATCH 5.1 48/70] test_firmware: Use correct snprintf() limit
` [PATCH 5.1 50/70] drm/vc4: fix fb references in async update
` [PATCH 5.1 52/70] drm/msm: "
` [PATCH 5.1 53/70] drm: add non-desktop quirk for Valve HMDs
` [PATCH 5.1 55/70] drm: add non-desktop quirks to Sensics and OSVR headsets
` [PATCH 5.1 56/70] drm: Fix timestamp docs for variable refresh properties
` [PATCH 5.1 58/70] drm/radeon: prefer lower reference dividers
` [PATCH 5.1 59/70] drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-in
` [PATCH 5.1 61/70] drm/amdgpu/soc15: skip reset on init
` [PATCH 5.1 62/70] drm/amd/display: Add ASICREV_IS_PICASSO
` [PATCH 5.1 63/70] drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)
` [PATCH 5.1 64/70] drm/i915/fbc: disable framebuffer compression on GeminiLake
` [PATCH 5.1 65/70] drm/i915/gvt: emit init breadcrumb for gvt request
` [PATCH 5.1 66/70] drm/i915: Maintain consistent documentation subsection ordering
` [PATCH 5.1 67/70] drm: dont block fb changes for async plane updates

[PATCH 4.14 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 16:38 UTC  (4+ messages)
` [PATCH 4.14 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 4.14 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH 00/34] treewide: simplify getting the adapter of an I2C client
 2019-06-09 16:37 UTC  (16+ messages)
` [PATCH 04/34] leds: leds-pca955x: simplify getting the adapter of a client
` [PATCH 26/34] rtc: fm3130: "
` [PATCH 27/34] rtc: m41t80: "
` [PATCH 28/34] rtc: rv8803: "
` [PATCH 29/34] rtc: rx8010: "
` [PATCH 30/34] rtc: rx8025: "

[PATCH net-next v1 0/1] br_netfilter: enable in non-initial netns
 2019-06-09 16:23 UTC  (2+ messages)
` [PATCH net-next v1 1/1] br_netfilter: namespace bridge netfilter sysctls

[PATCH 3.16 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 15:42 UTC  (3+ messages)
` [PATCH 3.16 2/2] fuse: Add FOPEN_STREAM to use stream_open()
` [PATCH 3.16 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

[PATCH 4.9 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 15:41 UTC  (3+ messages)
` [PATCH 4.9 2/2] fuse: Add FOPEN_STREAM to use stream_open()
` [PATCH 4.9 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

[PATCH RESEND net-next 0/2] br_netfilter: enable in non-initial netns
 2019-06-09 15:44 UTC  (9+ messages)
` [PATCH RESEND net-next 1/2] br_netfilter: add struct netns_brnf

[PATCH 1/2] linux/bits.h: make BIT(), GENMASK(), and friends available in assembly
 2019-06-09 15:39 UTC  (2+ messages)
` [PATCH 2/2] arch: replace _BITUL() in kernel-space headers with BIT()

[PATCH] EDAC, ie31200: Add Intel Coffee Lake CPU support
 2019-06-09 15:16 UTC 

[PATCH v4 1/2] leds: multicolor: Add sysfs interface definition
 2019-06-09 15:15 UTC  (3+ messages)
` [PATCH v4 2/2] documention: leds: Add multicolor class documentation

[PATCH] pinctrl: remove unused pin_is_valid()
 2019-06-09 15:09 UTC 

[PATCH 3.18 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 14:39 UTC  (3+ messages)
` [PATCH 3.18 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 3.18 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH] pinctrl: remove unneeded initializer for list_for_each_entry() iterator
 2019-06-09 14:55 UTC 

[PATCH] pinctrl: add include guard to pinctrl-state.h
 2019-06-09 14:53 UTC  (2+ messages)

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-09 14:53 UTC  (2+ messages)

[bug report][stable] kernel tried to execute NX-protected page - exploit attempt? (uid: 0)
 2019-06-09 14:50 UTC  (5+ messages)

[PATCH] mt76: mt7615: add support for per-chain signal strength reporting
 2019-06-09 14:44 UTC  (2+ messages)

[PATCH v3 1/2] mt76: mt7615: enable support for mesh
 2019-06-09 14:36 UTC  (4+ messages)

[GIT PULL net-next, resend] isdn: deprecate non-mISDN drivers
 2019-06-09 14:28 UTC 

[PATCH v6 00/10] mm: reparent slab memory on cgroup removal
 2019-06-09 14:31 UTC  (11+ messages)
` [PATCH v6 01/10] mm: add missing smp read barrier on getting memcg kmem_cache pointer
` [PATCH v6 03/10] mm: rename slab delayed deactivation functions and fields
` [PATCH v6 04/10] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v6 05/10] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v6 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock

5.2-rc2: low framerate in flightgear, cpu not running at full speed, thermal related?
 2019-06-09 14:13 UTC  (5+ messages)

[PATCH 4.4 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 13:40 UTC  (3+ messages)
` [PATCH 4.4 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 4.4 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH 0/1] lockdep: fix warning: print_lock_trace defined but not used
 2019-06-09 13:51 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 00/33] Convert files to ReST - part 1
 2019-06-09 13:45 UTC  (5+ messages)
` [PATCH v3 23/33] docs: ptp.txt: convert to ReST and move to driver-api

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-06-09 13:44 UTC  (23+ messages)
` [PATCH v4 01/22] driver core: Add per device iommu param
` [PATCH v4 02/22] iommu: Introduce device fault data
` [PATCH v4 03/22] iommu: Introduce device fault report API
` [PATCH v4 04/22] iommu: Add recoverable fault reporting
` [PATCH v4 05/22] iommu: Add a timeout parameter for PRQ response
` [PATCH v4 06/22] trace/iommu: Add sva trace events
` [PATCH v4 07/22] iommu: Use device fault trace event
` [PATCH v4 08/22] iommu: Introduce attach/detach_pasid_table API
` [PATCH v4 09/22] iommu: Introduce cache_invalidate API
` [PATCH v4 10/22] iommu: Fix compile error without IOMMU_API
` [PATCH v4 11/22] iommu: Introduce guest PASID bind function
` [PATCH v4 12/22] iommu: Add I/O ASID allocator
` [PATCH v4 13/22] iommu/vt-d: Enlightened PASID allocation
` [PATCH v4 14/22] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v4 15/22] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v4 16/22] iommu/vt-d: Move domain helper to header
` [PATCH v4 17/22] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v4 18/22] iommu/vt-d: Add nested translation helper function
` [PATCH v4 19/22] iommu/vt-d: Clean up for SVM device list
` [PATCH v4 20/22] iommu/vt-d: Add bind guest PASID support
` [PATCH v4 21/22] iommu/vt-d: Support flushing more translation cache types
` [PATCH v4 22/22] iommu/vt-d: Add svm/sva invalidate function

[RFC v3 0/3] vfio_pci: wrap pci device as a mediated device
 2019-06-09 13:40 UTC  (4+ messages)

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-06-08 13:21 UTC  (10+ messages)
` [PATCH v1 1/9] vfio_pci: move vfio_pci_is_vga/vfio_vga_disabled to header
` [PATCH v1 2/9] vfio_pci: refine user config reference in vfio-pci module
` [PATCH v1 3/9] vfio_pci: refine vfio_pci_driver reference in vfio_pci.c
` [PATCH v1 4/9] vfio_pci: make common functions be extern
` [PATCH v1 5/9] vfio_pci: duplicate vfio_pci.c
` [PATCH v1 6/9] vfio_pci: shrink vfio_pci_common.c
` [PATCH v1 7/9] vfio_pci: shrink vfio_pci.c
` [PATCH v1 8/9] vfio/pci: protect cap/ecap_perm bits alloc/free with atomic op
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

[PATCH] media: do not use C++ style comments in uapi headers
 2019-06-09 13:35 UTC  (16+ messages)

[PATCH v2 0/4] perf augmented_raw_syscalls: Support for arm64
 2019-06-09 13:18 UTC  (7+ messages)
` [PATCH v2 3/4] perf augmented_raw_syscalls: Support arm64 raw syscalls

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-09 13:00 UTC  (5+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space

[PATCH 2/3] staging: rtl8723bs: fix issue "Using comparison to true is error prone"
 2019-06-09 12:49 UTC 

[PATCH 3/3] staging: rtl8723bs: provide spaces around unary operators
 2019-06-09 12:50 UTC 

[PATCH 1/3] staging: rtl8723bs: fix warning comparison to NULL
 2019-06-09 12:48 UTC 

[PATCH v5 0/6] staging: rtl8712: cleanup struct _adapter
 2019-06-09 12:31 UTC  (7+ messages)
` [PATCH v5 1/6] staging: rtl8712: Fixed CamelCase for EepromAddressSize
` [PATCH v5 2/6] staging: rtl8712: Removed redundant code from function oid_rt_pro_write_register_hdl
` [PATCH v5 3/6] staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread
` [PATCH v5 4/6] staging: rtl8712: removed unused variables from struct _adapter
` [PATCH v5 5/6] staging: rtl8712: Renamed CamelCase wkFilterRxFF0 to wk_filter_rx_ff0
` [PATCH v5 6/6] staging: rtl8712: Renamed CamelCase lockRxFF0Filter to lock_rx_ff0_filter

[PATCH] MIPS: Ocelot: configs: Move ocelot.config from generic
 2019-06-09 12:31 UTC  (2+ messages)

[Patch v2] staging: rtl8723bs: hal: move common code to macro
 2019-06-09 12:23 UTC 

Question about cacheline bounching with percpu-rwsem and rcu-sync
 2019-06-09 12:22 UTC  (2+ messages)

[RFC PATCH 0/6] soundwire: Add support to Qualcomm SoundWire master
 2019-06-09 12:16 UTC  (12+ messages)
` [RFC PATCH 1/6] ASoC: core: add support to snd_soc_dai_get_sdw_stream()
` [RFC PATCH 5/6] dt-bindings: soundwire: add bindings for Qcom controller
  ` [alsa-devel] "
` [RFC PATCH 6/6] soundwire: qcom: add support for SoundWire controller
  ` [alsa-devel] "

[PATCH] Updated the function description for musb_stage0_irq Signed-off-by: Saurav-Girepunje <saurav.girepunje@gmail.com>
 2019-06-09 12:03 UTC  (2+ messages)

[PATCH v4 0/6] staging: rtl8712: cleanup struct _adapter
 2019-06-09 12:01 UTC  (4+ messages)

[tip:ras/core] RAS/CEC: Rename count_threshold to action_threshold
 2019-06-09 11:57 UTC  (2+ messages)

[1/2] dt-bindings: display: panel: add AUO kd101n80-45na panel bindings
 2019-06-09 11:51 UTC  (4+ messages)
` [2/2] drm/panel: support for AUO kd101n80-45na wuxga dsi video mode panel

[PATCH] regulator: max8952: Convert to use GPIO descriptors
 2019-06-09 11:48 UTC 

Oex
 2019-06-09 11:45 UTC 

[PATCH] PCI/PME: Fix race on PME polling
 2019-06-09 11:29 UTC 

[PATCH V5 00/12] misc: xilinx sd-fec drive
 2019-06-09 11:27 UTC  (5+ messages)
` [PATCH V5 02/11] misc: xilinx-sdfec: add core driver
` [PATCH V5 04/11] misc: xilinx_sdfec: Store driver config and state

[PATCH] block: document iostat changes for disk busy time accounting
 2019-06-09 11:14 UTC 

[1/2] dt-bindngs: display: panel: Add BOE tv101wum-nl6 panel bindings
 2019-06-09 11:07 UTC  (5+ messages)
` [2/2] drm/panel: support for BOE tv101wum-n16 wuxga dsi video mode panel

[PATCH 1/2] staging: kpc2000: kpc2000_i2c: void* -> void *
 2019-06-09 11:07 UTC  (3+ messages)

[PATCH] regulator: max77802: Drop unused includes
 2019-06-09 11:05 UTC 

[PATCH] staging: rtl8723bs: core: rtw_mlme_ext.c: Remove unused variables
 2019-06-09 11:02 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix indentation issues
 2019-06-09 11:01 UTC  (2+ messages)

[PATCH] Staging: ralink-gdma: fixed a brace coding style issue
 2019-06-09 10:58 UTC 

[PATCH] staging: isdn: hysdn: fix symbol 'hysdn_proc_entry' was not declared
 2019-06-09 10:59 UTC  (2+ messages)

[PATCH 1/3] block/diskstats: accumulate all per-cpu counters in one pass
 2019-06-09 10:50 UTC  (4+ messages)
` [PATCH 3/3] block/diskstats: more accurate approximation of io_ticks for slow disks

[PATCH] staging: rtl8723bs: hal: move common code to macro
 2019-06-09 10:45 UTC  (2+ messages)

[PATCH v5 0/5] MTD: Add Initial Hyperbus support
 2019-06-09 10:32 UTC  (6+ messages)
` [PATCH v5 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [PATCH v5 2/5] dt-bindings: mtd: Add binding documentation for HyperFlash
` [PATCH v5 3/5] mtd: Add support for HyperBus memory devices
` [PATCH v5 4/5] dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory controller
` [PATCH v5 5/5] mtd: hyperbus: Add driver for TI's "

[PATCH v2 0/6] mm: use down_read_killable for locking mmap_sem in proc
 2019-06-09 10:09 UTC  (7+ messages)
` [PATCH v2 1/6] proc: use down_read_killable mmap_sem for /proc/pid/maps
` [PATCH v2 2/6] proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
` [PATCH v2 3/6] proc: use down_read_killable mmap_sem for /proc/pid/pagemap
` [PATCH v2 4/6] proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
` [PATCH v2 5/6] proc: use down_read_killable mmap_sem for /proc/pid/map_files
` [PATCH v2 6/6] mm: use down_read_killable for locking mmap_sem in access_remote_vm


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